diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5197c87 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vite/ diff --git a/index.html b/index.html index 6aac4a6..8c18fb9 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,13 @@ - -
-Welcome to my website! There's not much right now, but soon this - will be quite nice :)
-- Projects I'm most proud of: -
Check out my Forgejo.
+ diff --git a/styles.css b/styles.css deleted file mode 100644 index ad3d1b6..0000000 --- a/styles.css +++ /dev/null @@ -1,17 +0,0 @@ -body { - background-color: #5c959c; - color: white; - margin-top: 3rem; - font-family: 'Roboto Mono', monospace, sans-serif; -} - -#header { - text-align: center; -} - -img { - border-radius: 50%; - width: 200; - height: 200; -} -/* TODO: make responsive */