diff --git a/starter_code/images/basic_exclamation.svg b/starter_code/images/basic_exclamation.svg new file mode 100644 index 0000000..2c6b13f --- /dev/null +++ b/starter_code/images/basic_exclamation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/starter_code/images/basic_info.svg b/starter_code/images/basic_info.svg new file mode 100644 index 0000000..3e1dfb7 --- /dev/null +++ b/starter_code/images/basic_info.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/starter_code/images/basic_question.svg b/starter_code/images/basic_question.svg new file mode 100644 index 0000000..4c2ddad --- /dev/null +++ b/starter_code/images/basic_question.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/starter_code/images/facebook.png b/starter_code/images/facebook.png new file mode 100644 index 0000000..3a72823 Binary files /dev/null and b/starter_code/images/facebook.png differ diff --git a/starter_code/images/menu.png b/starter_code/images/menu.png new file mode 100644 index 0000000..2574592 Binary files /dev/null and b/starter_code/images/menu.png differ diff --git a/starter_code/images/twiter.png b/starter_code/images/twiter.png new file mode 100644 index 0000000..27f7455 Binary files /dev/null and b/starter_code/images/twiter.png differ diff --git a/starter_code/images/youtube.png b/starter_code/images/youtube.png new file mode 100644 index 0000000..ff9fdcb Binary files /dev/null and b/starter_code/images/youtube.png differ diff --git a/starter_code/index.html b/starter_code/index.html index bf06bff..aff3025 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -1,20 +1,190 @@ - - - - - - + + + + - - - Where work happens | Slack - + + - - - - - + + + + Where work happens | Slack + + + +
+
+ +
+
+ hamburguer menu +
+
+ +
+
+
+
+
+
+

Where work happens

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci dicta corrupti ad magni, ducimus facilis + ut? + Blanditiis totam molestias vero? Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quo, eum?

+ +

Already using Slack?Sign in

+
+
+
+ home page +
+
+
+
+
+
+
+
+

You're in good company

+

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dignissimos, nihil.

+ discover why +
+
+
+
airbnb-logo +
+
capital-one-logo
+
harvard-logo +
+
los-angeles-times-logo +
+
oracle-logo +
+
ticketmaster-logo
+
+
+
+
+
+
+
+
+
Try it for free
+

Already using Slack?Sign in

+
+
+
+ +
+
+
+
+
+
+
+
+ iso-slack +
+
+
+
+
+
+
+
Company
+

About us

+

Careers

+

Blog

+

Press

+

Brand Guidelines

+
+
+
Product
+

why slack?

+

enterprise

+

customer stories

+

pricing

+

security

+
+
+
+
+
+
+
Resources
+

download

+

help center

+

guides

+

partners

+

events

+

app directory

+

api

+
+
+
extras
+

podcast

+

slack shop

+

slack at work

+

slack fund

+
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index cff873e..4eec98c 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -5,3 +5,117 @@ main-titles dark-grey: #2C303F; paragraph grey: #5b5e6d; nav grey: #5b5e6d; */ + +.flex { + display: flex; + justify-content: space-between; + align-items: center; +} + +.img { + width: 100%; +} + +.header { + /* position: fixed; */ + width: 100%; + border-bottom: solid 1px #2C303F; + background-color: white; + justify-content: space-around; +} + +.logo img { + width: 100px; +} + +.hamburguer img { + width: 50px; + margin: 0px; + padding: 0px; +} + +.nav ul li { + color: #2C303F; + /*quitar*/ + margin: 10px; + padding: 0; + list-style-type: none; +} + +.nav ul li a { + color: #2C303F; +} + +.hero { + justify-content: center; + margin-top: 50px; +} + +.hero-img img { + width: 500px; +} + +.companies { + padding: 50px; + text-align: center; + +} + +.partners { + background-color: #F4F3F4; + padding-bottom: 50px; +} + +.partners-img img { + width: 70%; + align-items: center; + +} + +.try { + padding: 50px; +} + +.end-title { + text-transform: uppercase; +} + +.footer-text { + color: #5b5e6d; + text-transform: capitalize; +} + +footer { + background-color: #F4F3F4; + color: #5b5e6d; +} + +.rss-icons figure img { + width: 15px; +} + +.language-button { + align-items: center; + justify-content: center; +} + +.language-button img { + width: 20px; + margin-right: 5px; +} + +.language-button p { + text-size-adjust: 5px; + padding-top: 10px; + +} + +.intro { + padding-left: 50px; +} + +.button-link { + border: solid 1px #192592; + padding: 10px 10px; + text-transform: uppercase; +} \ No newline at end of file