diff --git a/index.html b/index.html index 85b664d..b4a5e25 100644 --- a/index.html +++ b/index.html @@ -88,6 +88,20 @@

Your Project Name

+ +
+
+ + +

Carlos V. Estrada

+

My Still to Be Decided Project

+

+ I will be deciding what project to work on this hour. +

+
+
+ +
diff --git a/projects/project-my-tbd-project.html b/projects/project-my-tbd-project.html new file mode 100644 index 0000000..8f76211 --- /dev/null +++ b/projects/project-my-tbd-project.html @@ -0,0 +1,34 @@ + + + + + + MKS Front-End Cohort 1 + + + + + + + + +
+
+
+ + +
+

Carlos V. Estrada

+

My TBD Project

+

+ Still to be determined but would like to create modules for my company's wiki. +

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