Skip to content
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
139 changes: 131 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,132 @@
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div>
<div class="div1">
<div>
<img class="blackheart" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\black-heart.png" alt="CORAZON">
<span>Nifty Penguin Magic</span>
</div>

<nav>
<ul>
<li><a href="#"> Npm nterprise </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="div2">
<div>
<img class="npm" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\npm-logo.png" alt="NPN logo">
</div>

<div>
<img class="lupa" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\magnifying-glass.png" alt="Lupa">
</div>
<div>
<form action="/some-url" method="get">
<label for="search">Search</label>
<input type="text" id="search" placeholder="Search packages">
</form>
</div>
<div>
<button class="button1">Search</button>
<a href="NOLOSE" >Join Log In</a>
</div>
</div>
</header>

<section id="seccion1">

<div>
<h1>Build amazing things</h1>
</div>

<div>
<article>Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code.</article>
</div>

<div class="">
<a href="NOLOSE">See plans </a>
<a href="NOLOSE">Join for free</a>
</div>

</section>


<section id="seccion2">
<div>
<img class="hexagono" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\triangle-hexagon.svg" alt="hexagon">
</div>

<div>
<h2>Bring the best of open source to your company</h2>
</div>

<div>
<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. 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
Create an Org and get more out of the tools your team already knows and loves.</article>
</div>

</section>

<section id="seccion3">
<div class="cajas4">
<div>
<img class="img1s3" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\zero-configuration.svg" alt="cursor">
<h3>Zero configuration</h3>
<p>Create an org, add
your team, and start collaborating. Nothing to configure, set up, or manage.</p>
</div>


<div>
<img class="img2s3" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\team-management.svg" alt="3 monigotes">
<h3>Team management</h3>
<p>Control who has access to
what modules within your team namespace using straightforward team management capabilities.</p>
</div>


<div>
<img class="img3s3" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\familiar-features.svg" alt="balanza">
<h3>Familiar features</h3>
<p>npm Orgs has 100% parity with all the public npm registry features your developers already use.</p>
</div>


<div>
<img class="img3s3" src="\\wsl.localhost\Ubuntu\home\pepu\NPM-code\lab-html-exercise\images\npm-audit.svg" alt="preismaticos">
<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>
</div>



<div class="buttoncreate">
<button>Create an Org</button>
</div>
</section>

</body>
</html>





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

body, section, h1, div {
font-family: 'Poppins';
margin: 0;
padding: 0;
}

header > div {
padding: 0 25px;
display: flex;
flex-direction: column;
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;
gap: 2rem;
}

nav a {
text-decoration: none;
}

.blackheart {
width: 20px;
height: auto;
margin-right: 1rem;
}

form {

}

form label input {
color: rgba(0,0,0,.05)
}

form button {
background-color: #fb3e44;
color: white;
}

.div1 {
display: flex;
justify-content: space-between;
align-items: center;
}

.div2 {
display: flex;
justify-content: space-around;
align-items: center;
gap: 2rem;
}

.npm {
width: 100px;
}

.lupa {
width: 100px;
}

#seccion1 {
height: 600px;
background-color: rgba(232,217,217,.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;

}


#seccion1 h1 {
font-size: 75px;
font-weight: bold;
padding: 0.1em 0.5em;
display: inline block;
margin-bottom: 10px;
}

#seccion1 article {
padding: 1em 2em;
margin: 1em 0 1em 0;
width: 520px;
font-size: 1.15rem;
text-align: center;
}


#seccion1 div:last-child a {
text-decoration: none;
font-weight: 600;
font-size: 1.25rem;
padding: 0.8em 2.2em;
border-radius: 3px;
transition: background 0.2s;
}

#seccion2 {
display: flex;
flex-direction: column;
align-items: center;
}

#seccion2 h2 {
background-color: rgba(255,204,53,.4);
}

#seccion2 article {
width: 520px;
text-align: center;
}

.hexagono {
width: 150px;
height: auto;
}

#seccion3 {
display: flex;
flex-direction: column;
align-items: center;
min-height: 600px; /* O el alto que necesites */
padding-top: 40px; /* Añade espacio arriba */
padding-bottom: 40px
}


#seccion3 h3 {
font-size: 15px;
}

#seccion3 p {
font-size: 10px;
display: flex;
flex-direction: column;
align-items: center;

}

.cajas4 {
display: flex;
justify-content: space-between;
gap: 2em;
margin-bottom: 1em;
width: 50%;
margin-left: auto;
margin-right: auto;
}

.cajas4 > div {
flex: 1;
text-align: flex-start;
padding: 1em;
}

.buttoncreate {
display: flex;
justify-content: center;
margin-top: 1em;
}

.buttoncreate button {
padding: 1em 3em;
font-size: 1.3em;
min-width: 250px;
border: 2px solid black;
border-color: black;
border-width: 2px;
background: #fb3e44,
}
.img1s3 {
width: 30px;
height: auto;

}
/* */
.img2s3 {
width: 30px;
height: auto;
}

.img3s3 {
width: 30px;
height: auto;
}

.img4s3 {
width: 30px;
height: auto;
}