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
Binary file added .DS_Store
Binary file not shown.
Empty file modified readme.md
100644 → 100755
Empty file.
Binary file added starter-code/images/.DS_Store
Binary file not shown.
Binary file added starter-code/images/Vector_search_icon.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/backpack.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/bear-logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/binoculars.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/buildings-and-billboard.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/city-scape.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/collaboration.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/forklift.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/mountain-climbing-bears.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/mountain-flag.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/npm-logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified starter-code/images/red-car.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 116 additions & 2 deletions starter-code/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,122 @@
<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="styles.css">
</head>
<body>
<!-- Your code goes here -->

<!--NAV-->
<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-->
<header>
<!--LOGO-SEARCH-->
<div class="header-1">
<img src="images/npm-logo.png" alt="" width="80px" class="logo-npm">
<input type="search" placeholder="Search for packages" class="search-bar">
<img src="images/Vector_search_icon.svg.png" alt="" class="search-icon" width="14px" height="14px">
<a class="sign-up" href="#">sign up </a>
<p> or </p>
<a href="#"> log in</a>
<img src="images/bear-logo.png" alt="" width="60px" height="60px" class="bear-logo">
</div>
<!--HEADER-TEXT-->
<div class="header-2">
<div class="central-text">
<h1>Build amazing <br> things</h1>
<p>npm is the package manager for JavaScript and the world’s largest <br> software registry. Discover packages of reusable code — and <br> assemble them in powerful new ways.</p>
<div class="orange-button">
<a href="#" target="_blank">Sign up for npm</a>
</div>
</div>
</div>
</header>

<!--SECTION 1-->
<section class="section-1">

<div class="section-elements">
<img src="images/collaboration.svg" alt="Teammates all together" width="448" height="266.859">
<div class="text">
<h2>npm Orgs is powerful collaboration - for free</h2>

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

<a class="red-button" href="#">Sign up for Orgs</a>

<div class="or">
<p>or,</p><a id="learn" href="#">Learn more about Orgs</a>
</div>
</div>
</div>
</section>

<!--SECTION 2-->
<section class="npm">
<div id="spacer-npm"></div>
<div class="npm-block">
<div class="center">
<div class="w-40">
<h2>What is npm?</h2>
<p>Use npm to install, share, and distribute code; manage dependencies in your projects; and share & receive feedback with others.</p>
<div class="install-button-cage">

<a id="install-button" href="#">Install npm</a>

</div>
</div>
</div>
</div>

</section>

<!--SECTION 3-->
<section class="blocks-cage">
<div class="blocks-cage-center">
<div class="text-cage-center">
<h2>What can you make with 800,000 building blocks?</h2>
<p>The npm registry hosts the world’s largest collection of free, reusable code.</p>
</div>

<div class="blocks-cage-info">
<div class="block-cage-info-layout">
<img src="images/binoculars.svg" alt="">
<h3>Find</h3>
<p>Libraries like <a href="#">jQuery</a>, <a href="">Bootstrap</a>, <a href="#">React</a>, and <a href="#">Angular</a>, and components from frameworks such as <a href="">Ember</a>.</p>
</div>


<div class="block-cage-info-layout">
<img src="images/mountain-flag.svg" alt="">
<h3>Discover</h3>
<p>Packages for mobile, IoT, front end, back end, robotics… everything you need to start building amazing things.</p>
</div>


<div class="block-cage-info-layout">
<img src="images/backpack.svg" alt="">
<h3>Build</h3>
<p>Assemble packages like building blocks to quickly develop awesome new projects.</p>
</div>
</div>
</div>
</section>

</body>
</html>
</html>
Loading