Revert "Update Project Page"
This commit is contained in:
parent
fc52ec982e
commit
09220fbb29
@ -4,7 +4,7 @@ Custom CSS
|
|||||||
|
|
||||||
---------------------------------------*/
|
---------------------------------------*/
|
||||||
body {
|
body {
|
||||||
font-family: "Rubik", sans-serif;
|
font-family: "proxima-nova", sans-serif;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #6c7680;
|
color: #6c7680;
|
||||||
text-rendering: optimizeLegibility !important;
|
text-rendering: optimizeLegibility !important;
|
||||||
@ -13,7 +13,7 @@ body {
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
p.lead {
|
p.lead {
|
||||||
font-family: "Rubik", sans-serif;
|
font-family: "proxima-nova", sans-serif;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
@ -28,13 +28,13 @@ h6,
|
|||||||
.h6,
|
.h6,
|
||||||
.sans,
|
.sans,
|
||||||
blockquote {
|
blockquote {
|
||||||
font-family: "Rubik", sans-serif;
|
font-family: "proxima-nova", sans-serif;
|
||||||
color: #36414C;
|
color: #36414C;
|
||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
.button,
|
.button,
|
||||||
.btn {
|
.btn {
|
||||||
font-family: "Rubik", sans-serif;
|
font-family: "proxima-nova", sans-serif;
|
||||||
}
|
}
|
||||||
.page-header-block,
|
.page-header-block,
|
||||||
.page-header-actions {
|
.page-header-actions {
|
||||||
@ -98,7 +98,7 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 500;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
p.description,
|
p.description,
|
||||||
p.description a {
|
p.description a {
|
||||||
@ -184,7 +184,9 @@ blockquote p {
|
|||||||
padding: 130px 0px 100px;
|
padding: 130px 0px 100px;
|
||||||
margin-top: -60px;
|
margin-top: -60px;
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 2.13em;
|
||||||
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@ -243,7 +245,7 @@ blockquote p {
|
|||||||
}
|
}
|
||||||
.hero {
|
.hero {
|
||||||
padding: 70px 0;
|
padding: 70px 0;
|
||||||
font-size: 1em;
|
font-size: 1.6em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -688,4 +690,4 @@ article hr + h3 {
|
|||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -8,7 +8,7 @@
|
|||||||
<meta name="description" content="A simple, responsive, modern charts library for the web.">
|
<meta name="description" content="A simple, responsive, modern charts library for the web.">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css" media="screen">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700" rel="stylesheet">
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="screen">
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/frappe_theme.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="assets/css/frappe_theme.css" media="screen">
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/index.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="assets/css/index.css" media="screen">
|
||||||
@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row hero" style="padding-top: 10px; padding-bottom: 0px;">
|
<div class="row hero" style="padding-top: 30px; padding-bottom: 0px;">
|
||||||
<div class="jumbotron" style="background: transparent;">
|
<div class="jumbotron" style="background: transparent;">
|
||||||
<img src="https://raw.githubusercontent.com/frappe/design/master/logos/frappe-charts-symbol.svg?sanitize=true" width="50px" height="auto" style="padding-bottom:1em;">
|
|
||||||
<h1>Frappé Charts</h1>
|
<h1>Frappé Charts</h1>
|
||||||
<p>GitHub-inspired simple and modern charts for the web</br>with zero dependencies.</p>
|
<p class="mt-2">GitHub-inspired simple and modern charts for the web</p>
|
||||||
|
<p class="mt-2">with zero dependencies.</p>
|
||||||
<!--<p class="mt-2">Because dumb charts are hard to come by.</p>-->
|
<!--<p class="mt-2">Because dumb charts are hard to come by.</p>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user