Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>npm</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- Your code goes here -->

<!--Nav Bar-->
<nav>
<div class="top-left">
<a class = "heart" href="#">♥︎</a>
<span class="acronym">Neophobe Plebeian Mumpsimus</span>
</div>
<ul class="top-links">
<li><a href="#">npm Enterprise</a></li>
<li><a href="#">features</a></li>
<li><a href="#">pricing</a></li>
<li><a href="#">documentation</a></li>
<li><a href="#">support</a></li>
</ul>
</nav>

<!--Header w/ Heading-->
<section class="top-background">
<div class="search-bar div-shape">
<img class="npm" src="../img/npm-logo.png" alt="npm brand logo">
<form class="top-form" action="#" placeholder="find packages">
<label for="text">
<input placeholder ="find packages" type="text">
</label>
</form>
<p class="bear">Sign up or log in</p>
<img class="bear" src="../img/bear-logo.png" alt="bear logo">
</div>
<div class="first-center div-shape">
<h2 class="top motto">Build amazing things</h2>
<p>npm is the package manager for JavaScript and the <br> world's largest
software registry. <br> Discover packages of reusable code -- <br> and assemble them in powerful new ways.</p>
<button class="orange">Sign up for npm</button>
<img class="cs" src="../img/city-scape.svg" width:100px; height: 100px; alt="cityscape">
</div>
</div>
</section>

<!--Section 1 w/ Heading and Ul-->
<section id="Features" class="second-bg">
<div class="second-pic div-shape">
<img class="collabo" src="../img/collaboration.svg" width: 50px; height 50px; alt="Group photo">
</div>
<div class="second-text div-shape">
<h3>npm Orgs is powerful collaboration -- for free</h3>
<ul>
<li>Encourage code discovery and re-use within teams</li>
<li>Publish and control access to your own namespace</li>
<li>Manage public and private code with the same workflow</li>
</ul>
<button class="red">Sign up for Orgs</button>
<p>or,</p>
<a href="#">Learn more about Orgs</a>
</div>
</section>

<!--Section 2 w/ Heading-->
<section id="About Us" class="third-bg">
<div>
<img class="3rd" src="../img/3rdsection.jpe" alt="skyline picture">
<div class="third-text div-shape">
<h3>What is npm?</h3>
<p>Use npm to install, share, and distribute code; <br> manage dependencies in your projects; <br> and share & receive feedback with others.</p>
<button class="gray">Install npm</button>
</div>
<div class="bear-lift">
<img src="../img/forklift.svg" alt="bear on forklift">
</div>
</section>

<!--Section 3 w/ Heading and Div's-->
<section id="Options" class="fourth-bg">
<br>
<br>
<br>
<br>
<br>
<br>
<div class="fourth-box div-shape">
<h3>What can you make with 475,000 building blocks?</h3>
<p>The npm registry hosts almost half a million packages of free, reusable code -- the largest software registry in the world.</p>
</div>

<div class="choices div-shape">
<div class="binoc">
<img src="../img/binoculars.svg" alt="binoculars">
<h5>Find</h5>
<p>Libraries like <span class="lang">JQuery</span>, <span class="lang">Bootstrap</span>, <span class="lang">React</span>, and<span class="lang">Angular</span>frameworks such as <span class="lang">Ember</span>.</p>
</div>
<div class="mtn">
<img src="../img/mountain-flag.svg" alt="mountain">
<h5>Discover</h5>
<p>Packages for mobile, IoT, front end, back end, robotics... everything you need to start building amazing things.</p>
</div>
<div class="bp">
<img src="../img/backpack.svg" alt="toolkit">
<h5>Build</h5>
<p>Assemble packages like building blocks to quickly develop awesome new projects.</p>
</div>
</div>
</section>

</body>
</html>
103 changes: 102 additions & 1 deletion starter-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,106 @@
</head>
<body>
<!-- Your code goes here -->
</body>
<!--MY CODE BELOW-->

<!--Nav Bar-->
<nav>
<div class="top-left">
<a class = "heart" href="#">♥︎</a>
<span class="acronym">Neophobe Plebeian Mumpsimus</span>
</div>
<ul class="top-links">
<li><a href="#">npm Enterprise</a></li>
<li><a href="#">features</a></li>
<li><a href="#">pricing</a></li>
<li><a href="#">documentation</a></li>
<li><a href="#">support</a></li>
</ul>
</nav>

<!--Header w/ Heading-->
<section class="top-background">
<div class="search-bar div-shape">
<img class="npm" src="../img/npm-logo.png" alt="npm brand logo">
<form class="top-form" action="#" placeholder="find packages">
<label for="text">
<input placeholder ="find packages" type="text">
</label>
</form>
<p class="bear">Sign up or log in</p>
<img class="bear" src="../img/bear-logo.png" alt="bear logo">
</div>

<div class="first-center div-shape">
<h2 class="top motto">Build amazing things</h2>
<p>npm is the package manager for JavaScript and the world's largest
software registry. Discover packages of reusable code -- and assemble them in powerful new ways.</p>
<button class="orange">Sign up for npm</button>
</div>

<div class="cs">
<img src="../img/city-scape.svg" alt="cityscape">
</div>
</section>

<!--Section 1 w/ Heading and Ul-->
<section id="Features" class="second-bg">
<div class="second-pic div-shape">
<img class="collabo" src="../img/collaboration.svg" alt="Group photo">
</div>

<div class="second-text div-shape">
<h3>npm Orgs is powerful collaboration -- for free</h3>
<ul>
<li>Encourage code discovery and re-use within teams</li>
<li>Publish and control access to your own namespace</li>
<li>Manage public and private code with the same workflow</li>
</ul>
<button class="red">Sign up for Orgs</button>
<p>or,</p>
<a href="#">Learn more about Orgs</a>
</div>
</section>

<!--Section 2 w/ Heading-->
<section id="About Us" class="third-bg">
<img class="3rd" src="../img/3rdsection.jpe" alt="skyline picture">
<div class="third-text div-shape">
<h3>What is npm?</h3>
<p>Use npm to install, share, and distribute code; manage dependencies in your projects; and share & receive feedback with others.</p>
<button class="gray">Install npm</button>
</div>

<div class="bear-lift">
<img src="../img/forklift.svg" alt="bear on forklift">
</div>
</section>

<!--Section 3 w/ Heading and Div's-->
<section id="Options" class="fourth-bg">
<div class="fourth-box div-shape">
<h3>What can you make with 475,000 building blocks?</h3>
<p>The npm registry hosts almost half a million packages of free, reusable code -- the largest software registry in the world.</p>
</div>

<div class="choices div-shape">
<div class="binoc">
<img src="../img/binoculars.svg" alt="binoculars">
<h5>Find</h5>
<p>Libraries like <span class="lang">JQuery</span>, <span class="lang">Bootstrap</span>, <span class="lang">React</span>, and<span class="lang">Angular</span>frameworks such as <span class="lang">Ember</span>.</p>
</div>
<div class="mtn">
<img src="../img/mountain-flag.svg" alt="mountain">
<h5>Discover</h5>
<p>Packages for mobile, IoT, front end, back end, robotics... everything you need to start building amazing things.</p>
</div>
<div class="bp">
<img src="../img/backpack.svg" alt="toolkit">
<h5>Build</h5>
<p>Assemble packages like building blocks to quickly develop awesome new projects.</p>
</div>
</div>
</section>

</body>
</html>
Loading