frontend: initial commit

This commit is contained in:
$(pass /github/name)
2024-09-07 13:36:15 +02:00
parent 4d6938de96
commit 147b8c0afd
22 changed files with 1804 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!-- <script>
import Developer from "$lib/img/hero-image.png";
</script> -->
<div class="hero-container">
<!-- <div class="hero-logo"><img src={Developer} alt="Alexander Stölting" /></div> -->
<h3 class="hero-subtitle subtitle">
This application is the demonstration of a series of tutorials on
session-based authentication using Go at the backend and JavaScript
(SvelteKit) on the front-end.
</h3>
<div class="hero-buttons-container">
<a
class="button-dark"
href="https://dev.to/sirneij/series/23239"
data-learn-more>Learn more</a
>
</div>
</div>