forked from ironhack-labs/lab-html-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (81 loc) · 3.52 KB
/
index.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html>
<head>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<img class="blackHeart" src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/black-heart.png" alt="black heart" />
<li><a href="#"> npm
<span> Nifty Penguin Magic </span>
</div>
<nav class="nav-bar">
<ul class="nav-bar-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>
<a class="" href="#"> login </a>
<a class="" href="#"> Sign Up </a>
</form>
</div>
<div>
<button>search </button>
<form action="search packges" method="post">
<input type="search" id="search packges">
<aside>
<img class="npmLogo" src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/npm-logo.png" alt="npm logo"/> </aside>
</div>
<header class="header">
<h1>Build amazing things</h1>
<p>Essential JavaScript development tools that help you go
to market faster and build powerful applications using modern open source code.</article>
</p>
<div>
<article>
<a class="" href="#"> See plans </a>
</article>
<article>
<a class="" href="#"> Join for free </a>
</article>
</div>
</header>
<section>
<img class="triangle-hexagon" src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/triangle-hexagon.svg" alt="triangle-hexagon"/>
</section>
<h2>Bring the best of open source to your company</h2>
<p>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.</p>
</body>
<footer>
<section id="purpose">
<div>
<article>
<img src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/zero-configuration.svg" alt="zero-configuration">
<h3>Zero configuration </h3>
<p> Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage. </p>
</article>
<article>
<img src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/team-management.svg" alt="team-management">
<h3> Team management </h3>
<p> Control who has access to what modules within your team namespace using straightforward team management capabilities. </p>
</article>
<article>
<img src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/familiar-features.svg" alt="familiar features">
<h3> Familiar features </h3>
<p> npm Orgs has 100% parity with all the public npm registry features your developers already use </p>
</article>
<article>
<img src="file:///Users/hebasakr/Desktop/html-exercises/lab-html-exercise/images/npm-audit.svg" alt="npm-audit">
<h3> npm audit </h3>
<p> Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer. </p>
</article>
<input type="button" value="Create an Org">
</div>
</section>
</footer>
</html>