diff --git a/amazon/book.jpeg b/amazon/book.jpeg new file mode 100644 index 0000000..6256b0b Binary files /dev/null and b/amazon/book.jpeg differ diff --git a/amazon/index.html b/amazon/index.html index 4884712..45412f4 100644 --- a/amazon/index.html +++ b/amazon/index.html @@ -1 +1,28 @@ + + + + + Positioning Is Easy! + + + +
+

Computer & Technolgy Books

+

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

+

Shop by category

+
+ +
+ bookProgramming + bookComputer Science + bookProgramming Languages + bookNetworking & Cloud Compter + bookSecurity & Encryption + bookSoftware + bookOperating Systems + bookGames & Strategy Guides +
+ + + diff --git a/amazon/styles.css b/amazon/styles.css index b9ad8b6..f92b75b 100644 --- a/amazon/styles.css +++ b/amazon/styles.css @@ -1 +1,29 @@ -/* Add your CSS here */ + +* { + box-sizing: content-box; +} +body { +width: 1000px; +} +h1 { + font-size: 2rem; + color: orange; +} + +p { + color: grey; +} +h2 { + border-bottom: 1px solid lightgrey; +} + +.bottom { + display: flex; + width: 600px; + flex-wrap: wrap; +} + +.selections { + width: 130px; + padding: 10px; +} \ No newline at end of file diff --git a/github/index.html b/github/index.html index 4884712..cd1b25a 100644 --- a/github/index.html +++ b/github/index.html @@ -1 +1,35 @@ + + + + + AHHHAHAAHHAHH + + + + +

Come help us make a collaboration even better

+

At GitHib 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 to foster a supportive and welcoming workplace. Learn more about our commitment to diveristy 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 felxible 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..b04400b 100644 --- a/github/styles.css +++ b/github/styles.css @@ -1 +1,12 @@ +* { + box-sizing: content-box; + +} + +.nav { + position: static; + position: top; + position: left; +} + /* Add your CSS here */ diff --git a/github/video.jpeg b/github/video.jpeg new file mode 100644 index 0000000..63110c4 Binary files /dev/null and b/github/video.jpeg differ diff --git a/instagram/index.html b/instagram/index.html index 4884712..3e969dd 100644 --- a/instagram/index.html +++ b/instagram/index.html @@ -1 +1,40 @@ - + + + + + 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 simplicty and inspiring creativity through solving problems with thoughtful product design. As a result, Instagram has become the home for visual storytelling for evreyone from celebrities, newsrooms and brands, to teams, 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 oproducts like Gmail and Google Reader. He graduated from Stanford University with a BS in Management Science & Engineering and services on teh boards of Walmart and KCRW.

+

Mike Kreiger (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 Standford University. Prior to founding Instagram, he worked at Meebo as a user experiece designer and front-end engineer.

+
+
+ + + diff --git a/instagram/styles.css b/instagram/styles.css index b9ad8b6..9241953 100644 --- a/instagram/styles.css +++ b/instagram/styles.css @@ -1 +1,60 @@ /* Add your CSS here */ +* { + box-sizing: border-box; +} + +body { + font-weight: lighter; + font-family: Arial, Helvetica, sans-serif; + +} +.positioning{ + display: flex; + justify-content: flex-start; + border: 1px solid gray; +} +.main { + border: 1px solid gray; + padding: 40px; + padding-bottom: 60px; +} + + + +.sidebar { +width: 150px; +padding-top: 20px; +padding-left: 10px; +} + +li { + position: relative; + top: left; + list-style: none; + padding-top: 5px; + padding-bottom: 5px; + + +} + +a { + color: black; + text-decoration: none; +} + +li:hover { + Border-left: 2px solid blue; + border-spacing: 10px, 0, 0, 0; +} + + + +.about { + position: relative; + top: left; +} + +ul { + list-style: none; + padding-left: 0px; +} \ No newline at end of file diff --git a/stevens-college/index.html b/stevens-college/index.html index 4884712..2dc56a6 100644 --- a/stevens-college/index.html +++ b/stevens-college/index.html @@ -1 +1,25 @@ + + + + + Nicholas Card + + + +

COMPUTER SOFTWARE ENGINEERING TECHNOLOGY

+ + +
+ +
+

Computers have become a major factor in teh 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..af4cfe2 100644 --- a/stevens-college/styles.css +++ b/stevens-college/styles.css @@ -1 +1,33 @@ +* { + box-sizing: content-box; + width: 600px; +} + +.image { + display: flex; + height: 400px; + width: 700px; +} + +.buttonboys { + display: flex; + flex-direction: row; + align-items: center; + list-style: none; +} +.buttons { + color: white; + font-size: 30px; + text-decoration: none; + display: flex; + justify-content: center; + align-items: center; + background-color: maroon; + Height: 50px; + width: 175px; +} + +h1 { + font-size: 75px; +} /* Add your CSS here */ diff --git a/stevens-college/video.jpeg b/stevens-college/video.jpeg new file mode 100644 index 0000000..63110c4 Binary files /dev/null and b/stevens-college/video.jpeg differ