diff --git a/images/ccarter.jpg b/images/ccarter.jpg new file mode 100644 index 0000000..9b74327 Binary files /dev/null and b/images/ccarter.jpg differ diff --git a/index.html b/index.html index dacca07..bd4c3b7 100644 --- a/index.html +++ b/index.html @@ -64,26 +64,13 @@

- -

Daniel Olasky

-

Text Box Score thingy

-

- I want to make a player tracker that convert the stats in game logs to english sentences. -

-
-
- - - - -
-
- - -

Your Name

-

Your Project Name

+ +

Christina Carter

+

+ TBD +

- Tell us what you'll be working on in 140 characters or less! + Not sure yet, but there's a good chance it will involve beer.

diff --git a/projects/project-ccarter.html b/projects/project-ccarter.html new file mode 100644 index 0000000..334280d --- /dev/null +++ b/projects/project-ccarter.html @@ -0,0 +1,37 @@ + + + + + + CCarter Project | Project List | MKS Front-End Cohort 1 + + + + + + + + +
+
+
+ + +
+

Christina Carter

+

TBD

+

+ European minnow priapumfish mosshead warbonnet shrimpfish bigscale. Cutlassfish porbeagle shark ricefish walking catfish glassfish Black swallower. +Ipsum available at Tuna ipsum +Featuring Corporate ipsum +Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time +

+
+
+ + + + + + + diff --git a/scss/custom.scss b/scss/custom.scss index 7b62990..9a1f2fc 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -7,19 +7,29 @@ $alex-project-color: #3c2267; // $MYNAME-project-color: HEXVALUE; +$ccarter-project-color: #91bec1; + $daniel-project-color: #1EE8D4; + // change the body background color on each page based on your name #elyse { @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! } + +#ccarter { + @include readable($ccarter-project-color); // this readable mixin is in color-test.scss. it determines what the font color should be based on your background color! +} + + #alex { @include readable($alex-project-color); } + #sartaj {} #daniel {