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
357 changes: 199 additions & 158 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,179 +1,220 @@
<!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 stylesheet - 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" />
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>

<link
rel="icon"
type="image/x-icon"
href="./images/slack-icon.png"
id="slack-icon"
/>
<title>Slack is your digital HQ | Slack</title>
</head>

<body>
<!-- NAVBAR -->
<nav>
<div>
<img src="./images/slack-logo.png" alt="Slack logo" id="slack-logo" />

<ul id="nav-list">
<li>
<a href="#">Product</a>
</li>
<li>
<a href="#">Solutions</a>
</li>
<li>
<a href="#">Resources</a>
</li>
<li>
<a href="#">Pricing</a>
</li>
</ul>
</div>

<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 stylesheet - CDN -->
<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet" />
<div id="nav-btns">
<button>
<img
src="./images/icon-search.png"
alt="Search icon"
id="search-icon"
/>
</button>

<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />
<button>
<img src="./images/icon-menu.png" alt="Menu icon" id="menu-icon" />
</button>

<link rel="icon" type="image/x-icon" href="./images/slack-icon.png">
<title>Slack is your digital HQ | Slack</title>
</head>
<ul hidden>
<li>
<a href="#">Sign in</a>
</li>
<li>
<a href="#">Try for free</a>
</li>
</ul>
</div>
</nav>

<body>
<!-- NAVBAR -->
<nav>
<div>
<img src="./images/slack-logo.png" alt="Slack logo" />
<!-- HEADER -->
<header>
<div>
<h1 class="header-title">Great teamwork starts with a digital HQ</h1>

<p class="header-text">
<span class="part-1">Slack is free to try</span>
<span class="part-2">for as long as you'd like</span>
</p>

<div>
<button id="email-btn">Sign up with email</button>

<button id="google-btn">
<div class="google-container">
<img
src="./images/logo-google.png"
alt="Google logo"
id="google-logo"
/>
</div>
<span class="google-text">Sign up with Google</span>
</button>
</div>
</div>

<ul>
<li>
<a href="#">Product</a>
<div>
<img
src="./images/hero-product-ui.png"
alt="Slack app screenshot"
id="slack-app-screenshot"
/>
</div>
</header>

<main>
<section id="trusted-companies">
<p>Trusted by companies all over the world</p>

<div id="logos-container">
<img src="./images/logo-airbnb.png" alt="Airbnb logo" class="logos" />
<img src="./images/logo-nasa.png" alt="NASA logo" class="logos" />
<img src="./images/logo-uber.png" alt="Uber logo" class="logos" />
<img src="./images/logo-target.png" alt="Target logo" class="logos" />
<img
src="./images/logo-nyt.png"
alt="New York Times logo"
class="logos"
/>
<img
src="./images/logo-spotify.png"
alt="Spotify logo"
class="logos"
/>
</div>
</section>

<section id="stat-facts">
<h3 id="stat-facts-title">Teams large and small rely on Slack</h3>
<p id="stat-facts-subtitle">
Slack securely scales up to support collaboration at the world’s
biggest companies.
</p>

<ul>
<li>
<p><span id="percent-85">85%</span></p>
<p id="text-85">
of users say Slack has improved communication*
</p>
</li>

<li>
<p><span id="percent-86">86%</span></p>
<p id="text-86">
feel their ability to work remotely has improved has improved*
</p>
</li>

<li>
<p><span id="percent-88">88%</span></p>
<p id="text-88">
feel more connected to their teams*
</p>
</li>

<small class="small-1"><span id="weighted-avg-asterisk">*</span>Weighted average. Based on 2,707 survey responses from weekly Slack users in the U.S., UK, Australia and Canada with a ± 2% margin of error at 95% CI (August 2020).
</small>
</ul>
</section>

<section id="digital-hq-container">
<h3 id="digital-hq-title">Welcome to your new digital HQ</h3>

<button class="digital-hq-btn-1">Try for free</button>
<button class="digital-hq-btn-2">Talk to sales</button>
</section>

<div class="line-divider"></div>

</main>



<footer>
<ul id="ul-1">
<li>Status</li>
<li>Privacy</li>
<li>Terms</li>
<li>Cookie Preferences</li>
<li>Contact Us</li>
<li class="with-icon">
<img src="./images/icon-region.png" />
Change Region
</li>
<li>
<a href="#">Solutions</a>
<li class="with-icon">
<img src="./images/icon-download.png" />
<span id="download-slack">Download Slack</span>
</li>
</ul>

<ul id="ul-2">
<li>
<a href="#">Resources</a>
<i class="fab fa-twitter"></i>
</li>
<li>
<a href="#">Pricing</a>
<i class="fab fa-facebook"></i>
</li>
</ul>
</div>

<div>
<button>
<img src="./images/icon-search.png" alt="Search icon">
</button>

<button>
<img src="./images/icon-menu.png" alt="Menu icon">
</button>

<ul hidden>
<li>
<a href="#">Sign in</a>
<i class="fab fa-youtube"></i>
</li>
<li>
<a href="#">Try for free</a>
<i class="fab fa-linkedin"></i>
</li>
</ul>
</div>
</nav>


<!-- HEADER -->
<header>
<div>
<h1>Great teamwork starts with a digital HQ</h1>

<p>Slack is free to try for as long as you'd like.</p>

<div>
<button>Sign up with email</button>

<button>
<img src="./images/logo-google.png" alt="Google logo" />
<span>Sign up with Google</span>
</button>
<small class="small-2">
&copy; 2022 Slack Technologies, LLC, a Salesforce company. All rights
reserved. Various trademarks held by their respective owners.
</small>
</div>

</div>

<div>
<img src="./images/hero-product-ui.png" alt="Slack app screenshot" />
</div>
</header>

<main>
<section>
<p>Trusted by companies all over the world</p>

<div>
<img src="./images/logo-airbnb.png" alt="Airbnb logo" />
<img src="./images/logo-nasa.png" alt="NASA logo" />
<img src="./images/logo-uber.png" alt="Uber logo" />
<img src="./images/logo-target.png" alt="Target logo" />
<img src="./images/logo-nyt.png" alt="New York Times logo" />
<img src="./images/logo-spotify.png" alt="Spotify logo" />
</div>

</section>

<section>
<h3>Teams large and small rely on Slack</h3>
<p>Slack securely scales up to support collaboration at the world’s biggest companies.</p>


<ul>
<li>
<p><span>85%</span></p>
<p>
of users say Slack has improved communication
<sup>*</sup>
</p>
</li>

<li>
<p><span>86%</span></p>
<p>
feel their ability to work remotely has improved has improved
<sup>*</sup>
</p>
</li>

<li>
<p><span>88%</span></p>
<p>
feel more connected to their teams*
<sup>*</sup>
</p>
</li>
</ul>
</section>

<section>
<h3>Welcome to your new digital HQ</h3>

<button>Try for free</button>
<button>Talk to sales</button>
</section>

</main>

<footer>
<ul>
<li>Status</li>
<li>Privacy</li>
<li>Terms</li>
<li>Cookie Preferences</li>
<li>Contact Us</li>
<li>Change Region</li>
<li>Download Slack</li>
</ul>

<hr>

<ul>
<li>
<i class="fab fa-twitter"></i>
</li>
<li>
<i class="fab fa-facebook"></i>
</li>
<li>
<i class="fab fa-youtube"></i>
</li>
<li>
<i class="fab fa-linkedin"></i>
</li>
</ul>

<div>
<small>
&copy; 2022 Slack Technologies, LLC, a Salesforce company. All rights reserved. Various trademarks held by
their respective owners.
</small>
</div>

</footer>
</body>

</html>
</footer>
</body>
</html>
Loading