From 75e2859e748d1f76b8e438460d29c2c06588c830 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 21 Aug 2023 23:05:30 +0500 Subject: [PATCH] Hafsa's Redesign --- .forgejo/workflows/deploy.yml | 2 +- index.html | 8 +++++++- styles.css | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 styles.css diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 2882be7..0ab7229 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -17,6 +17,6 @@ jobs: chmod 600 ~/.ssh/staging.key shell: sh - - name: Test SSH + - name: Deploy run: ssh -i ~/.ssh/staging.key -o StrictHostKeyChecking=no hadeed@hadeedahmad.xyz 'cd nginx/www; git pull' shell: sh diff --git a/index.html b/index.html index 393c065..5be21ea 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,15 @@ Home - Hadeed Ahmad + + + + + My picture

Welcome to my website!

-

There's not much right now, but soon this will be quite nice.

+

There's not much right now, but soon this will be quite nice :)

+

Check out my projects here.

diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..fd50681 --- /dev/null +++ b/styles.css @@ -0,0 +1,14 @@ +body { + text-align: center; + background-color: #8cbfc5; + color: white; + margin-top: 3rem; + font-family: 'Roboto Mono', monospace, sans-serif; +} + +img { + border-radius: 50%; + width: 200; + height: 200; +} +/* TODO: make responsive */ \ No newline at end of file