diff --git a/airbnb/index.html b/airbnb/index.html index 4884712..6a288be 100644 --- a/airbnb/index.html +++ b/airbnb/index.html @@ -1 +1,61 @@ + + + + + Airbnb + + + + +

Book unique homes and experiences

+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ + + +
+ +
+

Explore Airbnb

+
+ +
+ +

Homes

+
+ +
+ +

Experiences

+
+ +
+ +

Restruants

+
+ +
+ + + + + + + diff --git a/airbnb/styles.css b/airbnb/styles.css index b9ad8b6..56f4472 100644 --- a/airbnb/styles.css +++ b/airbnb/styles.css @@ -1 +1,16 @@ /* Add your CSS here */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +h1 { + border-bottom: solid thin black; + margin-top: 50px; + margin-bottom: 50px; +} + +.where, .guest { + display: flex; +} diff --git a/amazon/index.html b/amazon/index.html index 4884712..beceff8 100644 --- a/amazon/index.html +++ b/amazon/index.html @@ -1 +1,67 @@ + + + + + Amazon + + + + +
+

Computer & Technology Books

+

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

+
+ +

Shop by category

+ +
+ +
+ cat +

Programming

+
+ +
+ cat +

Computer Science

+
+ +
+ cat +

Programming Languages

+
+ +
+ cat +

Networking & Cloud Computing

+
+
+ +
+
+ cat +

Security & Encryption

+
+ +
+ cat +

Software

+
+ +
+ cat +

Operating Systems

+
+ +
+ cat +

Games & strategy guides

+
+ +
+ + + + diff --git a/amazon/styles.css b/amazon/styles.css index b9ad8b6..94d6277 100644 --- a/amazon/styles.css +++ b/amazon/styles.css @@ -1 +1,36 @@ /* Add your CSS here */ +* { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +h1 { + +} + +h2 { + margin-top: 25px; + margin-bottom: 25px; + border-bottom: solid thin black; +} + +body { + margin-left: 20px; + margin-right: 20px; +} + +.books { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; +} + +.books2 { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + margin-top: 100px; +} diff --git a/github/index.html b/github/index.html index 4884712..c437d99 100644 --- a/github/index.html +++ b/github/index.html @@ -1 +1,55 @@ - + + + + + + github + + + + + +
+ About/Careers +
+ +
+

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.

+ + +
+ +
+ +
+ +

A diverse and inclusive workplace

+

At GitHub, we think that a diverse company is a strong + company, and we work harder 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 + 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..7d8bd8a 100644 --- a/github/styles.css +++ b/github/styles.css @@ -1 +1,55 @@ /* Add your CSS here */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.top { + margin-left: 300px; + margin-right: 300px; +} + +h1 { + display: flex; + justify-content: center; + margin-top: 50px; + flex-wrap: wrap; + font-size: 75px; +} + +p { + margin-top: 25px; + display: flex; + justify-content: center; +} + +ul { + display: flex; + flex-direction: row; + justify-content: center; + margin-top: 50px; + margin-bottom: 50px; +} + +li { + margin-left: 25px; + margin-right: 25px; +} + +img { + float: left; + width: 150px; + height: 150px; + margin-right: 25px; +} + +.text { + display: flex; + flex-direction: row; + +} + +.head1, .text1, .head2, .text2{ + margin-left: 25px; +} diff --git a/instagram/index.html b/instagram/index.html index 4884712..3999ee5 100644 --- a/instagram/index.html +++ b/instagram/index.html @@ -1 +1,77 @@ + + + + + Instagram mock up + + + + + + +
+

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 ocerall 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 a creative passion

+ +

prior to founding Instagram, Kevin was part of the startup Odeo, which kater + 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 natice of Sao 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..11261ba 100644 --- a/instagram/styles.css +++ b/instagram/styles.css @@ -1 +1,104 @@ /* Add your CSS here */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +body { + display: flex; + flex-direction: row-reverse; + border: 1px solid black; + margin: 200px; + margin-left: 300px; + margin-right: 300px; +} + +h1 { + font-size: 200%; + margin-left: 20px; + padding-bottom: 20px; +} + +h2 { + margin-left: 20px; + padding-bottom: 20px; +} + +h3 { + margin-left: 20px; + padding-bottom: 20px; +} +.peeps { + border-left: 1px solid black; + margin: 0; + padding: 20px; + display: flex; + justify-content: flex-end; + flex-direction: column; +} + +.kevin > p { + margin-left: 20px; + margin-bottom: 30px; + margin-top: 30px; +} + +.mike > p { + margin-left: 20px; + margin-bottom: 30px; + margin-top: 30px; +} + +.mike:last-child { + padding-top: 20px; + padding-bottom: 50px; +} + +.navi { + width: 350px; + display: flex; + flex-direction: column; + justify-content: flex-start; +} + +.about { + padding: 30px; + padding-left: 5px; +} + +.legal { + padding: 30px; + padding-left: 5px; +} + +a { + color: black; + text-decoration: none; +} + +ul { + list-style-type: none; + +} + +.about ul li:nth-child(1) { + font-size: 150%; + margin-bottom: 30px; + display: flex; + justify-content: space-between; +} + +.about ul li { + padding-bottom: 20px; +} + +.legal ul li:nth-child(1) { + font-size: 150%; + margin-bottom: 30px; + display: flex; + justify-content: space-between; +} + +.legal ul li { + padding-bottom: 20px; +} diff --git a/stevens-college/index.html b/stevens-college/index.html index 4884712..559bf1a 100644 --- a/stevens-college/index.html +++ b/stevens-college/index.html @@ -1 +1,34 @@ + + + + + Stevens College + + + + +

Computer Software Engineering Technology

+ +
+ kat. +
+ +
+ +
+ +
+

Computers have become a major factor in the development and + operation of the modern industry. From providing means of communications, + to operating machines, to facllitating international commerence, 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..414f11f 100644 --- a/stevens-college/styles.css +++ b/stevens-college/styles.css @@ -1 +1,49 @@ /* Add your CSS here */ +* { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +body { + display: flex; + flex-direction: column; + align-content: flex-start; + width: 600px; + margin-left: 100px; +} + +h1 { + font-size: 85px; +} + +img { + height: 250px; + width: 100%; +} + +ul { + display: flex; + flex-direction: row; + justify-content: center; +} + +li { + margin-top: 30px; + margin-bottom: 30px; + background-color: red; + padding: 5px; + list-style: none; + margin-left: 50px; + margin-right: 50px; +} + +a { + color: white; + text-decoration: none; +} + +p { + margin-top: 10px; + +}