-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (196 loc) · 7.85 KB
/
index.html
File metadata and controls
206 lines (196 loc) · 7.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BookShala Presentaion</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<link rel="stylesheet" href="css/sal.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Slide 1 -->
<section class="slide1">
<h3> BookShala.com</h3>
<p>A place that has it all!</p>
</section>
<!-- slide1 over -->
<!-- slide2 -->
<section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
</ul>
</section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
<li>Objective</li>
</section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
<li>Objective</li>
<li>Software used</li>
</section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
<li>Objective</li>
<li>Software used</li>
<li>Screenshot of homepage</li>
</ul>
</section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
<li>Objective</li>
<li>Software used</li>
<li>Screenshot of homepage</li>
<li>Screenshot of admin panel</li>
</ul>
</section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
<li>Objective</li>
<li>Software used</li>
<li>Screenshot of homepage</li>
<li>Screenshot of admin panel</li>
<li>Advantages and future scope</li>
</ul>
</section>
<section data-auto-animate>
<ul>
<li>What is bookshala.com?</li>
<li>Objective</li>
<li>Software used</li>
<li>Screenshot of homepage</li>
<li>Screenshot of admin panel</li>
<li>Advantages and future scope</li>
<li>conclusion</li>
</ul>
</section>
</section>
<!-- slide2 over -->
<!-- slide3 -->
<section class="slide3">
<h3>Objective</h3>
<p>
Bookshala.com is an online web application where the customer can purchase and sell books online .
Through a
web browser the customers can search for a book by its title, later can add to the shopping cart and
finally
purchase the books.
The bookshala.com enables vendor to setup online book store, customers to browse through the books,
and
a
system administrator to approve and reject requests for new books and maintain lists of book
categories.
</p>
<!-- slide3 over -->
</section>
<!-- -->
<section class="tech">
<h4>Technology used</h4>
<img data-sal="slide-up" data-sal-delay="300" data-sal-easing="ease-out-back" src="img/html-5.svg"
alt="">
<img data-sal="slide-down" data-sal-delay="400" data-sal-easing="ease-out-back" src="img/css3.svg"
alt="">
<img data-sal="slide-up" data-sal-delay="500" data-sal-easing="ease-out-back" src="img/js.svg" alt="">
<img data-sal="slide-down" data-sal-delay="600" data-sal-easing="ease-out-back" src="img/bootstrap.svg"
alt="">
<img data-sal="slide-up" data-sal-delay="700" data-sal-easing="ease-out-back" src="img/django.svg"
alt="">
<img data-sal="slide-down" data-sal-delay="800" data-sal-easing="ease-out-back" src="img/SQLite.svg"
alt="">
</section>
<!-- -->
<!-- slide4 -->
<section class="slide4">
<h4> HARDWARE REQUIREMENTS</h4>
<p>This website will run on any hardware devices</p>
<h4>SOFTWARE REQUIREMENTS</h4>
<p>
Any browser like :
<br>
Google Chrome, Mozrilla Firefox, Internet Explorer, Safari, etc
<img src="img/browsers.png" alt="">
</p>
</section>
<!-- slide4 over -->
<!-- slide5 -->
<section>
<section class="slide5">
<h4>SignUp Page</h4>
<img src="img/signup.jpeg" alt="">
</section>
<section class="slide6">
<h4>Home Page</h4>
<img src="img/home.jpeg" alt="">
</section>
</section>
<!-- slide5 over -->
<!-- slide6 -->
<section>
<section class="slide5">
<h4>Admin Pannel</h4>
<img src="img/admin1.jpeg" alt="">
</section>
<section class="slide6">
<h4>Post Pannel</h4>
<img src="img/admin2.jpeg" alt="">
</section>
</section>
<!-- slide6 over -->
<!-- slide7 -->
<section class="slide7">
<section>
<h4>Future Scope</h4>
<ul>
<li>
It can be a great platform for students to buy books in affordable range.
</li>
<li>
Buyer can save their money and can buy 2nd hand good quality books at affordable rates and
can
also negotiate with the seller directly.
</li>
<li>
Also seller can earn with his last semester books and can use that money for their next
semester
books
</li>
</ul>
</section>
<section>
<h4>Advantages</h4>
<ul>
<li>Win-Win situation for both Parties.</li>
<li>Time saving.</li>
<li>Easy buying and selling of Used books.</li>
<li> Value for money.</li>
<li>Also We don’t charge any kind of middle man commission.</li>
</ul>
</section>
</section>
<!-- slide7 over -->
<section>
<h4>Thank You</h4>
<img src="img/hb.png" alt="">
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script src="js/sal.js"></script>
<script>
Reveal.initialize();
sal({
once: false,
});
</script>
</body>
</html>