forked from ironhack-labs/lab-html-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (92 loc) · 3.53 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
97
98
99
100
101
<!DOCTYPE html>
<meta charset="UTF-8">
<html lang="en">
<html>
<head>
<link rel="stylesheet" href="./style.css">
<title>NPM Clone</title>
</head>
<body>
<header>
<div>
<div>
<img class="blackHeart" src="/images/black-heart.png" alt="black heart">
<span>Noiseles Party Machine</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>
</header>
<div class="Search">
<img class="logo" src="/images/npm-logo.png" alt="logo">
<img class="searchEngine" src="/images/magnifying-glass.png" alt="Search Engine">
<input type="text" placeholder="Search..">
<button class="buttonsearch">Search </button>
<button class="buttonjoin">Join </button>
<button class="buttonlogin">Log In </button>
</div>
</body>
</html>
<section>
<h1>Build amazing things</h1>
Essential JavaScript development tools that help you <br> go to market faster and build powerful applications <br> using modern open source code.
<div class="buttons">
<button class="buttonred">See plans </button>
<button class="buttonwhite">Join for free </button>
</div>
<br>
<b>Open source power, superior safety and collaboration.</b>
<!-- Le pongo <b> para poner la frase en negrita y no sale en la web. -->
<p><a href="">npm Enterprise</a> now offers package filtering, SSO & vulnerability <br>reporting features, making enterprise Javascript more secure & <br>streamlining the developer experience.
<a href="">Learn more >></a></p>
</section>
<div class="section2">
<br>
<br>
<img class="hexagon" src="/images/triangle-hexagon.svg" alt="trianglehexagon">
<br>
<br>
<div class="bring">
<h2>Bring the best of open source to your company</h2>
</div>
<div class="npmisthetool">
<p>npm is the tool used by over 11,000,000 JavaScript developers around the world. Your <br>developers already use it. Your company depends on it. Create an Org and get more out of the tools your <br>team already knows and loves.</p>
</div>
<br>
<br>
<br>
<br>
<div class="zero">
<article>
<img class="zeroconfiguration" src="/images/zero-configuration.svg" alt="zeroconfiguration">
<h4><b>Zero configuration</b></h4>
Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage.
</article>
<article>
<img class="teammanagement" src="/images/team-management.svg" alt="teammanagement">
<h4>Team management</h4>
Control who has access to what modules within your team namespace using straightforward team management capabilities.
</article>
<article>
<img class="familiarfeatures" src="/images/familiar-features.svg" alt="familiarfeatures">
<h4>Familiar features</h4>
npm Orgs has 100% parity with all the public npm registry features your developers already use.
</article>
<article>
<img class="npmaudit" src="/images/npm-audit.svg" alt="npmaudit">
<h4>npm audit</h4>
Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer.
</article>
<br>
</div>
<button class="blackbutton">Create an Org </button>
</div>
</section>