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
129 changes: 70 additions & 59 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
</head>

<body>


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

<ul>
Expand All @@ -38,7 +40,7 @@
</ul>
</div>

<div>
<div class="nav-right">
<button>
<img src="./images/icon-search.png" alt="Search icon">
</button>
Expand All @@ -61,84 +63,93 @@

<!-- HEADER -->
<header>
<div>
<div class="hero-content">
<h1>Great teamwork starts with a digital HQ</h1>

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

<div>
<div class="hero-buttons">
<button>Sign up with email</button>

<button>
<img src="./images/logo-google.png" alt="Google logo" />
<!-- <img src="./images/logo-google.png" alt="Google logo" /> -->
<span>Sign up with Google</span>
</button>
</div>

</div>

<div>
<img src="./images/hero-product-ui.png" alt="Slack app screenshot" />
<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>
<div class="content-wrapper">
<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>

<div class="cta-buttons">
<button>Try for free</button>
<button>Talk to sales</button>
</div>

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

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

<button>Try for free</button>
<button>Talk to sales</button>
</section>
<!-- Footer -->

</main>

<footer>
<hr>
<ul>
<li>Status</li>
<li>Privacy</li>
Expand All @@ -149,7 +160,7 @@ <h3>Welcome to your new digital HQ</h3>
<li>Download Slack</li>
</ul>

<hr>


<ul>
<li>
Expand Down
Empty file.
Loading