diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d9c32a4 Binary files /dev/null and b/.DS_Store differ diff --git a/airbnb/index.html b/airbnb/index.html index 4884712..9751139 100644 --- a/airbnb/index.html +++ b/airbnb/index.html @@ -1 +1,47 @@ + + + + + + + + +

Book unique homes and experiences.

+
+
+ Where
+
+
+
+ Check In
+
+ Check Out
+
+
+
+ Guests
+ +
+ +
+

Explore Airbnb

+
+ +

Homes

+
+
+ +

Experiences

+
+
+ +

Restaurants

+
+ + diff --git a/airbnb/styles.css b/airbnb/styles.css index b9ad8b6..d9fadbf 100644 --- a/airbnb/styles.css +++ b/airbnb/styles.css @@ -1 +1,24 @@ /* Add your CSS here */ +* { + font-family: sans-serif; + box-sizing: border-box; +} + +.Where { + color: red; +} + +.Dates { + background-color: #808080; + color: blue; + display: flex; +} + +.Guests { + color: green; +} + +.Homes, .Experiences, .Restaurants { + border: 1px thin #808080; + box-sizing: border-box; +} diff --git a/amazon/.DS_Store b/amazon/.DS_Store new file mode 100644 index 0000000..f0331eb Binary files /dev/null and b/amazon/.DS_Store differ diff --git a/amazon/index.html b/amazon/index.html index 4884712..07a3850 100644 --- a/amazon/index.html +++ b/amazon/index.html @@ -1 +1,35 @@ + + + + + + + + +
+

Computer & Technology Books

+

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

+
+
+
+

Programming

+ +

Computer Science

+ +

Programming Languages

+ +

Networking & Cloud Computing

+ +

Security & Encryption

+ +

Software

+ +

Operating Systems

+ +

Games & Strategy Guides

+ +
+
+ + diff --git a/amazon/styles.css b/amazon/styles.css index b9ad8b6..afc2a71 100644 --- a/amazon/styles.css +++ b/amazon/styles.css @@ -1 +1,31 @@ /* Add your CSS here */ +* { + +} +.content { + display: flex; + flex-direction: row; + flex-wrap: wrap; + height: 500px; + position: relative; +} +img { + padding: 50px; + height: 250px; + width: 100px; + position: relative; +} +.body { + width: 800px; +} +.content h2 { + padding-left: 500px; + position: absolute; + bottom: 10px; +} +.content h2:nth-of-type(1) { + padding: 100px; +} +.content h2:nth-of-type(2) { + padding: 100px; +} diff --git a/github/index.html b/github/index.html index 4884712..7d158c2 100644 --- a/github/index.html +++ b/github/index.html @@ -1 +1,24 @@ + + + + + + + + +

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

+
+ + diff --git a/github/styles.css b/github/styles.css index b9ad8b6..0c64435 100644 --- a/github/styles.css +++ b/github/styles.css @@ -1 +1,8 @@ /* Add your CSS here */ +.positions, .apprenticeships, .internships { + box-sizing: border-box; + justify-content: flex-start; + display: flex; + flex-flow: row; + padding: 10px; +} diff --git a/instagram/index.html b/instagram/index.html index 4884712..600c7e4 100644 --- a/instagram/index.html +++ b/instagram/index.html @@ -1 +1,35 @@ + + + + + + + + +

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

+ + diff --git a/stevens-college/.DS_Store b/stevens-college/.DS_Store new file mode 100644 index 0000000..153c15b Binary files /dev/null and b/stevens-college/.DS_Store differ diff --git a/stevens-college/index.html b/stevens-college/index.html index 4884712..86636f6 100644 --- a/stevens-college/index.html +++ b/stevens-college/index.html @@ -1 +1,24 @@ + + + + + + + + +
+

COMPUTER SOFTWARE ENGINEERING TECHNOLOGY

+ + +

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..96ff7ae 100644 --- a/stevens-college/styles.css +++ b/stevens-college/styles.css @@ -1 +1,30 @@ /* Add your CSS here */ +* { + margin: auto; + padding: 0; + box-sizing: border-box; + justify-content: center; + font-family: arial; + align-items: center; +} + +.CSET { + display: block; + width: 560px; +} + +h1 { + font-size: 48pt; +} + +.links { + display: flex; + justify-content: space-around; + padding: 30px; +} + +.schedule, .faculty, .tool_list { + background-color: #8b1e41; + color: white; + padding: 10px; +}