Skip to content
Open

done #111

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
Binary file added starter_code/images/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 167 additions & 18 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,169 @@
<!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" />

<!-- link the font awesome CDN -->
<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet"/>

<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />
<title>Where work happens | Slack</title>
</head>

<body>


</body>
</html>

<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" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- link the font awesome CDN -->
<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet" />

<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />
<title>Where work happens | Slack</title>
</head>

<body>
<header class="menu">

<img src="./images/slack-logo.png" alt="navicon" class="navicon">
<img src="./images/menu.png" alt="burger" class="d-lg-none d-block">


<nav class="d-lg-block d-none">
<ul>
<li>Why Slack?</li>
<li>Pricing</li>
<li>About Us</li>
<li>Your Workspace</li>
</ul>

</nav>

</header>

<section class="primeraparte">
<div class="container">
<div class="row">

<div class="col-lg-6">
<article>
<h2>Where Work Happens</h2>
<p>When your team to kick off a project, hire a new employee, deplay some code, review a sales contact,
finalize next year´s budget, measure on A/B test, plan your next office opening, and more, Slack has you
covered.</p>
<input type="email" placeholder="Email address">
<button type="button">
<p> Get started </p>
</button>
<p>Already using Slack? <span><a href="nada">Sign in</a></span></p>
</article>
</div>

<div class="col-lg-6">
<img src="./images/home_talking.png" alt="Imagen personas">
</div>

</div>
</section>

<section class="segundaparte">
<div class="container">
<div class="row">

<div class="col-lg-12">
<h2>You re in good company</h2>
<p>Millions of people around the word</p>
<p>Discovery Why</p>
</div>
<div class="col-lg-4">
<img src="./images/airbnb-logo.png" alt="logo Airbnb">
<img src="./images/capital-one-logo.png" alt="logo Capital One">
<img src="./images/harvard-logo.png" alt="logo Hardvard University">
<img src="./images/los-angeles-times-logo.png" alt="logo Los Angeles Times">
<img src="./images/ticketmaster-logo.png" alt="logo Ticketmaster">
</div>
</div>
</div>


</section>

<section class="terceraparte">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h3>Try it for free</h3>
<p>Already using Slack? <span><a href="nada">Sign in</a></span></p>
</div>
<div class="col-lg-3">
<button type="button">
<p> Get started </p>
</button>
</div>

<div class="col-lg-3">
<input type="email" placeholder="Email address">

</div>

</div>


</section>


<section class="cuartaparte">
<div class="container">
<div class="row">
<div class="col-12 col-md-2 lg-2">
<img src="./images/Slack.ico" alt="icono Slack">
<div class="col-6 col-md-2 lg-2">
<h4>Company</h4>
<p>About us</p>
<p>Careers</p>
<p>Blog</p>
<p>Press</p>
<p>Brand Guidelines</p>
</div>
<div class="col-6 col-md-2 lg-2">
<h4>Product</h4>
<p>Why Slack</p>
<p>Enterprise</p>
<p>Customer Stories</p>
<p>Pricing </p>
<p>Security</p>
</div>
<div class="col-6 col-md-2 lg-2">
<h4>Resources</h4>
<p>Download</p>
<p>Help Center</p>
<p>Guides</p>
<p>Partners</p>
<p>Events</p>
<p>App Directory</p>
<p>API</p>
</div>
<div class="col-6 col-md-2 lg-2">
<h4>Extras</h4>
<p>Podcast</p>
<p>Slack Shop</p>
<p>Slack at Work</p>
<p>Slack Fund</p>
</div>

</div>

</div>

</div>

</section>



<footer class="container">

<p>Status</p>
<p>Privacy & Terms</p>
<p>Contact Us</p>
<p>English (Us)</p>

</section>

</footer>
</body>

</html>
48 changes: 48 additions & 0 deletions starter_code/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,51 @@ main-titles dark-grey: #2C303F;
paragraph grey: #5b5e6d;
nav grey: #5b5e6d;
*/



.img {
width: 100px;


}




.menu {
display: flex;
justify-content: space-between;
padding: 10px;


}

.menu li {
display: inline;
}

.menu img {
height: 3em;
}


.caja {
border: 1px;
border-color: black;
padding: 10px;
display: inline-block;
}

.text {
display: flex;
}

.segundaparte {
background-color: #F4F3F4;
}


.cuartaparte {
display: flex;
}