From 842b20f56bb1ffd99d9115753c90971b52739f89 Mon Sep 17 00:00:00 2001 From: Jessica Meyer Date: Wed, 5 Mar 2014 19:18:54 -0600 Subject: [PATCH 1/4] adding Jessica Meyer to project list --- index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 85b664d..ffb962f 100644 --- a/index.html +++ b/index.html @@ -64,11 +64,13 @@

- -

Your Name

-

Your Project Name

+ +

Jessica

+

+ My Final Project +

- Tell us what you'll be working on in 140 characters or less! + I am still deciding on my final project!

From 3d59c96ac245db6c0aa0698736f977a6f0c8430d Mon Sep 17 00:00:00 2001 From: Jessica Meyer Date: Wed, 5 Mar 2014 19:23:38 -0600 Subject: [PATCH 2/4] added project myname html --- projects/project-JessicaMeyer.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 projects/project-JessicaMeyer.html diff --git a/projects/project-JessicaMeyer.html b/projects/project-JessicaMeyer.html new file mode 100644 index 0000000..e69de29 From 42d2cb78f55155b75069529f66ace07d4104fda6 Mon Sep 17 00:00:00 2001 From: Jessica Meyer Date: Wed, 5 Mar 2014 19:27:59 -0600 Subject: [PATCH 3/4] added my background color to the css page --- scss/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/custom.scss b/scss/custom.scss index 68dc56b..62074ce 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -5,6 +5,7 @@ $elyse-project-color: #651B63; // add your project main color here: // $MYNAME-project-color: HEXVALUE; +$JessicaMeyer-project-color: #3299BB; @@ -18,3 +19,7 @@ $elyse-project-color: #651B63; #sartaj {} +#jessica { + @include readable($JessicaMeyer-project-color); +} + From c72ee0a1f839a80f94830a0f13e279d67d440acf Mon Sep 17 00:00:00 2001 From: Jessica Meyer Date: Wed, 5 Mar 2014 20:11:11 -0600 Subject: [PATCH 4/4] changed name in css file --- scss/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/custom.scss b/scss/custom.scss index 62074ce..1b24d97 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -5,7 +5,7 @@ $elyse-project-color: #651B63; // add your project main color here: // $MYNAME-project-color: HEXVALUE; -$JessicaMeyer-project-color: #3299BB; +$jessica-project-color: #3299BB; @@ -20,6 +20,6 @@ $JessicaMeyer-project-color: #3299BB; #sartaj {} #jessica { - @include readable($JessicaMeyer-project-color); + @include readable($jessica-project-color); }