diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d939403 Binary files /dev/null and b/.DS_Store differ diff --git a/airbnb/index.html b/airbnb/index.html index 4884712..b0b20c7 100644 --- a/airbnb/index.html +++ b/airbnb/index.html @@ -1 +1,70 @@ + + + + + + Airbnb + + + + +
+

Book unique homes and experiences

+
+ + +

Search

+ +

Explore Airbnb

+ +
+
+ home +

Homes

+ +
+ +
+ Path +

Experiences

+ + +
+ +
+ Table with food +

Resturaunts

+ +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/airbnb/styles.css b/airbnb/styles.css index b9ad8b6..82c7811 100644 --- a/airbnb/styles.css +++ b/airbnb/styles.css @@ -1 +1,74 @@ /* Add your CSS here */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +header{ + padding: 3rem; + background-color: grey; + color: white; + background-image: url(http://placekitten.com/1500/1500); +} +input{ + margin: 1rem; + +} +.anywhere{ + display: block; + width: 100%; +} +.category{ + text-transform: uppercase; + +} +.CheckInAndOut div{ + display: flex; + flex-direction: row; + +} +.CheckInAndOut h2{ + width: 50%; +} + +.CheckInAndOut div{ + display: flex; + flex-direction: row; +} +.checkout input{ + display: block; + width: 50%; + padding: 0; + margin-left: 0; + margin-right: 0; +} +.guest input{ + display: block; + width: 100%; +} +.exploreitem{ + display: flex; + border: solid lightgrey; + flex-flow: row; + width: 33%; + margin: 1rem; + + + + +} + +.Explore{ +display: flex; + +} + +.SearchButton{ + text-align: center; + color: white; + background-color: #F67878; +} +h3{ + flex direction: column; + align-self: center; +} diff --git a/amazon/index.html b/amazon/index.html index 4884712..ac8b0ed 100644 --- a/amazon/index.html +++ b/amazon/index.html @@ -1 +1,57 @@ - + + + + + + amazon + + + + + +
+

Computer & Technology Books

+

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

+
+ +

Shop by category

+
+ + + +
+ book about programming + Programming +
+
+ book about programming + Computer Science +
+
+ book about programming + Programming Languages +
+
+ book about programming + Networking & Cloud Computing +
+
+ book about programming + Security & Encryption +
+
+ book about programming + Software +
+
+ book about programming + Operating Systems +
+
+ book about programming + Games & Strategy Guides +
+
+ + + \ No newline at end of file diff --git a/amazon/styles.css b/amazon/styles.css index b9ad8b6..e252c42 100644 --- a/amazon/styles.css +++ b/amazon/styles.css @@ -1 +1,44 @@ /* Add your CSS here */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +h1{ + color: #FF8C00; + font-size: 1.75rem; + padding: 1rem; + padding-left: .5rem; +} +p{ + padding: .5rem; + +} +h2{ + font-size: 1.5rem; + padding: .5rem ; + padding-top: 2rem; + border-bottom: .1rem solid lightgrey; +} + +section{ + display: flex; + justify-content: center; + flex-flow: wrap row; + +} +.section-item{ + height: 300px; + width: 20%; + margin: 1rem; +} + +img{ + display: block; + position: relative; + left: 12% +} + +.section-item a{ + display: block; +} diff --git a/github/index.html b/github/index.html index 4884712..220812d 100644 --- a/github/index.html +++ b/github/index.html @@ -1 +1,54 @@ - + + + + + + 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.

+ +
+ + + +
+
+ hand signs +

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

+
+
+  globe +

Work happier

+

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

+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/github/styles.css b/github/styles.css index b9ad8b6..c2aac9f 100644 --- a/github/styles.css +++ b/github/styles.css @@ -1 +1,26 @@ /* Add your CSS here */ +.Help{ + text-align: center; +} +.Jobs{ + display: flex; + justify-content: center; +} +.Jobs a{ + margin: 1rem; + +} +.Articles{ + display: flex; + + +} +img{ + float: left; + margin: 1rem; +} + +.happier img{ + margin-left: 2rem; + +} diff --git a/instagram/index.html b/instagram/index.html index 4884712..88551af 100644 --- a/instagram/index.html +++ b/instagram/index.html @@ -1 +1,53 @@ + + + + + + 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 begining, Kevin has focused on simplicity and inspiring creativity + through solving with thoughtful product design. As a result, instagram + has become the home for visual storytelling for everyone from celebrities, newsrooms and + brands, to teens, musicans and anyone with a creative passion.

+

Prior to founding Instagram, Kevin was part of the start up 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 and engineering and serves on the boards of Walmart and KCRW. +

+ +

Mike Kreiger (CTO, co-founder)

+

Mike Kreiger(@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 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.

+
+ + + + \ No newline at end of file diff --git a/instagram/styles.css b/instagram/styles.css index b9ad8b6..2b720e9 100644 --- a/instagram/styles.css +++ b/instagram/styles.css @@ -1 +1,25 @@ /* Add your CSS here */ +nav{ + display: flex; + flex-direction: column; + padding-right: 10%; + float: left; + border: thin grey; + margin-left: 1%; + margin-right: 1%; + +} +nav a{ + padding-top: 15px; + padding-bottom: 15px; + +} +article{ + margin-left: 5rem; + +} +h3{ + margin-top: 1rem; + margin-bottom: 1rem; + color: grey; +} diff --git a/stevens-college/index.html b/stevens-college/index.html index 4884712..a516351 100644 --- a/stevens-college/index.html +++ b/stevens-college/index.html @@ -1 +1,27 @@ + + + + + + CSET + + + + +

Computer Software Engineering Technology

+ video of the course + + +

Computers have become a major factor in the development and operation of + the modern industry. From providing means of communicationas, to operating + machines, to facillitating international commerce, to systems animation, + computers and their related software programs makes that possible.

+ + + + \ No newline at end of file diff --git a/stevens-college/styles.css b/stevens-college/styles.css index b9ad8b6..c64e188 100644 --- a/stevens-college/styles.css +++ b/stevens-college/styles.css @@ -1 +1,41 @@ /* Add your CSS here */ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + margin-left: auto; + margin-right: auto; +} +img{ + display: block; + margin-left: auto; + margin-right: auto; + margin-bottom: 2rem; + +} +h1{ + text-transform: uppercase; + font-size: 5rem; + text-align: center; + flex-wrap: wrap; +} +h2{ + text-transform: uppercase; + color: white; + display: inline; + background-color: maroon; + padding: 1rem; + +} +nav{ + width: 50%; + display: flex; + +} +p{ + text-align: center; + margin-left:auto; + margin-right: auto; + padding: 3rem; + +}