From e6cbc97521b47b87e2522f71ca66bc446684bd82 Mon Sep 17 00:00:00 2001 From: Aaron Lambley <42571140+lambley@users.noreply.github.com> Date: Wed, 12 Mar 2025 09:25:48 +0000 Subject: [PATCH 1/2] Add more TODOs --- index.html | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 13a0868..1e10f3a 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,17 @@ - - - + + + + My Profile - - + +
@@ -15,13 +19,17 @@

Hello I'm [edit your name here]

[Edit your subtitle]

- Profile Picture of Aaron Lambley + Profile Picture of Aaron Lambley

^ change the image above ^

-

- Write something about yourself -

+

Write something about yourself

- Contact Me + Contact Me

Follow Me

@@ -35,7 +43,8 @@

Follow Me

  • - * +
  • From d638b4200d5191c277ea622692220e8029044c9d Mon Sep 17 00:00:00 2001 From: Aaron Lambley <42571140+lambley@users.noreply.github.com> Date: Wed, 12 Mar 2025 09:26:20 +0000 Subject: [PATCH 2/2] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 3f42dd0..16090f3 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ /* Fonts */ +/* add new fonts from Google Fonts: https://fonts.google.com */ @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap'); @@ -7,6 +8,8 @@ width: 700px; } +/* basic media queries for responsiveness */ +/* read more here: https://www.w3schools.com/howto/howto_css_media_query_breakpoints.asp */ @media (max-width: 960px) { .container { width: 700px;