From 289a32e2cf9a98d95f86cac8dcc1f4221c9037a6 Mon Sep 17 00:00:00 2001 From: marcele_a Date: Tue, 31 Oct 2023 15:34:10 -0700 Subject: [PATCH 1/4] Added About Me to navigation --- about.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 85 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 000000000..b437a5373 --- /dev/null +++ b/about.html @@ -0,0 +1,84 @@ + + + + + + + + My Code Compendium | About Me + + + + + + + +
+
+
+ +

Ethel's Code Compendium

+ + + + +
+
+ +
+ +
+
+
+ +
+ Woman smiling +
+ + +
+

Be my study buddy!

+

+ Lorem ipsum dolor amet chia keytar tumeric cred af tattooed. Drinking vinegar tbh echo park four + loko, literally green juice skateboard whatever vaporware. Flannel selvage trust fund, craft + beer wayfarers hexagon palo santo kickstarter bespoke 8-bit. +

+

+ Shabby chic migas iPhone meh kale chips fingerstache humblebrag umami, marfa vegan. Succulents + chambray lo-fi hot chicken mixtape chillwave narwhal etsy DIY everyday carry + gluten-free lomo vegan lyft. Food truck raw denim cornhole schlitz fam jean shorts. +

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 44628a970..1349bf500 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@

Ethel's Code Compendium

From 37daa05eb61bf5d137d65a5f890a15d29a608870 Mon Sep 17 00:00:00 2001 From: marcele_a Date: Wed, 1 Nov 2023 11:14:46 -0700 Subject: [PATCH 2/4] Changed title --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index b437a5373..7b5a70312 100644 --- a/about.html +++ b/about.html @@ -44,7 +44,7 @@

Ethel's Code Compendium

-

Be my study buddy!

+

Come study with me!

Lorem ipsum dolor amet chia keytar tumeric cred af tattooed. Drinking vinegar tbh echo park four loko, literally green juice skateboard whatever vaporware. Flannel selvage trust fund, craft From 176c278496ec29a39bbe3042721252348ee67f31 Mon Sep 17 00:00:00 2001 From: marcele_a Date: Wed, 1 Nov 2023 11:18:08 -0700 Subject: [PATCH 3/4] Changed title to Let's code together --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index b437a5373..850f62f8f 100644 --- a/about.html +++ b/about.html @@ -44,7 +44,7 @@

Ethel's Code Compendium

-

Be my study buddy!

+

Let's code together!

Lorem ipsum dolor amet chia keytar tumeric cred af tattooed. Drinking vinegar tbh echo park four loko, literally green juice skateboard whatever vaporware. Flannel selvage trust fund, craft From f36e4683188d1997ee9930dd2e11a106d2a6d0b4 Mon Sep 17 00:00:00 2001 From: marcele_a Date: Thu, 2 Nov 2023 09:29:20 -0700 Subject: [PATCH 4/4] 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 000000000..fafff2e8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +Thumbs.db