diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-17 12:16:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-17 12:16:33 -0500 |
| commit | 4fed1541ff3ae153a219cb4deff304bce7b49c86 (patch) | |
| tree | 53a124440d659236bbcba07d6888f616b07005af /views | |
| parent | a122c8137152cb7d6c1a398033364b200330b6ee (diff) | |
about views
Diffstat (limited to 'views')
| -rw-r--r-- | views/about/_blank.ejs | 24 | ||||
| -rw-r--r-- | views/about/index.ejs | 23 |
2 files changed, 47 insertions, 0 deletions
diff --git a/views/about/_blank.ejs b/views/about/_blank.ejs new file mode 100644 index 0000000..0e9ea7e --- /dev/null +++ b/views/about/_blank.ejs @@ -0,0 +1,24 @@ +<!doctype html> +<html> +<head> + <title>vvalls</title> + [[ include ../partials/meta ]] +</head> +<body class="loading"> + <div class="rapper page home"> + [[ include ../partials/header ]] + + + <!-- put stuff here --> + + + + [[ include ../partials/confirm-modal ]] + [[ include ../projects/layouts-modal ]] + [[ include ../partials/sign-in ]] + [[ include ../partials/footer ]] + + </div> +</body> +[[ include ../partials/scripts ]] +</html> diff --git a/views/about/index.ejs b/views/about/index.ejs new file mode 100644 index 0000000..4d40a5c --- /dev/null +++ b/views/about/index.ejs @@ -0,0 +1,23 @@ +<!doctype html> +<html> +<head> + <title>vvalls</title> + [[ include ../partials/meta ]] +</head> +<body class="loading"> + <div class="rapper page home"> + [[ include ../partials/header ]] + + + <!-- put stuff here --> + <h1>INDEX</h1> + + [[ include ../partials/confirm-modal ]] + [[ include ../projects/layouts-modal ]] + [[ include ../partials/sign-in ]] + [[ include ../partials/footer ]] + + </div> +</body> +[[ include ../partials/scripts ]] +</html> |
