Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 128 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,128 @@
NPM Clone Nifty Penguin Magic npm Enterprise Products Solutions Resources Docs Support Search Join Log In Build amazing
things Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code. See plans Join for free Bring the best of open source to your company 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. Zero configuration Create an org, add
your team, and start collaborating. Nothing to configure, set up, or manage. Team management Control who has access to
what modules within your team namespace using straightforward team management capabilities. Familiar features npm Orgs
has 100% parity with all the public npm registry features your developers already use. npm audit Enjoy the security
auditing features built into the npm client, a zero-friction way to make open source software safer. Create an Org
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<style>
#query {
background-image:url( images/magnifyingglass.png) ;
}
</style>

</head>




<header>
<div>
<div>
<img class="blackHeart" src="images/black-heart.png" alt="black heart" />
<span> Nifty Penguin Magic </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>
<img src="images/npm-logo.png" class="npm-logo">
<img src="images/magnifying-glass.png" class="glass" alt="" srcset="">
<form id="form">
<input type="search" id="query" name="q" placeholder="Search Products">

<button class="search">Search</button>
<a href="#" class="join">Join</a>
<a href="#" class="login">Log In</a>
</form>

<!-- add logo, search bar and buttons (or links and style them as buttons later) -->
</div>
</header>

<section class="build">
<heading>
Build amazing things
</heading>
<article class="build-article">
Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code.
</article>
<div>
<button class="plans" href="#">See Plans</button>
<a href="#" class="normal">Join for free</a>

</div>
</section>
<section class="middle-section">
<img src="images/triangle-hexagon.svg" class="pink" alt="pink triangle-hexagon">
<heading class="heart-heading">
Bring the best of open source to your company
</heading>
<article class="heart-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>

</section>

<section>
<div class="flexbox">
<div>
<img src="images/zero-configuration.svg" class="boxImg" alt="">
<heading id="red-bottom">
Zero configuration
</heading>
<p>
Create an org, add
your team, and start collaborating. Nothing to configure, set up, or manage.
</p>
</div>
<div>
<img src="images/team-management.svg" class= boxImg>
<heading id="red-bottom">
Team management
</heading>
<p>
Control who has access to
what modules within your team namespace using straightforward team management capabilities.
</p>
</div>
<div>
<img src="images/familiar-features.svg" class="boxImg" alt="">
<heading id="red-bottom">
Familiar features
</heading>
<p>
npm Orgs
has 100% parity with all the public npm registry features your developers already use.
</p>
</div>
<div>
<img src="images/npm-audit.svg" class="boxImg" alt="">
<heading id="red-bottom">
npm audit
</heading>
<p>
Enjoy the security
auditing features built into the npm client, a zero-friction way to make open source software safer.
</p>
</div>


</div>

<button class="org">
Create an Org
</button>
</section>



</html>
Loading