Skip to content
Open

done #94

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 modified reference.jpg
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/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.
240 changes: 240 additions & 0 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,253 @@
<!-- 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">

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

<body>

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

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

<nav class="d-none d-lg-block">
<ul>
<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>
</header>

<section class="intro-section">
<div class="container">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1">
<img src="./images/home_talking.png" alt="">
</div>
<div class="col-lg-6 order-1 order-lg-2">
<article>
<h1>Where Works Happens</h1>
<p>When your team needs to kick off a project, hire a new employee, deplay some code, review a sales contract, finalize next year´s budget, measure an A/B test, plan your next office opening, and more, slack has you covered</p>
<div class="row">
<div class="col-md-6 d-lg-none">
<input type="email" placeholder="Email address">
</div>
<div class="col-md-4">
<a href="#" class="btn-get">Get Started</a>
</div>
</div>
<div class="row">
<div class="col-12">
<p>Already Slack? <a href="#">Sign in</a></p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>

<section class="marcas-section">
<div class="container">
<article>
<h2>You are in good company</h2>
<p>Millions of people around the world has made slack the place where their work happens</p>
<a href="#" class="btn-discovery">Discovery Why</a>
</article>
<div class="row">
<div class="col-md-6 col-lg-4">
<article class="imagen-article">
<figure>
<img src="./images/airbnb-logo.png" alt="">
</figure>
</article>
</div>
<div class="col-md-6 col-lg-4">
<article class="imagen-article">
<figure>
<img src="./images/capital-one-logo.png" alt="">
</figure>
</article>
</div>
<div class="col-md-6 d-md-none col-lg-4 d-lg-block">
<article class="imagen-article">
<figure>
<img src="./images/harvard-logo.png" alt="">
</figure>
</article>
</div>
<div class="col-md-6 d-md-none col-lg-4 d-lg-block">
<article class="imagen-article">
<figure>
<img src="./images/los-angeles-times-logo.png" alt="">
</figure>
</article>
</div>
<div class="col-md-6 col-lg-4">
<article class="imagen-article">
<figure>
<img src="./images/oracle-logo.png" alt="">
</figure>
</article>
</div>
<div class="col-md-6 col-lg-4">
<article class="imagen-article">
<figure>
<img src="./images/ticketmaster-logo.png" alt="">
</figure>
</article>
</div>
</div>
</div>
</section>

<section class="try-section">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Try for free</h3>
<p>Already using Slack? <a href="#">Sign in</a></p>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-12 col-md-6">
<input type="email" placeholder="Email address">
</div>
<div class="col-12 col-md-6">
<a href="#" class="btn-get">Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>

<footer>
<section class="first-footer">
<div class="container">
<div class="row">
<div class="col-12 col-md-2 col-lg-3">
<figure>
<img src="./images/Slack.ico" alt="slack">
</figure>
</div>
<div class="col-12 col-md-10 col-lg-9">
<div class="row">
<div class="col-6 col-md-3 col-lg-3">
<article>
<h4>Company</h4>
<ul>
<li><a href="#">About</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>
</article>
</div>
<div class="col-6 col-md-3 col-lg-3">
<article>
<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>
</article>
</div>
<div class="col-6 col-md-3 col-lg-3">
<article>
<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>
</article>
</div>
<div class="col-6 col-md-3 col-lg-3">
<article>
<h4>Extras</h4>
<ul>
<li><a href="#">Podcast</a></li>
<li><a href="#">Slack Shop</a></li>
<li><a href="#">Slack at Work</a></li>
<li><a href="#">Slack fund</a></li>
</ul>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="second-footer">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6">
<ul>
<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-12 col-md-6 col-lg-">
<div class="row justify-content-between align-items-center">
<div class="col-md-6">
<div class="row">
<div class="col-4">
<figure>
<img src="images/us-flag.png" alt="USA">
</figure>
</div>
<div class="col-4">
<h6>English (US)</h6>
</div>
<div class="col-4">
<h6>⌄</h6>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="row">
<div class="col-4">
<figure>
<img src="./images/twiter.png" alt="" class="logo">
</figure>
</div>
<div class="col-4">
<figure>
<img src="./images/facebook.png" alt="" class="logo">
</figure>
</div>
<div class="col-4">
<figure>
<img src="./images/youtube.png" alt="" class="logo">
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</footer>

</body>
</html>
Loading