forked from dmjone/dmjone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
808 lines (694 loc) · 42 KB
/
Copy pathindex.html
File metadata and controls
808 lines (694 loc) · 42 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
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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
<!-------------------------- © 2007 - present, dmj.one and contributors. ----------------------------------
Part of the dmjone project. Licensed under the GNU AGPL. Provided as-is, without warranty of any kind.
-------------------- Redistribution and modifications must retain this notice. --------------------------->
<!DOCTYPE html>
<!--[if lte 8]><html class="pre-ie9" lang="en"><![endif]-->
<!--[if gte IE 9]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<script src="/js/edu_su_common.js"></script>
<script>window["loaded_header_author"] = 1</script>
<noscript>
<style>
html,
body {
margin: 0;
overflow: hidden;
}
</style>
<iframe src="/frame_noscript.html" style="width:100%;height:100vh;border:none;display:block"></iframe>
</noscript>
<title>Public Welfare Initiatives by dmj.one</title>
<meta name="description" content="Join a community committed to positive impact through public welfare initiatives & Explore innovative courses in Computer Science & Engineering. Start today!">
<meta property="og:image" content="https://dmj.one/logo.png">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@divyamohan1993">
<meta name="twitter:creator" content="@divyamohan1993">
<meta name="twitter:image" content="/logo.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="author" content="Divya Mohan">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.3/font/bootstrap-icons.min.css" integrity="sha512-YFENbnqHbCRmJt5d+9lHimyEMt8LKSNTMLSaHjvsclnZGICeY/0KYEeiHwD1Ux4Tcao0h60tdcMv+0GljvWyHg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
<link rel="stylesheet" href="/css/edu_su_common.css" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="shortcut icon" href="/logo.png">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<style>
.btn-equal-width {
width: 100%;
max-width: 250px;
}
html,
body {
font: 16px/1.4 'Lato', sans-serif;
-webkit-font-smoothing: antialiased;
transition: 1s;
/* background: #f2f2f2; */
}
#contact-us-button-logical-href .btn {
transition: all 0.3s;
border: 0;
}
#contact-us-button-logical-href .btn:hover {
transform: scale(1.4);
transition: all 0.5s ease-in-out;
}
#contact-us-button-logical-href .btn:hover:not(:active) {
transform: scale(1.05);
}
h1 {
text-shadow: 0 0 5px rgba(254, 254, 255, 0.15);
}
.flicker {
animation: flicker steps(1000) var(--interval) 1s infinite;
animation-timing-function: ease-in-out;
--interval: 2.3s;
text-shadow: -10px 0px 20px var(--color1),
10px 0 20px var(--color2),
0 13px 20px var(--color3),
0 -13px 20px var(--color4);
will-change: filter, color;
filter: saturate(90%);
--color1: goldenrod;
--color2: orangered;
--color3: mediumblue;
--color4: purple;
}
@keyframes flicker {
50% {
color: white;
filter: saturate(200%) hue-rotate(20deg);
}
}
/* Hide the footer initially - if it loads from proj.js*/
/* footer {
display: none;
} */
a {
text-decoration: none;
}
/* Course Cards CSS */
.card {
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
transition: 0.3s;
height: 100%;
width: 100%;
}
.card:hover {
/* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.card {
/* Other styles... */
background-size: 200% 200%;
/* animation: gradient 3s ease infinite; */
}
.badge {
margin-right: 10px;
color: black;
}
</style>
<style>
.avatar-group .avatar-group-item {
display: inline-block;
position: relative;
margin-left: -0.5rem;
border: 2px solid var(--bs-card-bg);
}
.avatar.sm {
width: 2.25rem;
height: 2.25rem;
font-size: .818125rem;
}
.avatar-group .avatar-group-item .avatar-group-img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.avatar img {
max-width: 100%;
display: block;
}
.avatar-group .avatar-group-item {
display: inline-block;
position: relative;
margin-left: -0.5rem;
border: 2px solid #000;
}
.avatar.sm {
width: 2.25rem;
height: 2.25rem;
font-size: .818125rem;
}
.avatar-group {
display: inline-flex;
align-items: stretch;
}
.bg-gray {
--bs-bg-opacity: 1;
background-color: #FF7F50 !important;
}
.shadow:hover {
box-shadow: none !important;
transform: scale(1.05);
}
.badge {
font-size: 0.8rem;
}
.card-title {
font-size: 1.5rem;
}
.card-text {
font-size: 1rem;
}
</style>
<script>
// define the function for generating the animation CSS code
const generateAnimationCSS = () => {
let animationCSS = '';
for (let i = 1; i <= 20; i++) {
const animationName = `fadein-${i}`;
const animationDuration = `${0.15 * i}s`;
const keyframes = `@keyframes ${animationName} {
from { opacity: 0; }
to { opacity: 1; }
}`;
const animationClass = `.fadein-${i} { animation: ${animationName} ${animationDuration}; }`;
animationCSS += keyframes + animationClass;
}
return animationCSS;
};
// append the animation CSS code to the head section of the document
const styleEl = document.createElement('style');
styleEl.innerHTML = generateAnimationCSS();
document.head.appendChild(styleEl);
// window.addEventListener('load', function () {
// const footer = document.querySelector('footer');
// footer.classList.add('fadein-7');
// footer.style.display = 'block';
// });
//Google Tag, Clarity
// !function () { var e, t = document.createElement("script"); t.innerHTML = "(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src='https://www.clarity.ms/tag/'+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);})(window,document,'clarity','script','fhsj5p7qsd');", document.head.appendChild(t), (e = document.createElement("script")).async = !0, e.src = "https://www.googletagmanager.com/gtag/js?id=G-GYE73EC1RV", document.head.appendChild(e), (e = document.createElement("script")).innerHTML = "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-GYE73EC1RV');", document.head.appendChild(e); var a = document.createElement("script"); a.innerHTML = "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-N7J6QJX');", document.head.appendChild(a) }();
// !function () { function e() { document.getElementById("cookie-notice").style.display = "none", localStorage.setItem("noshow", 1) } localStorage.getItem("noshow") || document.addEventListener("DOMContentLoaded", (function () { const t = document.createElement("div"); t.id = "cookie-notice", t.classList.add("w-100", "bg-dark", "text-white", "pt-3", "px-4", "pb-1", "position-fixed"), t.style = "z-index: 1000; bottom: 0;"; const n = document.createElement("div"); n.classList.add("container", "p-2"); const o = document.createElement("div"); o.classList.add("row", "d-flex", "align-items-center"); const c = document.createElement("div"); c.classList.add("col-sm-8", "col-md-9"); const d = document.createElement("p"); d.classList.add("p-2"), d.innerHTML = "This website uses cookies so that we can provide you with the best website experience. By <strong>clicking</strong> I Accept or<strong> by scrolling</strong> to view the contents of this website you acknowledge the use of cookies and to our <a href='/tos'>Terms and Conditions</a> and <a href='/privacy'>Privacy Policy</a>.", c.appendChild(d); const i = document.createElement("div"); i.classList.add("col-sm-4", "col-md-3"); const s = document.createElement("a"); s.classList.add("i-accept", "btn", "btn-primary", "m-2"), s.innerHTML = "I Accept", i.appendChild(s), o.appendChild(c), o.appendChild(i), n.appendChild(o), t.appendChild(n), document.body.appendChild(t); document.querySelector(".i-accept").addEventListener("click", e), document.addEventListener("scroll", e) })) }();
// window.addEventListener("load", (function () { let t = localStorage.getItem("visited"), e = (new Date).toDateString(); if (!t || t !== e) { localStorage.setItem("visited", e); const o = document.createElement("canvas"), i = o.getContext("2d"); o.width = window.innerWidth, o.height = window.innerHeight, document.body.appendChild(o); const l = [], a = ["#f44336", "#e91e63", "#9c27b0", "#673ab7", "#3f51b5", "#2196f3", "#03a9f4", "#00bcd4", "#009688", "#4caf50", "#8bc34a", "#cddc39", "#ffeb3b", "#ffc107", "#ff9800", "#ff5722", "#795548"]; function n(t, e, n) { this.x = t, this.y = e, this.color = n, this.size = 5 * Math.random() + 5, this.velocity = { x: 6 * Math.random() - 3, y: 3 * Math.random() + 3 } } !function () { const t = Math.floor(51 * Math.random()) + 50; for (let e = 0; e < t; e++) { const t = new n(Math.random() * o.width, Math.random() * o.height, a[Math.floor(Math.random() * a.length)]); l.push(t) } i.font = "48px serif", i.fillStyle = "#ffffff", i.textAlign = "center", i.zindex = 9999, i.fillText("Hello and Welcome to dmj.one!", o.width / 2, o.height / 2) }(), function t() { i.clearRect(0, 0, o.width, o.height); for (let t = 0; t < l.length; t++) { const e = l[t]; e.x += e.velocity.x, e.y += e.velocity.y, i.fillStyle = e.color, i.fillRect(e.x, e.y, e.size, e.size) } for (let t = 0; t < l.length; t++)l[t].y > o.height && l.splice(t, 1); l.length > 0 && requestAnimationFrame(t) }(), setTimeout((function () { o.remove() }), 7e3) } }));
</script>
<style>
#headline {
text-align: center;
padding: 20px;
background-color: #f8f9fa;
/* light gray */
color: #343a40;
/* dark gray */
}
#headline h1 {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 10px;
}
#headline h2 {
font-size: 1.5em;
color: #6c757d;
/* medium gray */
}
.hero {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 75vh;
/* adjust as needed */
/* background-color: #0a5d38; */
background-color: transparent;
/* choose a color that aligns with your branding */
/* color: white; */
/* color: black; */
text-align: center;
padding: 2rem;
}
.hero h1 {
font-size: 3rem;
/* adjust as needed */
margin-bottom: 1rem;
}
.hero h2 {
font-size: 2rem;
/* adjust as needed */
font-weight: 400;
}
@media screen and (max-width: 768px) {
.hero {
height: auto;
padding: 1rem;
}
.hero h1 {
font-size: 2rem;
}
.hero h2 {
font-size: 1.5rem;
}
}
</style>
<style>
.nav-transparent {
background-color: transparent !important;
color: var(--text-color) !important;
transition: all 0.4s ease;
}
.nav-transparent a {
color: var(--text-color) !important;
}
.nav-transparent a:hover {
color: #35a5dd !important;
background-color: transparent !important;
}
.nav-transparent a::selection {
background-color: #35a5dd !important;
}
.nav-transparent .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='black' viewBox='0 0 30 30'%3e%3cpath stroke-linecap='round' stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.window-scrolled {
/* background-color: rgba(255, 255, 255, 0.7) !important; */
background-color: var(--background-color) !important;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
color: var(--text-color) !important;
}
.dropdown-menu {
/* background-color: rgba(255, 255, 255, 0.9) !important; */
background-color: var(--background-color) !important;
backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px);
--bs-dropdown-link-hover-bg: #c3adff6e !important;
}
.window-scrolled a {
color: var(--text-color) !important;
}
.window-scrolled .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='lightgray' viewBox='0 0 30 30'%3e%3cpath stroke-linecap='round' stroke='lightgray' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}
</style>
<style>
/* .modal-content {
border-radius: 10px;
}
.modal-title {
text-align: center;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-control {
border-radius: 25px;
}
.btn-primary {
border-radius: 25px;
} */
</style>
<style>
.glow-container {
position: relative;
display: inline-block;
}
.glow-logo {
position: relative;
z-index: 1;
}
.glow-container::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
background: url('/logo.png') no-repeat center center;
background-size: cover;
transform: translate(-50%, -50%);
filter: blur(1px);
opacity: 0;
z-index: 0;
animation: breathe-in-out-rhythm 12s infinite ease-in-out;
}
@keyframes breathe-in-out-rhythm {
0%,
100% {
width: 200px;
height: 200px;
opacity: 0;
filter: blur(1px);
}
50% {
width: var(--glow-logo-breathing-width);
height: var(--glow-logo-breathing-height);
opacity: var(--glow-logo-breathing-opacity);
filter: blur(50px);
}
}
</style>
</head>
<body class="fadein-1">
<nav class="navbar hide-on-scroll show-on-scroll navbar-expand-md sticky-top mw-100 px-3 py-sm-1 mb-1 nav-transparent fadein-5" data-bs-theme="dark" id="navbar-container"></nav>
<!-- <nav class="navbar navbar-expand-md sticky-top mw-100 px-3 py-sm-1 mb-1 nav-transparent fadein-5" data-bs-theme="dark">
<div class="container-fluid">
<div class="d-flex align-items-center justify-content-between">
<a class="navbar-brand" href="/">
<img src="/logo.png" alt="dmj.one Logo" style="height: 50px;">
</a>
</div>
<div class="d-flex align-items-center justify-content-between align-items-center">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse dropdown-center justify-content-center" id="navbar">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link active" href="/">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Courses</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start" aria-labelledby="navbarDropdown">
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#">1<sup>st</sup> Year</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start">
<li><a class="dropdown-item" href="/edu/su/course/csu1128/">CSU1128</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1051/">CSU1051</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1287/">CSU1287</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1289/">CSU1289</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu730/">CSU730</a></li>
<li><a class="dropdown-item" href="/edu/su/course/fsu030/">FSU030</a></li>
<li><a class="dropdown-item" href="/edu/su/course/fsu013/">FSU013</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu585/">CSU585</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu951/">CSU951</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu953/">CSU953</a></li>
<li><a class="dropdown-item" href="/edu/su/course/seaap002/">SEAAP002</a></li>
<li><a class="dropdown-item" href="/edu/su/course/seaws002/">SEAWS002</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#">2<sup>nd</sup> Year</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start">
<li><a class="dropdown-item" href="/edu/su/course/csu083/">CSU083</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1291/">CSU1291</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1526/">CSU1526</a></li>
<li><a class="dropdown-item" href="/edu/su/course/seaap003/">SEAAP003</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1162/">CSU1162</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu357/">CSU357</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu360/">CSU360</a></li>
<li><a class="dropdown-item" href="/edu/su/course/csu1105/">CSU1105</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Initiatives</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/about" data-toggle="tooltip" data-placement="top" title="Visit our Educational Initiative." data-original-title="Visit our Educational Initiative.">Educational</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="mailto:contact@dmj.one">Contact</a></li>
</ul>
<button id="search-button" type="button" class="btn btn-outline-danger" data-bs-toggle="modal" data-bs-target="#searchbox"><i class="bi bi-search"></i></button>
</div>
</div>
</nav> -->
<!-- Bootstrap Modal -->
<!-- <div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="searchModalLabel">Search</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<input class="form-control" type="search" placeholder="Search" aria-label="Search">
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary" onclick="performSearch()">Search</button>
</div>
</form>
</div>
</div>
</div>
</div> -->
<!-- <div class="modal fade shadow-lg" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content ">
<div class="modal-header bg-light">
<h5 class="modal-title" id="searchModalLabel">Search</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body bg-light">
<form>
<div class="form-group mb-3">
<input class="form-control px-4" type="search" placeholder="Search" aria-label="Search">
</div>
<div class="d-flex justify-content-center">
<button type="submit" class="btn btn-primary px-4" onclick="performSearch()">Search</button>
</div>
</form>
</div>
</div>
</div>
</div> -->
<!-- <div class="container text-center my-5">
<h1 class="display-4 text-primary">Empowering Minds, Shaping Futures</h1>
<p class="lead">At DMJ One, we believe in the power of education to unlock potential and transform lives. Through our innovative courses, we strive to provide quality education for underprivileged children, preparing them for a future of leadership, creativity, and positive societal contribution.</p>
</div> -->
<a href="#main-hero-content">
<div class="page-center d-none" id="seasonal-greetings"></div>
</a>
<div class="hero align-items-center justify-content-center fadein-3" id="main-hero-content">
<!-- <h1 class="display-1 mb-5 text-info-glow">It all starts with a dream!</h1> -->
<header class="text-center pt-1 pb-5 bg-transparent fadein-4">
<div class="glow-container">
<img src="/logo.png" alt="dmj.one Logo" class="glow-logo" height="200" width="200">
</div>
</header>
<h1 class="display-1 fadein-5"><strong>Empowering Minds, Shaping Futures</strong></h1>
<!-- <h2>We empower the youth of today to become the leaders of tomorrow.</h2> -->
<h2 class="mb-2 fadein-6">Unlocking Potential Through Education</h2>
<!-- <h2 class="mb-2 fadein-6">v3.2<span class="text-danger">*</span></h2> -->
<!-- <a href="#redir_courses" class="btn btn-danger btn-lg mt-5 fadein-7">Explore the Courses</a> -->
<a href="#redir_courses" class="btn btn-danger btn-lg mt-5 fadein-7 shadow-on-hover">Let's Get You Started</a>
<!-- <div class="scroll-down mt-1">
<p> <i class="fas fa-chevron-down"></i> Scroll to begin your journey!</p>
</div> -->
<!-- <div class="mt-5 fadein-7 d-flex justify-content-center">
<a href="#redir_courses" class="btn btn-danger btn-lg me-2">Let's Get You Started</a>
<a href="#redir_contribute" class="btn btn-outline-success btn-lg">Start Contributing</a>
</div> -->
</div>
<!-- <div class="page-center mt-10 fadein-3 container-fluid" style="border-top: 1px solid red; border-bottom: 1px solid red; border-left: none; border-right: none;"> -->
<div class="page-center mt-10 fadein-3 container-fluid" style="overflow-x:hidden">
<div class="row flex-md-row flex-column-reverse">
<!-- Image Section -->
<div class="col-md-6 order-md-1 order-2">
<img class="img-fluid rounded-end-circle w-100" src="/img/train-for-dream.webp" alt="Empowering Minds, Shaping Futures" />
</div>
<!-- Text Section -->
<div class="col-md-6 justify-content-center align-items-center d-flex order-md-2 order-1">
<div class="text-center">
<div class="display-1 py-5 bebas-neue text-info-glow-on-hover">
It <span class="">all</span> <span class="">starts</span> with <span class="">a</span> <span class="text-warning-glow">dream</span>
</div>
<a href="/edu/su/placements/" class="btn btn-success btn-lg fadein-7 shadow-on-hover">Train to Achieve Yours!</a>
</div>
</div>
</div>
</div>
<!-- <div class="container my-5">
<div class="row">
<div class="col-lg-8">
<h1 class="display-4">A Purposeful Platform</h1>
<p class="lead">At dmj.one, we believe in the power of education to unlock potential and transform lives. Through our innovative courses, we strive to provide quality education for underprivileged children, preparing them for a future of leadership, creativity, and positive societal contribution.</p>
</div>
<div class="col-lg-4 d-flex align-items-center justify-content-center">
<a href="/courses" class="btn btn-danger btn-lg">Explore our Courses</a>
</div>
</div>
</div> -->
<div id="redir_courses"></div>
<main class="my-1">
<article class="my-0 pt-5 p-0 px-sm-4 px-lg-5 px-md-5 bg-transparent">
<section id="courses" class="p-0 m-0 fadein-11">
<div class="container-fluid text-center">
<!-- <h1 id="course-title" class="fadein-12"><strong>Summarized Courses</strong></h1> -->
<!-- <div id="dynamic-title" class="display-4 pt-10 fw-bold w-100" style="color: var(--htag);">Explore the Courses</div> -->
<div id="dynamic-title" class="display-4 pt-5 fw-bold w-100" style="color: var(--htag);">Choose Your Course</div>
<div class="row mb-2 py-5">
<div class="col-md-8 offset-md-2 align-content-center text-center">
<div class="card shadow-lg">
<div class="card-body">
<!-- <h5 class="card-title fw-bold py-2" style="color: var(--htag)">Choose Your Starting Point</h5> -->
<!-- <h5 class="card-title fw-bold py-2" style="color: var(--htag)">How would you like to start?</h5> -->
<h5 class="card-title fw-bold py-2" style="color: var(--htag)">How shall it be arranged?</h5>
<select class="form-select form-select-lg mb-3 text-center" id="sortCourses" style="border: 3px solid var(--htag); border-radius: 0.75rem; background-color: var(--background-color); color: var(--text-color)">
<option value="" disabled selected>Arrange with...</option>
<option value="code">Course Code</option>
<option value="title">Course Name</option>
<option value="difficulty-asc">Easier First</option>
<option value="difficulty-desc">Harder First</option>
<option value="topics-asc">Fewer Topics</option>
<option value="topics-desc">More Topics</option>
<option value="semester-asc">Early Semesters</option>
<option value="semester-desc">Later Semesters</option>
</select>
<button type="button" class="btn bg-warning bg-opacity-50" data-bs-toggle="modal" data-bs-target="#sortingHelpModal">
What is this?
</button>
</div>
</div>
</div>
</div>
<!-- Example structure for the modal content -->
<div class="modal fade" id="sortingHelpModal" tabindex="-1" aria-labelledby="sortingHelpModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content" style="background: var(--background-color)">
<div class="modal-header">
<h5 class="modal-title" id="sortingHelpModalLabel">Guide to Sorting Options</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p><strong>Course Code:</strong> Sorts alphabetically / numerically by the course identifiers of Shoolini University.</p>
<p><strong>Course Name:</strong> Lists courses based on their names, alphabetically.</p>
<p><strong>Easier First:</strong> Begins with courses considered less challenging.</p>
<p><strong>Harder First:</strong> Starts with the more challenging subjects.</p>
<p><strong>Fewer Topics:</strong> Courses with fewer topics come first for a gradual introduction.</p>
<p><strong>More Topics:</strong> Tackles courses with a broader range of topics from the start.</p>
<p><strong>Early Semesters:</strong> Organizes courses as they appear through the academic timeline, starting.</p>
<p><strong>Later Semesters:</strong> Lists courses starting from those offered in the final semesters.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Container for Course Cards -->
<div class="row fadein-13 justify-content-center"></div>
</div>
</section>
</article>
<div class="p-0 m-0 py-4">
<div class="page-center flex-column p-0 m-0">
<hr class="w-10 bg-success h-px-5">
<hr class="w-25 bg-primary h-px-4">
<hr class="w-50 bg-info h-px-3">
<hr class="w-75 bg-warning h-px-2">
<hr class="w-100 bg-danger h-px-1">
<h3 class="text-center fadein-8 display-3 fw-bold">Our Initiatives</h3>
<hr class="w-100 bg-danger h-px-1">
<hr class="w-75 bg-warning h-px-2">
<hr class="w-50 bg-info h-px-3">
<hr class="w-25 bg-primary h-px-4">
<hr class="w-10 bg-success h-px-5">
</div>
<div class="page-center bg-black vh-100">
<div class="tangerine text-center text-info text-info-glow display-1 text-zoom">Celebrating 33 years of resilience, growth, and purpose.</div>
</div>
<a href="/about">
<div class="bg-black page-center vh-100 blur-8">
<div class="text-center text-danger display-1 fw-bold text-zoom">Dream. Manifest. Journey.</div>
</div>
</a>
<a href="binarybattles/">
<div class="bg-dark page-center vh-100 blur-8">
<div class="text-center text-warning display-1 fw-bold text-zoom">Binary Battles</div>
</div>
</a>
</div>
<div class="p-0 m-0">
<div class="page-center flex-column p-0 m-0" id="contact-us-button-logical-href">
<hr class="w-10 bg-success h-px-5">
<hr class="w-25 bg-primary h-px-4">
<hr class="w-50 bg-info h-px-3">
<hr class="w-75 bg-warning h-px-2">
<hr class="w-100 bg-danger h-px-1">
<h3 class="text-center fadein-8 display-4 fw-bold">Reach Us By</h3>
<div class="text-center">
<button type="button" class="btn btn-primary btn-lg m-2" onclick="window.location.href='mailto:contact@dmj.one'">
<i class="fas fa-envelope"></i>   Email  
</button>
<button type="button" class="btn btn-success btn-lg m-2" onclick="window.open('https://wa.me/message/SSP6E3PTKI2LK1', '_blank')">
<i class="fab fa-whatsapp"></i>   WhatsApp  
</button>
<button type="button" class="btn btn-success btn-lg m-2" onclick="window.open('https://whatsapp.com/channel/0029VaHwXGUDTkJyUl5YnG3g', '_blank')">
<i class="fab fa-whatsapp"></i>   Updates  
</button>
<button type="button" class="btn btn-danger btn-lg m-2" onclick="window.open('https://instagram.com/dmj.one', '_blank')">
<i class="fab fa-instagram"></i>   Instagram  
</button>
<!-- <a href="https://wa.me/dmjone" target="_blank" class="ms-2" data-bs-toggle="tooltip" data-bs-placement="top" title="Click to visit our official page">
<i class="fas fa-info-circle text-auto"></i>
</a> -->
<button type="button" class="btn btn-info btn-lg m-2" data-bs-toggle="modal" data-bs-target="#common_msg_us_model">
<i class="fas fa-comment-dots"></i>   Message  
</button>
</div>
<hr class="w-100 shadow bg-danger h-px-1">
<hr class="w-75 shadow bg-warning h-px-2">
<hr class="w-50 shadow bg-info h-px-3">
<hr class="w-25 shadow bg-primary h-px-4">
<hr class="w-10 shadow bg-success h-px-5">
</div>
</div>
<div class="page-center fadein-3">
<div class="display-1 text-info-glow">It Begins With <span class="text-danger-glow fw-bold">You</span></div>
</div>
</main>
<!-- Google Ads -->
<div class="m-2 mb-5 my-auto text-center fadein-8" id="space-for-google-adsense">
<small class="bg-gradient bg-dark bg-opacity-10 pb-0 p-1">ads by Google</small>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9436488945721774" crossorigin="anonymous"></script>
<!-- Horizontal Responsive --> <ins class="adsbygoogle p-0 pt-0" style="display:block" data-ad-client="ca-pub-9436488945721774" data-ad-slot="8936754344" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
const adSlotMobile = "8587871187";
const adSlotDesktop = "8936754344";
function isMobileDevice() {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
}
const adSlot = isMobileDevice() ? adSlotMobile : adSlotDesktop;
const adElement = document.querySelector(".adsbygoogle");
adElement.setAttribute("data-ad-slot", adSlot);
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9436488945721774" crossorigin="anonymous"></script> -->
<!-- Square Responsive -->
<!-- <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9436488945721774" data-ad-slot="8587871187" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> -->
</div>
<!-- Google Ads END -->
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js');
}
</script>
<script src="/js/index_footer.js"></script>
</body>
</html>