Skip to content
Open

done #103

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
Binary file added .DS_Store
Binary file not shown.
Binary file added starter_code/.DS_Store
Binary file not shown.
Binary file added starter_code/images/menu_480 (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 146 additions & 10 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,156 @@
<!DOCTYPE html>
<html lang="en">
<head>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />

<!-- link the font awesome CDN -->
<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet"/>

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />
<title>Where work happens | Slack</title>
</head>
</head>

<body>

<header class="menu">
<img class="img2" src="./images/slack-logo.png">
<img class="d-lg-none" src="./images/menu_480 (1).png">
<div class="d-none d-lg-block">
<ul class="list">
<li>Why Slack</li>
<li>Pricing</li>
<li>About Us</li>
<li>contact</li>
</ul>
</div>
</header>





<section class="container d-flex row">
<img class="order-2 orden-lg-1 col-12 col-lg-6" src="./images/home_talking.png">

<article class="order-1 order-lg-2 col-12 col-lg-6">
<h1>Where Work Happends</h1>
<p> Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido
el texto de
relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se
dedica a
la
imprenta)
desconocido usó</p>


<div class="d-flex flex-column">
<div class="d-flex flex-column flex-md-row ">
<input placeholder="Email address" type="text" class="d-lg-none" />
<button>Get Started</button>
</div>

<p>Already Using Slack <a>Sing In</a></p>
</div>
</article>
</section>

<section class="container d-flex flex-column">

<article class="d-flex flex-column">
<h2>You're in good company</h2>
<p>Millions of people around the word have already made Slack the place where their work happens</p>
<button>Discover Why</button>
</article>

<div class="d-flex row">
<img class="col-12 col-md-6 col-lg-4" src="./images/airbnb-logo.png">
<img class="col-12 col-md-6 col-lg-4" src="./images/capital-one-logo.png">
<img class="col-12 col-md-6 col-lg-4 d-md-none d-lg-block" src="./images/harvard-logo.png">
<img class="col-12 col-md-6 col-lg-4 d-md-none d-lg-block" src="./images/los-angeles-times-logo.png">
<img class="col-12 col-md-6 col-lg-4" src="./images/oracle-logo.png">
<img class="col-12 col-md-6 col-lg-4" src="./images/ticketmaster-logo.png">
</div>
</section>

<hr>


<section class="container d-flex flex-column">
<h3> Try it for free</h3>
Already using Slack Sing in.

<div class="d-flex flex-column flex-md-row">
<input placeholder="Email address" type="text" class="d-lg-none">
<button>Get Started</button>
</div>

</section>

<hr>

<footer class=" container d-flex row">

<img class="col-12 col-md-2 col-lg-2" src=" ./images/Slack.ico">
<div class="col-6 col-md-2 col-lg-2">
<h3>Company</h3>
<ul>
<li>About Us</li>
<li>Careers</li>
<li>Blog</li>
<li>Press</li>
<li>Brand Guidelines</li>
</ul>
</div>
<div class="col-6 col-md-2 col-lg-2">
<h3>Product</h3>
<ul>
<li>About Us</li>
<li>Careers</li>
<li>Blog</li>
<li>Press</li>
<li>Brand Guidelines</li>
</ul>
</div>
<div class="col-6 col-md-2 col-lg-2">
<h3>Resourcees</h3>
<ul>
<li>About us</li>
<li>Careers</li>
<li>Blog</li>
<li>Press</li>
<li>Brand Guidelines</li>
</ul>
</div>
<div class="col-6 col-md-2 col-lg-2">
<h3> Extras</h3>
<ul>
<li>Podcast</li>
<li>Slack at Work</li>
<li>Slack Found</li>

</ul>
</div>



<div>
<ul>
<li>Status</li>
<li>Privacy & Tems</li>
<li> Contacts</li>
</ul>
</div>
</footer>







</body>

<body>


</body>
</html>
</html>
28 changes: 27 additions & 1 deletion starter_code/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
header ul {
list-style-type: none;
display: flex;
}

header ul li {
margin-right: 10px;
color: gray;

}

.menu {
display: flex;
justify-content: space-between;
}

header img {
width: 20px;
}



.img2 {
width: 150px;
}

/*
background-grey: #F4F3F4;
button-purple: #192592
main-titles dark-grey: #2C303F;
paragraph grey: #5b5e6d;
nav grey: #5b5e6d;
*/
*/