-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
397 lines (337 loc) · 19.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Primary Meta Tags -->
<title>Elementz-Digital Elementz Directory !</title>
<meta name="title" content="Elementz-Digital Elementz Directory !">
<meta name="description" content="An app where students will every information about elements of the periodic table. The comes with a simple and minimal UI that is easy to use and understanding works fully offline.
">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://elementz.themaayur.com/">
<meta property="og:title" content="Elementz-Digital Elementz Directory !">
<meta property="og:description" content="An app where students will every information about elements of the periodic table. The comes with a simple and minimal UI that is easy to use and understanding works fully offline.
">
<meta property="og:image" content="https://raw.githubusercontent.com/themaayur/elementz-site/main/assets/img/Group%204.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://elementz.themaayur.com/">
<meta property="twitter:title" content="Elementz-Digital Elementz Directory !">
<meta property="twitter:description" content="An app where students will every information about elements of the periodic table. The comes with a simple and minimal UI that is easy to use and understanding works fully offline.
">
<meta property="twitter:image" content="https://raw.githubusercontent.com/themaayur/elementz-site/main/assets/img/Group%204.jpg">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Appland - v4.3.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent ">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h3><a href="index.html"><img src="assets/img/favicon.png"> Elemtentz</a></h3>
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#features">App Features</a></li>
<li><a class="nav-link scrollto" href="#gallery">Gallery</a></li>
<li><a class="nav-link scrollto" href="#faq">F.A.Q</a></li>
<li><a class="getstarted scrollto" href="#features">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-lg-flex flex-lg-column justify-content-center align-items-stretch pt-5 pt-lg-0 order-2 order-lg-1" data-aos="fade-up">
<div>
<h1>Elementz-Digital Element Directory !</h1>
<h2>An app where students will every information about elements of the periodic table. The comes with a simple and minimal UI that is easy to use and understanding works fully offline.</h2>
<a href="https://play.google.com/store/apps/details?id=appinventor.ai_beradmayur31.Elementz" class="download-btn"><i class="bx bxl-play-store"></i> Google Play</a>
</div>
</div>
<div class="col-lg-6 d-lg-flex flex-lg-column align-items-stretch order-1 order-lg-2 hero-img" data-aos="fade-up">
<img src="assets/img/hero-img.png" class="img-fluid" alt="" width="80%">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= App Features Section ======= -->
<section id="features" class="features">
<div class="container">
<div class="section-title">
<h2>App Features</h2>
<p>Some of the key features of the app, that everyone has appreciated.</p>
</div>
<div class="row no-gutters">
<div class="col-xl-7 d-flex align-items-stretch order-2 order-lg-1">
<div class="content d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 icon-box" data-aos="fade-up">
<i class="bx bx-receipt"></i>
<h4>Wikipedia intergration</h4>
<p>Wikipedia button for getting extra knowledge about the element.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-cube-alt"></i>
<h4>Covered Entire Periodic Table</h4>
<p>Information about all the 118 Elements of periodic table.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-images"></i>
<h4>Minimal & Simple UI</h4>
<p>UI of the app is very minimal and not harsh to eyes with soft colours and simple interface.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-shield"></i>
<h4>Verified Information</h4>
<p>All the information is verified form responsible sources.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-atom"></i>
<h4>20+ properties of element</h4>
<p>Elementz gives information of 20+ properties regarding the element.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-id-card"></i>
<h4>User-Friendly Interface</h4>
<p>The UX of the app is made in such a way that anyone form 12yr to 75yr person can use it.</p>
</div>
</div>
</div>
</div>
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center order-1 order-lg-2" data-aos="fade-left" data-aos-delay="100">
<img src="assets/img/features.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End App Features Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Gallery</h2>
<p>Here are some snaps from the app, Isn't the UI amazing and useer friendly.</p>
</div>
</div>
<div class="container-fluid" data-aos="fade-up">
<div class="gallery-slider swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide"><a href="assets/img/gallery/1.png" class="gallery-lightbox" data-gall="gallery-carousel"><img src="assets/img/gallery/1.png" class="img-fluid" alt=""></a></div>
<div class="swiper-slide"><a href="assets/img/gallery/2.png" class="gallery-lightbox" data-gall="gallery-carousel"><img src="assets/img/gallery/2.png" class="img-fluid" alt=""></a></div>
<div class="swiper-slide"><a href="assets/img/gallery/3.png" class="gallery-lightbox" data-gall="gallery-carousel"><img src="assets/img/gallery/3.png" class="img-fluid" alt=""></a></div>
<div class="swiper-slide"><a href="assets/img/gallery/4.png" class="gallery-lightbox" data-gall="gallery-carousel"><img src="assets/img/gallery/4.png" class="img-fluid" alt=""></a></div>
<div class="swiper-slide"><a href="assets/img/gallery/5.png" class="gallery-lightbox" data-gall="gallery-carousel"><img src="assets/img/gallery/5.png" class="img-fluid" alt=""></a></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Testimonials</h2>
<p>See what other users say about Elemtentz.</p>
</div>
<div class="testimonials-slider swiper-container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.png" class="testimonial-img" alt="">
<h3>Mohamed Tamer</h3>
<h4>Appzard Staff</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Maayur did a great job developing Elementz app, having a clean interface and well organized information. I'm pretty sure many would find it useful, finding information about Chemical elements, and i'm looking forward to seeing much more improvements and updates for it!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Krish Jha</h3>
<h4>Niotron Staff</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
The app idea is amazing and the UI is awesome which makes it more productive, it have details about all the elements, useful for students as a student would prefer to use this app which have all elements in single app presented nicely.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Bryan (Watermelonice)</h3>
<h4>Prokoder, Kodular</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Love this app. It made it possible to access all information of any elements incredibly quickly with just a few clicks. It assists me during my revision in the Chemistry subject ;)
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Aditya Chaturvedi (Clawser)</h3>
<h4>FMD at Xyberneo | Byteistic Owner</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Elementz is one of the most efficient apps I have seen, it offers an intuitive environment for people to learn. I believe this is a great cause as it will be a digital handbook for kids, I feel proud to be knowing maayur for making this, this app has the ability to transform the way we learn chemistry as a student in our day to day life. Not all geniuses are made in the class, sometimes an app plays a major role too !
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-6.jpg" class="testimonial-img" alt="">
<h3>Kanishka Chakraborty</h3>
<h4>Founder of Kaffeine Softwares</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Elementz is easily one of the most professional apps built on App Inventor. The design and UX are masterfully constructed, and the tidbits of information are really handy. Highly recommended for anyone studying Chemistry.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p>Some recent questioned asked about Elemtentz.</p>
</div>
<div class="accordion-list">
<ul>
<li data-aos="fade-up">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#accordion-list-1">Is Elemtentz a free app ? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-1" class="collapse show" data-bs-parent=".accordion-list">
<p>
Yes, Elemtentz is a totally free app. Anyone can use it.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#accordion-list-2" class="collapsed">Why was Elementz made ? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-2" class="collapse" data-bs-parent=".accordion-list">
<p>
Elemtentz was made for MIT App Inventor Appathon 2021. And it is a Finalist in Adult track.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#accordion-list-3" class="collapsed">Can anyone access the source of the app ? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-3" class="collapse" data-bs-parent=".accordion-list">
<p>
Yes, Elemtentz is a open source project and anyone having knowledge of App Inventor can use its source.
</p>
</div>
</li>
</ul>
</div>
</div>
</section><!-- End Frequently Asked Questions Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>themaayur</h3>
<p>
<strong>themaayur.com</strong> <br>
<strong>Email:</strong> [email protected]<br>
</p>
<a href="https://play.google.com/store/apps/dev?id=6972054850520137301" class="download-btn"><i class="bx bxl-play-store"></i> Google Play</a>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About Developer</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Telegram Bot</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">App's Source (AIA)</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="">App Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="">UI Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="">CMS setups</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Follow me on social media for future updates & announcements</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="telegram"><i class="bx bxl-telegram"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>themaayur</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>