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 @@
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