Commit Graph

13 Commits

Author SHA1 Message Date
Fries 3f866e5a77 add a projects page
this projects page uses dynamic routes to let me use markdown files
inside the projects astro content collection.
2023-07-15 23:14:53 -07:00
Fries 5d14a6cc08 move the nav style to the global style 2023-07-15 20:41:00 -07:00
Fries f0753ac18c add aria-hidden to hr tags and font sizes to vars 2023-07-07 22:36:27 -07:00
Fries 8cde083875 improve the css
i made the font sizes based off rem instead of px.
2023-07-04 22:55:11 -07:00
Fries dfe6dfbe4d fix the navigation flexbox
it looks like flexboxes don't have wrapping enabled by default so they
overflow so i wrapped the flexbox. i also used the gap property as it
does the same thing as adding manual margin but less hacky and it works
on every element of the flexbox, not just a tags.

Fixes #4
2023-06-13 01:22:45 -07:00
Fries 41da6f615b add a friends page for my friends
i love my friends and im shouting out their websites :3
2023-06-11 14:54:21 -07:00
Fries 54488e1e87 make the colors a bit better. 2023-06-11 14:14:19 -07:00
Fries 6925d7e737 make hr look the same on Firefox and Chromium
i just had to make the border 1px and solid. and i put a seperator
between both the header and footer.

Fixes #3.
2023-06-10 21:37:21 -07:00
Fries a68fcbaac9 change the theme to a basic but working theme. 2023-06-10 21:25:31 -07:00
Fries 9501067414 Add Hyperlegible and add a seperator to the footer 2023-05-01 22:33:45 -07:00
Fries 03946ad938 increase the contrast on light mode links
this gives my link color a rating of AAA on the WCAG standard. yay!

Fixes #1
2023-04-25 22:32:16 -07:00
Fries b1f754c1b8 add some more links and implement markdown
i added some more links to the social media profile section and i moved
the introduction paragraphs and the links to markdown files.
2023-04-24 20:43:44 -07:00
Fries 175af0dd27 make the beginnings of my website :3
this is the beginnings of my website :3!

Co-authored-by: mossfet <root@mossfet.xyz>
2023-04-23 17:28:08 -07:00