diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-12 14:52:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-12 14:52:34 -0400 |
| commit | 5a215e1b00e4fd026a83e81baa7a45c28435f73c (patch) | |
| tree | 6f4cbfab683b03e546951d526a0127dce012a7d9 /views/projects | |
| parent | 2525d1c20120ecb5224c9896a2e1acd77385cbc4 (diff) | |
routes for starting a new project
Diffstat (limited to 'views/projects')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 12 |
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> |
