From 073290f03953f712aa214b09d7bd245f36ccbaf9 Mon Sep 17 00:00:00 2001 From: Raghavendra Kamath Date: Thu, 2 Nov 2017 12:08:51 +0530 Subject: [PATCH 1/3] Update project page Added logo and changed font to rubik --- docs/assets/css/frappe_theme.css | 12 ++++++------ docs/index.html | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/assets/css/frappe_theme.css b/docs/assets/css/frappe_theme.css index 5624f32..c88f3be 100755 --- a/docs/assets/css/frappe_theme.css +++ b/docs/assets/css/frappe_theme.css @@ -4,7 +4,7 @@ Custom CSS ---------------------------------------*/ body { - font-family: "proxima-nova", sans-serif; + font-family: "Rubik", sans-serif; font-size: 15px; color: #6c7680; text-rendering: optimizeLegibility !important; @@ -13,7 +13,7 @@ body { -webkit-font-smoothing: antialiased; } p.lead { - font-family: "proxima-nova", sans-serif; + font-family: "Rubik", sans-serif; } h1, h2, @@ -28,13 +28,13 @@ h6, .h6, .sans, blockquote { - font-family: "proxima-nova", sans-serif; + font-family: "Rubik", sans-serif; color: #36414C; } button, .button, .btn { - font-family: "proxima-nova", sans-serif; + font-family: "Rubik", sans-serif; } .page-header-block, .page-header-actions { @@ -98,7 +98,7 @@ h3, h4, h5, h6 { - font-weight: 700; + font-weight: 500; } p.description, p.description a { @@ -690,4 +690,4 @@ article hr + h3 { .jumbotron { margin-bottom: 0; -} \ No newline at end of file +} diff --git a/docs/index.html b/docs/index.html index 14219c2..f17128f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + @@ -24,6 +24,7 @@
+

Frappé Charts

GitHub-inspired simple and modern charts for the web

with zero dependencies.

From 96f0dc1926af9070b7e5b9e32a0f16c58a1fb727 Mon Sep 17 00:00:00 2001 From: Raghavendra Kamath Date: Thu, 2 Nov 2017 12:38:29 +0530 Subject: [PATCH 2/3] Tweak the size of logo reduce the size of the logo a bit so that second chart is not too much out of view. It cannot be gauranteed that it will be in view in lesser resolutions though. In this comit it is on the same position as it was earlier --- docs/assets/css/frappe_theme.css | 6 ++---- docs/index.html | 7 +++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/assets/css/frappe_theme.css b/docs/assets/css/frappe_theme.css index c88f3be..a54e5c4 100755 --- a/docs/assets/css/frappe_theme.css +++ b/docs/assets/css/frappe_theme.css @@ -184,9 +184,7 @@ blockquote p { padding: 130px 0px 100px; margin-top: -60px; } -h1 { - font-size: 2.13em; -} + .navbar { background-color: transparent; } @@ -245,7 +243,7 @@ h1 { } .hero { padding: 70px 0; - font-size: 1.6em; + font-size: 1em; font-weight: 300; text-align: center; } diff --git a/docs/index.html b/docs/index.html index f17128f..52e52ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,12 +22,11 @@
-
+
- +

Frappé Charts

-

GitHub-inspired simple and modern charts for the web

-

with zero dependencies.

+

GitHub-inspired simple and modern charts for the web
with zero dependencies.

From 09220fbb292206cdc510370dcb45ff096a8ce51e Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Thu, 2 Nov 2017 13:31:33 +0530 Subject: [PATCH 3/3] Revert "Update Project Page" --- docs/assets/css/frappe_theme.css | 18 ++++++++++-------- docs/index.html | 8 ++++---- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/assets/css/frappe_theme.css b/docs/assets/css/frappe_theme.css index a54e5c4..5624f32 100755 --- a/docs/assets/css/frappe_theme.css +++ b/docs/assets/css/frappe_theme.css @@ -4,7 +4,7 @@ Custom CSS ---------------------------------------*/ body { - font-family: "Rubik", sans-serif; + font-family: "proxima-nova", sans-serif; font-size: 15px; color: #6c7680; text-rendering: optimizeLegibility !important; @@ -13,7 +13,7 @@ body { -webkit-font-smoothing: antialiased; } p.lead { - font-family: "Rubik", sans-serif; + font-family: "proxima-nova", sans-serif; } h1, h2, @@ -28,13 +28,13 @@ h6, .h6, .sans, blockquote { - font-family: "Rubik", sans-serif; + font-family: "proxima-nova", sans-serif; color: #36414C; } button, .button, .btn { - font-family: "Rubik", sans-serif; + font-family: "proxima-nova", sans-serif; } .page-header-block, .page-header-actions { @@ -98,7 +98,7 @@ h3, h4, h5, h6 { - font-weight: 500; + font-weight: 700; } p.description, p.description a { @@ -184,7 +184,9 @@ blockquote p { padding: 130px 0px 100px; margin-top: -60px; } - +h1 { + font-size: 2.13em; +} .navbar { background-color: transparent; } @@ -243,7 +245,7 @@ blockquote p { } .hero { padding: 70px 0; - font-size: 1em; + font-size: 1.6em; font-weight: 300; text-align: center; } @@ -688,4 +690,4 @@ article hr + h3 { .jumbotron { margin-bottom: 0; -} +} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 52e52ee..14219c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + @@ -22,11 +22,11 @@
-
+
-

Frappé Charts

-

GitHub-inspired simple and modern charts for the web
with zero dependencies.

+

GitHub-inspired simple and modern charts for the web

+

with zero dependencies.