From b6be67a134d7fd331ead40e08c8f8d609ddd04a4 Mon Sep 17 00:00:00 2001 From: steve_h Date: Mon, 3 Mar 2025 16:58:13 -0500 Subject: [PATCH 1/6] Added new feature --- about.html | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 102 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 00000000..d64e23c4 --- /dev/null +++ b/about.html @@ -0,0 +1,101 @@ + + + + + + + + My Code Compendium + + + + + + + + +
+
+
+ +

Emma's Code Compendium

+ + + + +
+
+ +
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 924b7aef..d64e23c4 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@

Emma's Code Compendium

From 8f3960f5e82245a803ea8b14440b50cf5dbfbb14 Mon Sep 17 00:00:00 2001 From: steve_h Date: Wed, 5 Mar 2025 18:46:47 -0500 Subject: [PATCH 2/6] Edit heading in about.html file --- about.html | 62 ++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 37 deletions(-) diff --git a/about.html b/about.html index d64e23c4..ddedd803 100644 --- a/about.html +++ b/about.html @@ -5,9 +5,8 @@ - My Code Compendium + My Code Compendium | About Me - @@ -15,16 +14,16 @@ -
+
-
+
-

Some of my favorites

- +
+ Woman smiling +
- - -
-

GIT

- +
+

Come study with me!

+

+ Hi, I'm Sarah, and I'm diving headfirst into the world of front-end development! I’ve always been curious + about how websites work, and now I’m learning to bring my own ideas to life using HTML, CSS, and JavaScript. + It’s amazing to see how a simple wireframe can transform into a fully responsive, interactive site. I love + how front-end development combines creativity with functionality, and every new skill I learn feels like + unlocking a superpower. Watching my designs evolve as I experiment and troubleshoot makes me even more + excited to keep going. +

+

+ I’m still early in my journey, but I’m determined to keep improving. I enjoy staying up to date with the + latest web design trends and love collaborating with experienced developers to pick up new techniques. + Whether I’m solving a tricky layout issue or celebrating a smooth animation, I try to stay positive and keep + learning. I know there’s a lot to figure out, but I’m excited for the challenge and can’t wait to see how + far I can go in this exciting field! +

From c3190896430d088ea79f68cf61ec62b75e0ed024 Mon Sep 17 00:00:00 2001 From: steve_h Date: Tue, 11 Mar 2025 17:41:03 -0400 Subject: [PATCH 3/6] Edit heading in about.html file --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index ddedd803..47b47e69 100644 --- a/about.html +++ b/about.html @@ -44,7 +44,7 @@

Emma's Code Compendium

-

Come study with me!

+

Let's code together!

Hi, I'm Sarah, and I'm diving headfirst into the world of front-end development! I’ve always been curious about how websites work, and now I’m learning to bring my own ideas to life using HTML, CSS, and JavaScript. From 3a1cac6c9a1456d48b1a4868298504eb6c12445b Mon Sep 17 00:00:00 2001 From: steve_h Date: Tue, 11 Mar 2025 18:09:44 -0400 Subject: [PATCH 4/6] Edit heading in about.html file --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 47b47e69..ddedd803 100644 --- a/about.html +++ b/about.html @@ -44,7 +44,7 @@

Emma's Code Compendium

-

Let's code together!

+

Come study with me!

Hi, I'm Sarah, and I'm diving headfirst into the world of front-end development! I’ve always been curious about how websites work, and now I’m learning to bring my own ideas to life using HTML, CSS, and JavaScript. From 0fdd5756c1686c70b69e4ad5ea6bcb5f569da8b3 Mon Sep 17 00:00:00 2001 From: steve_h Date: Tue, 11 Mar 2025 18:17:34 -0400 Subject: [PATCH 5/6] Edit heading in about.html file --- about.html | 63 ++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 38 deletions(-) diff --git a/about.html b/about.html index d64e23c4..0ed0745c 100644 --- a/about.html +++ b/about.html @@ -5,9 +5,8 @@ - My Code Compendium + My Code Compendium | About Me - @@ -15,18 +14,17 @@ -

+
-
+
-

Some of my favorites

- +
+ Woman smiling +
- - -
-

GIT

- +
+

Let's code together!

+

+ Hi, I'm Sarah, and I'm diving headfirst into the world of front-end development! I’ve always been curious + about how websites work, and now I’m learning to bring my own ideas to life using HTML, CSS, and JavaScript. + It’s amazing to see how a simple wireframe can transform into a fully responsive, interactive site. I love + how front-end development combines creativity with functionality, and every new skill I learn feels like + unlocking a superpower. Watching my designs evolve as I experiment and troubleshoot makes me even more + excited to keep going. +

+

+ I’m still early in my journey, but I’m determined to keep improving. I enjoy staying up to date with the + latest web design trends and love collaborating with experienced developers to pick up new techniques. + Whether I’m solving a tricky layout issue or celebrating a smooth animation, I try to stay positive and keep + learning. I know there’s a lot to figure out, but I’m excited for the challenge and can’t wait to see how + far I can go in this exciting field! +

From d678752af89682ae9526e699b21a6e556fb892cf Mon Sep 17 00:00:00 2001 From: steve_h Date: Sun, 16 Mar 2025 13:33:37 -0400 Subject: [PATCH 6/6] Added gitignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f21b5ebb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +Thumbs.db \ No newline at end of file