+ 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 moments 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, newsrooms
+ and brands, to teens, musicians and anyone with 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 Graduated from Stanford University with a BS in Management Science
+ & Engineering and serves on the boards 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 creativity
+ in all of us.
+ A native of São Paulo, Brazil, Mike holds an MS in Symbolic Systems from STanford University. Prior to founding Instagram, he worked at Meebo as a user expierience designer and front-end engineer.
+
+
+
+
diff --git a/instagram/styles.css b/instagram/styles.css
index b9ad8b6..ba4cba8 100644
--- a/instagram/styles.css
+++ b/instagram/styles.css
@@ -1 +1,76 @@
-/* Add your CSS here */
+* {
+ box-sizing: border-box;
+ font-family: sans-serif;
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ display: flex;
+ flex-direction: row;
+ padding: 10px 5px 10px 5px;
+}
+
+.sidemenu {
+ border: 2px solid lightgrey;
+ color: grey;
+ display: flex;
+ flex-direction: column;
+ width: 25%;
+}
+
+ul {
+ list-style-type: none;
+ padding: 20px 10px 0px 10px;
+ position: relative;
+}
+
+li {
+ margin: 20px;
+}
+
+a {
+ text-decoration: none;
+}
+
+a.side {
+ color: grey;
+ cursor: pointer;
+}
+
+a.side:hover {
+ color: black;
+ cursor: p;
+}
+
+main {
+ border-top: 2px solid lightgrey;
+ border-right: 2px solid lightgrey;
+ border-bottom: 2px solid lightgrey;
+ padding-left: 30px;
+ width: 72%;
+}
+
+h1 {
+ font-size: 24px;
+ padding: 40px 20px 40px 0px;
+}
+
+h2 {
+ font-size: 18px;
+ padding: 0px 0 20px 0;
+}
+
+h3 {
+ font-size: 16px;
+ padding: 20px 0 20px 0;
+}
+
+h4 {
+ padding: 20px 0 0 20px;
+ text-transform: capitalize;
+}
+
+p {
+ padding-bottom: 20px;
+}
diff --git a/stevens-college/index.html b/stevens-college/index.html
index 4884712..86e52e6 100644
--- a/stevens-college/index.html
+++ b/stevens-college/index.html
@@ -1 +1,24 @@
-
+
+
+
+
+
+ Computers have become a major factor in the development and operation of the modern industry. From providing means of communications, to operating machines, to facilitating international commerce, to systems animation, computers and their related software programs make things possible.
+
+
diff --git a/stevens-college/styles.css b/stevens-college/styles.css
index b9ad8b6..dc52f6e 100644
--- a/stevens-college/styles.css
+++ b/stevens-college/styles.css
@@ -1 +1,61 @@
-/* Add your CSS here */
+* {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ display: flex;
+ flex-direction: column;
+ font-family: sans-serif;
+}
+
+.topbox {
+ align-items: center;
+ display: flex;
+ flex-direction: column;
+ font-size: 2em;
+ margin: 10px;
+}
+
+.whatevs {
+ border: 1px solid black;
+ height: 9em;
+ margin: 1em 1em 0em 1em;
+ width: 16em;
+}
+
+h1 {
+ font-weight: bold;
+ font-variant-caps: all-petite-caps;
+}
+
+a.button {
+ background: maroon;
+ color: white;
+ height: 3em;
+ padding-top: 1em;
+ text-align: center;
+ text-decoration: none;
+ width: 7em;
+}
+
+a:hover {
+ color: yellow;
+}
+
+.links {
+ align-items: center;
+ display: flex;
+ flex-direction: row;
+ height: 6em;
+ justify-content: space-around;
+ margin-top: 0;
+}
+
+article {
+ font-size: 18px;
+ margin-left: 20px;
+ margin-right: 20px;
+ text-align: justify;
+}