Skip to content
Open
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 .DS_Store
Binary file not shown.
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.
340 changes: 225 additions & 115 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,115 +1,225 @@
<!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>
<nav>
<img src="./images/slack-logo.png" alt="slack_logo" />
<ul>
<li>Why Slack?</li>
<li>Pricing</li>
<li>About Us</li>
<li>Your Workspaces</li>
</ul>
</nav>
<header>
<img src="./images/home_talking.png" alt="home_work_happening" />
<h1>Where Work Happens</h1>
<p>
When your team needs to kick off a project, hire a new employee, deploy
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>
<button type="button" name="button">GET STARTED</button>
<p>Already using Slack? <a href="#">Sign in</a></p>
</header>
<main>
<div>
<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>
<button>DISCOVER WHY</button>
<img src="./images/airbnb-logo.png" alt="" />
<img src="./images/capital-one-logo.png" alt="" />
<img src="./images/harvard-logo.png" alt="" />
<img src="./images/los-angeles-times-logo.png" alt="" />
<img src="./images/oracle-logo.png" alt="" />
<img src="./images/ticketmaster-logo.png" alt="" />
</div>
<div>
<p>Try it for free</p>
<p>Already using Slack? <a href="">Sign in</a></p>
<button type="button" name="button">GET STARTED</button>
</div>
</main>
<footer>
<div>
<img src="./images/iso-slack.png" alt="" />
<ul>
<li>COMPANY</li>
<li>About Us</li>
<li>Careers</li>
<li>Blog</li>
<li>Press</li>
<li>Brand Guidelines</li>
</ul>
<ul>
<li>PRODUCT</li>
<li>Why Slack?</li>
<li>Enterprise</li>
<li>Customer Stories</li>
<li>Pricing</li>
<li>Security</li>
</ul>
<ul>
<li>RESOURCES</li>
<li>Download</li>
<li>Help Center</li>
<li>Guides</li>
<li>Events</li>
<li>App Directory</li>
<li>API</li>
</ul>
<ul>
<li>EXTRAS</li>
<li>Podcast</li>
<li>Slack Shop</li>
<li>Slack at Work</li>
<li>Slack Fund</li>
</ul>
</div>
<div>
<ul>
<li>Status</li>
<li>Privacy & Terms</li>
<li>Contact Us</li>
</ul>
<div>
<img src="./images/us-flag.png" alt="" />
<span>English (US)</span>
<i class="fas fa-chevron-down"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</footer>
</body>
</html>
<!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 rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>

<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />

<title>Where work happens | Slack</title>
</head>

<body>
<nav class="nav">
<div class="inner_nav">
<img src="./images/slack-logo.png" alt="slack_logo" class="nav-logo" />
<ul class="nav-links">
<a href="#">
<li>Why Slack?</li>
</a>
<a href="#">
<li>Pricing</li>
</a>
<a href="#">
<li>About Us</li>
</a>
<a href="#">
<li>Your Workspaces</li>
</a>
</ul>
<img src="./images/menu.png" alt="search" class="nav-menu" />
</div>
</nav>
<div class="content-area">
<header class="max_container">
<div class="header_content">
<h1 class="header_title">
Where Work <br />
Happens
</h1>
<p>
When your team needs to kick off a project, hire a new employee,
deploy 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="header_actions">
<input
type="email"
name="email"
placeholder="Email address"
class="email-input"
autocomplete="on"
/>
<button type="button" name="button" class="primary-btn">
GET STARTED
</button>
<p class="signin">Already using Slack? <a href="#">Sign in</a></p>
</div>
</div>
<div class="mainsection_container">
<img
src="./images/home_talking.png"
alt="home_work_happening"
class="home-image"
/>
</div>
</header>
<main class="main">
<div class="mainsection_content">
<div class="main_max_container">
<h2 class="mainsection_title">You're in good company</h2>
<p>
Millions of people around the world have already made Slack the
place where their work happens.
</p>
<button class="secondary-btn">DISCOVER WHY</button>
</div>
<div class="partners max_container">
<div>
<img class="partner-img" src="./images/airbnb-logo.png" alt="" />
</div>
<div>
<img
class="partner-img"
src="./images/capital-one-logo.png"
alt=""
/>
</div>
<div>
<img class="partner-img" src="./images/harvard-logo.png" alt="" />
</div>
<div>
<img
class="partner-img"
src="./images/los-angeles-times-logo.png"
alt=""
/>
</div>
<div>
<img class="partner-img" src="./images/oracle-logo.png" alt="" />
</div>
<div>
<img
class="partner-img"
src="./images/ticketmaster-logo.png"
alt=""
/>
</div>
</div>
</div>
<div class="optin_container">
<div class="optin_content max_container">
<div class="optin_text">
<h2>Try it for free</h2>
<h>Already using Slack? <a href="">Sign in</a></h>
</div>
<div class="optin_form">
<input
type="email"
name="email"
placeholder="Email address"
class="email-input"
autocomplete="on"
/>
<button type="button" name="button" class="primary-btn">
GET STARTED
</button>
</div>
</div>
</div>
</main>
</div>
<footer>
<div class="footer_container max_container">
<div class="footer_logo_container">
<img src="./images/iso-slack.png" alt="" class="footer_logo" />
</div>
<div class="footer_links">
<ul class="footer_ul">
<li class="footer_li">
<span style="font-weight: 700">COMPANY</span>
</li>
<li class="footer_li">About Us</li>
<li class="footer_li">Careers</li>
<li class="footer_li">Blog</li>
<li class="footer_li">Press</li>
<li class="footer_li">Brand Guidelines</li>
</ul>
<ul class="footer_ul">
<li class="footer_li">
<span style="font-weight: 700">PRODUCT</span>
</li>
<li class="footer_li">Why Slack?</li>
<li class="footer_li">Enterprise</li>
<li class="footer_li">Customer Stories</li>
<li class="footer_li">Pricing</li>
<li class="footer_li">Security</li>
</ul>
<ul class="footer_ul">
<li class="footer_li">
<span style="font-weight: 700">RESOURCES</span>
</li>
<li class="footer_li">Download</li>
<li class="footer_li">Help Center</li>
<li class="footer_li">Guides</li>
<li class="footer_li">Events</li>
<li class="footer_li">App Directory</li>
<li class="footer_li">API</li>
</ul>
<ul class="footer_ul">
<li class="footer_li">
<span style="font-weight: 700">EXTRAS</span>
</li>
<li class="footer_li">Podcast</li>
<li class="footer_li">Slack Shop</li>
<li class="footer_li">Slack at Work</li>
<li class="footer_li">Slack Fund</li>
</ul>
</div>
</div>
<div class="footer_info_container ">
<div class="footer_info_content max_container">
<ul class="footer_info_ul">
<a href="#">
<li class="footer_info_li">Status</li>
</a>
<a href="#">
<li class="footer_info_li">Privacy & Terms</li>
</a>
<a href="#">
<li class="footer_info_li">Contact Us</li>
</a>
</ul>
<div class="footer_social_container">
<div class="footer_nation">
<img src="./images/us-flag.png" alt="" class="footer_flag" />
<p>English (US)</p>
<i class="fas fa-chevron-down"></i>
</div>
<div class="footer_social">
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-youtube"></i>
</div>
</dv>
</div>
</div>
</footer>
</body>
</html>

Loading