-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (115 loc) · 3.76 KB
/
index.html
File metadata and controls
119 lines (115 loc) · 3.76 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>npm</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<nav>
<div class="top-left">
<a class = "heart" href="#">♥︎</a>
<span class="acronym">Neophobe Plebeian Mumpsimus</span>
</div>
<ul class="top-links">
<li><a href="#">npm Enterprise</a></li>
<li><a href="#">features</a></li>
<li><a href="#">pricing</a></li>
<li><a href="#">documentation</a></li>
<li><a href="#">support</a></li>
</ul>
</nav>
<header img src="images/buildings-and-billboard.png">
<div class="search-bar">
<div class="one">
<img class="logo" src="images/npm-logo.png" alt="npm-logo">
</div>
<div class="two">
<input class="search-text borde" type="text" placeholder= "find packages">
</div>
<div class="three">
<button class="borde boton">
<img src="https://openclipart.org/image/2400px/svg_to_png/213239/Search-icon.png" alt="lupa"></button>
</button>
</div>
<div class="four">
<span class="sign">Sign up our login</span>
</div>
<div class="five">
<img class="logo" src="images/bear-logo.png" alt="bear-logo">
</div>
<div class="clearfix">
</div>
</div>
<div class="content-section1">
<heading>
<h1>Built amazing things</h1>
</heading>
<p>npm is the package manager for JavaScript and the world's largest</p>
<p>software registry. Discover packages of reusable code - and</p>
<p>assemble them powerfull new ways.</p>
<button class ="button1" type="submit" name="Sign up for npm">Sign up for npm</button>
</div>
</header>
<section>
<div class="content-left">
<img src='images/collaboration.svg'>
</div>
<div class="content-section2">
<heading>
<div class ="tittle">
<h2>npm Orgs is powerfull</h2>
<h2>collaboration for - free</h2>
</div>
</heading>
<ul>
<li>Encourge code discovery and re-use within teams</li>
<li>Publish and control access to your own namespace</li>
<li>Manage public and private code with the same workflow</li>
</ul>
<button class ="button2" type="submit" name="Sign up for orgs">Sign up for orgs</button>
<p class="size">Or learn moreabout Orgs</p>
</div>
<div class="clearfix">
</div>
</section>
<section class="fondo">
<div class="text">
<heading>
<h2>What is npm?</h2>
</heading>
<p>Use npm to install, share, and distribute code</p>
<p>manage dependenciesin your projects and;</p>
<p>share & receive feedback with others</p>
<button class="button3" type="submit" name="Install npm">Install npm</button>
</div>
</section>
<section class="main">
<div class="part1">
<heading>
<h2>What can you make with 700.000 building blocks?</h2>
</heading>
<p>The npm registry hots almost half a million of free, reusable code -the largest software registry in the world.</p>
</div>
<div class="part2">
<div class="container">
<img src="images/binoculars.svg" alt="binoculars">
<h3>Find</h3>
<p class="text1">Libreries like <span class="red">jQuery, Bootstrap, React</span>,and<span class="red"> Angular</span> and components from frameworks such as <span class="red">Ember.</span></p>
</div>
<div class="container">
<img src="images/mountain-flag.svg" alt="mountain">
<h3>Discover</h3>
<p class="text1">Packages for mobiles, loT, fron end, back end, robotics... everything you need to start building amazing things.</p>
</div>
<div class="container">
<img src="images/backpack.svg" alt="backpack">
<h3>build</h3>
<p class="text1">Assamble packages like building blocks to quicly develop awesome new projects.</p>
</div>
</div>
</section>
</body>
</html>