diff --git a/index.html b/index.html index 85b664d..ab59947 100644 --- a/index.html +++ b/index.html @@ -92,11 +92,11 @@

Your Project Name

- -

Your Name

-

Your Project Name

+ +

Sarah

+

Final Project

- Tell us what you'll be working on in 140 characters or less! + TO COME: Tell us what you'll be working on in 140 characters or less!

diff --git a/js/app.js b/js/app.js index 3f4a470..79f8184 100644 --- a/js/app.js +++ b/js/app.js @@ -1,3 +1,5 @@ // Foundation JavaScript // Documentation can be found at: http://foundation.zurb.com/docs -$(document).foundation(); \ No newline at end of file +$(document).foundation(); + +//this is where we put the js \ No newline at end of file diff --git a/project-Sarah.html b/project-Sarah.html new file mode 100644 index 0000000..063d074 --- /dev/null +++ b/project-Sarah.html @@ -0,0 +1,34 @@ + + + + + + ATX Nerdy Ladies | Project List | MKS Front-End Cohort 1 + + + + + + + + +
+
+
+ + +
+

Your Name

+

Your Project Name

+

+ Tell us what you'll be working on! Plenty of space here! +

+
+
+ + + + + + + diff --git a/scss/custom.scss b/scss/custom.scss index 68dc56b..536d1e5 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; - +$sarah-project-color: #651B63; // change the body background color on each page based on your name @@ -14,6 +14,11 @@ $elyse-project-color: #651B63; @include readable($elyse-project-color); // this readable mixin is in color-test.scss. it determines what the font color should be based on your background color! } +#sarah { + @include readable($sarah-project-color); // this readable mixin is in color-test.scss. it determines what the font color should be based on your background color! +} + + #alex {} #sartaj {}