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
98 lines (82 loc) · 4 KB
/
index.html
File metadata and controls
98 lines (82 loc) · 4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<header>
<nav class="nav">
<div>
<ul class="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> <img src="C:\Users\Luisgwolf\Desktop\Ironhack\prework\labs\lab-html-exercise\images" alt="npm-logo" />
<form action="/some-url" method="get">
<label for="Search Packages">Search Packages</label>
<input type="text" name="Search Packages" id="searchPackages" placeholder="search packages">
</form>
<button type="submit" class="btn-link">Search</button>
<button type="submit">Join</button>´
<button type="submit">Log in</button>
</div>
</header>
<!-- section 1-->
<section id="general-information">
<article class="container">
<h5 class="h5">Build amazing things!</h5>
<article class="container">
<p class="text">Essential JavaScript development tools that help you go to market faster and build powerful applications using modern open source code</p>
</article>
<nav>
<div>
<label>see plans</label>
<input type="button" class="btn-link" placeholder=" see plans ">
<label>Join for free</label>
<input type="button " placeholder="Join for free ">
</div>
</nav>
</section>
<!--section 2-->
<section>
<header>
<h9 class="heading ">Bring the best open source to your company</h9>
</header>
<article>
<p>npm is the tool used by over 11.000.000 JavaScript developers around the world. Your developers already use it. Your company dependeson it. Create an Org and get more out of the tools your team already knows and loves.</p>
</article>
</section>
<!--section 3-->
<section>
<div>
<article class="service-box ">
<img src="C:/Users/Luisgwolf/Desktop/Ironhack/prework/labs/lab-html-exercise/images/zero-configurations.svg " alt="Zero configuration ">
<title class="title ">Zero Configuration</title>
<p>Create an org add your team and start collaborating. Nothing to configure, set up, or manage.</p>
</article>
<article class="service-box ">
<img src="C:/Users/Luisgwolf/Desktop/Ironhack/prework/labs/lab-html-exercise/images/team-managements.svg " alt="team-management ">
<title class="title ">Team Management</title>
<p>Control who has access to what modules within your team namespace using straightforward team management capabilities</p>
</article>
<article class="service-box ">
<img src="C:/Users/Luisgwolf/Desktop/Ironhack/prework/labs/lab-html-exercise/images/familiar-featuress.svg " alt="Familiar features ">
<title class="title ">Familiar features</title>
<p> npm Orgs has 100% parity with all the public npm registry features your developers already use.</p>
</article>
<article class="service-box ">
<img src="C:/Users/Luisgwolf/Desktop/Ironhack/prework/labs/lab-html-exercise/images/npm-audits.svg " alt="npm-audit ">
<title class="title ">npm Audit</title>
<p> Enjoy the security auditing features built into the npm client, a zero friction way to make open source software safer.
</p>
</article>
<button type="submit " class="link-btn ">Create an Org</button>
</div>
</section>
</body>
</html>