cziscience landing page (#1347)

* fix dead link in launch page

* first cut at landing page

* wording changes

* add additional refinements

* fixes from PR review
This commit is contained in:
Bruce Martin
2020-04-03 16:30:02 -07:00
committed by GitHub
parent de8033e551
commit 0d9f24115c
25 changed files with 446 additions and 260 deletions
+35 -7
View File
@@ -2,10 +2,38 @@
---
@import "{{ site.theme }}";
body { color: #3b3a3a;}
section { width: 500px; float: right; padding-bottom: 50px; padding-top:15px}
a { color: #9E2364; text-decoration: none; }
a:hover, a:focus { color: #9E2364; font-weight: bold; }
a small { font-size: 11px; color: #9E2364; margin-top: -0.3em; display: block; }
a:hover small { color: #9E2364; }
body { font: 14px/1.5 "Roboto", "Arial", Helvetica, Arial, sans-serif; color: #000000; font-weight: 400; }
body {
color: #3b3a3a;
}
section {
width: 500px;
float: right;
padding-bottom: 50px;
padding-top: 15px;
}
a {
color: #9e2364;
text-decoration: none;
}
a:hover,
a:focus {
color: #9e2364;
font-weight: bold;
}
a small {
font-size: 11px;
color: #9e2364;
margin-top: -0.3em;
display: block;
}
a:hover small {
color: #9e2364;
}
body {
font: 14px/1.5 "Roboto", "Arial", Helvetica, Arial, sans-serif;
color: #000000;
font-weight: 400;
}
table.fixed-layout {
table-layout: fixed;
}