diff --git a/README.md b/README.md index 5e06310..341e1d4 100644 --- a/README.md +++ b/README.md @@ -203,3 +203,4 @@ Live Server installation: https://code-you.org/students/resources/guides/install - If the browser does not refresh automatically after you make changes, press **Ctrl + R** (Windows) or **Command + R** (macOS) to refresh the page and load the latest version. This will let you see all the changes made to the page in real time. +#intro_final_f24 diff --git a/index.html b/index.html index d567464..015e562 100644 --- a/index.html +++ b/index.html @@ -15,12 +15,16 @@

Student Bio

- Student Photo + Kim Boggs
-

John Doe

-

Hi, I'm John, a passionate software developer currently enrolled in the Code:You bootcamp. I love building responsive web applications and constantly exploring new technologies.

-
+

Kim Boggs

+

Hi, My name is Kim Boggs, and I'm totally new to this. It has been like trying to learn a new language from listening to other people speak + it which is not an easy task when you've always been a hands on learner. But I'm gradually getting the hang of it, I think..LOL. + I started in this because after raising 4 children and 5 grandchildren, 3 of which I am still currently raising, I need a job. + I thought this would be very interesting and hopefully lucrative!! I have enjoyed the Web Development on Free Code Camp the most. + I love the creative side of all of this. So thankful for this opportunity. +

- + diff --git a/kim.jpg b/kim.jpg new file mode 100644 index 0000000..1dfef0e Binary files /dev/null and b/kim.jpg differ diff --git a/styles.css b/styles.css index c8011a0..1e15bf4 100644 --- a/styles.css +++ b/styles.css @@ -63,7 +63,7 @@ header h1 { } .link-btn { - background-color: #007bff; + background-color: #229954;/*new green color*/ color: white; text-decoration: none; padding: 10px 20px; @@ -90,4 +90,4 @@ header h1 { width: 100%; padding: 12px; } -} \ No newline at end of file +}