diff --git a/github/index.html b/github/index.html index 4884712..1ad81cb 100644 --- a/github/index.html +++ b/github/index.html @@ -1 +1,43 @@ + + + + + + Github + < + + + + +
+
+

Come help us make collaboration even better +

+

At Github we build the tools that make collaborating and writing software + easier for everyone. We've built a company we truly love working for, + and we think you will too. +

+ Open positions + Apprenticeships + Internships +
+
+ Hands Image +

A diverse and inclusive workspace

+

At GitHub, we think that a diverse company is a strong company, and we + work hard to foster a siupportive and welcoming workplace. Learn more + about out commitment to diversite and inclusion and see our + current demographic data. +

+
+
+

Work happier

+

Build amazing things with autonomy, self-direction, and a healthy work-life + balance. +

+ + + diff --git a/instagram/index.html b/instagram/index.html index 4884712..5c1c0b7 100644 --- a/instagram/index.html +++ b/instagram/index.html @@ -1 +1,60 @@ + + + + + Instagram + + + + +
+
+
+

About Us

+

The Team

+

Kevin Systrom (CEO, co-founder)

+

Kevin Systrom(@kevin)is the CEO and 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 project 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 at Google working on + products like Gmail and Google Reader. He graduated from Standford + University with a BS in Management Science and Engineering and serves + on the boards of Walmart and KCRW. +

+
+
+

Mike Krieger (CTO, co-founder)

+

Mike Krieger (@mikeyk) is the CT) and co-founder of instagram, a global + community of more than 1 billion. As head of engineering, Mike focuses + on building proiducts that bring out the creativity in all of us. +

+

A native of Sao Paulo, Brazil, Mike holds a MS in Symbolic Systems from + 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..b956e2e 100644 --- a/instagram/styles.css +++ b/instagram/styles.css @@ -1 +1,33 @@ /* Add your CSS here */ +body{ + display:flex; + height:100vh; +} +.navigation{ + float:left; + padding: 2rem; + width: 15%; + border: 1px black solid; + height:500px; +} +nav a{ + display:block; + text-decoration: none; + color:black; +} + +article{ + float:left; + width: 85%; + padding: 2rem; + border: 1px black solid; + height: 500px; +} +article a{ + display:inline; + color:blue; + text-decoration: none; +} +nav h3{ + color: grey; +} diff --git a/stevens-college/index.html b/stevens-college/index.html index 4884712..748a6ba 100644 --- a/stevens-college/index.html +++ b/stevens-college/index.html @@ -1 +1,28 @@ + + + + + Computer Software Engineering Technology +

COMPUTER SOFTWARE ENGINEERING TECHNOLOGY

+ + + +
+ + +
+ +

Computers have become a major factor in the development + 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..9655533 100644 --- a/stevens-college/styles.css +++ b/stevens-college/styles.css @@ -1 +1,30 @@ /* Add your CSS here */ +html{ + background-color: white; +} +h1{ + font-size: 4em; + font-weight: Bold; + font-family: sans-serif; +} +.links{ + flex-direction:row; + display:flex; + justify-content: space-around; +} +.links > a{ + padding: 20px; + margin: 50px 0 50px 0; + background-color:red; + text-align: center; + color:white; + text-decoration: none; + font-size: 1.5em; +} +.image{ + position:relative; + +} +p{ + font-size: 1.5em; +}