forked from trishanu-init/Acadsynk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
570 lines (463 loc) · 22.7 KB
/
index.html
File metadata and controls
570 lines (463 loc) · 22.7 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
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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Acadsynk</title>
<meta name="description" content="A product by the OS-Code team, Your one-stop ERP, LMS, CMS and FMS solution" >
<meta content="Acandsynk,school,ERP,FMS,School ERP" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/file (1).jpeg">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat: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/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/logo.png" alt="logo">
<h1><span>Acadsynk</span></h1>
</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="#about">About</a></li>
<li><a class="nav-link scrollto" href="#features">Features</a></li>
<li><a class="nav-link scrollto" href="#gallery">App</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-7 pt-5 pt-lg-0 order-2 order-lg-1 d-flex align-items-center">
<div data-aos="zoom-out">
<h1>Build your one-stop ERP, LMS, CMS and FMS solution with <span>Acadsynk</span></h1>
<h2>"Empowering Education with Seamless Efficiency"</h2>
<div class="text-center text-lg-start">
<a <div class = "center">
<button id = "show-login">Get a Demo</button>
</div>
<div class = "popup">
<div class = "close-btn">×</div>
<form method ="post" action ="" name = "contactform" id ="contactform">
<div class = "form">
<h3 style="color: black;" >Acadsynk facilitates swift, comprehensive school digitization </h3>
<div class = "form-element">
<label for = "email">Your Name</label>
<input type ="text" class = "form-control" id ="email" name="Name" placeholder = "enter Name">
</div>
<div class="form-element">
<label for="organization-type">Select Organisation Type</label><br>
<input type="radio" id="organization-type1" name="organization-type" value="type1">
<label for="organization-type1">Independent School</label>
<input type="radio" id="organization-type2" name="organization-type" value="type2">
<label for="organization-type2">Group of Schools</label>
<!-- Add more radio buttons as needed -->
</div>
<div class = "form-element">
<label for = "email">Name of your School</label>
<input type ="text" class = "form-control" id ="email" name = "SchoolName" placeholder = "eg Indian Public School">
</div>
<div class = "form-element">
<label for = "email">Phone Number</label>
<input type ="text" class = "form-control" id ="email" name ="phoneno" placeholder = "eg +91XXXXXXXXXX">
</div>
</form>
<div class = "form-element">
<button>Submit</button>
</div>
</div></a>
</div>
</div>
</div>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbznIX_S9x2V67R2UtddkZwi03YVuix_Ys8A--pasZrTpGGT7ykdAIKFLhG6WG93YnzBhw/exec';
const form = document.forms['contactform'];
form.addEventListener('submit', e => {
e.preventDefault();
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => response.json())
.then(data => {
alert("Thank you! Your form is submitted successfully.");
form.reset(); // Reset the form with empty fields
})
.catch(error => console.error('Error!', error.message));
});
function showSuccessMessage() {
// Create and show a pop-up alert
alert("Thank you! Your form is submitted successfully.");
}
</script>
<div class="col-lg-4 order-1 order-lg-2 hero-img" data-aos="zoom-out" data-aos-delay="300">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container-fluid">
<div class="row">
<div class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch" data-aos="fade-right">
</div>
<div class="col-xl-7 col-lg-6 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5" data-aos="fade-left">
<h3>Our Services</h3>
<p>Below are listed the services that we offer in addition to the plain ERP model, all inclusive with the same subscription</p>
<div class="icon-box" data-aos="zoom-in" data-aos-delay="100">
<div class="icon"><i class="bi bi-book-half"></i></div>
<h4 class="title"><a href="">Content Management System</a></h4>
<p class="description">Provide dedicated portals for parents and students to access important information such as grades, assignments, schedules, and school updates.</p>
</div>
<div class="icon-box" data-aos="zoom-in" data-aos-delay="200">
<div class="icon"><i class="bi bi-vector-pen"></i></div>
<h4 class="title"><a href="">Learning Management System</a></h4>
<p class="description">Teachers can upload and organize course materials, conduct virtual classes, track student progress, and communicate with ease. Students can access assignments, quizzes, and resources from anywhere.</p>
</div>
<div class="icon-box" data-aos="zoom-in" data-aos-delay="300">
<div class="icon"><i class="bi bi-currency-rupee"></i></div>
<h4 class="title"><a href="">Financial Management System</a></h4>
<p class="description">Empowers educational institutions to manage their finances with precision, transparency, and ease, allowing them to focus on their core mission of providing quality education.</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Features</h2>
<p>Check The Features</p>
</div>
<div class="row" data-aos="fade-left">
<div class="col-lg-3 col-md-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="50">
<i class="ri-message-2-line" style="color: #ffbb2c;"></i>
<h3><a href="">Personal Messages</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="100">
<i class="ri-money-dollar-circle-line" style="color: #5578ff;"></i>
<h3><a href="">Fee Payment</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="150">
<i class="ri-calendar-todo-line" style="color: #e80368;"></i>
<h3><a href="">Attendance</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="200">
<i class="ri-notification-2-line" style="color: #e361ff;"></i>
<h3><a href="">Notices & Updates</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="250">
<i class="ri-database-2-line" style="color: #47aeff;"></i>
<h3><a href="">Exam Performance</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="300">
<i class="ri-book-mark-line" style="color: #ffa76e;"></i>
<h3><a href="">Homework</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="350">
<i class="ri-robot-line" style="color: #11dbcf;"></i>
<h3><a href="">AI Doubt Solving</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="400">
<i class="ri-fingerprint-line" style="color: #4233ff;"></i>
<h3><a href="">Biometric System</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="450">
<i class="ri-video-chat-line" style="color: #b2904f;"></i>
<h3><a href="">Online Workshop</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="500">
<i class="ri-road-map-line" style="color: #b20969;"></i>
<h3><a href="">Live Bus Tracking</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="550">
<i class="ri-chat-voice-line" style="color: #ff5828;"></i>
<h3><a href="">Mentoring</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="600">
<i class="ri-file-list-3-line" style="color: #29cc61;"></i>
<h3><a href="">Marks Card</a></h3>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row" data-aos="fade-up">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="14" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Clients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="24" data-purecounter-duration="1" class="purecounter"></span>
<p>Schools</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="1236" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-people"></i>
<span data-purecounter-start="0" data-purecounter-end="29589" data-purecounter-duration="1" class="purecounter"></span>
<p>Students</p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Details Section ======= -->
<section id="details" class="details">
<div class="container">
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src="assets/img/details-1.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-4" data-aos="fade-up">
<h3>PERSONAL MESSAGES</h3>
<h4>
Students can send messages directly to their teachers to seek clarification on their doubts.
</h4>
</div>
</div>
<div class="row content">
<div class="col-md-4 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/details-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5 order-2 order-md-1" data-aos="fade-up">
<h3>FEE PAYMENT</h3>
<h4>
Parents can pay fee from this app with any payment options.
</h4>
</div>
</div>
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src="assets/img/details-3.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5" data-aos="fade-up">
<h3>ATTENDANCE</h3>
<h4>Teachers can put up the attendance and parent will get notified immediately.</h4>
</div>
</div>
<div class="row content">
<div class="col-md-4 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/details-4.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5 order-2 order-md-1" data-aos="fade-up">
<h3>NOTICES AND UPDATES</h3>
<h4>Students will get notified through the app, elimination the use of notice books.</=>
</div>
</div>
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src ="favicon_io/people-using-aumented-reality-smartphones_23-2148789355.jpg" class="img-fluid" style="width:60%;" style = "height:60%;" alt="">
</div>
<div class="col-md-8 pt-5" data-aos="fade-up">
<h3>AUGMENTED REALITY</h3>
<h4>Transform traditional education with immersive experiences, as augmented reality enriches visual study materials, creating an engaging and interactive learning environment for students.</h4>
</div>
</div>
<div class="row content">
<div class="col-md-4 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/details-6.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5 order-2 order-md-1" data-aos="fade-up">
<h3>HOMEWORK</h3>
<h4>
Teachers can assign homework directly to students within the app, and students can submit it instantly.
</h4>
</div>
</div>
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src="assets/img/details-5.png" class="img-fluid" alt="">
</div>
<div class="col-md-8 pt-5" data-aos="fade-up">
<h3>EXAM PERFORMANCE</h3>
<h4>Teacher can upload the score in the app and parents can track their child’s performance.</h4>
</div>
</div>
</div>
</section><!-- End Details Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Application</h2>
<p>Check out our UI</p>
</div>
<div class="row content">
<div class="col-md-4" data-aos="fade-right">
<img src="assets/img/ui-cta.png" class="img-fluid" alt="" width="200px" height="700px">
</div>
<div class="col-md-8 pt-5" data-aos="fade-up">
<h4>Our company prioritizes user-centric design, ensuring that your customers have a smooth, enjoyable, and intuitive experience when interacting with your products or services, ultimately boosting user engagement and satisfaction.</h4>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right" data-aos-delay="100">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>31/A S.K Lane, V.V Puram, Bangalore, 560004</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>info@acadsynk.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+91 7014122349</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left" data-aos-delay="200">
<form action="https://script.google.com/macros/s/AKfycbwyanW5RAUjZBfmJgWLC_FUJnZhyeT2UuZsEl__ikd3PCpCEYswWwRcY0YvF-ybo6qnBQ/exec" method="post" name="contact" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="school" id="school" placeholder="School Name" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="footer-info">
<h3>Acadsynk</h3>
<p class="pb-3"><em>An OS-CODE Product.</em></p>
<p>
31/A S.K Lane<br>
V.V Puram, Bangalore 560004, INDIA<br><br>
<strong>Phone:</strong> +91 7014122349<br>
<strong>Email:</strong> info@acadsynk.com<br>
</p>
<div class="social-links mt-3">
<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="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Acadsynk</span></strong>. All Rights Reserved
</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>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<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/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!--sheets.js-->
<script src="assets/js/sheets.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>