forked from JAYESHBATRA/Virtuo-Learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
595 lines (560 loc) · 19.6 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
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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Virtuo Learn</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="media-queries.css" />
<link
href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"
rel="stylesheet"
/>
<link rel="icon" type="image/x-icon" href="./assets/logo.png" />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap"
rel="stylesheet"
/>
<script src="https://kit.fontawesome.com/796ee7d577.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
tailwind.config = {
theme: {
extend: {
colors: {
clifford: "#da373d",
},
},
},
};
});
</script>
</head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-80WSMNJP27"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-80WSMNJP27");
</script>
<body>
<!-- social media section -->
<div class="mf-social-side-list">
<ul>
<li>
<a href="https://www.facebook.com" target="_blank"
><i class="fab fa-facebook-f"></i
></a>
</li>
<li>
<a href="https://www.instagram.com" target="_blank"
><i class="fab fa-instagram"></i
></a>
</li>
<li>
<a href="https://www.youtube.com" target="_blank"
><i class="fab fa-youtube"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com" target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</li>
<li>
<a href="https://www.twitter.com" target="_blank">
<img
src="assets/twitterLogo.jpg"
alt="Twitter Logo"
id="tw-logo"
style="border-radius: 50%; width: full"
/>
</a>
</li>
</ul>
</div>
<!-- nav bar -->
<nav id = "main_navbar">
<div class="container main-nav flex">
<a href="./index.html" class="company-logo">
<img src="./assets/asset 41.png" alt="company logo" />
</a>
<div class="nav-links" id="nav-links">
<ul class="nav-menu">
<li>
<div >
<a href="index.html" class="hover-link current-page" id="home-hover">
<i class="fa-solid fa-house" class="hover-link current-page"></i>
Home</a></li>
<li>
<a href="./Pages/About-Us/index.html" class="hover-link"
>
<i class="fa-solid fa-building-columns"></i>
About Us</a
>
</li>
<li>
<a href="./Pages/Simulation/index.html" class="hover-link"
>
<i class="fa-solid fa-plug-circle-check"></i>
Simulations</a
>
</li>
<li>
<a href="./Pages/3D-Visualizations/index.html" class="hover-link"
>
<i class="fa-brands fa-unity"></i>
3D Visualisations</a
>
</li>
<li>
<a href="./Pages/Quizes/index.html" class="hover-link">
<i class="fa-solid fa-list-check"></i>
Quizzes</a>
</li>
<li>
<a href="./Pages/Videos/index.html" class="hover-link">
<i class="fa-solid fa-video"></i>
Videos</a>
</li>
<li>
<a href="./Pages/Doubt Engine/index.html" class="hover-link"
>
<i class="fa-solid fa-check-double"></i>
Doubt Engine</a
>
</li>
<li>
<img src="./assets/asset 43.png" id="mode-switch-icon" />
</li>
</ul>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- header section -->
<header>
<div class="container header-section flex">
<div class="header-left">
<h1 id="automatic-change">Learn Interactively</h1>
<p id="sub-para">
Experience immersive learning like never before with simulations, 3D
visualizations, customized quizzes, and videos all in one place!
</p>
<a href="#features" class="primary-button get-started-btn"
>Get Started</a
>
</div>
<div class="header-right">
<img
src="./assets/asset 2.svg"
alt="Virtuo-Learn"
class="hero-image block md:w-[40vw] mx-auto my-0 w-[80vw]"
/>
</div>
</div>
</header>
<script type="text/javascript">
(function () {
var words = ["Learn Interactively", "Learn Engagingly"],
i = 0;
setInterval(function () {
$("#automatic-change").fadeOut(function () {
$(this)
.html(words[(i = (i + 1) % words.length)])
.fadeIn();
});
}, 2000);
})();
</script>
<!-- features section -->
<section class="features-section" id="features">
<div class="container">
<div class="features-header">
<h2 class="features-heading-text">Our Products</h2>
</div>
<div class="features-area flex">
<div class="features-card flex">
<img src="./assets/asset 11.svg" alt="" />
<h3>Simulations</h3>
<p>
Explore real-world scenarios and experiment with different
outcomes in a safe, virtual environment.
</p>
<a href="./Pages/Simulation/index.html" class="secondary-button"
>Learn More <i class="fa-solid fa-right-long"></i
></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 13.svg" alt="" />
<h3>3D Visualisations</h3>
<p>
Experience & learn concepts in a whole new dimension with 3D
visualizations.
</p>
<a
href="./Pages/3D-Visualizations/index.html"
class="secondary-button"
>Learn more <i class="fa-solid fa-right-long"></i
></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 14.svg" alt="" />
<h3>Quizzes</h3>
<p>
Pinpoint knowledge gaps and improve understanding with
personalized quiz feedback.
</p>
<a href="./Pages/Quizes/index.html" class="secondary-button"
>Learn more <i class="fa-solid fa-right-long"></i
></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 15.svg" alt="" />
<h3>Videos</h3>
<p>
Explore key concepts through engaging, informative videos with
expert instruction.
</p>
<a href="./Pages/Videos/index.html" class="secondary-button"
>Learn more <i class="fa-solid fa-right-long"></i
></a>
</div>
<div class="features-card flex center">
<img src="./assets/asset 16.svg" alt="" />
<h3>Doubt Engine</h3>
<p>Complex doubts made simple with our powerful doubt engine.</p>
<a href="./Pages/Doubt Engine/index.html" class="secondary-button"
>Learn more <i class="fa-solid fa-right-long"></i
></a>
</div>
</div>
</div>
</section>
<!-- big features section -->
<section class="big-feature-section step-1">
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="./assets/asset 18.svg" alt="" class="feature-image-left" />
</div>
<div class="feature-desc flex right">
<h4>Step 1</h4>
<a class="hover-link" href="./Pages/Videos/index.html"
>Watch videos</a
>
<p>
Test interfaces, interaction flows, iconography and more, to help
you create intuitive and delightful experiences for your users.
</p>
</div>
</div>
</section>
<section class="big-feature-section">
<div class="container flex big-feature-container" id="second-big-feature">
<div class="feature-img">
<img src="./assets/asset 21.svg" alt="" class="feature-image-right" />
</div>
<div class="feature-desc flex left">
<h4>Step 2</h4>
<a class="hover-link" href="./Pages/Simulation/index.html"
>Refer Simulations & 3D visualizations</a
>
<p>
Test interfaces, interaction flows, iconography and more, to help
you create intuitive and delightful experiences for your users.
</p>
</div>
</div>
</section>
<section class="big-feature-section">
<div class="container flex big-feature-container">
<div class="doubt-img">
<img
src="./assets/asset 40.svg"
alt=""
class="doubt-img feature-image-left"
/>
</div>
<div class="feature-desc flex right">
<h4>Step 3</h4>
<a class="hover-link" href="./Pages/Doubt Engine/index.html"
>Resolve Doubts from Doubt Engine</a
>
<p>
Test interfaces, interaction flows, iconography and more, to help
you create intuitive and delightful experiences for your users.
</p>
</div>
</div>
</section>
<section class="big-feature-section">
<div class="container flex big-feature-container" id="second-big-feature">
<div class="feature-img">
<img
src="./assets/asset 24.svg"
alt=""
class="doubt-img feature-image-right"
/>
</div>
<div class="feature-desc flex left">
<h4>Step 4</h4>
<a class="hover-link" href="./Pages/Quizes/index.html"
>Give Quizzes</a
>
<p>
Test interfaces, interaction flows, iconography and more, to help
you create intuitive and delightful experiences for your users.
</p>
</div>
</div>
</section>
<!-- pricing section -->
<div class="pricing">
<div class="wrapper">
<div class="table basic popup popup-basic">
<div class="head_tab">
<h2>
Skill Builder<br />
Elite
</h2>
</div>
<div class="aj_p">
<p>
A combination of video tutorials, interactive exercises, and
personalized feedback
</p>
</div>
<div class="price-section">
<div class="price-area">
<div class="inner-area">
<span class="text">₹</span>
<span class="price"
>499<span style="font-size: 12px">/mo</span></span
>
</div>
</div>
</div>
<div class="package-name"></div>
<ul class="features">
<div class="btn"><button>Buy Now</button></div>
<p class="aj_des">₹399/mo when you renew</p>
<li>
<span class="list-name">Video Lectures</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Quizzes</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Simulations</span>
<span class="icon cross"><i class="fas fa-times"></i></span>
</li>
<li>
<span class="list-name">3D Visualizations</span>
<span class="icon cross"><i class="fas fa-times"></i></span>
</li>
<li>
<span class="list-name">Doubt Engine</span>
<span class="icon cross"><i class="fas fa-times"></i></span>
</li>
</ul>
</div>
<div class="table premium popup popup-premium">
<div class="head_tab">
<h2>Academic<br />Edge Pro</h2>
</div>
<div class="aj_p">
<p>
Wide range of academic resources, including video lectures,
Interactive simulations and 3D Visualisations
</p>
</div>
<div class="ribbon"><span>BEST VALUE</span></div>
<div class="price-section">
<div class="price-area">
<div class="inner-area">
<span class="text">₹</span>
<span class="price"
>699<span style="font-size: 12px">/mo</span></span
>
</div>
</div>
</div>
<div class="package-name"></div>
<ul class="features">
<div class="btn"><button>Buy Now</button></div>
<p class="aj_des">₹599/mo when you renew</p>
<li>
<span class="list-name">Video Lectures</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Quizzes</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Simulations</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">3D Visualisations</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Doubt Engine</span>
<span class="icon cross"><i class="fas fa-times"></i></span>
</li>
</ul>
</div>
<div class="table ultimate popup popup-ultimate">
<div class="head_tab">
<h2>CareerLaunch <br />Accelerator</h2>
</div>
<div class="aj_p">
<p>
Prepare for your dream career, which includes video lectures,
simulations, 3D Visualisations, Quizzes, and a Doubt Engine to
resolve doubts.
</p>
</div>
<div class="price-section">
<div class="price-area">
<div class="inner-area">
<span class="text">₹</span>
<span class="price"
>899<span style="font-size: 12px">/mo</span></span
>
</div>
</div>
</div>
<div class="package-name"></div>
<ul class="features">
<div class="btn"><button>Buy Now</button></div>
<p class="aj_des">₹799/mo when you renew</p>
<li>
<span class="list-name">Video Lectures</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Quizzes</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Simulations</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">3D Visualisations</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Doubt Engine</span>
<span class="icon cross"
><i class="fas fa-check check-green"></i
></span>
</li>
</ul>
</div>
</div>
</div>
<button
onclick="topFunction()"
class="icon-arrow-up"
id="myBtn"
title="Scroll to Top"
></button>
<!-- footer -->
<!-- <a href="#" class="company-logo">
<img src="./assets/asset 41.png" alt="company logo">
</a> -->
<footer class="footer">
<div class="footer-content">
<div class="app-info">
<div class="company-logo footer-logo">
<a href="index.html">
<img src="./assets/asset 41.png" alt="company logo" />
</a>
</div>
<p class="app-paragraph">
We specialize in delivering an enriching learning experience through
a combination of simulations, 3D visualizations, customized quizzes,
and videos to immerse learners in real-world scenarios, fostering a
dynamic and engaging educational journey.
</p>
</div>
<div class="useful-links">
<div class="links-title">
<span class="links-title-span">Useful Links</span>
</div>
<ul>
<li><a href="./Pages/Simulation/index.html">Stimulations</a></li>
<li><a href="index.html">Home</a></li>
<li>
<a href="./Pages/3D-Visualizations/index.html"
>3D Visualisations</a
>
</li>
<li><a href="./Pages/About-Us/index.html">About Us</a></li>
<li><a href="./Pages/Quizes/index.html">Quizzes</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="./Pages/Videos/index.html">Videos</a></li>
<li><a href="./Pages/Doubt Engine/index.html">Help</a></li>
</ul>
</div>
</div>
<div class="copyright">
<h3>
Copyright © <span id="copyright-year"></span> Virtuo Learn | All rights reserved | Developed
By <a href="https://github.com/JAYESHBATRA">Jayesh Batra</a>
</h3>
</div>
</footer>
<script
src="https://kit.fontawesome.com/c1fc3d2826.js"
crossorigin="anonymous"
></script>
<script>
const hamburger = document.querySelector(".hamburger");
const navMenu = document.querySelector(".nav-menu");
hamburger.addEventListener("click", () => {
hamburger.classList.toggle("active");
navMenu.classList.toggle("active");
});
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 200 ||
document.documentElement.scrollTop > 200
) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="scroll-reveal.js"></script>
<script src="mode-switch.js"></script>
<!-- copyright-year Script -->
<script src="./copyrightYear.js"></script>
</body>
</html>