-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
94 lines (84 loc) · 3.48 KB
/
index.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html>
<head>
<link href="css/index.css" rel="stylesheet"/>
<link rel="stylesheet" href="css/bootstrap.css">
<div class="header">
<div class="logo">
<p><img src="img/LOGO_IIITV.png" width="90"
height="90" align="left" />
</div>
<div class="title_name">
<h1 class="a">Result Management System</h1><br/>
<h2 class="b">IIITV</h2></p>
</div>
</div>
</head>
<body>
<div class="a1"><p><a class="a3" href="html/instructor_login.html">LOGIN AS INSTRUCTOR</a></p></div>
<div class="a2"><p><a class="a4" href="html/student_login.html">LOGIN AS STUDENT</a></p></div>
</div>
<!--<div class="image">
<img src="P:\hackathon/IIIT-Vadodara.jpg" width="100%" height="100%" width="500"/>
</div>-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/img1.jpg " alt="Chania" height="40px" width="720px">
<div class="carousel-caption">
<!--<h3>Chania</h3>
<p>The atmosphere in Chania has a touch of Florence and Venice.</p>-->
</div>
</div>
<div class="item">
<img src="img/img2.jpg" alt="Chania" height="40px" width="720px">
<div class="carousel-caption">
<!--<h3>Chania</h3>
<p>The atmosphere in Chania has a touch of Florence and Venice.</p>-->
</div>
</div>
<div class="item">
<img src="img/img3.jpg" alt="Flower" height="40px" width="720px">
<div class="carousel-caption">
<!--<h3>Flowers</h3>
<p>Beatiful flowers in Kolymbari, Crete.</p>-->
</div>
</div>
<div class="item">
<img src="img/img4.jpg" alt="Flower" height="40px" width="720px">
<div class="carousel-caption">
<!--<h3>Flowers</h3>
<p>Beatiful flowers in Kolymbari, Crete.</p>-->
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--<script type="text/javascript" src="collist.js"></script>-->
<script type="text/javascript" src="js/jquery-2.1.4.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
<footer class="page-footer">
<div class="footer-copyright">
©: iiit vadodara.ac.in
</div>
<div class="container">
<a class="two" href="#!">More Links</a>
</div>
</footer>
</html>