Skip to content
Open

done #49

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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
80 changes: 80 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
3<!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">
<link rel="stylesheet" type="text/css" href="style.css">
<title>npm</title>
</head>
<body>
<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>
<form class="search-bar">
<label><img src="images/npm-logo.png" alt=""></label>
<input type="text" value="find packages">
<input type="submit" value="🔍">
<button> sign up or log in <img src="images/bear-logo.png" alt=""></button>
</form>
<div class="hdr-h1">
<h1>Build amazing things</h1>

<p> npm is the package manager fo Javascript an the world's largest software registry. Discover packages of reusable code -- and assemble them in powerful new ways</p>

<a href="#">Sign up for npm</a>
</div>

</header>

<section id="section-1">
<img src="images/collaboration.svg" alt="">
<h2>npm Orgs is powerful collaboration -- for free </h2>
<ul>
<li>Encourage code discorvery and re-use within teams</li>
<li>Publish and control access to your own namespace</li>
<li>MManagae public and private code with the same workflow</li>
</ul>
<a href="#">Sign uo for Orgs</a>
<p>or, <a href="#">Learn more about Orgs</a></p>
</section>

<section id="section-2">
<h2>What is npm?</h2>
<p>Use npm to install, share, and distribute code; manage dependencies in your projets; and share ¬ receive feedback with others.</p>
<a href="#">Install npm</a>
</section>

<section id="section-3">
<h3>What is npm?</h3>
<p>The npm registry almost half a million packages of free, reusable -- the largest software registry in the world.</p>
<div>
<img src="images/binoculars.svg">
<h4>Find</h4>
<p>Libraries like <span> JQuery</span>, <span>Bootstrap</span>, <span>React</span>, and <span>Angular</span>, and components from frameworks such as <span>Ember</span>.</p>
</div>
<div>
<img src="images/mountain-flag.svg">
<h4>Discover</h4>
<p>Packages for mobile, IoT, front end, back end, robotics... everything you need to start building amazing things.</p>
</div>
<div>
<img src="images/backpack.svg">
<h4>Buid</h4>
<p>Assemble packages like building blocks to quickly develop awesome new projects.</p>
</div>
</section>
</body>
</html>
281 changes: 0 additions & 281 deletions readme.md

This file was deleted.

12 changes: 0 additions & 12 deletions starter-code/index.html

This file was deleted.

Loading