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
18 changes: 9 additions & 9 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div>
<h1>Great teamwork starts with a digital HQ</h1>

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

<div>
<button>Sign up with email</button>
Expand Down Expand Up @@ -106,23 +106,23 @@ <h3>Teams large and small rely on Slack</h3>
<li>
<p><span>85%</span></p>
<p>
of users say Slack has improved communication
of users say Slack has<br>improved<br>communication
<sup>*</sup>
</p>
</li>

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

<li>
<p><span>88%</span></p>
<p>
feel more connected to their teams*
feel more connected to<br>their teams*
<sup>*</sup>
</p>
</li>
Expand All @@ -138,6 +138,7 @@ <h3>Welcome to your new digital HQ</h3>

</main>

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

<hr>

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

Expand Down
Loading