diff --git a/starter_code/images/facebook (1).png b/starter_code/images/facebook (1).png new file mode 100644 index 0000000..3a72823 Binary files /dev/null and b/starter_code/images/facebook (1).png differ 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..6d04a03 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -1,20 +1,62 @@ - - - - - - - - - - - Where work happens | Slack - - - - - - - + + + + + + + + Where work happens | Slack + + + + + +
+
+
+
+

Where Work Happens

+

When your tem needs to kick off a project, hire a new employee, deploy some code, review a sales contract, + finalize next years budget, measure an A/B tes, plan your next office opening, and more, slack has you + covered +

+
+ +
+ +

Already using Slack?>Sign in.

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ + +
+ + + + + + \ No newline at end of file diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index cff873e..787d2db 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -5,3 +5,48 @@ main-titles dark-grey: #2C303F; paragraph grey: #5b5e6d; nav grey: #5b5e6d; */ +img { + width: 100%; +} + +body { + margin: 0; + padding: 0; +} + +.menu { + border-bottom: 1px #ccc; + justify-content: space-between; + display: flex; + padding: 10px; + align-items: center; + position: fixed; + width: 100%; +} + +.butt-email { + background-color: #1264a3; + border: none; + padding: 10px 25px; + color: #fff; + border-radius: 5px +} + +.menu .logo { + width: 130px +} + +.menu .navicon { + width: 50px; +} + +.menu ul { + display: flex; + margin: 0; + list-style: none; + justify-content: space-between; +} + +.menu nav li { + margin-right: 6px; +} \ No newline at end of file