From ff076a1876141d2606c83bca855b9ca900f11847 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Thu, 25 Apr 2024 20:30:42 +0500 Subject: [PATCH] Start new website --- .gitignore | 1 + index.html | 34 ++++++++++++---------------------- styles.css | 17 ----------------- 3 files changed, 13 insertions(+), 39 deletions(-) create mode 100644 .gitignore delete mode 100644 styles.css 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 @@ - - - Home - Hadeed Ahmad - - - - - - - -

- Projects I'm most proud of: -

- You can find rest of what I'm up to here. -

- + + + + + + Home - Hadeed Ahmad + + +

I am Hadeed Ahmad.

+ Profile Picture +

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 */