diff --git a/images/menu-desplegable.png b/images/menu-desplegable.png new file mode 100644 index 000000000..a7cc8736c Binary files /dev/null and b/images/menu-desplegable.png differ diff --git a/index.html b/index.html index 8300a1607..aafe7744c 100644 --- a/index.html +++ b/index.html @@ -2,100 +2,200 @@ - - - - - Where work happens | Slack + + + + + + Where work happens | Slack - -
- home_work_happening -

Where Work Happens

-

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.

- -

Already using Slack? Sign in

-
-
-
-

You´re in good company

-

Millions of people around the world have already made Slack the place where their work happens.

- - - - - - - -
-
-

Try it for free

-

Already using Slack? Sign in

- -
-
- + +
+

Whatever work you do, you can do it in Slack

+

Slack gives your team the power and alignment you need to do your best work.

+ +
+ + +
+ +
+
+
+
+

Put collaborations at your fingertips

+
+
+

Organize conversations

+ functional description +
+
+

Share files and documents

+ functional description +
+
+

Find everything in the archive

+ functional description +
+
+

Integrate your tools

+ functional description +
+
+

Talk it out face-to-face

+ functional description +
+ +
+
+
+

Efficient teamwork for every enterprise

+

Big companies save time with Slack by securely collaborating across teams, departments, offices and countries.

+ Slack for enterprise -> +
+ functional description +
+
+
+

You’re in good company

+

Teams of every size, shape and kind have already made Slack the place where their work happens.

+ View all customers stories -> +
+
+
+ + business logo +

Connecting teams to support 50 million customers around the world

+ -> +
+
+ + business logo +

Mission-critical sales work at Lyft Business

+ -> +
+
+ + business logo +

eCommerce platform deploys super bot to enable glitch-free purchases

+ -> +
+
+ + business logo +

Two companies elevate customer service with Shared Channels in Slack

+ -> +
+
+
+ business logo + business logo + business logo + business logo + business logo + business logo +
+
+
+
+

Get more out of Slack

+
+ +
+

+

Tip

+

Synce your Slack status with your Outlook Calendar

+ LEARN MORE -> +
+
+ +

Blog

+

In case you missed it: drafts, dark mode and sending emails to Slack

+ LEARN MORE -> +
+
+
+

Say hello to the collaboration hub

+ +
+
+ - + \ No newline at end of file diff --git a/stylesheets/style.css b/stylesheets/style.css index cff873eb2..8fef01cb6 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -5,3 +5,107 @@ main-titles dark-grey: #2C303F; paragraph grey: #5b5e6d; nav grey: #5b5e6d; */ + + +/* ---- reset ---- */ + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +body { + margin: 0; + padding: 0; +} + + +/* ---- typography ---- */ + +body { + color: #111; + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 147%; +} + +p { + margin: 0% 5%; + font-size: 1em; + float: left; +} + +nav { + width: 100%; +} + +.navbar-logo { + margin-top: 3%; + width: 30%; + margin-left: 5%; + float: left; +} + +.navbar-button { + margin-top: 7%; + margin-right: 3%; + width: 10%; + margin-left: 52%; + float: left; +} + +h1 { + float: left; + width: 90%; + font-size: 2.46em; + line-height: 1.2em; + margin: 7% 5% 2% 5%; +} + +h3 { + float: left; + width: 90%; + font-size: 1.66em; + line-height: 1.2em; + margin: 0% 5%; +} + +.header-form { + margin: 0% 5%; + float: left; + width: 90%; + margin-top: 5%; +} + +.form-placeholder { + background: white; + border-color: grey; + color: grey; + padding: 4%; + font-size: 0.8em; + opacity: 0.7; + width: 100%; + margin: 0% 0%; + border-radius: 5%; +} + +.btn { + background: #4A154B; + width: 100%; + color: white; + font-size: 0.8em; + padding: 4%; + margin-top: 1%; + margin-bottom: 1%; +} + +.parraf-link { + font-size: 1em; + margin-bottom: 10%; + float: left; +} \ No newline at end of file