|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
7 | 7 | <title>npm</title>
|
8 |
| - <link rel="stylesheet" href="style.css"> |
| 8 | + <link rel="stylesheet" href="style.css" type="text/css"> |
9 | 9 | </head>
|
10 | 10 | <body>
|
11 | 11 | <nav>
|
|
22 | 22 | </ul>
|
23 | 23 | </nav>
|
24 | 24 | <header>
|
25 |
| - <img src="images/npm-logo.png" alt="npm-logo"> |
26 |
| - <input type="text" name="search-box" value="find packages"> |
27 |
| - <p><a href="signin.html">sign up</a> or <a href="login.html">login</a></p> |
28 |
| - <img src="images/bear-logo.png" alt="bear-logo"> |
29 |
| - <h1> Build amazing things</h1> |
30 |
| - <p> npm is the package manager for JavaScript and the world's larges software registry. |
31 |
| - Discover the packages of resuable code - and assemble them in powerful new ways. |
32 |
| - </p> |
| 25 | + <div class="npm-logo col col-3"> |
| 26 | + <img id="npm-logo" src="images/npm-logo.png" alt="npm-logo"> |
| 27 | + </div> |
| 28 | + <div class="search-bar col col-3 col-middle"> |
| 29 | + <input type="text" name="search-box" value="find packages"> |
| 30 | + |
| 31 | + </div> |
| 32 | + <div class="col col-3"> |
| 33 | + <p><a href="signin.html">sign up</a> or <a href="login.html">login</a></p> |
| 34 | + <img id="bear-logo" src="images/bear-logo.png" alt="bear-logo"> |
| 35 | + </div> |
33 | 36 |
|
34 |
| - <button type="button"> <a href="signup.html">Sign up for npm</a></button> |
35 |
| - </header> |
36 |
| - <section> |
37 |
| - <img src="images/collaboration.svg" alt="collaboration"> |
38 |
| - <h3> npm Orgs is powerful collaboration - for free</h3> |
39 |
| - <ul> |
40 |
| - <li> Encourage code discovery and re-use within teams</li> |
41 |
| - <li> Publish and control access to your own namespace</li> |
42 |
| - <li> Manage public and private code with the same workflow</li> |
43 |
| - </ul> |
44 |
| - <button type="button"><a href="signup.html">Sign up for Orgs</a></button> |
45 |
| - <p> or <a>Learn more about Orgs</a></p> |
46 |
| - </section> |
47 |
| - <section> |
48 |
| - <h3> What is npm? </h3> |
49 |
| - <p> Use npm to install, share, and distribute code; manage dependencies in your project; and share and receive feedback with others.</p> |
50 |
| - <button type="button"><a>Install npm</a></button> |
51 |
| - <h3> What can you make with 475,000 building blocks?</h3> |
52 |
| - <p>The nom registry hosts almost half a million packages for free, reusable code - the largest software registry in the world</p> |
53 |
| - <div> |
54 |
| - <img src="images/binoculars.svg" alt="binoculars"> |
55 |
| - <h5> Find</h5> |
56 |
| - <p>Libraries like <a href="https://jquery.com/">JQuery</a>, <a href="https://getbootstrap.com/">Bootstrap</a>, |
57 |
| - <a href="https://reactjs.org/">React</a>, <a href="https://angular.io/">Angular</a>, and components |
58 |
| - from frameworks such as <a href="https://emberjs.com/">Ember</a> |
| 37 | + <div class="about-npm"> |
| 38 | + <h1> Build amazing things</h1> |
| 39 | + <p> npm is the package manager for JavaScript and the world's larges software registry. |
| 40 | + Discover the packages of resuable code - and assemble them in powerful new ways. |
59 | 41 | </p>
|
| 42 | + |
| 43 | + <button type="button"> <a href="signup.html">Sign up for npm</a></button> |
| 44 | + |
60 | 45 | </div>
|
61 |
| - <div> |
62 |
| - <img src="images/mountain-flag.svg" alt="mountain-flag"> |
63 |
| - <h5> Discover</h5> |
64 |
| - <p>Packages for mobile, IoT, front end, back end. robotics... everything you need to start building amazing things</p> |
| 46 | + </header> |
| 47 | + |
| 48 | + <section id="collaboration"> |
| 49 | + <div class="collaboration-image"> |
| 50 | + <img src="images/collaboration.svg" alt="collaboration"> |
| 51 | + |
65 | 52 | </div>
|
66 |
| - <div> |
67 |
| - <img src="images/backpack.svg" alt="backpack"> |
68 |
| - <h5> Build</h5> |
69 |
| - <p> Assemble packages like building blocks to quickly develop awesome new projectz</p> |
| 53 | + |
| 54 | + <div class="collaboration"> |
| 55 | + <h3> npm Orgs is powerful collaboration - for free</h3> |
| 56 | + <ul> |
| 57 | + <li> Encourage code discovery and re-use within teams</li> |
| 58 | + <li> Publish and control access to your own namespace</li> |
| 59 | + <li> Manage public and private code with the same workflow</li> |
| 60 | + </ul> |
| 61 | + <button type="button"><a href="signup.html">Sign up for Orgs</a></button> |
| 62 | + <p> or <a>Learn more about Orgs</a></p> |
70 | 63 | </div>
|
| 64 | + <div class="clearfix"></div> |
| 65 | + </section> |
| 66 | + |
| 67 | + <section id="npm"> |
| 68 | + <div class="what-is-npm"> |
| 69 | + <h1>What is npm?</h1> |
| 70 | + <p> Use npm to install, share, and distribute code; manage dependencies in your project; and share and receive feedback with others.</p> |
| 71 | + <button type="button"><a>Install npm</a></button> |
| 72 | + </div> |
| 73 | + <div class="clearfix"></div> |
| 74 | + </section> |
71 | 75 |
|
| 76 | + <section id="building-blocks"> |
| 77 | + <div class="building-blocks-header"> |
| 78 | + <h1> What can you make with 475,000 building blocks?</h1> |
| 79 | + <p>The nom registry hosts almost half a million packages for free, reusable code - the largest software registry in the world</p> |
| 80 | + </div> |
| 81 | + |
| 82 | + <div> |
| 83 | + <div class=" col col-3"> |
| 84 | + <img src="images/binoculars.svg" alt="binoculars"> |
| 85 | + <h3> Find</h3> |
| 86 | + <p>Libraries like <a href="https://jquery.com/">JQuery</a>, <a href="https://getbootstrap.com/">Bootstrap</a>, |
| 87 | + <a href="https://reactjs.org/">React</a>, <a href="https://angular.io/">Angular</a>, and components |
| 88 | + from frameworks such as <a href="https://emberjs.com/">Ember</a> |
| 89 | + </p> |
| 90 | + </div> |
| 91 | + <div class="col col-middle col-3"> |
| 92 | + <img src="images/mountain-flag.svg" alt="mountain-flag"> |
| 93 | + <h3> Discover</h3> |
| 94 | + <p>Packages for mobile, IoT, front end, back end. robotics... everything you need to start building amazing things</p> |
| 95 | + </div> |
| 96 | + <div class="col col-3"> |
| 97 | + <img src="images/backpack.svg" alt="backpack"> |
| 98 | + <h3> Build</h3> |
| 99 | + <p> Assemble packages like building blocks to quickly develop awesome new projectz</p> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + |
| 103 | + <div class="clearfix"> </div> |
| 104 | + |
72 | 105 | </section>
|
73 | 106 |
|
74 | 107 | </body>
|
|
0 commit comments