Skip to content
Open

done #96

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.
223 changes: 205 additions & 18 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,207 @@
<!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://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet" />
<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="./stylesheets/style.css" />
<title>Where work happens | Slack</title>
</head>

<body>
<header class="menu">

<a href="#">
<img class="logo" src="./images/slack-logo.png" alt="logo">
</a>

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

<nav class="d-none d-md-block">
<ul>
<li><a href="#">Why Slack?</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">About Us</a></li>
<li><a class="workspace" href="#">Your Workspaces</a></li>
</ul>
</nav>

</header>
<header class="hero bottomLine">
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-2">
<h1>Where Work Happens</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas numquam delectus commodi, ullam reiciendis
recusandae fuga, fugiat facere, sit doloribus temporibus voluptates cum officia distinctio atque
consequuntur nam quam quasi.</p>

<div class="row">
<div class="col-md-6 d-lg-none">
<p class="email">Email address</p>
</div>
<div class="col-md-4">
<p class="getStarted"><a href="">Get started</a></p>
</div>
<p class="signIn">Already using Slack? <a href="#">Sign in</a>.</p>

</div>
</div>
<div class="centered col-lg-6 order-lg-1">
<figure>
<img class="people" src="./images/home_talking.png" alt="people talking">
</figure>
</div>
</div>
</div>
</header>
<section class="discover centered bottomLine">
<div class="container">
<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 class="row justify-content-center">
<div class="col-md-4 col-lg-2">
<p class="discoverWhy"><a href="">Discover Why</a></p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4"><img src="./images/airbnb-logo.png" alt="airbnb-logo"></div>
<div class="col-md-6 col-lg-4"><img src="./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="./images/harvard-logo.png" alt="harvard-logo">
</div>
<div class="col-md-6 col-lg-4 d-md-none d-lg-block"><img src="./images/los-angeles-times-logo.png"
alt="los-angeles-times-logo">
</div>
<div class="col-md-6 col-lg-4"><img src="./images/oracle-logo.png" alt="oracle-logo"></div>
<div class="col-md-6 col-lg-4"><img src="./images/ticketmaster-logo.png" alt="ticketmaster-logo"></div>
</div>
</div>
</section>
<section class="tryiIt bottomLine">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 col-lg-3">
<h3>Try it for free</h3>
<p>Already using Slack? <a href="#">Sign in</a>.</p>
</div>
<div class="col-md-6">
<div class="row justify-content-end">
<div class="col-12 col-md-6 d-lg-none">
<p class="email">Email address</p>
</div>
<div class="col-12 col-md-6 col-lg-4">
<p class="getStarted"><a href="">Get started</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footerList">
<div class="container">
<div class="row justify-content-evenly">
<div class="col-md-2 col-lg-4">
<figure>
<img class="slack-ico" src="./images/Slack.ico" alt="slack-logo">
</figure>
</div>
<div class="col-6 col-md-2">
<h4>Company</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Brand Guidelines</a></li>
</ul>
</div>
<div class="col-6 col-md-2">
<h4>Product</h4>
<ul>
<li><a href="#">Why Slack?</a></li>
<li><a href="#">Enterprise</a></li>
<li><a href="#">Customer Stories</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Security</a></li>
</ul>
</div>
<div class="col-6 col-md-2">
<h4>Resources</h4>
<ul>
<li><a href="#">Download</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Guides</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">App Directory</a></li>
<li><a href="#">APi</a></li>
</ul>
</div>
<div class="col-6 col-md-2">
<h4>Extras</h4>
<ul>
<li><a href="#">Podcast</a></li>
<li><a href="#">Slack Shop</a></li>
<li><a href="#">Slack of Work</a></li>
<li><a href="#">Slack Fund</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="language">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-4">
<ul class="languagelist">
<li><a href="#">Status</a></li>
<li><a href="#">Privacy & Terms</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<div class="row ">
<div class="col-12 col-md-6">
<ul class="languageIcons">
<li>
<figure>
<img src="./images/us-flag.png" alt="us-flag">
</figure>
</li>
<li>
<p>English (US)</p>
<li>
<p>()</p>
</li>
</li>
</ul>
</div>
<div class="col-md-6">
<ul class="languageIcons">
<li>
<figure><img src="./images/twiter.png" alt="twiter"></figure>
</li>
<li>
<figure><img src="./images/facebook.png" alt="facebook"></figure>
</li>
<li>
<figure><img src="./images/youtube.png" alt="youtube"></figure>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>

</html>
Loading