-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
219 lines (191 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="assets/logos/indigologowhite.png">
<title>Indigo Magazine</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<script src="scripts/script.js"></script>
</head>
<body>
<div id="Taskbar-container">
<!-- Logo on the left side, linking to the homepage -->
<a href="index.html" class="logo-link">
<img src="assets/logos/indigologowhite.png" alt="Website Logo" class="logo">
</a>
<!-- Navigation links -->
<a href="creative.html" class="link-bar hvr-fade CREATIVE"><p class="tabfont">CREATIVE</p></a>
<a href="visualarts.html" class="link-bar hvr-fade VISUALARTS"><p class="tabfont">VISUAL ARTS</p></a>
<a href="about.html" class="link-bar hvr-fade ABOUT"><p class="tabfont">ABOUT</p></a>
</div>
<!-- Hero Section -->
<div class="hero-section">
<div class="overlay"></div>
<video autoplay muted loop playsinline poster="assets/hero videos/kismetbtsfallback.png">
<source src="assets/hero videos/kismetbts.mp4" type="video/mp4">
<source src="assets/hero videos/kismetbts-mobile.mp4" type="video/mp4" media="(max-width: 480px)">
</video>
<!-- Button for Light/Dark Mode -->
<button onclick="changeColor()" class="change-mode"> ☼ / ☾</button>
</div>
<!--
<div id="bg-wrap" style="background-color: #2F1678; width: 100vw; overflow: hidden;">
<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" style="width: 100%; height: 100%;">
<defs>
<radialGradient id="Gradient1" cx="50%" cy="50%" fx="0.441602%" fy="50%" r=".5">
<animate attributeName="fx" dur="30s" values="0%;3%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#2F1678"></stop>
<stop offset="100%" stop-color="rgba(47, 22, 120, 0)"></stop>
</radialGradient>
<radialGradient id="Gradient2" cx="50%" cy="50%" fx="2.68147%" fy="50%" r=".5">
<animate attributeName="fx" dur="35s" values="0%;3%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#51289C"></stop>
<stop offset="100%" stop-color="rgba(81, 40, 156, 0)"></stop>
</radialGradient>
<radialGradient id="Gradient3" cx="50%" cy="50%" fx="0.836536%" fy="50%" r=".5">
<animate attributeName="fx" dur="40s" values="0%;3%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#723ABF"></stop>
<stop offset="100%" stop-color="rgba(114, 58, 191, 0)"></stop>
</radialGradient>
<radialGradient id="Gradient4" cx="50%" cy="50%" fx="4.56417%" fy="50%" r=".5">
<animate attributeName="fx" dur="50s" values="0%;5%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#C19EEA"></stop>
<stop offset="100%" stop-color="rgba(193, 158, 234, 0)"></stop>
</radialGradient>
</defs>
<rect x="13.744%" y="1.18473%" width="100%" height="100%" fill="url(#Gradient1)" transform="rotate(334.41 50 50)">
<animate attributeName="x" dur="25s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="25s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="45s" repeatCount="indefinite"></animateTransform>
</rect>
<rect x="-2.17916%" y="35.4267%" width="100%" height="100%" fill="url(#Gradient2)" transform="rotate(255.072 50 50)">
<animate attributeName="x" dur="30s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="30s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="50s" repeatCount="indefinite"></animateTransform>
</rect>
<rect x="9.00483%" y="14.5733%" width="100%" height="100%" fill="url(#Gradient3)" transform="rotate(139.903 50 50)">
<animate attributeName="x" dur="35s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="35s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="55s" repeatCount="indefinite"></animateTransform>
</rect>
<rect x="13.744%" y="1.18473%" width="100%" height="100%" fill="url(#Gradient4)" transform="rotate(334.41 50 50)">
<animate attributeName="x" dur="40s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="40s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="60s" repeatCount="indefinite"></animateTransform>
</rect>
</svg>
</div>
-->
<!-- featured article section -->
<div id="Featured-Article">
<h1> FEATURED ARTICLE </h1>
<a href="articles/kismet/metamorphosis.html" class="article">
<img src="../../photos/group1/be_picture10.jpg">
<div class="article-title">Metamorphosis</div>
</a>
</div>
<!-- spotify widget section -->
<div class="spotify-section">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/6Ri7pcTqqZ99XJcPoWK0tU?utm_source=generator&theme=0" width="35%" height="400" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<div class="kismet-notes">
<p>Kismet</p>
<p>قِسْمَة</p>
<p>किस्मत</p>
<p><em>The will of Allah.<br>It has been written.<br>Destiny. Fate.</em></p>
<p>Kismet transcends cultures, signifying the human need to believe in a pre-written ending. Each choice we make weaves an ever-growing tapestry. In a world where we seek to control, kismet beckons us to surrender, trust, and find beauty in the unexpected turns of our narratives.</p>
<p><strong>What does kismet mean to you?</strong></p>
</div>
</div>
<!-- socials links -->
<fieldset class="icons">
<a class="icon-color" href="https://pin.it/29ELT8gzs" target="_blank">
<img src="assets/socials/pint.jpg" alt="Pinterest">
</a>
<a class="icon-color" href="https://www.instagram.com/utdindigo/" target="_blank">
<img src="assets/socials/inst.png" alt="Instagram">
</a>
<a class="icon-color" href="https://www.tiktok.com" target="_blank">
<img src="assets/socials/tik.jpg" alt="TikTok">
</a>
<a class="icon-color" href="https://open.spotify.com/user/316ijys7qrsyxqfsd4o5yfrmvtuu?si=b59bc6b18e024035" target="_blank">
<img src="assets/socials/spot.png" alt="Spotify">
</a>
<a class="icon-color" href="https://x.com/utdindigo" target="_blank">
<img src="assets/socials/twit.png" alt="Twitter">
</a>
<img src="assets/socials/gmail.webp" alt="Gmail">
</a>
</fieldset>
<!-- aura background
<script src="three.r134.min.js"></script>
<script src="vanta.fog.min.js"></script>
<script>
VANTA.FOG({
el: "#your-element-selector",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
highlightColor: 0xc09eeb,
midtoneColor: 0x723abf,
lowlightColor: 0x51289c,
baseColor: 0x2f1779
})
</script>
-->
</body>
</html>
<!--
<div id="bg-wrap" style="background-color: #2F1678; width: 100vw; overflow: hidden;">
<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" style="width: 100%; height: 100%;">
<defs>
<radialGradient id="Gradient1" cx="50%" cy="50%" fx="0.441602%" fy="50%" r=".5">
<animate attributeName="fx" dur="30s" values="0%;3%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#2F1678"></stop>
<stop offset="100%" stop-color="rgba(47, 22, 120, 0)"></stop>
</radialGradient>
<radialGradient id="Gradient2" cx="50%" cy="50%" fx="2.68147%" fy="50%" r=".5">
<animate attributeName="fx" dur="35s" values="0%;3%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#51289C"></stop>
<stop offset="100%" stop-color="rgba(81, 40, 156, 0)"></stop>
</radialGradient>
<radialGradient id="Gradient3" cx="50%" cy="50%" fx="0.836536%" fy="50%" r=".5">
<animate attributeName="fx" dur="40s" values="0%;3%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#723ABF"></stop>
<stop offset="100%" stop-color="rgba(114, 58, 191, 0)"></stop>
</radialGradient>
<radialGradient id="Gradient4" cx="50%" cy="50%" fx="4.56417%" fy="50%" r=".5">
<animate attributeName="fx" dur="50s" values="0%;5%;0%" repeatCount="indefinite"></animate>
<stop offset="0%" stop-color="#C19EEA"></stop>
<stop offset="100%" stop-color="rgba(193, 158, 234, 0)"></stop>
</radialGradient>
</defs>
<rect x="13.744%" y="1.18473%" width="100%" height="100%" fill="url(#Gradient1)" transform="rotate(334.41 50 50)">
<animate attributeName="x" dur="25s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="25s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="45s" repeatCount="indefinite"></animateTransform>
</rect>
<rect x="-2.17916%" y="35.4267%" width="100%" height="100%" fill="url(#Gradient2)" transform="rotate(255.072 50 50)">
<animate attributeName="x" dur="30s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="30s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="50s" repeatCount="indefinite"></animateTransform>
</rect>
<rect x="9.00483%" y="14.5733%" width="100%" height="100%" fill="url(#Gradient3)" transform="rotate(139.903 50 50)">
<animate attributeName="x" dur="35s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="35s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="55s" repeatCount="indefinite"></animateTransform>
</rect>
<rect x="13.744%" y="1.18473%" width="100%" height="100%" fill="url(#Gradient4)" transform="rotate(334.41 50 50)">
<animate attributeName="x" dur="40s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animate attributeName="y" dur="40s" values="0%;50%;0%" repeatCount="indefinite"></animate>
<animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="60s" repeatCount="indefinite"></animateTransform>
</rect>
</svg>
</div>
-->