Skip to content
Open
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
193 changes: 116 additions & 77 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,96 +5,135 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://use.fontawesome.com/1fb0eb3889.js"></script>
<title>Where work happens | Slack</title>
</head>

<body>
<nav>
<img src="./images/slack-logo.png" alt="slack_logo">
<ul>
<li>Why Slack?</li>
<li>Pricing</li>
<li>About Us</li>
<li>Your Workspaces</li>
</ul>
</nav>
<header>
<img src="./images/home_talking.png" alt="home_work_happening">
<h1>Where Work Happens</h1>
<p>When your team needs to kick off a project, hire a new employee, deploy some code, review a sales contract, finalize next year's budget, measure an A/B test, plan your next office opening, and more, Slack has you covered.</p>
<button type="button" name="button">GET STARTED</button>
<p>Already using Slack? <a href="#">Sign in</a></p>
<img src="images/slack-logo.png" alt="slack icon in colors">
<button>
<i src=""></i>
</button>
<nav>
<header>
<img src="images/Slack.ico" alt="slack icon without text">
<button>
<i src=""></i>
</button>
</header>
<section>
<ul>
<li><a href="#0">¿Por qué Slack?</a></li>
<li><a href="#0">Precios</a></li>
<li><a href="#0">Conócenos</a></li>
</ul>
<a href="#0">Tus espacios de trabajo</a>
<section>
<header>
<img src="images/slack-logo.png" alt="slack icon in colors">
<button>
<i src=""></i>
</button>
<section>
<h2>Tus espacios de trabajo</h2>
<ul>
<li>
<a href="#0">
<img src="" alt="logo Ironhack">
<p>Ironhack</p>
</a>
</li>
</ul>
</section>
</header>
</section>
</section>
<footer>
<a href="#0">Descargar Slack</a>
</footer>
</nav>
</header>



<main>
<div>
<h2>You´re in good company</h2>
<p>Millions of people around the world have already made Slack the place where their work happens.</p>
<button>DISCOVER WHY</button>
<img src="./images/airbnb-logo.png" alt="">
<img src="./images/capital-one-logo.png" alt="">
<img src="./images/harvard-logo.png" alt="">
<img src="./images/los-angeles-times-logo.png" alt="">
<img src="./images/oracle-logo.png" alt="">
<img src="./images/ticketmaster-logo.png" alt="">
</div>
<div>
<p>Try it for free</p>
<p>Already using Slack? <a href="">Sign in</a></p>
<button type="button" name="button">GET STARTED</button>
</div>
<section>
<header>
<h1>Whatever work you do, you can do it in slack</h1>
<p>Slack gives you team the power and alignment you need to do your best work.</p>
<a href="#0">GET SLACK FOR IOS</a>
</header>
<section>
<h2>Put collaboration at your fingertips</h2>
<img src="" alt="app slack viewed in different devices">
<article>
<i src=""></i>
<h3>Organise conversations</h3>
<img src="" alt="imagen de conversación en slack">
</article>
<article>
<i src=""></i>
<h3>Share files and documents</h3>
<img src="" alt="imagen compartiendo archivos en slack">
</article>
<article>
<i src=""></i>
<h3>Find everything in the archive</h3>
<img src="" alt="imagen archivos de slack">
</article>
<article>
<i src=""></i>
<h3>Integrate your tools</h3>
<img src="" alt="imagen herramientas en slack">
</article>
<article>
<i src=""></i>
<h3>Talk things through face-to-face</h3>
<img src="" alt="imagen videollamada en slack">
</article>
</section>
</section>
</main>




<footer>
<div>
<img src="./images/iso-slack.png" alt="">
<ul>
<li>COMPANY</li>
<li>About Us</li>
<li>Careers</li>
<li>Blog</li>
<li>Press</li>
<li>Brand Guidelines</li>
</ul>
<ul>
<li>PRODUCT</li>
<li>Why Slack?</li>
<li>Enterprise</li>
<li>Customer Stories</li>
<li>Pricing</li>
<li>Security</li>
</ul>
<ul>
<li>RESOURCES</li>
<li>Download</li>
<li>Help Center</li>
<li>Guides</li>
<li>Events</li>
<li>App Directory</li>
<li>API</li>
</ul>
<nav>
<ul>
<li>EXTRAS</li>
<li>Podcast</li>
<li>Slack Shop</li>
<li>Slack at Work</li>
<li>Slack Fund</li>
<li><a href="#0" target="_blank">Estado</a></li>
<li><a href="#0">Privacidad y términos</a></li>
<li><a href="#0">Contáctanos</a></li>
<li>
<a href="#0">
<i src=""></i>
<p>Cambiar de región</p>
</a>
</li>
</ul>
</div>
<div>
<ul>
<li>Status</li>
<li>Privacy & Terms</li>
<li>Contact Us</li>
<li>
<a href="#0" target="_blank">
<i src=""></i>
</a>
</li>
<li>
<a href="#0" target="_blank">
<i src=""></i>
</a>
</li>
<li>
<a href="#0" target="_blank">
<i src=""></i>
</a>
</li>
<li>
<a href="#0" target="_blank">
<i src=""></i>
</a>
</li>
</ul>
<div>
<img src="./images/us-flag.png" alt="">
<span>English (US)</span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-facebook" aria-hidden="true"></i>
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</div>
</div>
</nav>
</footer>
</body>

Expand Down