diff --git a/assets/css/styles.css b/assets/css/styles.css
new file mode 100644
index 0000000..f28052b
--- /dev/null
+++ b/assets/css/styles.css
@@ -0,0 +1,137 @@
+header{
+ overflow: auto;
+}
+body{
+ font-family: cursive;
+ background: #f8fdff;
+}
+#logo{
+ width: 40px;
+ float: left;
+}
+#co{
+ float: right;
+}
+.main{
+ clear: both;
+ text-align: center;
+ margin-top: 70px;
+}
+h3{
+ font-size: 30px;
+}
+p{
+ font-size: 20px;
+}
+button{
+ background: #32ad75;
+ width: 120px;
+ height: 40px;
+ color: #fff;
+}
+#paragraph{
+ text-align: center;
+ font-weight: bold;
+ margin-top: 70px;
+}
+.container{
+ margin: 0px auto;
+ width: 100%;
+ margin-top: 70px;
+ overflow: hidden;
+
+ text-align: center;
+}
+
+.center{
+ width: 950px;
+ margin: 10px auto;
+}
+
+
+#bg{
+ width: 400px;
+ height: 400px;
+}
+
+.link a{
+ color:#fff;
+ font-weight: bolder;
+ text-decoration: none;
+ font-size: 1.2em;
+
+}
+
+.link{
+ z-index: 9;
+ display: block;
+ position: relative;
+ margin-top: 30px;
+}
+
+.showcase{
+ -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
+-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
+box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
+border-radius: 5px 5px 5px 5px;
+-moz-border-radius: 5px 5px 5px 5px;
+-webkit-border-radius: 5px 5px 5px 5px;
+border: 0px solid #000000;
+}
+
+.showcase1{
+ background: url("../images/student.jpg") no-repeat ;
+ background-size: cover;
+ padding: 15px;
+ height: 200px;
+ width: 250px;
+ float: left;
+ margin-left: 25px;
+}
+
+.overlay {
+ position: relative;
+
+}
+
+.overlay:before{
+ position: absolute;
+ content:" ";
+ top:0;
+ left:0;
+ width:100%;
+ height:100%;
+ /*display: none;*/
+ z-index:0;
+}
+
+.blue:before {
+ background-color: rgba(83,192,232,0.8);
+}
+
+.green:before {
+ background-color: rgba(124,201,164,0.8);
+}
+
+.dark:before {
+ background-color: rgba(46,93,111,0.8);
+}
+.showcase2{
+ background: url("../images/student.jpg") no-repeat;
+ background-size: cover;
+ padding: 15px;
+ height: 200px;
+ width: 250px;
+ float: left;
+ margin-left: 25px;
+
+}
+.showcase3{
+ background: url("../images/student.jpg") no-repeat;
+ background-size: cover;
+ padding: 15px;
+ height: 200px;
+ width: 250px;
+ float: left;
+ margin-left: 25px;
+ }
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..166aa06
Binary files /dev/null and b/assets/images/logo.png differ
diff --git a/assets/images/student.jpg b/assets/images/student.jpg
new file mode 100644
index 0000000..847bcae
Binary files /dev/null and b/assets/images/student.jpg differ
diff --git a/begin.html b/begin.html
new file mode 100644
index 0000000..17e0b10
--- /dev/null
+++ b/begin.html
@@ -0,0 +1,18 @@
+
+
+
+ coding101
+
+
+ Coding101
+
+
+
+
+ We've already done the hardwork on curating the best
resources to help you.
+ All you have to do is try answer the next couple of
questions as best as you can so we can figure out
what you may like.
+ We then use that to create a track that might be the
most engaging way for you to get into tech.
+
+
+
+
\ No newline at end of file
diff --git a/how.html b/how.html
new file mode 100644
index 0000000..3e2dbc1
--- /dev/null
+++ b/how.html
@@ -0,0 +1,23 @@
+
+
+
+ coding101
+
+
+
+
+
+
+ Coding101
+
+
+
+
+
We've already done the hardwork on curating the best
resources to help you.
+
All you have to do is try answer the next couple of
questions as best as you can so we can figure out
what you may like.
+
We then use that to create a track that might be the
most engaging way for you to get into tech.
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ef83b15
--- /dev/null
+++ b/index.html
@@ -0,0 +1,22 @@
+
+
+
+ coding 101
+
+
+
+
+
+
+ Coding101
+
+
+
+
+
Coding101 aims to help people who are interested in
coding get an head start.
+
We understand that coding can be a bit difficult at
the beginning and we are here to help you get
started.
+
+
+
+
+
\ No newline at end of file
diff --git a/question1.html b/question1.html
new file mode 100644
index 0000000..4b5f74c
--- /dev/null
+++ b/question1.html
@@ -0,0 +1,49 @@
+
+
+
+
+ coding101
+
+
+
+
+
+ Coding101
+
+
+
+
+
+
+
+
\ No newline at end of file