-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudentportal.php
187 lines (151 loc) · 7.36 KB
/
studentportal.php
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="flickity/flickity.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="flickity/flickity.js"></script>
<title>Library Management</title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example">
<span class="sr-only">:</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">GIT LIBRARY</a>
</div>
<div class="collapse navbar-collapse" id="bs-example">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="profile.php">View Profile</a></li>
<li><a href="borrow-student.php">Borrow Books</a></li>
<li><a href="fine-student.php">Fines</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="logout.php">Logout</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container-fluid slide">
<div class="slider">
<!-- <h1>Flickity - wrapAround</h1> -->
<div class="carousel" data-flickity='{ "autoPlay": true }' ;>
<div class="carousel-cell" auto-play>
<img src="images/header-bg.jpg">
</div>
<div class="carousel-cell" auto-play>
<img src="images/slide1 - Copy.png">
</div>
<div class="carousel-cell" auto-play>
<img src="images/header-bg.jpg">
</div>
<div class="carousel-cell" auto-play>
<img src="images/college.jpg">
</div>
<div class="carousel-cell" auto-play>
<img src="images/header-bg.jpg">
</div>
</div>
</div>
</div>
<div class="container slide2">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 column">
<div class="page-header col-lg-offset-1">
<h2>Welcome to GIT Library</h2>
</div>
<p style="text-align: justify;">You are welcome at plethora of knowledge i.e. Learning and Resource
Center, where you can fulfill the thrust of knowledge. It is a knowledge venture of <b> Gharda
Institute of Technology, Lavel, Khed.</b>
Our prime maxim is to build a national building teaching and learning environment where knowledge
seeker can get their nuggets of information and also share with us at the optimum time, place and
form at the zero cost.
We urge you to harness the resources and shape the future of nation. Let's come and shape the
future.
<b>Mr. Sunil Joshi
Librarian</b>
</p>
<a href="https://sites.google.com/a/git-india.edu.in/elrc">
<p class="slide2"><button class="btn btn-success">ELRC PORTAL</button></p>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 column">
<div class="page-header col-lg-offset-1">
<h2>24/7 Operational Support</h2>
</div>
<p style="text-align:lefts;">
<b>CONTACT:</b><br>
Gharda Institute Of Technology<br>
9422631677 Sunil Joshi Librarian<br>
9822765402 Academics<br>
9420376273 Accounts<br>
7798312364 Exam<br>
Email: librarian@git-india.edu.in
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 column">
<div class="page-header col-lg-offset-1">
<h2>Why Us?</h2>
</div>
<p style="text-align: justify;"> Dear Students,
Providing the quality education to our students and contribute our role for sustainable development
human being and support to the nation development is our prime motto.
Library play a key role for generation of knowledge, and disseminate for regeneration of the
knowledge.
In our library have huge collection of intellectual resources, I urge you for optimum harnessing of
library resources and services for betterment of your future and play a key role for sustainable
development of human being.</p>
</div>
</div>
<div class="container-fluid slide3" style="background-color: #282828">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="#" class="thumbnail">
<img src="images/college.jpg">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="#" class="thumbnail">
<img src="images/header-bg.jpg">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="#" class="thumbnail">
<img src="images/slide1 - Copy.png">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="#" class="thumbnail">
<img src="images/thumbnail.jpg">
</a>
</div>
</div>
</div>
</div>
<div class="container_fluid">
<p text allign="center" class="page-header center-block">
"Man is made by his belief as he believes so he is- Bhagwat Gita"
</p>
<p class="page-header center-block">
<a href="http://git-india.edu.in/git/index.html"><button class="btn btn-primary">Our official
website</button></a>
<a href="#"><button class="btn btn-info">About Us</button></a>
</p>
</div>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
</html>