aboutsummaryrefslogtreecommitdiff
path: root/views/partials/login.hbs
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-18 10:49:16 +0000
committerHumairAK <humair88@hotmail.com>2016-07-18 10:49:16 +0000
commitc1ce89359a7b54ec97b54ce577e5534c180c5c4b (patch)
tree39f8333533131fc0b0efba99a0517e11a63706ce /views/partials/login.hbs
parent0a47900db45ce82d10ad09a6aee85e1ba68a9063 (diff)
Various fixes, see changelog for details.
Diffstat (limited to 'views/partials/login.hbs')
-rw-r--r--views/partials/login.hbs28
1 files changed, 28 insertions, 0 deletions
diff --git a/views/partials/login.hbs b/views/partials/login.hbs
new file mode 100644
index 0000000..521c730
--- /dev/null
+++ b/views/partials/login.hbs
@@ -0,0 +1,28 @@
+<!-- POP UP WINDOW FOR LOGIN -->
+<article class="modal fade login-window">
+ <div class="modal-dialog">
+ <div class="modal-content">
+
+ <section class="modal-header">
+ <button type="button" class="close" data-dismiss="modal">&times;</button>
+ <h4 class="modal-title">Log In</h4>
+ </section>
+
+ <section class="modal-body">
+ <form role="form">
+ <div class="form-group">
+ <input type="text" class="form-control" placeholder="Username">
+ </div>
+ <div class="form-group">
+ <input type="password" class="form-control" placeholder="Password">
+ </div>
+ </form>
+ </section>
+
+ <div class="modal-footer">
+ <button class="btn">Submit</button>
+ </div>
+
+ </div>
+ </div>
+</article> \ No newline at end of file