diff --git a/README.md b/README.md
index 513e76e..604ef22 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# jakeswestcoast
Website HTML for www.jakeswestcoast.com.
+
+Note: `data/greyscale_banner.gif` is too large for Github. Gonna have to store it on egn.
diff --git a/css/index.css b/css/index.css
new file mode 100644
index 0000000..086019c
--- /dev/null
+++ b/css/index.css
@@ -0,0 +1,90 @@
+/****************************************************
+ * index.css
+ * @author Jake Runyan
+ * @desc The CSS portion of / for the website.
+ *//*************************************************/
+
+html {
+ min-height: 100px;
+ min-width: 100px;
+}
+
+div.page-background {
+ background-color: red;
+ width:100px;
+}
+div.page-header {
+ background-color: orange;
+}
+div.page-main {
+ background-color: yellow;
+}
+div.page-secondary {
+ background-color: green;
+}
+div.page-bottom {
+ background-color: blue;
+}
+
+.main-background-1 {
+ background-image: url('../data/greyscale_banner.gif');
+ min-height: 1000px;
+ background-attachment: fixed;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+.main-background-2 {
+ background-image: url('../data/rlfloss.gif');
+ min-height: 500px;
+ background-attachment: fixed;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+div.aboutme {
+ height: inherit;
+ width: inherit;
+ background-color: aquamarine;
+ height: 600px;
+}
+
+div.photoframe {
+ height: 90%;
+ position: relative;
+ left: 5%;
+ right: 5%;
+ top: 5%;
+ bottom: 5%;
+ background-color: cyan;
+}
+
+img.myphoto {
+ padding-top: 50%;
+ margin:auto;
+}
+
+div.mybio {
+ height: 90%;
+ position: relative;
+ left: 5%;
+ right: 5%;
+ top: 5%;
+ bottom: 5%;
+ background-color: brown;
+}
+
+div.blog {
+ background-color: rgb(127, 255, 144);
+ height: 4000px;
+}
+
+a.hover {
+ color: hotpink;
+}
+
+a.link {
+ padding-left: 2%;
+}
\ No newline at end of file
diff --git a/data/jake.jpg b/data/jake.jpg
new file mode 100644
index 0000000..dd0750c
Binary files /dev/null and b/data/jake.jpg differ
diff --git a/index.html b/index.html
index 005cfc3..e29e39e 100755
--- a/index.html
+++ b/index.html
@@ -1,6 +1,37 @@
+
-
I'm Jake, a rider from the Bay Area. I enjoy being in the mountains and riding new trails! Catch me riding in the Santa Cruz mountains on the weekend.
+Check out my social media and Youtube to see what I've been riding! Links are below.
+ + +