Skip to content

FT_RMT_2507 CARLOS #2267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
50 changes: 25 additions & 25 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />

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

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

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

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

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

<ul hidden>
<li>
<li id="sign-in-btn">
<a href="#">Sign in</a>
</li>
<li>
<li id="try-it-free-btn">
<a href="#">Try for free</a>
</li>
</ul>
Expand All @@ -61,29 +61,29 @@

<!-- HEADER -->
<header>
<div>
<div id="slack-intro">
<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>
<div id="login-buttons">
<button id="login-email-btn">Sign up with email</button>

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

</div>

<div>
<div id="ui-img-container">
<img src="./images/hero-product-ui.png" alt="Slack app screenshot" />
</div>
</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,29 +129,29 @@ <h3>Teams large and small rely on Slack</h3>
</ul>
</section>

<section>
<section id="call-to-action">
<h3>Welcome to your new digital HQ</h3>

<button>Try for free</button>
<button>Talk to sales</button>
<div id="cta-buttons">
<button id="try-btn">Try for free</button>
<button id="sales-btn">Talk to sales</button>
</div>
</section>

</main>

<footer>
<ul>
<hr>
<ul id="footer-links">
<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>
<l id="region-link"><img src="./images/icon-region.png" alt="world icon"> Change Region</l>
<li id="download-link"><img src="./images/icon-download.png" alt="download icon"> Download Slack</li>
</ul>

<hr>

<ul>
<ul id="social-links">
<li>
<i class="fab fa-twitter"></i>
</li>
Expand Down
Loading