Initial commit of LucentLink files
This commit is contained in:
commit
3c4c52fe2b
20 changed files with 569 additions and 0 deletions
40
layouts/index.html
Normal file
40
layouts/index.html
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<!-- Background Animation -->
|
||||
<div class="bg-animation" id="bgAnimation"></div>
|
||||
|
||||
<div class="container mx-auto px-4 py-12 max-w-md">
|
||||
<!-- Profile Section -->
|
||||
{{ partial "profile.html" . }}
|
||||
|
||||
<!-- Links Section -->
|
||||
{{ partial "link-card.html" . }}
|
||||
|
||||
<!-- Spotify Embed -->
|
||||
{{ partial "spotify-playlist.html" . }}
|
||||
|
||||
<!-- Messaging Etiquette section -->
|
||||
{{ partial "messaging-etiquette.html" . }}
|
||||
|
||||
|
||||
<!-- Embed with hue-shift filter -->
|
||||
<!-- style="filter: hue-rotate(150deg) saturate(0.6) brightness(0.9);" -->
|
||||
|
||||
|
||||
<!-- About Me section (If you want to write about yourself, uncomment the section below)-->
|
||||
{{ partial "about.html" . }}
|
||||
|
||||
<!-- Instructions section (After you're done adding your links, remove or comment the line below) -->
|
||||
{{ partial "Instructions.html" . }}
|
||||
|
||||
<footer class="text-center text-xs opacity-60">
|
||||
© 2025 LucentLink | Made with ❤️
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue