From 3e771b45c0b99d0715e318bb07d157245742b37b Mon Sep 17 00:00:00 2001 From: alison Date: Thu, 3 Jun 2021 21:07:37 -0700 Subject: [PATCH 01/11] populates index and about --- about.html | 30 ++++++++++++++++++++++++++++++ code-journal.html | 0 index.html | 33 +++++++++++++++++++++++++++++++++ portfolio.html | 0 styles.css | 0 5 files changed, 63 insertions(+) create mode 100644 about.html create mode 100644 code-journal.html create mode 100644 index.html create mode 100644 portfolio.html create mode 100644 styles.css diff --git a/about.html b/about.html new file mode 100644 index 000000000..e2889945f --- /dev/null +++ b/about.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + +
+ More about me +
+
+

I live in Seattle, Washington, where I enjoy climbing on basalt, granite, limestone, and more. + The different rock types are, of course, reminiscent of the variety in coding languages. Some + are stickier than others, some break with no warning, and some demand that you wedge your way into the cracks + in order to make any progress at all.

+

I spent a lot of years shaking cocktails and polishing silverware before I pursued a career in hospitality leadership. + After six meaningful careers as a leader in the industry, Covid gave me the boot and I embraced + that as my opportunity to type real fast for a living. I gotta say, I like it here.

+

I value my time with my really cool and hot wife. I'd almost always rather be camping & climbing. + I am always on time, deliver on my promises, and I always make sure my guest gets the best seat at the table. +

+
+ + + \ No newline at end of file diff --git a/code-journal.html b/code-journal.html new file mode 100644 index 000000000..e69de29bb diff --git a/index.html b/index.html new file mode 100644 index 000000000..fb912b067 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + + + + Alison McGinley + + + + + + + +
+ Howdy y'all! I'm Alison, and I draw a lot of comparisons between climbing and coding. +
+ + + + \ No newline at end of file diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 000000000..e69de29bb diff --git a/styles.css b/styles.css new file mode 100644 index 000000000..e69de29bb From 0c6ad10be3937c7cb7173d4a4db02f73c780b078 Mon Sep 17 00:00:00 2001 From: alison Date: Fri, 4 Jun 2021 09:57:00 -0700 Subject: [PATCH 02/11] updates portfolio section --- about.html | 2 +- code-journal.html | 18 ++++++++++++++++++ portfolio.html | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index e2889945f..19ba322b8 100644 --- a/about.html +++ b/about.html @@ -4,7 +4,7 @@ - + About Alison diff --git a/code-journal.html b/code-journal.html index e69de29bb..c90028700 100644 --- a/code-journal.html +++ b/code-journal.html @@ -0,0 +1,18 @@ + + + + + + Alison's Blog + + + + + + + + + + \ No newline at end of file diff --git a/portfolio.html b/portfolio.html index e69de29bb..e636e00ec 100644 --- a/portfolio.html +++ b/portfolio.html @@ -0,0 +1,33 @@ + + + + + + Alison's Portfolio + + + + + +
Body of work
+ + + + + \ No newline at end of file From 7ef018504a67510e4b98b8162470de1678d219ef Mon Sep 17 00:00:00 2001 From: alison Date: Sat, 5 Jun 2021 18:54:17 -0700 Subject: [PATCH 03/11] first pass with CSS, adds a cute hover effect --- about.html | 7 ++- code-journal.html | 23 +++++++--- index.html | 12 +++--- portfolio.html | 41 ++++++++++-------- styles.css | 0 stylesheets/styles.css | 98 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 152 insertions(+), 29 deletions(-) delete mode 100644 styles.css create mode 100644 stylesheets/styles.css diff --git a/about.html b/about.html index 19ba322b8..4f5af92f0 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,9 @@ About Alison - + + +
@@ -25,6 +27,9 @@ I am always on time, deliver on my promises, and I always make sure my guest gets the best seat at the table.

+ \ No newline at end of file diff --git a/code-journal.html b/code-journal.html index c90028700..8b3300f53 100644 --- a/code-journal.html +++ b/code-journal.html @@ -6,13 +6,24 @@ Alison's Blog - + + + - - - +
Blog
+
+

Post Text

+

Date Text

+

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

+
+
+

Post Text

+

Date Text

+

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

+
+ \ No newline at end of file diff --git a/index.html b/index.html index fb912b067..48ad6d7b6 100644 --- a/index.html +++ b/index.html @@ -7,18 +7,20 @@ Alison McGinley - + + +
Howdy y'all! I'm Alison, and I draw a lot of comparisons between climbing and coding.
-