diff options
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> |
