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

  • - * +
  • 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;