-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-home.html
53 lines (47 loc) · 3.36 KB
/
index-home.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
<!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">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.13/dist/lenis.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="apks/favicon.ico" type="image/x-icon">
<title>HOME</title>
</head>
<body class="home-page">
<nav class="navbar">
<h class="logo"> <a href="/ESRAT/events/CameraModule/index.html"> <img src="apks/logo.png" height="100px"></a></h>
<ul>
<li><a href="events/index.events.html" class="active">EVENTS</a></li>
<li><a href="index-apk.html">H@CKS</a></li>
<li><a href="/ESRAT/gallery/index.gallery.html">GALLERY</a></li>
<li><a href="index.html">ADMIN</a></li>
</ul>
</nav>
<div class="scroll-text-container">
<div class="scroll-text-container">
<p class="scroll-text large" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">CODING <a href="/ESRAT/Home Pages/Cool/index.html">🎮</a></p>
<p class="scroll-text small"> Ancient mantras shaped reality through divine chants, resonating with the forces of the universe to bring about change. Today, programming languages are our modern mantras, weaving together logic and creativity to shape the digital world. Each line of code is a digital spell, carefully crafted to invoke precise machine responses, guiding invisible forces toward our desired outcomes. In both realms, precision, discipline, and clarity are paramount. By merging the wisdom of the past with the innovations of the present, we harness the ancient power of intent and combine it with modern technology to create a new kind of magic—one that controls algorithms instead of elements, and circuits instead of stars.</p>
<p class="scroll-text small2">
सङ्गणकभाषाः शक्तिमन्त्रसमानाः,
जगत्सृजन्ति देवाः प्राचीनकालतः।
लघुपङ्क्तयः कोडस्य, यथा मन्त्रैः समं,
दिजिटलवास्तवम्, संचालयन्ति तत्।
यथा मन्त्राः आकाशे गूढशक्तिं जागरयन्ति,
तथा कोडपङ्क्तयः यन्त्राणि स्पन्दयन्ति।
सङ्गणकविद्या मन्त्रविद्यायाः एकरूपिणी,
यत्र पुराणं नूतनं मिलित्वा जगत्परिवर्तयति।
</p>
<!-- Add more text elements as needed -->
</div>
<div class="cursor-shadow"></div>
<script src="home.js"></script>
<!-- Include three.js, GSAP, GLTF Loader, Smooth Scroll-->
<script src="https://unpkg.com/lenis@1.1.13/dist/lenis.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/loader/GLTFLoader.js"></script>
</body>
</html>