-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookstore_lab.html
201 lines (169 loc) · 7.92 KB
/
bookstore_lab.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bookstore</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<style>
.jumbotron{
background-color:orange;
margin-bottom:0;
font-family:times new roman;
}
.collapse{
margin-bottom:50px;
border-radius:0;
background-color:blue;
color:white;
}
.panel-body{
background-color:lavender;
}
a{
color:white;
}
body{
background-color:grey;
}
li{
font-weight:bold;
}
footer
{
background-color:orange;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container text-center">
<h1>Online Bookstore</h1>
<p><strong>WE HELP TO GAIN KNOWLEDGE</strong></p>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li><a href="#">HOME</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Categories</a></li>
</ul>
<input type="text" placeholder="search..." style="margin-top:8px; color:black">
<button type="button" value="search" style="color:black;">Search</button>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span>Profile</a></li>
<li><a href="#"><span class="glyphicon glyphicon-shopping-cart"></span>Cart</a></li>
</ul>
</div>
<div class="container">
<div class="row">
<div class ="col-sm-3">
<div class="panel panel-primary">
<div class="panel-heading">Python Programming</div>
<div class="panel-body">
<img src="Images for web/book1.jpg "class="img-responsive" style="width:250px;height:250px;" alt="Python">
</div>
<div class="panel-footer">
<strong><em>Price: 450RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class ="col-sm-3">
<div class="panel panel-danger">
<div class="panel-heading">Java Development</div>
<div class="panel-body">
<img src="Images for web/book2.jpg "class="img-responsive" style="width:250px;height:250px;" alt="Java">
</div>
<div class="panel-footer">
<strong><em>Price: 360RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class ="col-sm-3">
<div class="panel panel-primary">
<div class="panel-heading">Web Application programming</div>
<div class="panel-body">
<img src="Images for web/book3.jpg "class="img-responsive" style="width:250px;height:250px;" alt="WAP">
</div>
<div class="panel-footer">
<strong><em>Price: 550RS</strong></em>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class ="col-sm-3">
<div class="panel panel-danger">
<div class="panel-heading">Linux Shell Scripting</div>
<div class="panel-body">
<img src="Images for web/book4.jpg "class="img-responsive" style="width:250px;height:250px;" alt="LSS">
</div>
<div class="panel-footer">
<strong><em>Price: 360RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class ="col-sm-3">
<div class="panel panel-primary">
<div class="panel-heading">Discrite Mathematics</div>
<div class="panel-body">
<img src="Images for web/book5.jpg "class="img-responsive" style="width:250px;height:250px;" alt="Python">
</div>
<div class="panel-footer">
<strong><em>Price: 450RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class ="col-sm-3">
<div class="panel panel-danger">
<div class="panel-heading">Computer Networks</div>
<div class="panel-body">
<img src="Images for web/book6.jpg "class="img-responsive" style="width:250px;height:250px;" alt="CN">
</div>
<div class="panel-footer">
<strong><em>Price: 360RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class ="col-sm-3">
<div class="panel panel-primary">
<div class="panel-heading">Network Security</div>
<div class="panel-body">
<img src="Images for web/book1.jpg "class="img-responsive" style="width:250px;height:250px;" alt="NS">
</div>
<div class="panel-footer">
<strong><em>Price: 360RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
<div class ="col-sm-3">
<div class="panel panel-danger">
<div class="panel-heading">Basics of Programming</div>
<div class="panel-body">
<img src="Images for web/book2.jpg "class="img-responsive" style="width:250px;height:250px;" alt="BOP">
</div>
<div class="panel-footer">
<strong><em>Price: 360RS</em></strong>
<button type="button" class="btn btn-success">Add To Cart</button>
</div>
</div>
</div>
</div>
</div>
<hr>
<footer>
<center>
<strong>
<p>ALL RIGHTS RESEREVED, RVCE©</p>
</strong>
</center>
</footer>
</body>
</html>