-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b93e096
commit e8d1023
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 © 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>© {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 © 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |