+
+
+
+ A diverse and inclusive workplace
+
+ At GitHub, we think that a diverse company is a strong
+ company, and we work hard to foster a supportive and welcoming
+ workplace. Learn more about our commitment to diversity
+ and inclusion and see our current demographic data.
+
+
+
+
+
+ Work Happier
+
+
+ Build amazing things with autonomy, self direction
+ and healthy work-life balance. We offer flexible
+ work schedules for all of our employees and unlimited
+ PTO. We also belive that if a job allows it, you should
+ work wherever you're happiest.
+
+
+
+
+
+
+
+
+
diff --git a/github/styles.css b/github/styles.css
index b9ad8b6..4a80684 100644
--- a/github/styles.css
+++ b/github/styles.css
@@ -1 +1,30 @@
/* Add your CSS here */
+li {
+ display: inline-block;
+}
+
+section {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin: 0 40px 0 40px;
+}
+
+section p {
+ font-size: 16pt;
+ text-align: center;
+}
+
+section nav {
+ font-size: 14pt;
+}
+
+h1 {
+ font-size: 36pt;
+ text-align: center;
+}
+
+article {
+ display: flex;
+ flex-direction: row;
+}
diff --git a/instagram/index.html b/instagram/index.html
index 4884712..e0195cc 100644
--- a/instagram/index.html
+++ b/instagram/index.html
@@ -1 +1,78 @@
+
+
+
+
+
+ About Us
+
+ The Team
+
+ Kevin
+ 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 stragety
+ 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 a creative
+ passion.
+
+
+
+ Prior to founding Instagram, Kevin was part of the startup Odeo, which
+ later became Twitter, and spent two years ay Google working on products
+ like Gmail and Google Reader. He graduated from Stanford University
+ with a BS in Management Science & Engineering and servea 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 engineering, Mike focuses
+ on building prodicts 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 experience designer and front-end designer.
+
+
+
+
+
+
+
+
diff --git a/instagram/styles.css b/instagram/styles.css
index b9ad8b6..21034e5 100644
--- a/instagram/styles.css
+++ b/instagram/styles.css
@@ -1 +1,36 @@
/* Add your CSS here */
+* {
+ box-sizing: border-box;
+}
+
+article {
+ display: flex;
+ flex-direction: column;
+ border: 1px solid lightgrey;
+ height: 800px;
+ width: 80%;
+ padding: 0 5% 0 5%;
+}
+
+nav {
+ display: flex;
+ float: left;
+ flex-direction: column;
+ padding-left: 40px;
+ width: 20%;
+ border: 1px solid lightgrey;
+ height: 800px;
+}
+
+h4 {
+color: lightgrey;
+}
+
+li {
+ display: flex;
+ justify-content: flex-start;
+}
+
+p {
+ display:
+}
diff --git a/stevens-college/index.html b/stevens-college/index.html
index 4884712..d2fd1eb 100644
--- a/stevens-college/index.html
+++ b/stevens-college/index.html
@@ -1 +1,28 @@
+
+
+
+ Computers have become a major factor in the development
+ and operation of the modern industry. From means of communications,
+ to operating machines, to facilitating international commerce,
+ to systems animation, computers and their realted software
+ programs makes things possible.
+
+
+
+
diff --git a/stevens-college/styles.css b/stevens-college/styles.css
index b9ad8b6..acae9e5 100644
--- a/stevens-college/styles.css
+++ b/stevens-college/styles.css
@@ -1 +1,31 @@
/* Add your CSS here */
+h1 {
+ text-transform: uppercase;
+ font-size: 80px;
+}
+
+img {
+ display: flex;
+ height: 400px;
+ width: 100%;
+ justify-content: center;
+
+}
+
+li a {
+ color: white;
+ display: inline-block;
+ background-color: darkred;
+ padding: 10px 40px 10px 40px;
+}
+
+nav {
+ display: flex;
+ justify-content: space-around;
+ flex-direction: row;
+}
+
+p {
+ font-size: 20px;
+ margin: 30px 0 30px 0;
+}