-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (76 loc) · 2.82 KB
/
index.html
File metadata and controls
81 lines (76 loc) · 2.82 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<head>
NPM Clone
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<div>
<div>
<img class="blackHeart" src="black-heart.png" alt="black heart" />
<span> Nifty Penguin Magic </span><a class = "heart" href="#"></a>
</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 class="searchbar">
<div class= "logo-search">
<img class="logo-img" src="npm-logo.png" alt="NPM Logo Error"/>
<form>
<label><img src="magnifying-glass.png"/></label>
<input type="search" id="mySearch" placeholder="Search packages">
<button type="submit">Search</button>
</form>
</div>
<div class="signin-login">
<button class="join"><a href="#"> Join </a></button>
<button class="login"><a href="#"> Log In </a></button>
</div>
</div>
<section id="Section1">
<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>
<button class="see-plan-btn"><a href="#">See plans</a></button>
<button class="join4btn"><a href="#"> Join for free</a></button>
</div>
</section>
<section id="Section2">
<img class="triangleHexagon" src="triangle-hexagon.svg" alt="Triangle Hexagon"/>
<h3>Bring the best of open source to your company</h3>
<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 id="Section3">
<div class="sections">
<div>
<img class="zeroConfiguration" src="zero-configuration.svg" alt="Zero Configuration"/>
<h5>Zero configuration</h5>
<p>Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage.</p>
</div>
<div>
<img class="TeamManagement" src="team-management.svg" alt="Team Management"/>
<h5>Team management</h5>
<p>Control who has access to what modules within your team namespace using straightforward team management capabilities.</p>
</div>
<div>
<img class="familiarFeatures" src="familiar-features.svg" alt="Familiar Features"/>
<h5>Familiar features</h5>
<p>npm Orgs has 100% parity with all the public npm registry features your developers already use.</p>
</div>
<div>
<img class="npmAudit" src="npm-audit.svg" alt="NPM Audit"/>
<h5>npm audit</h5>
<p>Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer.</p>
</div>
</div>
<button>Create an Org</button>
</section>
</body>