diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-12-01 16:30:27 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-12-01 16:30:27 -0500 |
| commit | b4de393c30ab2540ce8961b394be1915729d8df6 (patch) | |
| tree | cad8e133217b864e52326a41e14b4a62b05c8fb2 /views/about | |
| parent | 64f99d71c9ff0d419fad080751ba02afe9f6f3df (diff) | |
about.ejs
Diffstat (limited to 'views/about')
| -rw-r--r-- | views/about/about.ejs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/views/about/about.ejs b/views/about/about.ejs new file mode 100644 index 0000000..e600a3d --- /dev/null +++ b/views/about/about.ejs @@ -0,0 +1,27 @@ +<!doctype html> +<html> +<head> + <title>vvalls</title> + [[ include ../partials/meta ]] +</head> +<body class="loading"> + <div class="rapper page home"> + [[ include ../partials/header ]] + + + <div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls/construction.jpg);"> + <div class="holder"> + </div> + </div> + <h1>About VValls</h1> + + + [[ include ../partials/confirm-modal ]] + [[ include ../projects/layouts-modal ]] + [[ include ../partials/sign-in ]] + [[ include ../partials/footer ]] + + </div> +</body> +[[ include ../partials/scripts ]] +</html> |
