aboutsummaryrefslogtreecommitdiffstats
path: root/login.htm
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-15 14:45:48 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-15 14:45:48 -0400
commit4ed94b92fa1eec8c2d2e03e2dd6a962c71efd977 (patch)
treed34896391aeffdbb22b7da9c8945f93ace696ddc /login.htm
parent45b3b419cd89c9581c43ab558d663776282354c6 (diff)
downloadwedding-website-4ed94b92fa1eec8c2d2e03e2dd6a962c71efd977.tar.gz
tentative pages
Diffstat (limited to 'login.htm')
-rw-r--r--login.htm26
1 files changed, 20 insertions, 6 deletions
diff --git a/login.htm b/login.htm
index 342ad73..1259f8a 100644
--- a/login.htm
+++ b/login.htm
@@ -9,12 +9,25 @@
<link href="static/wedding.css" rel="stylesheet">
</head>
<body>
-
- <div class="row login">
- <div class="col-md-offset-4 col-md-6">
- <form id = "connection" action="/login/" role="form"
- class="form-horizontal" method="post">
- <h4>Login</h4>
+ <div class="container">
+ <div class="row">
+ <img class="center-block" src="static/banner1.jpg" alt="banner">
+ </div>
+ <div class="row login">
+ <div class="col-md-offset-4 col-md-offset-6">
+ <form id = "connection" action="/login/" role="form"
+ class="form-horizontal" method="post">
+ <div class="form-group">
+ <label class="radio-inline">
+ <input type="radio">English
+ </label>
+ <label class="radio-inline">
+ <input type="radio">Francais
+ </label>
+ <label class="radio-inline">
+ <input type="radio">Nasi
+ </label>
+ </div>
<div class="form-group">
<label for="name" class="col-md-2">Name:</label>
<div class="col-md-4">
@@ -36,6 +49,7 @@
</div>
</form>
+ </div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>