-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak
56 lines (46 loc) · 1.69 KB
/
index.html.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet'>
<link rel="stylesheet" href=".\css\d.css">
<link rel="stylesheet" href=".\css\bootstrap.css">
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/npm.js"></script>
<title>Get updated for events</title>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-brand "
<a href="#">Society Management System</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Home</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About</li>
</ul>
</nav>
<div class ="rows">
<div class = "col-md-offset-5">
<a href="#" class="btn btn-lg btn-danger"><span class="glyphicon glyphicon-wrench"></span> Sign Up</a>
<a href="#" class="btn btn-lg btn-info"><span class="glyphicon glyphicon-user"></span> Log In</a>
</div>
</div>
<div class="hb">
<div class="form-group">
<label class="col-md-2 control-label" for="textinput">Roll No</label>
<div class=" ">
<input id="textinput" name="textinput" type="text" placeholder="" class="form-control input-md" required="">
</div>
</div>
<!-- Password input-->
<div class="form-group">
<label class="col-md-2 control-label " for="passwordinput">Password</label>
<div class="">
<input id="passwordinput" name="passwordinput" type="password" placeholder="" class="form-control input-md" required="">
</div>
</div>
<a href="#" class="btn btn-block btn-primary btn-success">Log In <span class="glyphicon glyphicon-user"></span></a>
</div>
</div>
<nav class="navbar navbar-fixed-bottom navbar-inverse">
<ul class="nav navbar-nav navbar-left">
<li><a href="#">@copyright</a></li>
</nav>
</html>