Skip to content
Open

done #112

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 starter_code/images/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added starter_code/images/reference.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
180 changes: 162 additions & 18 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,164 @@
<!DOCTYPE html>
<html lang="en">
<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 your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />
<title>Where work happens | Slack</title>
</head>

<body>


</body>
</html>

<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://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>

<body>
<header class="menu">



<img src="images/slack-logo.png" alt="logotipo">
</a>


<img src="images/menu.png" alt="navicon" class="navicon d-md-none">
<section class=" menu">
<nav class="d-none d-md-block">

<ul>
<li><a href="#">WhY Slack</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Pricing</a></li>

<li><a href="#">Carrers</a></li>
</ul>
</nav>


</section>




</header>



<section class="maintext">

<div class="container">
<div class="row">

<div class=" col-12 col-md-6 col-lg-4 order sm-2">
<article class="principaltext">
<h1><b>Where Work Happens</b></h1>
<p>Lorem ipsum dolor sit amet consectetur, adipii nemo! Facilis ullam recusandae dolorem amet impedit velit.
</p>
</article>
</div>
<div class="col-12 d-md-none d-lg-block col-lg-6 order sm-4"></div>
<a href="#" class="email">Email address</a>
</div>

</div>
<div class="col-12 col-md-6 col-lg-6 order sm-3">

<a href="#" class="button">Get started</a>
</div>
<div class="col-12 col-md-6 col-lg-4 order-4 order md-1">
<img src="images/home_talking.png" alt="side">
</div>

</div>

</section>
<section>
<div class="container">
<div class="row">
<div class="col-12 d-md-none d-lg-block col-lg-4">
<img src="images/harvard-logo.png" alt="side">

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

</div>


</div>
</section>






</div>
</div>
</section>







<div class="row">

<div class="column">


</div>


</div>
</div>



</section>







</div>

</header>







</header>



<footer>

</footer>


</body>

</html>
150 changes: 143 additions & 7 deletions starter_code/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,143 @@
/*
background-grey: #F4F3F4;
button-purple: #192592
main-titles dark-grey: #2C303F;
paragraph grey: #5b5e6d;
nav grey: #5b5e6d;
*/
img {
width: 100%;
}

.menu {
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
padding: 10px;
align-items: center;
}

.menu nav {
display: none;
}

.menu .logo {
width: 180px;
}

menu.navicon {
width: 30px;
}

.menu img {
width: 140px;
}

.menu nav ul {
list-style: none;
display: flex;
}

.menu nav li {
margin-right: 5px;
}

.menu ul {
display: flex;
margin: 0;
list-style: none;
}

.menu a {
color: inherit;
margin-left: 20px;
text-decoration: none;
}

@media screen and (min-width: 650px) {
.menu nav {
display: block;
}
}

.menu .navicon {
display: none
}




.maintext {
text-align: center;
padding: 200px;
/*display: flex;*/

}


.principaltext sidephoto {}

.email {

text-decoration: none;
margin-top: 10px;
margin-right: 15px;
margin-bottom: 10px;
margin-left: 20px;
color: black;

}

.button {
border: 1px solid;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
text-decoration: none;
color: black;
margin: 150px;
padding: 30px;
display: block;
width: 300px;
text-align: center;
background-color: blue;
align: center;
}

.button-centered {
border: 1px solid;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
text-decoration: none;
color: black;
margin: 150px auto;
padding: 30px;
display: flex;
width: 200px;
text-align: center;
}


.email {
border: 1px solid;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
text-decoration: none;
color: black;
margin: 150px;
padding: 30px;
display: flex;
width: 300px;
text-align: center;
;
align: center;
}

.email-centered {
border: 1px solid;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 100;
text-decoration: none;
color: black;
margin: 150px auto;
padding: 30px;
display: flex;
width: 200px;
text-align: center;
}