From b8eedeaeae1a1efcd29a90a344264a954ef34584 Mon Sep 17 00:00:00 2001 From: s_young Date: Fri, 19 Nov 2021 11:32:30 -0800 Subject: [PATCH 1/4] Added about page --- 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..1ffb4b9cc --- /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 lumbersexual 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 b8ffbcded77c2004c5cf3d1c72b77fc2abfbd921 Mon Sep 17 00:00:00 2001 From: s_young Date: Sun, 21 Nov 2021 20:12:17 -0800 Subject: [PATCH 2/4] changed study buddy heading --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 1ffb4b9cc..e156e39da 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 c478986b55fd9aa307473bb4573e9e22ebd00643 Mon Sep 17 00:00:00 2001 From: s_young Date: Sun, 21 Nov 2021 20:40:00 -0800 Subject: [PATCH 3/4] Changed h3 heading --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 1ffb4b9cc..efe8f7057 100644 --- a/about.html +++ b/about.html @@ -44,7 +44,7 @@

Ethel's Code Compendium

-

Be my study buddy!

+

Let's study!

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 136111d9436c2b1f22f28fe62cfc7fe904b2c6f1 Mon Sep 17 00:00:00 2001 From: s_young Date: Mon, 22 Nov 2021 20:03:10 -0800 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