forked from ironhack-labs/lab-html-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8672a0f
commit 61f5b79
Showing
1 changed file
with
101 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,108 @@ | ||
NPM Clone Nifty Penguin Magic npm Enterprise Products Solutions Resources Docs Support Search Join Log In Build amazing | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>npm</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div> | ||
<div> | ||
<img src="images\black-heart.png" alt="a black heart"> | ||
<a href="index.html">Nifty Penguin Magic</a> | ||
</div> | ||
<nav class="menu"> | ||
<ul> | ||
<li><a href="index.html">npm Enterprise</a></li> | ||
<li><a href="products.html">Products</a></li> | ||
<li><a href="solutions.html">Solutions</a></li> | ||
<li><a href="resources.html">Resources</a></li> | ||
<li><a href="docs.html">Docs</a></li> | ||
<li><a href="support.html">Support</a></li> | ||
</ul> | ||
</nav> | ||
<div> | ||
<img src="images\npm-logo.png" alt="npm logo"> | ||
<img src="images\magnifying-glass.png" alt="magnifying-glass"> | ||
<form action="">Search Packages</form> | ||
<button>Search</button> | ||
<a href="join.html">Join</a> | ||
<a href="logIn.html">Log In</a> | ||
</div> | ||
|
||
</div> | ||
</header> | ||
<section> | ||
<h1>Build amazing things</h1> | ||
<article>Essential JavaScript development tools that help you go to market faster and build powerful applications using | ||
modern open source code.</article> | ||
<div> | ||
<a href="products.html">See Plans</a> | ||
<a href="logIn.hmtl">Join for free</a> | ||
</div> | ||
</section> | ||
<section> | ||
<img src="images\triangle-hexagon.svg" alt="triangle-hexagon"> | ||
<h1>Bring the best of open source to your company</h1> | ||
<article>npm is the tool used by over 11,000,000 JavaScript developers around the world. Your developers already use it. Your company depends on it. Create an Org and get more out of the tools your team already knows and loves.</article> | ||
</section> | ||
<section> | ||
<div> | ||
<img src="images\zero-configuration.svg" alt="zero-configuration"> | ||
<h2>Zero Configuration</h2> | ||
<p>Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage.</p> | ||
</div> | ||
<div> | ||
<img src="images\team-management.svg" alt="team-management"> | ||
<h2>Team management</h2> | ||
<p>Team management Control who has access to what modules within your team namespace using straightforward team management capabilities.</p> | ||
</div> | ||
<div> | ||
<img src="images\familiar-features.svg" alt="familiar-features"> | ||
<h2>Familiar features</h2> | ||
<p>Familiar features npm Orgs has 100% parity with all the public npm registry features your developers already use.</p> | ||
</div> | ||
<div> | ||
<img src="images\npm-audit.svg" alt="npm-audit"> | ||
<h2>npm audit</h2> | ||
<p>npm audit Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer.</p> | ||
</div> | ||
<a href="createAnOrg.html">Create an Org</a> | ||
</section> | ||
|
||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- NPM Clone Nifty Penguin Magic npm Enterprise Products Solutions Resources Docs Support Search Join Log In Build amazing | ||
things Essential JavaScript development tools that help you go to market faster and build powerful applications using | ||
modern open source code. See plans Join for free Bring the best of open source to your company npm is the tool used by | ||
over 11,000,000 JavaScript developers around the world. Your developers already use it. Your company depends on it. | ||
Create an Org and get more out of the tools your team already knows and loves. Zero configuration Create an org, add | ||
your team, and start collaborating. Nothing to configure, set up, or manage. Team management Control who has access to | ||
what modules within your team namespace using straightforward team management capabilities. Familiar features npm Orgs | ||
has 100% parity with all the public npm registry features your developers already use. npm audit Enjoy the security | ||
auditing features built into the npm client, a zero-friction way to make open source software safer. Create an Org | ||
auditing features built into the npm client, a zero-friction way to make open source software safer. Create an Org --> |