From eeb693dd5520318e5603a63c972a7bfb7580fe2b Mon Sep 17 00:00:00 2001 From: Martin Schoeler Date: Mon, 21 May 2018 13:51:06 -0300 Subject: [PATCH] Start moving the css of the website --- _includes/footer.html | 102 ++++++++--- _includes/header.html | 57 +++++++ _layouts/default.html | 53 +----- _layouts/home.html | 24 +-- _sass/footer.scss | 302 +++++++++++++++++++++++++++++++++ _sass/grid.scss | 215 ++++++++++++++++++++++++ _sass/header.scss | 284 +++++++++++++++++++++++++++++++ _sass/layout.scss | 270 +++++++++++++++-------------- _sass/mixins.scss | 140 ++++++++++++++++ _sass/reset.scss | 172 +++++++++++++++++++ _sass/theme.scss | 199 ++++++++++++++++++++++ _sass/typography.scss | 131 +++++++++++++++ _sass/variables.scss | 45 +++-- images/default/cloud.svg | 13 ++ images/default/fork.svg | 1 + images/default/github.svg | 1 + images/default/install.svg | 1 + images/default/keycdn.svg | 20 +++ images/default/keycdnlogo.png | Bin 0 -> 7503 bytes images/default/logo.svg | 78 +-------- images/default/star.svg | 1 + main.js | 308 ++++++++++++++++++++++++++++++++++ styles.scss | 7 + 23 files changed, 2098 insertions(+), 326 deletions(-) create mode 100644 _includes/header.html create mode 100644 _sass/footer.scss create mode 100644 _sass/grid.scss create mode 100644 _sass/header.scss create mode 100644 _sass/mixins.scss create mode 100644 _sass/reset.scss create mode 100644 _sass/theme.scss create mode 100644 _sass/typography.scss create mode 100644 images/default/cloud.svg create mode 100644 images/default/fork.svg create mode 100644 images/default/github.svg create mode 100644 images/default/install.svg create mode 100644 images/default/keycdn.svg create mode 100644 images/default/keycdnlogo.png create mode 100644 images/default/star.svg create mode 100644 main.js diff --git a/_includes/footer.html b/_includes/footer.html index 6d9823c711..d87370f647 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,28 +1,76 @@ - \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000000..1fdc0a1bfc --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,57 @@ +
+
+
+

+ + Rocket.Chat + +

+ + + + + + +
+
+
+ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 443c8f6525..1fe407f783 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -46,32 +46,8 @@ -
-
-
-
- - - -
- - -
- -
-
-
+ {% include header.html %} +
@@ -96,29 +72,7 @@
- + {% include footer.html %} +