diff --git a/index.php b/index.php index b1f71a5..7799897 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ $date = calculate_elapsed_years("2009-08-29");
- Cute animal :3 + randomly picked image of cute animal

Images stolen from tinyfox.dev

diff --git a/projects/index.php b/projects/index.php index 2d65c10..42d8491 100644 --- a/projects/index.php +++ b/projects/index.php @@ -4,31 +4,20 @@
-

I have made a few actually useful scripts like Portal 2 VR mod manager and Portal 2 VR installer. Most of my - minor projects are on my github or replit, some projects will me on my itch.
- Major projects will be listed below


+

I dont really have anything userful. Most of my minor projects are on my git.gay, some projects will me on my itch.
+

- GithubGit.gay + Github Itch - Replit +


-
- My game -

My game

-

Not out yet, and I still don't have a name. - - This is going to released on my itch.io. It's going to be a platformer/puzzle game. - - - Want to know more about it? Too bad.

-
-
- +
diff --git a/static/assets/icons/git.svg b/static/assets/icons/git.svg new file mode 100644 index 0000000..13af359 --- /dev/null +++ b/static/assets/icons/git.svg @@ -0,0 +1 @@ +Git \ No newline at end of file diff --git a/static/commons/footer.php b/static/commons/footer.php index a6e436a..1c92f89 100644 --- a/static/commons/footer.php +++ b/static/commons/footer.php @@ -20,11 +20,11 @@ - + - +
diff --git a/static/style/style.css b/static/style/style.css index 5661e3d..4a5d191 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -41,13 +41,14 @@ body { .footer { display: flex; - position: relative; + position: absolute; left: 50%; bottom: 0; margin-top: 200px; transform: translateX(-50%); text-align: center; - max-width: 100%; + max-width: 80%; + margin-top: 80%; } .footer_text { @@ -68,7 +69,7 @@ body { bottom: 0; left: 50%; transform: translateX(-50%); - max-width: 100%; + max-width: 800%; min-width: 15%; }