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
+
- Tell us what you'll be working on in 140 characters or less!
+ I am still deciding on my final project!
diff --git a/projects/project-JessicaMeyer.html b/projects/project-JessicaMeyer.html
new file mode 100644
index 0000000..e69de29
diff --git a/scss/custom.scss b/scss/custom.scss
index 68dc56b..1b24d97 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;
+$jessica-project-color: #3299BB;
@@ -18,3 +19,7 @@ $elyse-project-color: #651B63;
#sartaj {}
+#jessica {
+ @include readable($jessica-project-color);
+}
+