Skip to content
Open

done #106

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/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Binary file added starter_code/images/twiter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added starter_code/images/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
180 changes: 162 additions & 18 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,164 @@
<!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 the font awesome CDN -->
<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 your styles -->
<link rel="stylesheet" href="./style.css">
<title>Where work happens | Slack</title>
</head>

<body>
<header class="menu">
<img src="./images/slack-logo.png">

<img src="./images/menu.png" alt="navicon" class="logo d-md-none">

<nav class="d-none d-md-block">
<ul>
<li><a href="#">Why slack?</a></li>
<li><a href="#">Princing</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Your Workspace</a></li>
</ul>


</nav>
</header>

<section class="icons">
<div class="container">

<div class="row">
<div class="col-lg-6 order-lg-2">
<div class="row">
<div class="col-lg-6 ">
<h1>Where Work Happy</h1>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Minima odio nihil dolorem, odit aliquid
facilis quo beatae repellendus cumque minus, cupiditate molestiae. Aliquam quia repellat esse,
voluptatibus doloremque voluptatum eaque!</p>

<form action="email" class="col-lg-6">
<input type="Email address" value="Email address">
</form>
<a href="#" class="button">GET STARTED</a>
<P>Already using slack ? <a href="#">Sign in</a></P>
</div>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<img class="people" src="./images/home_talking.png">
</div>





</div>
</div>
</section>
<section class="patros">
<div>
<h2>youre in good company</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Minima odio nihil dolorem</p>
<a href="#" class="=button">DISCOVER WHY</a>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<img class="logopatros" src="./images/airbnb-logo.png">
<img class="logopatros" src="./images/capital-one-logo.png">
</div>
<div class="col-lg-4">
<img class="logopatros" src="./images/harvard-logo.png">
<img class="logopatros" src="./images/los-angeles-times-logo.png">
</div>
<div class="col-lg-4">
<img class="logopatros" src="./images/oracle-logo.png">
<img class="logopatros" src="./images/ticketmaster-logo.png">
</div>


</div>

</section>
<section class="subbot">
<h3 class="try">Try it for free</h3>
<P>Already using slack ? <a href="#">Sign in</a></P>


</section>

<section class="bot">
<div class="container">
<div class="row">
<div class="col-md-2 col-lg-4">
<img class="slackfinal" src="./images/Slack.ico" alt="slack">
</div>
<div class="row col-md-10 col-lg-8">
<section class="col-6 col-md-3 enlaces">
<h4>Company</h4>
<p><a href="#">About Us</a></p>
<p><a href="#">Carrers</a></p>
<p><a href="#">blog</a></p>
<p><a href="#">Press</a></p>
<p><a href="#">Brand Guidelines</a></p>
</section>
<section class="col-6 col-md-3 enlaces">
<h4>Product</h4>
<p><a href="#">Why Slack?</a></p>
<p><a href="#">Enterprise</a></p>
<p><a href="#">Costumer stories</a></p>
<p><a href="#">Pricing</a></p>
<p><a href="#">Security</a></p>
</section>
<section class="col-6 col-md-3 enlaces">
<h4>Resources</h4>
<p><a href="#">Download</a></p>
<p><a href="#">Help Center</a></p>
<p><a href="#">Guides</a></p>
<p><a href="#">Partners</a></p>
<p><a href="#">Events</a></p>
<p><a href="#">App Directory</a></p>
<p><a href="#">API</a></p>
</section>
<section class="col-6 col-md-3 enlaces">
<h4>Extras</h4>
<p><a href="#">Podcast</a></p>
<p><a href="#">Slack Shop</a></p>
<p><a href="#">Slack at work</a></p>
<p><a href="#">Slack Fund</a></p>
</section>

</div>
</div>

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

<footer>
<div class="container">
<p>Status Privacy&Terms Contact Us</p>
</div>
<div class="container">
<img src="./images/us-flag.png" alt="">
<img src="./images/twiter.png">
<img src="./images/youtube.png">
</div>
</footer>




</body>

</html>
132 changes: 132 additions & 0 deletions starter_code/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
img {
width: 100%;
}

.menu {
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
padding-right: 100px;
padding-left: 50px;
align-items: center;
}


.menu img {
width: 80px;
}



.menu nav {

display: flex;
list-style: none;
text-align: justify;
text-decoration: none;
justify-content: space-around;


}

.menu nav ul {
margin: 0;

list-style: none;
display: flex;
}

.menu nav ul li {
padding: 10px;
text-decoration: none;
}

.menu a {
text-decoration: none;
color: grey
}

.logo {
padding: 10px;


}

.icons {
display: flex;
padding: 25px;
margin: 15px;
}

.icons text {
align-items: center;
}

.patros {
text-align: center;

background-color: rgb(213, 213, 213);
border-bottom: 5px;
margin-bottom: 10px;

}

.patros img {
align-items: center;
width: 50%;
justify-content: space-between;
justify-content: space-around;
margin margin-top: 10px;
}

.patros p {

text-align: center;
margin-bottom: 25px;

}

.tryfor {
border-radius: 5px;
width: 15%;


}

.subot {
width: 15px;

}

.subot img {
width: 15px;
}

.bot {
text-size-adjust: 15px;
display: flex;
align-items: center;
}

footer {
display: flex;
background-color: rgb(197, 194, 194);

}

footer img {
margin-left: 200px;
width: 25px;
justify-content: space-around;
justify-content: end;

}

.slackfinal {
width: 80px;
}

.container2 {
margin-left: 100px;

}