-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (73 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Akasha foundation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/src/css/index.css" rel="stylesheet">
<script src = "/src/js/index.js"></script>
<link href="/src/css/hero.css" rel="stylesheet">
<link rel="stylesheet" type="" href="/src/css/circle.css">
<!-- files for the gradient tamplate -->
<link rel="stylesheet" type="" href="/gradient-template/assets/index.css">
<script type="module" src="/gradient-template/assets/index.js"></script>
<link rel="stylesheet" type="" href="/src/css/navlist.css">
</head>
<body>
<!-- nav bar -->
<div id="navbar">
<div id="nav-logo-container">
<img id="nav-logo" src="/img/logo/IMG-20230423-WA0002.jpg" alt="logo">
</div>
<div id="nav">
<ul id="nav-list-container">
<li class="nav-list-item"><a class="nav-list-links">Home</a></li>
<li class="nav-list-item"><a class="nav-list-links">Team</a></li>
<li class="nav-list-item"><a class="nav-list-links">Donation</a></li>
</ul>
</div>
</div>
<!--div for the clear-->
<div id="clear"></div>
<!-- creating a circular div -->
<div id="cursor-container">
<div id="cursor"></div>
<script src="/src/js/circle.js"></script>
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<canvas class = "webgl" ></canvas>
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<!-- <canvas class = "webgl" ></canvas> -->
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<!-- <canvas class = "webgl" ></canvas> -->
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<!-- <canvas class = "webgl" ></canvas> -->
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<!-- <canvas class = "webgl" ></canvas> -->
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<!-- <canvas class = "webgl" ></canvas> -->
</div>
<div id="hero">
<h1 id="hero-title">Aksha <!-- Foundation --></h1>
<p>EveryOne has somethng to give, so why don't you ..?</p>
<!-- <canvas class = "webgl" ></canvas> -->
</div>
</body>
</html>