forked from ironhack-labs/lab-html-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.html
More file actions
82 lines (70 loc) · 3.43 KB
/
structure.html
File metadata and controls
82 lines (70 loc) · 3.43 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
<html>
<link rel="stylesheet" href="C:\Users\shada\Desktop\practice-html\lab-html-exercise\style.css">
<header class="header">
<div>
<div id="divHeader">
<img class="balckHeart" src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\black-heart.png" alt=" Black Heart"/> <span> NiftyPenguinMagic</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>
<div id="logo-div">
<img src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\npm-logo.png" class="logo">
<form onsubmit="searchpackages">
<input type="text" id="search" class="search-bar" placeholder="Search Packages">
<button type="submit" class="search-button"> Search </button>
</form>
<a href="#" id="join-btn"> Join </a>
<a href="#" id="login-btn"> Log In</a>
</div>
</header>
<section id="Section1">
<h1> Build Amazing Things</h1>
<article id="a-s1">
<p>Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code.</p>
<div id="links-div">
<a href="#" id="plans-btn"> See plans</a>
<a href="#" id="join2-btn"> Join for free</a>
</div>
</article>
</section>
<section id="section2">
<img id="Hexagon" src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\triangle-hexagon.svg" alt="Hexagon"/>
<h2> Bring the best open source to your company</h2>
<article id="a-s2">
<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. Create an Org and get more out of the tools your team already knows and loves.</p>
</article>
</section>
<section id="section3">
<div>
<img class="imgSection3" src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\zero-configuration.svg" alt="Zero Configuration"/>
<h3 > Zero Configuration </h3>
<p class="pSection3"> Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage. </p>
</div>
<div>
<img class="imgSection3" src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\team-management.svg" alt="Team Management"/>
<h3> Team Management </h3>
<p class="pSection3"> Control who has access to what modules within your team namespace using straightforward team management capabilities.</p>
</div>
<div>
<img class="imgSection3" src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\familiar-features.svg" alt="Familiar Features"/>
<h3> Familiar Features</h3>
<p class="pSection3>"> Familiar features npm Orgs has 100% parity with all the public npm registry features your developers already use.</p>
</div>
<div>
<img class="imgSection3" src="C:\Users\shada\Desktop\practice-html\lab-html-exercise\images\npm-audit.svg" alt="npm Audit"/>
<h3>npm Audit</h3>
<p class="pSection3">Enjoy the security auditing features built into the npm client, a zero-friction way to make open source software safer. </p>
</div>
</section>
<section id="section4"> <a id="org-btn" href="#"> Create an Org</a> </section>
</html>