Skip to content
Open

done #2275

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
35 changes: 20 additions & 15 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<!-- NAVBAR -->
<nav>
<div>
<img src="./images/slack-logo.png" alt="Slack logo" />
<img src="./images/slack-logo.png" alt="Slack logo" class="slackLogo"/>

<ul>
<ul class="listUnuse">
<li>
<a href="#">Product</a>
</li>
Expand All @@ -38,7 +38,7 @@
</ul>
</div>

<div>
<div class="buttonDiv">
<button>
<img src="./images/icon-search.png" alt="Search icon">
</button>
Expand All @@ -61,12 +61,12 @@

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

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

<div>
<div class="signUp">
<button>Sign up with email</button>

<button>
Expand All @@ -77,16 +77,16 @@ <h1>Great teamwork starts with a digital HQ</h1>

</div>

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

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

<div>
<div class="logoImgdiv">
<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" />
Expand All @@ -97,7 +97,7 @@ <h1>Great teamwork starts with a digital HQ</h1>

</section>

<section>
<section class="temsLarge">
<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,7 +129,7 @@ <h3>Teams large and small rely on Slack</h3>
</ul>
</section>

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

<button>Try for free</button>
Expand All @@ -138,7 +138,7 @@ <h3>Welcome to your new digital HQ</h3>

</main>

<footer>
<footer class="Status">
<ul>
<li>Status</li>
<li>Privacy</li>
Expand Down Expand Up @@ -176,4 +176,9 @@ <h3>Welcome to your new digital HQ</h3>
</footer>
</body>

</html>
</html>





Loading