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.