Skip to content
Open

done #98

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
181 changes: 181 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<title>Mi web</title>
<link rel="stylesheet" href="./style.css">
</head>

<body>
<header class="hero">

<article class="iconMenu">
<img src="./starter_code/images/slack-logo.png" alt="slackLogo">
</article>
<nav class="d-none d-lg-block">
<ul class="unorderedList">
<li><a href="#">Why Slack?</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#"> Your workspaces</a></li>
</ul>
</nav>
<a href="#" class="d-lg-none d-block">
<img src="./starter_code/images/menu.png" class="imgNav" alt="menu">
</a>
</header>
<hr>
<section class="firstSection">
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-2">
<article>
<h1>Where Work Happens</h1>
<p class="paragraphfirstSection">Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Explicabo corrupti quod aliquam, id
quidem quis magni ab tenetur eveniet at porro sunt necessitatibus, repellendus dolore. Eos
aliquam tempora fugit unde!</p>
<div class="row">
<div class="col-md-6 d-lg-none">
<input type="email" id="email" size="20" class="d-none-lg" class="inputType">
</div>
<div class="col-md-4">
<a href="#" class="getStarted">Get Started</a>
</div>
<div class="row">
<div class="col-12">
<p>Already using Slack?<a href="#"> Sign in</a></p>
</div>
</div>

</div>
</article>
</div>

<div class="col-lg-6 order-lg-1">
<article class="imageSectionOne">
<img src="./starter_code/images/home_talking.png" alt="imagenPeople">
</article>
</div>
</div>
</div>
</section>
<hr>
<section class="secondSection">
<div class="container">
<div class="row">
<div class="col 12">
<h2>You're in good company</h2>
<p>Millions of people around the world have already made Slack the place where their work happens
</p>
</div>
<a href="#">Discover why</a>
</div>
<div class="row">
<div class="col-md-6 col-lg-4">
<img src="./starter_code/images/airbnb-logo.png" alt="airbnb-logo">
</div>
<div class="col-md-6 col-lg-4">
<img src="./starter_code/images/capital-one-logo.png" alt="capital-one-logo">
</div>
<div class="col-md-6 col-lg-4 d-md-none d-lg-block">
<img src="./starter_code/images/harvard-logo.png" alt="harvard-logo">
</div>
<div class="col-md-6 col-lg-4 d-md-none d-lg-block">
<img src="./starter_code/images/los-angeles-times-logo.png" alt="los-angeles-times-logo">
</div>
<div class="col-md-6 col-lg-4">
<img src="./starter_code/images/oracle-logo.png" alt="oracle-logo">
</div>
<div class="col-md-6 col-lg-4">
<img src="./starter_code/images/ticketmaster-logo.png" alt="ticketmaster-logo">
</div>
</div>
</div>
</section>
<hr>
<section class="thirdSection">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-6">
<h2>Try it for free</h2>
<p>Already using Slack?<a href="#"> Sign in</a></p>
</div>

<div class="col-md-6 col-lg-6">
<article class="secondColumn">
<input type="email" id="email" size="20" required class="inputType">

<article><a href="#" class="getStarted">Get Started</a>

</div>
</div>
</div>
</section>
<hr>
<section class="fourthSection">
<div class="container">
<div class="row">
<div class="col-md-3 col-lg-4">
<img src="./starter_code/images/Slack.ico" alt="Slack">
</div>
<div class="col-6 col-md-9 col-lg-8">
<div class="row">
<div class="col-6 col-md-3 col-lg-3">
<article>
<h3>Company</h3>
<p>About us</p>
<p>Careers</p>
<p>Blog</p>
<p>Press</p>
<p>Brand Guidelines</p>
</article>
</div>
<div class="col-6 col-md-3 col-lg-3">
<article>
<h3>Product</h3>
<p>Why Slack?</p>
<p>Enterprise</p>
<p>Customer Stories</p>
<p>Pricing</p>
<p>Security</p>
</article>
</div>
<div class="col-6 col-md-3 col-lg-3">
<article>
<h3>Resources</h3>
<p>Download</p>
<p>Help Center</p>
<p>Guides</p>
<p>Partners</p>
<p>Events</p>
<p>App Directory</p>
<p>API</p>
</article>
</div>
<div class="col-6 col-md-3 col-lg-3">
<article>
<h3>Extras</h3>
<p>Podcast</p>
<p>Slack Shop</p>
<p>Slack at Work</p>
<p>Slack Fund</p>
</article>
</div>

</div>
</div>
</div>
</div>
</section>

<footer class="footer">
<p><a href="#">Status</a> <a href="#"> Privacy & Terms</a> <a href="#">Contact Us</a></p>
<img src="./starter_code/images/us-flag.png" alt="us-flag">
</footer>
</body>

</html>
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.
135 changes: 135 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
img {
width: 100%;
}

.hero {
display: flex;
justify-content: space-between;
}

.hero img {
width: 80px;

}

.hero .imgNav {
width: 5%;
justify-content: flex-end;

}

.unorderedList {
display: flex;
align-items: center;
justify-content: end;
padding-right: 15px;
}

.unorderedList a {
color: grey;
padding-right: 10px;
}

.unorderedList li {
display: inline;
text-decoration: none;
margin-right: 15px;
color: gray;
}

.unorderedList a {
text-decoration: none;
}

h1 {
font-size: 60px;
font-family: sans-serif;
font-weight: bold;
}

.secondSection h2 {
width: 100%;
font-size: 60px;
text-align: center;
}

.secondSection p {
font-family: sans-serif;
font-size: 16px;
text-align: center;
}

.secondSection img {
width: 100%;
padding: 50px;
}

.secondSection a {
color: darkblue;
align-items: center;
text-align: center;
text-transform: none;
text-decoration: none;
text-transform: uppercase;
border: 1px solid darkblue;
border-radius: 5px;
background-color: white;
display: block;
padding: 10px;
margin-top: 15px;
}

.thirdSection {
text-align: center;
}

.fourthSection img {
width: 15%;
}

.getStarted {

color: white;
display: block;
border: 1px solid #192592;
background-color: #192592;
text-decoration: none;
text-transform: uppercase;
text-align: center;
margin-top: 10px;
border-radius: 5px;
width: 100%;
padding: 10px;
text-align: center;

}

.inputType {
width: 100%;
}

.footer {
background-color: rgb(157, 155, 155);
}

.footer img {
width: 5%;
}

.footer a {
text-decoration: none;
text-align: center;
color: white;
}

.footer p {
text-align: center;
align-items: center;
}

.footer img {
display: flex;
align-items: center;
text-align: center;
width: 15px;
}