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

[MAD-PT-092024] MILKA VELASTEGUI #3895

Open
wants to merge 3 commits 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
110 changes: 101 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,101 @@
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 lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>labs</title>
</head>

<body>
<header>
<div>
<div class="principal">
<img class="blackHeart" src="images/black-heart.png" alt="black heart" />
<span> Nifty Penguin Magic </span>
</div>
<nav class="navbar">
<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 class="searchbar">
<!-- add logo, search bar and buttons (or links and style them as buttons later) -->
<img class="npmLogo" src="images/npm-logo.png" alt="NPM Logo"><br>

<form>
<img class="search-icon" src="images/magnifying-glass.png" alt="magnifying-glass">
<input type="text" placeholder=" Search packages">
<button type="submit1">Search</button>
</form>
<!-- <a href="#">Sign up</a> --><button type="submit">Join</button>
<!-- <a href="#">Log In</a>--><button type="submit">Log In</button>
</div>
</header>
<section id="section1"></section>
<div class="content-wrapper-s1">
<h1>Build amazing things</h1>
<p>Essential JavaScript development tools that help you go to market faster and build powerful applications
using modern open source code.</p>
<div class="buttons-s1">
<button class="seeplans">See plans</button>
<button class="joinfree">Join for free</button>
</div>
</div>
</section>

<section id="section2">
<div class="content-wrapper-s2">
<img src="images/triangle-hexagon.svg" alt="triangle-hexagon">
<h1>Bring the best of open source to your company</h1>
<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>

</div>

</section>

<section id="section3">
<div class="content-wrapper-s3">
<img src="images/zero-configuration.svg" alt="zero-configuration">
<h3>Zero configuration</h3>
<p>Create an org, add your team, and start collaborating. Nothing to configure, set up, or manage.</p>

</div>
<div class="content-wrapper-s3">
<img src="images/team-management.svg" alt="team-management">
<h3>Team management</h3>
<p>Control who has access to what modules within your team namespace using straightforward team management
capabilities.</p>

</div>
<div class="content-wrapper-s3">
<img src="images/familiar-features.svg" alt="familiar-features">
<h3>Familiar features</h3>
<p>npm Orgs has 100% parity with all the public npm registry features your developers already use.</p>

</div>
<div class="content-wrapper-s3">
<img src="images/npm-audit.svg" alt="npm-audit">
<h3>npm audit</h3>
<p>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">
<div class="buttons-s3">
<button class="org">Create an ORG</button>
</div>
</section>
</body>

</html>
244 changes: 244 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,244 @@
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
font-family: 'Poppins';
}

header>div {
padding: 0 25px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid lightgray;
}

nav {
width: 600px;
}

nav ul {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
}

nav a {
text-decoration: none;
color: black;
}

.blackHeart {
width: 20px;
margin-right: 1rem;
}

.npmLogo {
width: 100px;
margin-right: 1rem;
}

form {
display: flex;
align-items: center;
position: relative;
margin-bottom: 20px;
}

form .search-icon {
position: absolute;
left: 10px;
width: 20px;
height: 20px;
opacity: 0.5;
}

form input[type="text"] {
width: 950px;
padding: 10px 40px 10px 15px;
border: 1px solid #eeeeee;
font-size: 20px;
background-color: #eeeeee;
color: rgba(0, 0, 0, 0.8);
outline: none;
}

form button[type="submit1"] {
background-color: #fb3e44;
color: white;
border: 1px solid #eeeeee;
padding: 13px 20px;
margin-left: 0px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
}

div button[type="submit"] {
background-color: rgb(255, 255, 255);
color: rgb(19, 18, 18);
border: none;
padding: 14px 20px;
font-size: 16px;
cursor: pointer;
margin-top: -15px;
}

div button[type="submit"]:hover {
background-color: white;
border: 1px solid black;
}

.content-wrapper-s1 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 0;
height: 100;
width: 100;
background-color: rgba(232, 217, 217, 0.3);

}

.content-wrapper-s1 h1 {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
font-size: 100px;
color: #333;

}

.content-wrapper-s1 p {
text-align: center;
font-size: 25px;
line-height: 1.5;
margin-top: -10px;
margin-right: 350px;
margin-left: 350px;
margin-bottom: 30px;
color: #666;
}

.content-wrapper-s1 button {
display: inline-block;
flex-direction: row;
padding: 20px 30px;
margin: 30px;
font-size: 20px;

}

.buttons-s1 .seeplans {
background-color: #FB3B49;
border: none;
color: white;
box-shadow: 8px 8px 0 rgba(251, 59, 73, 0.2);
}

.buttons-s1 .joinfree {
background-color: none;
color: black;
}


.content-wrapper-s2 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background-color: none;
padding: 60px;
width: 100;
max-width: 100%;
position: relative;
}

.content-wrapper-s2 img {
width: 200px;
margin-bottom: 50px;
}


.content-wrapper-s2 h1 {
font-size: 36px;
background-color: rgba(255, 204, 53, 0.4);
padding-right: 30px;
padding-left: 30px;
transform: skew(20deg,0deg);
color: #333;
margin: 0;
font-style: italic;
}


.content-wrapper-s2 p {
font-size: 20px;
line-height: 1.5;
color: #666;
margin-top: 20px;
margin-right: 290px;
margin-left: 290px;
margin-bottom: 30px;
}

#section3 {
display:flex;
}
.content-wrapper-s3 {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 300px;
padding: 20px;
margin: 20px;
background-color: white;
}

.content-wrapper-s3 img {
width: 30px;
margin-bottom: 0px;
margin-right:250px;
}


.content-wrapper-s3 h3 {
color: #ED1C24;
margin: 10px 0;
font-size: 24px;
}


.content-wrapper-s3 p {
font-size: 16px;
line-height: 1.5;
color: #666;
margin-bottom: 20px;
}


.buttons-s3 {
display: flex;
justify-content: center;
margin-top: 30px;
margin-bottom: 80px;
}

.buttons-s3 .org{
padding-left: 120px;
padding-right: 120px;
padding-top: 20px;
padding-bottom: 20px;
font-size: 20px;
background-color: black;
border: none;
color: white;
box-shadow: 8px 8px 0 rgba(161, 158, 158, 0.2);
}