-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
248 lines (220 loc) · 12 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js"></script>
<script src="js/angular-cookies.js"></script>
<script src="js/loginSession.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Saigontech Library </title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
<!-- Custom-Files -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap css -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- Main css -->
<link rel="stylesheet" href="css/fontawesome-all.css">
<!-- Font-Awesome-Icons-CSS -->
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" />
<!-- pop-up-box -->
<link href="css/menu.css" rel="stylesheet" type="text/css" media="all" />
<!-- menu style -->
<!-- //Custom-Files -->
<link href="css/landing-page.min.css" rel="stylesheet">
</head>
<body ng-app="myApp" ng-controller="myCtrlIndex">
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="navbar-brand" style="font-size: 27px;" href="index.html">
<img src="img/sgtech_logo.png " height="50 " width="65 "> SAIGONTECH LIBRARY
</a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Welcome {{reader.hOTENDG}}</a></li>
<li><a ng-click="logout()" href="#">Log out</a></li>
</ul>
</div>
</nav>
<!-- Selected Items Search -->
<div class="navbar-inner">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
</button>
<div class="navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto text-center mr-xl-5">
<li class="nav-item dropdown mr-lg-2 mb-lg-0 mb-2">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Library Collection
</a>
<div class="dropdown-menu">
<div class="agile_inner_drop_nav_info p-4">
<h5 class="mb-3">Library Collection</h5>
<div class="row">
<div class="col-sm-6 multi-gd-img">
<ul class="multi-column-dropdown">
<li>
<a href="product.html"></a>
</li>
<li>
<a href="product.html">Generalities</a>
</li>
<li>
<a href="product.html">Philosophy & psychology</a>
</li>
<li>
<a href="product.html">Religion</a>
</li>
<li>
<a href="product.html">Social sciences</a>
</li>
<li>
<a href="product.html">Language </a>
</li>
<li>
<a href="product.html">Science</a>
</li>
<li>
<a href="product.html">Technology</a>
</li>
<li>
<a href="product.html">Arts & recreation</a>
</li>
</ul>
</div>
<div class="col-sm-6 multi-gd-img">
<ul class="multi-column-dropdown">
<li>
<a href="product.html">Literature</a>
</li>
<li>
<a href="product.html">History & geography</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Book Collection
</a>
<div class="dropdown-menu">
<div class="agile_inner_drop_nav_info p-4">
<h5 class="mb-3">Book Collection</h5>
<div class="row">
<div class="col-sm-6 multi-gd-img">
<ul class="multi-column-dropdown">
<li>
<a href="product.html">New Books</a>
</li>
<li>
<a href="product.html">The Best Books of 2019</a>
</li>
<li>
<a href="product.html">Top Best Author</a>
</li>
<li>
<a href="product.html">Top Best-Seller Books</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item mr-lg-2 mb-lg-0 mb-2">
<a class="nav-link" href="about.html">Services</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- Masthead -->
<header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-5"></h1>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<!--
<form>
<div style="padding-right: 200px">
<input type="radio" checked="checked"
name="contact" value="email">
<label class="small mb-4 mb-lg-0 for="contactChoice1">All</label>
<input type="radio"
name="contact" value="phone">
<label class="small mb-4 mb-lg-0 for="contactChoice2">Id</label>
<input type="radio"
name="contact" value="mail">
<label class="small mb-4 mb-lg-0 for="contactChoice3">Title</label>
<input type="radio"
name="contact" value="mail">
<label class="small mb-4 mb-lg-0 for="contactChoice3">Author</label>
<input type="radio"
name="contact" value="mail">
<label class="small mb-4 mb-lg-0 for="contactChoice3">Subject</label>
</div>
</form>
-->
<form>
<div class="form-row">
<div class="col-12 col-md-9 mb-2 mb-md-0">
<input style="font-size: 12px" class="form-control form-control-lg"
placeholder="Find books here...">
</div>
<div class="col-12 col-md-3">
<button style="font-size: 12px" type="submit"
class="btn btn-block btn-lg btn-primary">Search now!</button>
</div>
</div>
</form>
</div>
</div>
</div>
</header>
<!-- Footer -->
<footer class="footer bg-light ">
<div class="container ">
<div class="row ">
<div class="col-lg-2 h-100 text-center text-lg-left my-auto ">
<img src="img/sgtech_logo.png " height="100 " width="120 ">
</div>
<div class="col-lg-4 h-100 text-center text-lg-left my-auto ">
<p class="small mb-4 mb-lg-0 ">Saigon Institute of Technology</p>
<p class="small mb-4 mb-lg-0 ">Email: [email protected]</p>
<p class="small mb-4 mb-lg-0 ">Lot 14, Road 5, Quang Trung Software City, District 12, Ho Chi Minh
City, Vietnam</p>
<p class="small mb-4 mb-lg-0 ">Phone:+84 8 37 155 033</p>
</div>
<div class="col-lg-6 h-100 text-center text-lg-right my-auto ">
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>