diff --git a/web/css/style.css b/web/css/style.css index aa6672b..89b6931 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -4,6 +4,22 @@ color: #62AC5B !important; font-family: "Exo 2" !important; } +.charts { + width:100%; + border:4px double black; +} +.charted { + width:5em; + height:5em; +} +#map { + height:45em; + background-image: url(../images/placeholdermap.jpg); + background-size: cover; + width:97%; + margin-right:auto; + margin-left:auto; +} ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: #999999; } diff --git a/web/images/placeholdermap.jpg b/web/images/placeholdermap.jpg new file mode 100644 index 0000000..a247bcf Binary files /dev/null and b/web/images/placeholdermap.jpg differ diff --git a/web/pages/about.html b/web/pages/about.html index 0955985..9e7dab4 100644 --- a/web/pages/about.html +++ b/web/pages/about.html @@ -1,4 +1,91 @@ +

About

-

(insert stuff here)

+
+
+
+
+ +