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
88 lines (76 loc) · 3.78 KB
/
index.html
File metadata and controls
88 lines (76 loc) · 3.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Block elements</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div>
<div>
<img class="blackHeart" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/black-heart.png" alt="black heart" />
<span> Nifty Penguin Magic </span>
<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>
<img class="logo" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/npm-logo.png" alt="logo">
</div>
<div>
<img class="magnifying-glass" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/magnifying-glass.png" alt="magnifying-glass">
<div><a href="Join">Join</a></div>
<div></div><a href="Log In">Log in</a></div>
<form action="/some-url" method="post">
<!-- <label for="search packages">search packages</label> -->
<input type="text" name="search packages" id="search packages" placeholder="search packages">
<button type="submit">search</button>
</form>
</div>
<!-- section 1 -->
<section class="npm" id="npm">
<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><a href="See plans">See plans</a></div>
<div></div><a href="Join for free">Join for free</a></div>
<div><img class="triangle-hexagon" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/triangle-hexagon.svg" alt="triangle-hexagon"
</div>
</section>
<!-- section 2 -->
<section class="section-two">
<h2>Bring the best open source to your company</h2>
<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>
<div><img class="zero-configuration" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/zero-configuration.svg" alt="zero-configuration"
</div>
</section>
<!-- section 3 -->
<section>
<h2>Zero configuration</h2>
<article>Create an org, add your team, and star collaborating. Nothing to configure, set up, or manage.</article>
<div><img class="team-management" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/team-management.svg" alt="team-management"
</div>
</section>
<!-- section 4 -->
<section>
<h2>Team management</h2>
<article>Control who has access to what modules within your team namespace using straightforward team management capabilities</article>
<div><img class="familiar-features" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/familiar-features.svg" alt="familiar-features"
</div>
</section>
<!-- section 5 -->
<section>
<h2>npm audit</h2>
<article>Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer.</article>
<div><img class="npm-audit" src="/Users/maribel/Desktop/lab-github-practice/lab-html-exercise/images/npm-audit.svg" alt="npm-audit"
</div>
<div class="create-org"
<a href="Create an org">Create an org</a></div>
</section>