-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
319 lines (299 loc) · 22.7 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Make your bachelor life easier. Bachelor app helps to manage a bachelor's life. Download Bachelor app today and make your life easier.">
<meta name="author" content="Salekur Rahaman, Asrafi Akter, Ania Chowdury">
<link rel="shortcut icon" href="favicon.png">
<title>Bachelor - Make your bachelor life easier</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,500,300,600,900,800,700,200,100' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/pe-icon-7-stroke/css/pe-icon-7-stroke.css">
<link rel="stylesheet" href="assets/plugins/pe-icon-7-stroke/css/helper.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/plugins/fullPage.js/jquery.fullpage.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="assets/css/app.css">
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body class="homepage">
<nav id="myNavmenu" class="navbar navmenu text-center d-block" role="navigation">
<a href="#" id="navmenu-close" class="navmenu-close">×</a>
<ul class="list-unstyled menu-links">
<li class="nav-item active"><a href="./">Home</a></li>
<li class="nav-item"><a href="about.html">About</a></li>
<li class="nav-item"><a href="faqs.html">FAQs</a></li>
<li class="nav-item"><a href="https://dev-bac.blogspot.com">Blog</a></li>
<li class="nav-item"><a href="contact.html">Contact</a></li>
</ul>
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20"><i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20/wiki"><i class="fab fa-wikipedia-w"></i></a></li>
<li class="list-inline-item"><a href="https://dev-bac.blogspot.com"><i class="fas fa-rss"></i></a></li>
</ul>
<ul class="list-unstyled download-buttons">
<li class="google-play"><a href="#"><img class="img-fluid d-block" src="assets/images/buttons/btn-google-play.png" alt="Download from Google Play" /></a></li>
</ul><!--//list-unstyled-->
</nav>
<div class="canvas-wrapper" id="canvas-wrapper">
<!-- ******HEADER****** -->
<header id="header" class="header fixed-top">
<div class="container">
<h1 class="logo">
<a href="index.html">BACHELOR</a>
</h1><!--//logo-->
<div class="social-container text-center">
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20"><i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20/wiki"><i class="fab fa-wikipedia-w"></i></a></li>
<li class="list-inline-item"><a href="https://dev-bac.blogspot.com"><i class="fas fa-rss"></i></a></li>
</ul>
</div>
<div class="navbar-wrapper">
<span class="navbar-label">MENU</span>
<button type="button" class="navbar-toggle navmenu-hide" id="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!--//navbar -->
</div><!--//container-->
</header><!--//header-->
<div id="fullpage" class="sections-wrapper">
<!-- ******Promo Section****** -->
<section id="promo" class="promo section gradient-1">
<div class="container">
<div class="row">
<div class="intro-area col-lg-4 col-12">
<h2 class="title">Welcome Bachelors</h2>
<p class="intro">Bachelor is an android app project of junior design projet (CSE299) developed by group IV at north south university. Bachelor app will help bachelors to manage their daily meals and datas with an android app.</p>
<div class="video-container">
<img src="assets/images/media/video-thumb.jpg" alt="video" />
<a class="play-trigger" href="#modal-video" data-toggle="modal" data-target="#modal-video" data-backdrop="static" data-keyboard="false"><span class="icon-holder"><i class="fas fa-play"></i></span></a>
</div><!--//video-container-->
</div><!--//intro-area-->
<div class="clearfix d-none d-sm-block d-md-block"></div>
<div class="download-area col-lg-4 col-md-6 col-12 order-md-12">
<ul class="list-unstyled summary">
<li><i class="fa fa-check"></i> <a href="#benefit1">Decorated Meal System</a></li>
<li><i class="fa fa-check"></i> <a href="#benefit2">Record Every Meals</a></li>
<li><i class="fa fa-check"></i> <a href="#benefit3">Friendly Designs</a></li>
<li><i class="fa fa-check"></i> <a href="#download">Trusted by Many</a></li>
</ul><!--//list-unstyled-->
<ul class="list-unstyled download-buttons">
<li class="google-play"><a href="https://github.com/DevBac/Resource/raw/master/apk/bachelor_cse299_summer_20.apk"><img class="img-fluid d-block" src="assets/images/buttons/btn-google-play.png" alt="Download from Google Play" /></a></li>
</ul><!--//list-unstyled-->
</div><!--//download-area-->
<div class="clearfix d-md-block d-none"></div>
<div class="device device-iphonex text-center col-lg-4 col-md-6 col-12 order-md-5">
<div class="device-holder iphone-x-holder offset-top">
<div class="device-holder-inner">
<div id="home-slideshow" class="owl-carousel owl-theme">
<div class="item"><img class="img-fluid round-corner" src="assets/images/devices/screenshots/ania.jpg" alt="B. Meal"></div>
<div class="item"><img class="img-fluid round-corner" src="assets/images/devices/screenshots/esrat.jpg" alt="B. Task"></div>
<div class="item"><img class="img-fluid round-corner" src="assets/images/devices/screenshots/asrafi.jpg" alt="B. Chat"></div>
</div><!--//slideshow-->
</div><!--//device-holder-inner-->
</div><!--//device-holder-->
</div><!--//phone-holder-->
</div><!--//row-->
<div class="arrow-holder text-center">
<p class="lead-text"><a href="#benefit1">Find out more</a></p>
<a href="#benefit1" class="animate pe-7s-bottom-arrow pe-3x"></a>
</div><!--//arrow-holder-->
</div><!--//container-->
</section><!--//promo-->
<!-- ******Benefit-1 Section****** -->
<section id="benefit-1" class="benefit-1 section gradient-2 has-pattern">
<div class="section-inner">
<div class="container text-center">
<div class="row">
<div class="content col-lg-7 col-md-6 col-12">
<div class="content-inner">
<span class="pe-icon pe-7s-coffee pe-4x"></span>
<h2 class="title text-center">Decorated Meal System</h2>
<p class="intro text-center">Simply set your meal input, get personal and meal informations through the app. Also, find the details of any transaction if there was any mistake. Transfer your cash to other members anytime if there is minimum balance in the sender account, don't need to disturb the meal manager.</p>
</div><!--//content-inner-->
<div class="testimonial text-center">
<div class="quote-container">
<span class="icon-holder"><i class="fas fa-quote-left"></i></span>
<blockquote class="quote">
Accurate! Bachelor Meal gives actual calculation and details about every transaction so we can get every detail easily. We don't actually need to note or remember anything about it.
</blockquote>
<div class="source">
<img class="profile" src="assets/images/profiles/salekur.png" alt="Salekur Rahaman" />
<p class="meta">
<span class="source-name"><a href="https://salekur.github.io">Salekur Rahaman</a></span>
<span class="source-title">Dhaka, BD</span>
</p>
</div><!--//source-->
</div><!--//quote-container-->
</div><!--//testimonial-->
</div><!--//content-->
<div class="device device-iphone col-lg-4 col-md-6 col-12">
<div class="device-holder iphone-holder iphone-x-holder offset-top">
<div class="device-holder-inner">
<img class="img-fluid round-corner" src="assets/images/devices/screenshots/ania.jpg" alt="B. Meal">
</div><!--//device-holder-inner-->
</div><!--//device-holder-->
</div><!--//phone-holder-->
</div><!--//row-->
</div><!--//container-->
</div><!--//section-inner-->
</section><!--//benefit-1-->
<!-- ******Benefit-2 Section****** -->
<section id="benefit-2" class="benefit-2 section gradient-3 has-pattern">
<div class="section-inner">
<div class="container text-center">
<div class="row">
<div class="content col-lg-7 col-md-6 col-12 order-md-12">
<div class="content-inner">
<span class="pe-icon pe-7s-timer pe-4x"></span>
<h2 class="title text-center">Record Every Moment</h2>
<p class="intro text-center">Bachelor task works for your time. It will remind you when you will have a task. By signing with google, it will notify you if your teacher declares any quiz, exam or task date in google classroom although you missed that class.</p>
</div><!--//content-inner-->
<div class="testimonial text-center">
<div class="quote-container">
<span class="icon-holder"><i class="fas fa-quote-left"></i></span>
<blockquote class="quote">
Great for oblivion people. Bachelor task makes every task important. By connecting google account with bachelor app and it works like a personal assistant to remember every task whenever we need it.
</blockquote>
<div class="source">
<img class="profile" src="assets/images/profiles/ania.png" alt="Ania Chowdury" />
<p class="meta">
<span class="source-name"><a href="https://aniamim.github.io">Ania Chowdury</a></span>
<span class="source-title">Dhaka, BD</span>
</p>
</div><!--//source-->
</div><!--//quote-container-->
</div><!--//testimonial-->
</div><!--//content-->
<div class="device device-iphone col-lg-4 col-md-6 col-12 order-md-1">
<div class="device-holder iphone-holder iphone-x-holder offset-top">
<div class="device-holder-inner">
<img class="img-fluid round-corner" src="assets/images/devices/screenshots/esrat.jpg" alt="B. Task">
</div><!--//device-holder-inner-->
</div><!--//device-holder-->
</div><!--//phone-holder-->
</div><!--//row-->
</div><!--//container-->
</div><!--//section-inner-->
</section><!--//benefit-2-->
<!-- ******Benefit-3 Section****** -->
<section id="benefit-3" class="benefit-3 section gradient-4 has-pattern">
<div class="section-inner">
<div class="container text-center">
<div class="row">
<div class="content col-lg-7 col-md-6 col-12">
<div class="content-inner">
<span class="pe-icon pe-7s-chat pe-4x"></span>
<h2 class="title text-center">New Way to Connect</h2>
<p class="intro text-center">Communicate with your friends and family more easily in a safe place, you don't need to lost your time in social media. Bachelor chat will try to stop you when you need a break from the virtual world to make your time more valuable.</p>
</div><!--//content-inner-->
<div class="testimonial text-center">
<div class="quote-container">
<span class="icon-holder"><i class="fas fa-quote-left"></i></span>
<blockquote class="quote">
Fantastic app! This will help users to make the time more valuable by warning users if they waste so much time on social media.
</blockquote>
<div class="source">
<img class="profile" src="assets/images/profiles/esrat.png" alt="Esrat Ema" />
<p class="meta">
<span class="source-name"><a href="https://esratemu.github.io">Esrat Ema</a></span>
<span class="source-title">Dhaka, BD</span>
</p>
</div><!--//source-->
</div><!--//quote-container-->
</div><!--//testimonial-->
</div><!--//content-->
<div class="device device-iphone col-lg-4 col-md-6 col-12">
<div class="device-holder iphone-holder iphone-x-holder offset-top">
<div class="device-holder-inner">
<img class="img-fluid round-corner" src="assets/images/devices/screenshots/asrafi.jpg" alt="B. Chat">
</div><!--//device-holder-inner-->
</div><!--//device-holder-->
</div><!--//phone-holder-->
</div><!--//row-->
</div><!--//container-->
</div><!--//section-inner-->
</section><!--//benefit-3-->
<!-- ******CTA Section****** -->
<section id="cta-section" class="cta-section section gradient-5">
<div class="download text-center">
<div class="container">
<h3 class="title">Let's make your life easier<br/>Download the Bachelor App now</h3>
<ul class="list-inline download-list">
<li class="list-inline-item"><a class="btn btn-cta btn-cta-primary" href="https://github.com/DevBac/Resource/raw/master/apk/bachelor_cse299_summer_20.apk"><i class="fab fa-android"></i><span class="text">Download for Android</span></a></li>
</ul>
<figure class="qr-holder">
<img src="assets/images/buttons/Bachelor.png" alt="QR Code" />
<figcaption class="caption">Scan the QR code to download</figcaption>
</figure>
</div><!--//container-->
</div><!--//download-->
</section><!--//cta-section-->
</div><!--//sections-wrapper-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<nav class="links">
<ul class="list-inline">
<li class="list-inline-item"><a href="about.html">About</a></li>
<li class="list-inline-item"><a href="faqs.html">FAQs</a></li>
<li class="list-inline-item"><a href="https://devbac.blogspot.com">Blog</a></li>
<li class="list-inline-item"><a href="contact.html">Contact</a></li>
</ul>
</nav>
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20"><i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20/wiki"><i class="fab fa-wikipedia-w"></i></a></li>
<li class="list-inline-item"><a href="https://dev-bac.blogspot.com"><i class="fas fa-rss"></i></a></li>
</ul>
<ul class="links legal-links list-inline">
<li class="list-inline-item"><a href="privacy.html">Privacy</a></li>
<li class="last list-inline-item"><a href="terms.html">Terms</a></li>
</ul><!--//legal-links-->
<small class="copyright">©2020, Copyright All Rights Reserved by <a href="./">Bachelor</a>. Designed by <a href="http://themes.3rdwavemedia.com/">3rd Wave Media</a></small>
</div><!--//container-->
</footer><!--//footer-->
</div><!--//canvas-wrapper-->
<!-- *****Video Modal***** -->
<div class="modal modal-video" id="modal-video" tabindex="-1" role="dialog" aria-labelledby="videoModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="videoModalLabel" class="modal-title sr-only">Video Tour</h4>
</div>
<div class="modal-body">
<div class="video-container text-center embed-responsive-16by9">
<iframe width="720" height="405" src="https://www.youtube.com/embed/lSkkjX17hnM?start=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><!--//video-container-->
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/popper.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- Fullpage.js -->
<script type="text/javascript" src="assets/plugins/fullPage.js/jquery.fullpage.min.js"></script>
<script type="text/javascript" src="assets/js/fullpage-custom.js"></script>
<!-- Owl Carousel -->
<script type="text/javascript" src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/js/owl-custom.js"></script>
<!-- Modal video -->
<script type="text/javascript" src="assets/js/modal-video.js"></script>
</body>
</html>