-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-gallery.html
476 lines (400 loc) · 23.7 KB
/
app-gallery.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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<!--FontAwesome
<link href="fontawesome/css/all.css" rel="stylesheet">-->
<!--load all styles -->
<!-- Bootstrap CSS
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">-->
<link rel="stylesheet" href="bootstrap/4.5.0/css/bootstrap.min.css">
<!--OWL Carousel-->
<link rel="stylesheet" href="owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="owlcarousel/owl.theme.default.min.css">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400&display=swap" rel="stylesheet">
<!--Material Icons-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Animate CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link rel="stylesheet" href="css/style.css">
<title>Ephrine Apps</title>
</head>
<body>
<nav class="navbar navbar-light bg-light fixed-top navbar-fixed-top ">
<a class="navbar-brand" href="index.html">
<img src="img/ephrine1.png" width="100" height="50" class="d-inline-block align-top" alt="">
</a>
<ul class="nav justify-content-left navi-menu-desktop">
<li class="nav-item">
<a class="nav-link ep-text-violet" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link ep-text-violet" href="app-gallery.html">App Gallery</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link ep-text-violet" href="#">App Development</a>
</li>
-->
<li class="nav-item">
<a class="nav-link ep-text-violet" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link ep-text-violet" href="contact.html">Contact</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link ep-text-violet" href="#">About</a>
</li>
-->
</ul>
<div class="collapse navbar-collapse mobile-only-nav" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link ep-text-violet" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link ep-text-violet" href="app-gallery.html">App Gallery</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link ep-text-violet" href="#">App Development</a>
</li>
-->
<li class="nav-item">
<a class="nav-link ep-text-violet" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link ep-text-violet" href="contact.html">Contact</a>
</li>
<!--<li class="nav-item">
<a class="nav-link ep-text-violet" href="#">About</a>
</li>
-->
<br>
<!-- <a href="#" type="button" class="btn btn-success ">Login</a>
-->
</ul>
</div>
<a class="btn btn-primary-custom mobile-only-nav" data-toggle="collapse" href="#navbarSupportedContent"
role="button" aria-expanded="false" aria-controls="navbarSupportedContent">
<b>
=
</b>
</a>
<div class="form-inline my-2 my-lg-0 navi-menu-desktop">
<!--
<a href="#" type="button" class="btn btn-success ">Login</a>
-->
</div>
</nav>
<section class="app-gallery-sec">
<h1 class="app-gallery-sec-heading font-Balsamiq-Sans">Browse App Gallery</h1>
</section>
<br>
<section>
<div class="container">
<div class="row">
<div class="col-sm">
<div class="card">
<img src="sms-drive/img/metapic500px.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="sms-drive/img/about-logo.png" height="50px" width="50px">
SMS Drive
</h5>
<span class="badge badge-pill badge-primary" style="background-color: #800080">Productivity
App</span>
<p class="card-text">Powerful Message Backup Solution for Android. Backup, Restore & Sync
Messages across devices.
<br class="desktop-only"><br class="desktop-only"><br class="desktop-only"></p>
<a href="sms-drive/index.html" class="btn btn-primary">Learn More</a>
<a href="https://play.google.com/store/apps/details?id=devesh.ephrine.backup.sms"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="panchakarma/img/gplay_feat.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="panchakarma/panchakarmalogo.png" height="50px"
width="50px"> Panchakarma Handbook
</h5>
<span class="badge badge-pill badge-primary" style="background-color: #800080">Educational
App</span>
<p class="card-text">Learn Ayurvedic Method of Detoxification of
Body. with Panchakarma Handbook you can learn Authentic Panchakarma Treatment.
<br class="desktop-only"><br class="desktop-only"></p>
<a href="panchakarma/index.html" class="btn btn-primary">Learn More</a>
<a href="https://ephrine.in/app/panchakarma" class="btn btn-primary"
style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="img/PharmaHubGooglePlayFeatBanner.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="img/pharmahub.png" height="50px" width="50px"> Pharma Hub
</h5>
<span class="badge badge-pill badge-primary" style="background-color: #800080">Educational
App</span>
<p class="card-text">Study Hub for Pharmacy Students of Mumbai
University.
Pharma Hub is App for Pharmacy Students. Get Access to Notes, E-Books, Question Papers,
Exam Updates
and Much More</p>
<a href="http://pharmahub.ephrine.in" class="btn btn-primary">Learn More</a>
<a href="https://play.google.com/store/apps/details?id=devesh.b.pharm.guide.mu"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
</div>
<!---->
<div class="row">
<div class="col-sm">
<div class="card">
<img src="img/jinx_banner_pic500px.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">
<div class="row">
<div class="col-2">
<img src="img/jinx-icon.png" height="50px" width="50px"> </div>
<div class="col">
Self-Diagnosis for Depression </div>
</div>
</h5>
<span class="badge badge-pill badge-primary" style="background-color: purple">Health
App</span>
<p class="card-text">Jinx provides an provide an easy way to
evaluate your mental state based on mood and Anhedonia over past few weeks and our
complex algorithm calculate your mental state to provide you a reliable diagnostic
results.
<br class="desktop-only"><br class="desktop-only"><br class="desktop-only">
</p>
<a href="https://play.google.com/store/apps/details?id=devesh.ephrine.depression.self.diagnosis"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="img/dream_journal_app_feat.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="img/dream-journal-icon512.png" height="50px"
width="50px">Dream Journal</h5>
<span class="badge badge-pill badge-primary" style="background-color: #800080">Productivity
App</span>
<p class="card-text">Had a Dream early Morning ?? Quickly write it
down every details in your Dream Journal. This will improve your recollection of dreams
over the period of time. Dream Journal is simple app to maintain a Record Data for your
Dreams (& Nightmares). Every morning wake & write your dreams before you forget it.
</p>
<a href="https://play.google.com/store/apps/details?id=devesh.ephrine.apps.dreamjournal"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="img/qr_lite_app_feat.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="img/qrlite-icon.png" height="50px" width="50px"> QR Lite
</h5>
<span class="badge badge-pill badge-primary" style="background-color: purple">Productivity
App</span>
<p class="card-text">QR Lite is a Simple Lightweight app for QR
Code Scanning by using Mobile Vision API.You can Create & Share custom QR codes and it's
all for FREE without any watermarks or logos
<br class="desktop-only"><br class="desktop-only"><br class="desktop-only"><br
class="desktop-only">
</p>
<a href="https://play.google.com/store/apps/details?id=devesh.ephrine.qr.code"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
</div>
<!---->
<div class="row">
<div class="col-sm">
<div class="card">
<img src="img/ir_detector_app_feat.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="img/ir-logo.png" height="50px" width="50px">Infrared
Radiation Detector</h5>
<span class="badge badge-pill badge-primary" style="background-color: purple">Educational
App</span>
<p class="card-text">Infrared detector can catch the IR waves with
the help of phones camera and converts it into visible color form which you can see on
screen.
IR waves from bulb of TV remote, night vision camera, etc can work very well with this
app
Infrared Detector is Science-Fun app made for Educational use only.
<br class="desktop-only">
</p>
<p class="card-text" hidden="true"><small class="text-muted">Last updated 3 mins ago</small>
</p>
<a href="https://play.google.com/store/apps/details?id=devesh.ephrine.ir"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="img/medic_dose_feat.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">
<img src="img/medic-dose-logo.png" height="50px" width="50px"> Medic Dose Calculator
</h5>
<span class="badge badge-pill badge-primary" style="background-color: purple">Health
App</span>
<p class="card-text">Medic Dose Calculator is a app to Measure
proper paediatric dose of medicine according to adult dose of that medicine.
<br class="desktop-only"><br class="desktop-only"><br class="desktop-only"><br
class="desktop-only"><br class="desktop-only">
<br class="desktop-only"></p>
<a href="https://play.google.com/store/apps/details?id=devesh.medic.dose" target="_blank"
class="btn btn-primary" style="background-color: forestgreen"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="img/gpat_app_feat.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><img src="img/gpat-one-logo.png" height="50px" width="50px"> GPAT #1
</h5>
<span class="badge badge-pill badge-primary" style="background-color: purple">Educational
App</span>
<p class="card-text">GPAT #1 is made to boost your self study for
GPAT exam with previous year question papers to study & complete with details
description.
<br class="desktop-only"><br class="desktop-only"><br class="desktop-only"><br
class="desktop-only"><br class="desktop-only">
</p>
</p>
<a href="https://play.google.com/store/apps/details?id=devesh.ephrine.gpat"
class="btn btn-primary" style="background-color: forestgreen" target="_blank"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
</div>
<!---->
<div class="row">
<div class="col-sm">
<div class="card">
<!--<img src="..." class="card-img-top" alt="...">-->
<div class="card-body">
<h5 class="card-title">
<img src="img/iboot-logo.png" height="50px" width="50px">
iBoot
</h5>
<span class="badge badge-pill badge-primary" style="background-color: purple">Productivity
App</span>
<p class="card-text">Do you want to boot your android into recovery
or bootloader mode ??
and are you tired for pressing volume + powerkey ???
Here is solution for you,
Now you can switch to recovery or download mode of android without pressing hardware
keys by just one single touch on your screen. All you need is a Rooted android phone.
</p>
<p class="card-text" hidden="true"><small class="text-muted">Last updated 3 mins ago</small>
</p>
<a href="http://android.oms.apps.bemobi.com/en_us/iboot_root.html" target="_blank"
class="btn btn-primary" style="background-color: forestgreen"><img
src="img/android_white_48dp.png" height="20px" width="20px"> Download</a>
</div>
</div>
</div>
<div class="col-sm desktop-only">
<!--empty slot-->
</div>
<div class="col-sm desktop-only">
<!--empty slot-->
</div>
</div>
</div>
</section>
<br><br>
<!--Footer-->
<div class="card-footer text-light" style="background-color: rebeccapurple;">
<footer class="text-light">
<div class="row">
<div class="col-sm">
<h6 class="text-light"
style="font-family: 'Prompt', sans-serif; font-size: small; vertical-align: middle">
© 2020 Ephrine Technologies LLC. All
Rights Reserved | Website build by Devesh Chaudhari</h6>
<br>
<h6 class="text-light" style="font-family: 'Prompt', sans-serif; font-size: small;">Android, Google,
Google
Play and other marks are trademarks of Google LLC. The Android robot is reproduced or modified
from
work
created and shared by Google and used according to terms described in the Creative Commons 3.0
Attribution
License. Oreo is a trademark of Mondelez International, Inc. group.</h6>
</div>
<div class="col-sm">
<h5 class="text-light" style="font-family: 'Prompt', sans-serif; font-size: small;"><a
href="../privacy-policy.html" class="text-white">Privacy policy</a> | <a
href="https://rxdevesh.ephrine.in/" class="text-white">Official Devesh Blog</a>
| <a href="https://pharmalife.weebly.com" class="text-white">Pharma Life Science</a></h5><br>
<h6 style="display: inline-block;">Follow: </h6>
<h6 style="text-align: right; display: inline; vertical-align: middle;">
<a href="https://www.facebook.com/ephrineapps/" target="_blank"><img src="img/fb-logo.png"
height="30px" width="30px" style="margin-right: 10px;"></a>
<a href="https://www.instagram.com/ephrineapps/" target="_blank"><img
src="img/instagram-logo.png" height="30px" width="30px" style="margin-right: 10px"></a>
<a href="https://www.linkedin.com/company/ephrine/" target="_blank"><img
src="img/In-Blue-48.png" height="30px" width="30px" style="margin-right: 10px"></a>
<!-- <a href="#"><img src="img/wa-logo-sq.png" height="30px" width="30px" style="margin-right: 10px"></a>-->
<a href="https://github.com/ephrine/" target="_blank"><img src="img/GitHub-Mark-Light-64px.png"
height="30px" width="30px" style="margin-right: 10px"></a>
</h6>
</div>
</div>
<center>
</center>
</footer>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<!--
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
-->
<script src="bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!--Owl Carousel-->
<script src="owlcarousel/owl.carousel.min.js"></script>
<!--
<script src="js/main.js"></script>
-->
<!--
<object type="text/html" >
<img src="your_image.svg" alt="This is your image alt" title="Your image title tag">
</object>
-->
</body>
</html>