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
46 changes: 19 additions & 27 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
</div>

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

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

<ul hidden>
<ul id = "hidden">
<li>
<a href="#">Sign in</a>
</li>
Expand All @@ -64,12 +64,12 @@
<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>
<button >Sign up with email</button>

<button>
<button id="signUpGoogle">
<img src="./images/logo-google.png" alt="Google logo" />
<span>Sign up with Google</span>
</button>
Expand All @@ -83,7 +83,7 @@ <h1>Great teamwork starts with a digital HQ</h1>
</header>

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

<div>
Expand All @@ -97,7 +97,7 @@ <h1>Great teamwork starts with a digital HQ</h1>

</section>

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

Expand Down Expand Up @@ -129,15 +129,17 @@ <h3>Teams large and small rely on Slack</h3>
</ul>
</section>

<section>
<section id="digitalHQ">
<h3>Welcome to your new digital HQ</h3>

<button>Try for free</button>
<button>Talk to sales</button>
<button >Try for free</button>
<button id="talkToSales">Talk to sales</button>
</section>

</main>

<hr>

<footer>
<ul>
<li>Status</li>
Expand All @@ -149,22 +151,12 @@ <h3>Welcome to your new digital HQ</h3>
<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>
<ul class="social">
<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>
Expand Down
Loading