Skip to content

Commit

Permalink
have a cosmo-like accent to it!
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Nov 20, 2024
1 parent b93e096 commit e8d1023
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<footer class="w-full text-center text-white relative overflow-hidden bg-black bg-center">
<p>Background nebula image &copy; Aldebaran S. <a href="https://wallpaperscraft.com/download/nebula_stars_space_199080/3840x2400">Click here for source</a></p>
---
const currentYear = new Date().getFullYear();
---

<footer class="w-full text-center text-white p-4 border-t-4 border-indigo-500 bg-gradient-to-r from-purple-500 via-indigo-500 to-purple-500">
<p>&copy; {currentYear} KTrain5369. <a href="https:/github.com/KTools2202/universe-and-stardust-stuff" class="underline text-indigo-200">See the source code.</a></p>
<p>Background nebula image &copy; Aldebaran S. <a href="https://wallpaperscraft.com/download/nebula_stars_space_199080/3840x2400" class="underline text-indigo-200">Click here for image</a>.</p>
</footer>
4 changes: 3 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<header class="text-4xl text-center text-white bg-black font-bold">Humans and Stardust</header>
<header class="text-4xl text-left text-white font-bold p-4 border-b-4 border-indigo-500 bg-gradient-to-r from-purple-500 via-indigo-500 to-purple-500">
<a href="/">Humans and Stardust</a>
</header>

0 comments on commit e8d1023

Please sign in to comment.