diff --git a/airbnb/index.html b/airbnb/index.html
index 4884712..ea65d2c 100644
--- a/airbnb/index.html
+++ b/airbnb/index.html
@@ -1 +1,65 @@
-
+
+
+
+
+
+ About Us
+
+ The Team
+
+
+ Kevin Systrom (CEO, co-founder)
+
+
Kevin Systrom (@kevin) is the CEO and co-founder of Instagram, a community of more
+ than 1 billion who capture and share the world's moment on the service. He is
+ responsible for the company's overall vision and strategy as well as day-to-day operations.
+
+
+
Since the beginning, Kevin has focused on simplicity and inspiring creativity through
+ solving problems with thoughtful product design. As a result, Instagram has become the
+ home for visual storytelling for everyone from celebrities, newsroom and brand, to
+ teens, musicians and anyone with a creative passion.
+
+
+
Prior to founding Instagram, Kevin was part of the startup Odeo, which later became
+ Twitter, and spent two years at Google working on products like Gmail and Google Reader.
+ He graduating form Stanford University with a BS in Management Science & Engineering
+ and serves on the board of Walmart and KCRW.
+
+
+ Mike Krieger (CTO, co-founder)
+
+
+
Mike Krieger (@mikeyk) is the CTO and co-founder of Instagram, a global community of more
+ than 1 billion. As the head of engineering, Mike focuses on building products that
+ bring out the boards of Walmart and KCRW.
+
+
+
+
A native of Sao Paulo, Brazil, Mike holds an MS in Symbolic Systems form Stanford
+ University. Prior to founding Instagram, he worked at Meebo as a user experience designer
+ and front-end engineer.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/instagram/styles.css b/instagram/styles.css
index b9ad8b6..a6ded3b 100644
--- a/instagram/styles.css
+++ b/instagram/styles.css
@@ -1 +1,95 @@
-/* Add your CSS here */
+/** General **/
+
+* {
+ box-sizing: border-box;
+
+}
+
+.body {
+ height: 900px;
+ font-size: 18px;
+ font-family: sans-serif;
+ display: flex;
+ flex-direction: row;
+ margin-right: 200px;
+ margin-left: 200px;
+}
+
+section {
+ display: flex;
+}
+
+li {
+ list-style: none;
+ padding-bottom: 16px;
+ padding-top: 16px;
+}
+
+a {
+ list-style: none;
+ color: black;
+ text-decoration: none;
+}
+
+
+/** Navigation Bar **/
+
+#navbar {
+ display: flex;
+ flex-direction: column;
+ margin-left: 10px;
+}
+
+ul li:first-child {
+ color: lightgray;
+ position: relative;
+ right: 20px;
+}
+
+ul li:nth-child(5) {
+ color: lightgray;
+ position: relative;
+ right: 20px;
+}
+
+#sidebar {
+ width: 750px;
+ margin-left: 10px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ border: 1px solid lightgray;
+}
+
+
+/** Main Content **/
+
+#main {
+ display: flex;
+ flex-direction: column;
+ padding-left: 70px;
+ padding-right: 150px;
+ border-top: 1px solid lightgray;
+ border-right: 1px solid lightgray;
+ border-bottom: 1px solid lightgray;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+h1 {
+ font-size: 40px;
+ font-weight: 400;
+}
+h2 {
+ margin-top: 10px;
+ font-weight: 330;
+}
+article div {
+ padding-bottom: 0px;
+}
+h3 {
+ font-size: 19px;
+ margin-top: 10px;
+}
+
+p a {
+ color: #33bbff;
+}
diff --git a/stevens-college/index.html b/stevens-college/index.html
index 4884712..dbd0430 100644
--- a/stevens-college/index.html
+++ b/stevens-college/index.html
@@ -1 +1,31 @@
-
+
+
+
+