diff --git a/images/1957.jpg b/images/1957.jpg new file mode 100755 index 0000000..4c44825 Binary files /dev/null and b/images/1957.jpg differ diff --git a/index.html b/index.html index 89ad6c1..7e001bd 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@

Becca Naul

TBD...

Not 100%, but I think I'm going to work with Daniel! +

@@ -108,12 +109,12 @@

Real Estate/ Restaurant Templates

- -

Your Name

-

Your Project Name

+ boxers +

Jill

+

+ A Family Website

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

+ An old people-friendly, simplified and private version of Facebook for my family.

diff --git a/projects/project-jillfamilysite.html b/projects/project-jillfamilysite.html new file mode 100644 index 0000000..ea96fb0 --- /dev/null +++ b/projects/project-jillfamilysite.html @@ -0,0 +1,34 @@ + + + + + + Jill Chatham | Project List | MKS Front-End Cohort 1 + + + + + + + + +
+
+
+ + boxers +
+

Jill

+

A Family Website

+

+ An old people-friendly, simplified and private version of Facebook for my family. An easy way to share photos, coordinate family events and so much more! My husband will be doing the back-end coding for this project. +

+
+
+ + + + + + + diff --git a/scss/custom.scss b/scss/custom.scss index c8ce09e..4e295fb 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -5,9 +5,13 @@ $becca-project-color: #faf6bd; $alex-project-color: #3c2267; // add your project main color here: + +$jill-project-color: #95a5a6; + $scott-project-color: #0f7b85; + $daniel-project-color: #1EE8D4; @@ -24,6 +28,11 @@ $daniel-project-color: #1EE8D4; #sartaj {} +#jill { + @include readable($jill-project-color); // this readable mixin is in color-test.scss. it determines what the font color should be based on your background color! +} + + #scott { @@ -37,3 +46,4 @@ $daniel-project-color: #1EE8D4; @include readable($daniel-project-color); } +