summaryrefslogtreecommitdiff
path: root/views/about/about.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-07 14:34:41 -0500
committerJules Laplace <jules@okfoc.us>2015-01-07 14:40:10 -0500
commit9c6f8f8568d20d75eb22955dbf2752ea777e59f8 (patch)
tree26a87018e7aa8794c96bd00ddfaed1472d2964b7 /views/about/about.ejs
parent2d4ed7d888727e1b973c2581b694d900e30c2ebd (diff)
stub in brochure page
Diffstat (limited to 'views/about/about.ejs')
-rw-r--r--views/about/about.ejs16
1 files changed, 1 insertions, 15 deletions
diff --git a/views/about/about.ejs b/views/about/about.ejs
index dd536be..2aec982 100644
--- a/views/about/about.ejs
+++ b/views/about/about.ejs
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
- <title>vvalls</title>
+ <title>About VValls</title>
[[ include ../partials/meta ]]
</head>
<body class="loading">
@@ -50,17 +50,3 @@
</body>
[[ include ../partials/scripts ]]
</html>
-<style>
-.aboutintro {
- text-align: center;
- line-height: 43px;
- font-size: 24px;
- padding: 5% 0;
- font-weight: 300;
-}
-.aboutintro .inner {
- max-width: 800px;
- margin: 0 auto;
- text-align: center;
-}
-</style> \ No newline at end of file