diff --git a/airbnb/index.html b/airbnb/index.html index 4884712..6038011 100644 --- a/airbnb/index.html +++ b/airbnb/index.html @@ -1 +1,34 @@ - + + + + + + + Airbnb + + + +

Book unique homes and experiences.

+ kitten placeholer + + + + Search + +

Explore Airbnb

+ + + + + diff --git a/airbnb/styles.css b/airbnb/styles.css index b9ad8b6..8b13789 100644 --- a/airbnb/styles.css +++ b/airbnb/styles.css @@ -1 +1 @@ -/* Add your CSS here */ + diff --git a/amazon/index.html b/amazon/index.html index 4884712..8610d31 100644 --- a/amazon/index.html +++ b/amazon/index.html @@ -1 +1,40 @@ - + + + + + + + Amazon + + + +
+
+

Computer & Technology Books

+

+ Browse a wide selection of programming guides,Android rescources, and Java books. +

+
+
+ + +
+ + +
+ + +
+
+ + + diff --git a/amazon/styles.css b/amazon/styles.css index b9ad8b6..e34de5d 100644 --- a/amazon/styles.css +++ b/amazon/styles.css @@ -1 +1,49 @@ -/* Add your CSS here */ +.Title { + display: flex; + flex-direction: column; + font-size: 25px; +} + +.Pnav { + display: inline; +} + +h1 { + color: orange; + padding-left: 10px; + font-size: 40px; +} + +.shop { + display: flex; + flex-direction: column; +} + +h2 { + border-bottom: solid lightgray; +} + +.Nav-container { + display: flex; +} + +.Nav-menu { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + list-style: none; + flex: 8; + padding-left: 10px; +} + +a { + display: flex; + flex-direction: column; + align-items: center; +} + +img { + width: 100px; + height: 100px; +} diff --git a/github/index.html b/github/index.html index 4884712..62a6ce1 100644 --- a/github/index.html +++ b/github/index.html @@ -1 +1,63 @@ - + + + + + + + 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. +

+ +
+ + +
+
+ kitten placeholer +

A diverse and inclusive workplace

+

+ 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. +

+
+ +
+ kitten placeholer +

Work happier

+

+ Work happier + Build amazing things with autonomy, self-direction, and a healthy work-life balance. We offer flexible work schedules for all of our employees and unlimited PTO. We also believe that if a job allows for it, you should work wherever you’re happiest. +

+
+
+ + + diff --git a/github/styles.css b/github/styles.css index b9ad8b6..a959de9 100644 --- a/github/styles.css +++ b/github/styles.css @@ -1 +1,68 @@ -/* Add your CSS here */ +li { + display: inline; + list-style: none; +} + +.colab { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} + +.header { + font-size: 40px; + width: 100%; + margin: 20px 0; + text-align: center; + align-items: center; +} + +.text { + font-size: 20px; + width: 100%; + margin: 20px 0; + text-align: center; + align-items: center; +} + +.links { + padding-top: 20px; +} + +.navigation { + display: flex; + align-items: center; + justify-content: center; + word-spacing: 2px; + justify-content: space-evenly; +} + +.work { + padding-top: 50px; +} + +.Wdiv { + float: left; + width: 50%; +} + +.Whap { + float: right; + width: 50%; +} + +.Wimg { + float:left; + width: 20%; + margin-right: 10px; + margin-bottom: 40px; +} + +.Wtext { + margin: 0 inherit; +} + +h2, h3 { + font-size: 20px; +} diff --git a/instagram/index.html b/instagram/index.html index 4884712..463a609 100644 --- a/instagram/index.html +++ b/instagram/index.html @@ -1 +1,68 @@ + + + + + + + Instagram + + + + + + + +
+

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 anymore 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 stanford University with a BS in Management Science & Engineering and serves on the boards of Walmark and KCRW. +

+ +

Mike Krieger (Co-founder)

+ +

+ Mike Krieger (@mikeyk) is the co-founded of Instagram, a global community of more than 1 Billion. As the head of engineersing, Mike focused on building 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 engineer. +

+
+ + + diff --git a/instagram/styles.css b/instagram/styles.css index b9ad8b6..9e58e04 100644 --- a/instagram/styles.css +++ b/instagram/styles.css @@ -1 +1,45 @@ -/* Add your CSS here */ + +* { + box-sizing: border-box; +} + +.sidebar { + display: flex; + justify-content: flex-start; + flex-direction: column; + float: left; + border: solid 1px lightgray; + width: 20%; + height: 800px; + padding: 10px; + } + + .navigation { + list-style: none; + } + + h6, h5 { + font-size: 25px; + color: gray; + } + +.main { + display: flex; + justofy-content: flex-start; + flex-direction: column; + padding: 20px; + margin-left: 5px 5px 0px 0px; + border: solid 1px lightgray; + width: 80%; + height: 800px; + +} + +ul { + font-size: 20px; + display; flex; +} + +li { + text-decoration: none; +} diff --git a/stevens-college/index.html b/stevens-college/index.html index 4884712..f81e6cf 100644 --- a/stevens-college/index.html +++ b/stevens-college/index.html @@ -1 +1,31 @@ - + + + + + + + Computer Software Engineering Technology + + + + +

Computer Software Engineering Technology

+ + kitten placeholer + + + +

+ 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 makes things possible. +

+ + + + diff --git a/stevens-college/styles.css b/stevens-college/styles.css index b9ad8b6..4840b4c 100644 --- a/stevens-college/styles.css +++ b/stevens-college/styles.css @@ -1 +1,39 @@ -/* Add your CSS here */ +.Header { + display: flex; + justify-content: flex-start; + flex-direction: column; + font-size: 80px; + text-transform: uppercase; + font-family: Sans-serif; + word-wrap: break-word; +} + +img { + height: 350; + width: 100%; +} + + +li { + display: inline-block; + background-color: #7d3333; + color: white; + margin: 0 0 1em 0; + font-size: 20px; + padding: 5px; + text-align: center; +} + +.navigation { + display: flex; + justify-content: space-around; + flex-direction: row; +} + +a { + color: white; +} + +.text { + font-size: 28px; +}