forked from ironhack-labs/lab-html-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (51 loc) · 2.87 KB
/
index.html
File metadata and controls
53 lines (51 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<header>
<link rel="stylesheet" href="CSS/styles.css">
<div>
<div>
<img class="blackHeart" src="images/black-heart.png" alt="black heart" />
<span> Nifty Penguin Magic </span>
</div>
<nav>
<ul>
<li><a href="#"> npm Enterprise </a></li>
<li><a href="#"> Products </a></li>
<li><a href="#"> Solutions </a></li>
<li><a href="#"> Resources </a></li>
<li><a href="#"> Docs </a></li>
<li><a href="#"> Support </a></li>
</ul>
</nav>
</div>
<div id="nav2">
<img class="logonpm"src="images/npm-logo.png" alt="NPM"/>
<form action="" method="POST"><label><img class="search"src="images/magnifying-glass.png" alt="search icon"/></label><input type="text" name="searchbar" placeholder="Search Packages"/>
<button id="formbutton" type="button">Search</button></form>
<button class="signup" type="button">Sign Up</button><button class="login" type="button">Log In</button></div>
</header>
<section id="one">
<article class="Textbox"><h1>Build amazing things</h1>
<br>
<h4>Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code.</h4> <button class="seeplans"type="button" href="#">See Plans</button><button type="button" class="Join" href="#">Join for Free</button></article>
</section>
<section id="two"><img src="images/triangle-hexagon.svg" alt=""/>
<article class="Textbox"><h2>Bring the best of open source to your company</h2>
<h5>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.</h5></article>
</section>
<section id="three">
<div>
<article class="box"><img src="images/zero-configuration.svg"/><h3>Zero configuration</h3>
Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage. </article>
<article class="box"><img src="images/team-management.svg"/><h3>Team management</h3>
Control who has access to what modules within your team namespace using straightforward team management capabilities.</article>
<article class="box"><img src="images/familiar-features.svg"/><h3>Familiar features </h3>
npm Orgs has 100% parity with all the public npm registry features your developers already use.</article>
<article class="box"><img src="images/npm-audit.svg"/><h3>npm audit</h3>
Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer.</article>
</div>
<button type="button" class="create" href="#">Create an Org</button>
</section>
</html>