summaryrefslogtreecommitdiff
path: root/views/projects
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-12 14:52:34 -0400
committerJules Laplace <jules@okfoc.us>2014-06-12 14:52:34 -0400
commit5a215e1b00e4fd026a83e81baa7a45c28435f73c (patch)
tree6f4cbfab683b03e546951d526a0127dce012a7d9 /views/projects
parent2525d1c20120ecb5224c9896a2e1acd77385cbc4 (diff)
routes for starting a new project
Diffstat (limited to 'views/projects')
-rw-r--r--views/projects/layouts-modal.ejs12
1 files changed, 12 insertions, 0 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs
index 90585c3..75b2641 100644
--- a/views/projects/layouts-modal.ejs
+++ b/views/projects/layouts-modal.ejs
@@ -11,6 +11,18 @@
</div>
</div>
+<div class="mediaDrawer fixed animate projects">
+ <span class="close">X</span>
+ <div class="box">
+
+ <div class="templates">
+ <h1>Your Projects</h1>
+ </div>
+ <form>
+ <input class="button_text" type="submit" value="New Project">
+ </form>
+ </div>
+</div>
<div class="mediaDrawer fixed animate newProject">
<span class="close">X</span>