-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (281 loc) · 23.5 KB
/
Copy pathindex.html
File metadata and controls
322 lines (281 loc) · 23.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=1459" />
<title>Stack Hack 2026 — TAMU ColorStack</title>
<meta name="description" content="Stack Hack 2026 — a 48-hour hackathon powered by TAMU ColorStack. November 7–8, Texas A&M University." />
<!-- Tailwind via CDN (no build step) -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
maroon: "#6b0000",
"maroon-dark": "#3a0000",
gold: "#f0a500",
cream: "#fdf4e7",
"section-alt": "#fff8f0",
},
},
},
};
</script>
<!-- Inter fallback from Google Fonts (until brand fonts are dropped in) -->
<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=Barlow+Condensed:wght@900&family=Inter:wght@400;500;600;700&family=Oswald:wght@500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body class="text-[#6b0000]">
<!-- ===================== HERO ===================== -->
<section id="home" class="relative h-[951px] overflow-hidden bg-[#fdf4e7]">
<!-- Top bar: logo (left) + nav pill (right), matching Figma placement -->
<div class="absolute inset-x-0 top-[33px] z-50 mx-auto max-w-[1411px] px-6">
<div class="flex items-center justify-between">
<!-- Logo mark -->
<a href="#home" class="block size-[56px] overflow-hidden rounded-[14px] bg-white/40">
<img src="assets/photos/TamuCS_reworked_logo.png" alt="Stack Hack logo" class="size-full object-cover" />
</a>
<!-- Nav pill -->
<nav class="flex items-center gap-[5px] rounded-[20px] border border-[rgba(107,0,0,0.12)] bg-white/80 px-[16px] py-[11px] shadow-[0px_1px_4px_rgba(0,0,0,0.1)] backdrop-blur">
<a href="#home" class="rounded-[18px] px-[20px] py-[7px] text-[17px] font-semibold text-[rgba(107,0,0,0.65)] transition hover:bg-[rgba(107,0,0,0.06)] hover:text-[#6b0000]">Home</a>
<a href="#prizes" class="rounded-[18px] px-[20px] py-[7px] text-[17px] font-semibold text-[rgba(107,0,0,0.65)] transition hover:bg-[rgba(107,0,0,0.06)] hover:text-[#6b0000]">Prizes</a>
<a href="#faq" class="rounded-[18px] px-[20px] py-[7px] text-[17px] font-semibold text-[rgba(107,0,0,0.65)] transition hover:bg-[rgba(107,0,0,0.06)] hover:text-[#6b0000]">FAQ</a>
<a href="#sponsors" class="rounded-[18px] px-[20px] py-[7px] text-[17px] font-semibold text-[rgba(107,0,0,0.65)] transition hover:bg-[rgba(107,0,0,0.06)] hover:text-[#6b0000]">Sponsors</a>
<a href="#about" class="rounded-[18px] px-[20px] py-[7px] text-[17px] font-semibold text-[rgba(107,0,0,0.65)] transition hover:bg-[rgba(107,0,0,0.06)] hover:text-[#6b0000]">About</a>
</nav>
</div>
</div>
<!-- Decorative rounded squares -->
<div class="blob" style="left:-117px; top:-117px; width:288px; height:288px; background:#6b0000; opacity:.11; border-radius:12px; rotate:18deg;"></div>
<div class="blob" style="left:1144px; top:-49px; width:208px; height:208px; background:#f0a500; opacity:.16; border-radius:10px; rotate:-22deg;"></div>
<div class="blob" style="left:1355px; top:317px; width:144px; height:144px; background:#6b0000; opacity:.12; border-radius:8px; rotate:45deg;"></div>
<div class="blob" style="left:-22px; top:744px; width:224px; height:80px; background:#f0a500; opacity:.14; border-radius:8px; rotate:-14deg;"></div>
<div class="blob" style="left:813px; top:840px; width:160px; height:160px; background:#6b0000; opacity:.10; border-radius:8px; rotate:30deg;"></div>
<div class="blob" style="left:62px; top:476px; width:64px; height:64px; background:#f0a500; opacity:.18; border-radius:5px; rotate:20deg;"></div>
<!-- Hero illustration (right side) -->
<img src="assets/photos/under_contruction.png" alt="Stack Hack illustration"
class="pointer-events-none absolute right-[120px] top-[260px] w-[520px]" />
<!-- Headline -->
<div class="relative mx-auto h-full max-w-[1024px] px-6">
<div class="absolute left-0 top-[199px] w-[520px]">
<div class="h-[64px]"></div>
<h1 class="font-display-sans m-0 uppercase leading-[0.88] tracking-[-2.9px]" style="font-size:145px;">
<span class="block text-[#6b0000]">Stack</span>
<span class="block text-[#f0a500]">Hack</span>
</h1>
<p class="font-metropolis mt-[20px] whitespace-nowrap text-[28px] text-[rgba(107,0,0,0.55)]">November 7–8 | Texas A&M University</p>
<a href="register.html" class="mt-[32px] inline-block rounded-[16px] bg-[#6b0000] px-[40px] py-[16px] text-[20px] font-semibold text-[#fdf4e7] shadow-[0_8px_20px_rgba(107,0,0,0.25)] transition duration-300 hover:-translate-y-[3px] hover:bg-[#7d0000] hover:shadow-[0_12px_28px_rgba(107,0,0,0.35)]">Register</a>
</div>
</div>
</section>
<!-- ===================== ABOUT ===================== -->
<section id="about" class="bg-[#fff8f0] px-6 py-[96px]">
<div class="mx-auto max-w-[1024px]">
<div class="mb-[48px] flex flex-col items-center">
<h2 class="font-display-sage text-[56px] uppercase tracking-[-1.4px] text-[#6b0000]">About Stack Hack</h2>
<span class="mt-[12px] h-[4px] w-[80px] rounded-full bg-[#f0a500]"></span>
</div>
<div class="grid grid-cols-3 gap-[24px]">
<!-- Card 1 -->
<article class="transition duration-300 hover:-translate-y-[6px] hover:shadow-[0_14px_28px_rgba(107,0,0,0.12)] rounded-[24px] border-2 border-[rgba(107,0,0,0.08)] bg-white p-[30px] shadow-[0px_1px_2px_rgba(0,0,0,0.1)]">
<div class="h-[36px] w-[36px] rounded-[10px] bg-[rgba(240,165,0,0.18)]"></div>
<h3 class="font-metropolis mt-[16px] text-[18px] font-bold text-[#6b0000]">48 Hours to Build</h3>
<p class="mt-[8px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">Design, build, and ship a project from scratch alongside the best student developers in Texas.</p>
</article>
<!-- Card 2 -->
<article class="transition duration-300 hover:-translate-y-[6px] hover:shadow-[0_14px_28px_rgba(107,0,0,0.12)] rounded-[24px] border-2 border-[rgba(107,0,0,0.08)] bg-white p-[30px] shadow-[0px_1px_2px_rgba(0,0,0,0.1)]">
<div class="h-[36px] w-[36px] rounded-[10px] bg-[rgba(240,165,0,0.18)]"></div>
<h3 class="font-metropolis mt-[16px] text-[18px] font-bold text-[#6b0000]">Learn & Connect</h3>
<p class="mt-[8px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">Join workshops, meet mentors, and connect with fellow student developers throughout the weekend.</p>
</article>
<!-- Card 3 -->
<article class="transition duration-300 hover:-translate-y-[6px] hover:shadow-[0_14px_28px_rgba(107,0,0,0.12)] rounded-[24px] border-2 border-[rgba(107,0,0,0.08)] bg-white p-[30px] shadow-[0px_1px_2px_rgba(0,0,0,0.1)]">
<div class="h-[36px] w-[36px] rounded-[10px] bg-[rgba(240,165,0,0.18)]"></div>
<h3 class="font-metropolis mt-[16px] text-[18px] font-bold text-[#6b0000]">Open to All</h3>
<p class="mt-[8px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">Whether you're a first-time hacker or a seasoned builder, everyone is welcome to take part and ship something.</p>
</article>
</div>
</div>
</section>
<!-- ===================== PRIZES ===================== -->
<section id="prizes" class="bg-[#fdf4e7] px-6 py-[96px]">
<div class="mx-auto max-w-[1024px]">
<div class="mb-[48px] flex flex-col items-center">
<h2 class="font-display-sans text-[56px] uppercase tracking-[-1.4px] text-[#6b0000]">Prizes</h2>
<span class="mt-[12px] h-[4px] w-[80px] rounded-full bg-[#f0a500]"></span>
</div>
<div class="grid grid-cols-3 gap-[24px]">
<!-- Prize card -->
<article class="transition duration-300 hover:-translate-y-[6px] hover:shadow-[0_14px_28px_rgba(107,0,0,0.12)] flex h-[188px] flex-col items-center justify-center rounded-[24px] border-2 border-[rgba(107,0,0,0.12)] bg-white p-[34px] text-center shadow-[0px_1px_2px_rgba(0,0,0,0.1)]">
<div class="h-[60px] w-[48px] rounded-[8px] bg-[rgba(107,0,0,0.06)]"></div>
<p class="font-metropolis mt-[16px] text-[15px] font-bold text-[rgba(107,0,0,0.45)]">To be announced</p>
</article>
<!-- Top prize card -->
<article class="transition duration-300 hover:-translate-y-[6px] hover:shadow-[0_14px_28px_rgba(107,0,0,0.12)] relative flex h-[188px] flex-col items-center justify-center rounded-[24px] border-2 border-[#f0a500] bg-[#fff8ed] p-[34px] text-center shadow-[0px_10px_8px_rgba(240,165,0,0.2)]">
<span class="font-display-chaos absolute -top-[12px] rounded-full bg-[#f0a500] px-[12px] py-[4px] text-[10px] uppercase tracking-[1px] text-white">Top Prize</span>
<div class="h-[60px] w-[48px] rounded-[8px] bg-[rgba(240,165,0,0.18)]"></div>
<p class="font-metropolis mt-[16px] text-[15px] font-bold text-[rgba(107,0,0,0.45)]">To be announced</p>
</article>
<!-- Prize card -->
<article class="transition duration-300 hover:-translate-y-[6px] hover:shadow-[0_14px_28px_rgba(107,0,0,0.12)] flex h-[188px] flex-col items-center justify-center rounded-[24px] border-2 border-[rgba(107,0,0,0.12)] bg-white p-[34px] text-center shadow-[0px_1px_2px_rgba(0,0,0,0.1)]">
<div class="h-[60px] w-[48px] rounded-[8px] bg-[rgba(107,0,0,0.06)]"></div>
<p class="font-metropolis mt-[16px] text-[15px] font-bold text-[rgba(107,0,0,0.45)]">To be announced</p>
</article>
</div>
<p class="mt-[32px] text-center text-[14px] text-[rgba(107,0,0,0.35)]">+ Category prizes, sponsor challenges, and swag for all participants. Full prize list announced closer to the event.</p>
</div>
</section>
<!-- ===================== SCHEDULE ===================== -->
<section id="schedule" class="bg-[#fff8f0] px-6 py-[96px]">
<div class="mx-auto max-w-[1024px]">
<div class="mb-[24px] flex flex-col items-center">
<h2 class="font-display-sage text-[56px] uppercase tracking-[-1.4px] text-[#6b0000]">Schedule</h2>
<span class="mt-[12px] h-[4px] w-[80px] rounded-full bg-[#f0a500]"></span>
</div>
<!-- Vague placeholder timeline -->
<div class="mx-auto max-w-[640px] space-y-[16px]">
<div class="flex items-center gap-[16px] rounded-[16px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] px-[24px] py-[20px]">
<span class="font-display-sage text-[20px] text-[#f0a500]">Day 1</span>
<span class="text-[14px] text-[rgba(107,0,0,0.4)]">Opening, team formation & kickoff — details coming soon.</span>
</div>
<div class="flex items-center gap-[16px] rounded-[16px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] px-[24px] py-[20px]">
<span class="font-display-sage text-[20px] text-[#f0a500]">Day 2</span>
<span class="text-[14px] text-[rgba(107,0,0,0.4)]">Building, mentorship, judging & closing — details coming soon.</span>
</div>
</div>
<p class="mt-[24px] text-center text-[12px] text-[rgba(107,0,0,0.3)]">Full schedule subject to change. Exact dates TBA Fall 2026.</p>
</div>
</section>
<!-- ===================== SPONSORS ===================== -->
<section id="sponsors" class="bg-[#fdf4e7] px-6 py-[96px]">
<div class="mx-auto max-w-[1024px]">
<div class="flex flex-col items-center">
<h2 class="font-display-sage text-[56px] uppercase tracking-[-1.4px] text-[#6b0000]">Sponsors</h2>
<span class="mt-[12px] h-[4px] w-[80px] rounded-full bg-[#f0a500]"></span>
</div>
<p class="mx-auto mt-[48px] max-w-[512px] text-center text-[14px] leading-[1.6] text-[rgba(107,0,0,0.5)]">Stack Hack is made possible by our sponsors. Interested in reaching top CS talent at Texas A&M? We'd love to partner with you.</p>
<!-- Gold tier -->
<p class="font-display-sage mt-[48px] text-center text-[12px] uppercase tracking-[1.2px] text-[#f0a500]">Gold</p>
<div class="mt-[12px] grid grid-cols-3 gap-[16px]">
<div class="flex h-[138px] items-center justify-center rounded-[16px] border-2 border-dashed border-[rgba(240,165,0,0.35)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(240,165,0,0.7)] text-[12px] text-[rgba(107,0,0,0.25)]">Your Logo Here</div>
<div class="flex h-[138px] items-center justify-center rounded-[16px] border-2 border-dashed border-[rgba(240,165,0,0.35)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(240,165,0,0.7)] text-[12px] text-[rgba(107,0,0,0.25)]">Your Logo Here</div>
<div class="flex h-[138px] items-center justify-center rounded-[16px] border-2 border-dashed border-[rgba(240,165,0,0.35)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(240,165,0,0.7)] text-[12px] text-[rgba(107,0,0,0.25)]">Your Logo Here</div>
</div>
<!-- Silver tier -->
<p class="font-display-sage mt-[32px] text-center text-[12px] uppercase tracking-[1.2px] text-[rgba(107,0,0,0.4)]">Silver</p>
<div class="mt-[12px] grid grid-cols-5 gap-[12px]">
<div class="flex h-[110px] items-center justify-center rounded-[14px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] text-[10px] text-[rgba(107,0,0,0.2)]">Sponsor</div>
<div class="flex h-[110px] items-center justify-center rounded-[14px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] text-[10px] text-[rgba(107,0,0,0.2)]">Sponsor</div>
<div class="flex h-[110px] items-center justify-center rounded-[14px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] text-[10px] text-[rgba(107,0,0,0.2)]">Sponsor</div>
<div class="flex h-[110px] items-center justify-center rounded-[14px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] text-[10px] text-[rgba(107,0,0,0.2)]">Sponsor</div>
<div class="flex h-[110px] items-center justify-center rounded-[14px] border-2 border-dashed border-[rgba(107,0,0,0.12)] bg-white/60 transition duration-300 hover:-translate-y-[3px] hover:border-[rgba(107,0,0,0.3)] text-[10px] text-[rgba(107,0,0,0.2)]">Sponsor</div>
</div>
</div>
</section>
<!-- ===================== FAQ ===================== -->
<section id="faq" class="bg-[#fff8f0] px-6 py-[96px]">
<div class="mx-auto max-w-[1024px]">
<div class="mb-[48px] flex flex-col items-center">
<h2 class="font-display-sage text-[56px] uppercase tracking-[-1.4px] text-[#6b0000]">FAQ</h2>
<span class="mt-[12px] h-[4px] w-[80px] rounded-full bg-[#f0a500]"></span>
</div>
<div class="mx-auto max-w-[672px] space-y-[12px]">
<!-- Items -->
<div class="faq-item overflow-hidden rounded-[14px] border-2 border-[rgba(107,0,0,0.08)] bg-white">
<button type="button" class="faq-trigger flex w-full items-center justify-between px-[24px] py-[16px] text-left">
<span class="font-metropolis text-[15px] font-bold text-[#6b0000]">Who can participate in Stack Hack?</span>
<span class="faq-toggle text-[24px] leading-none text-[#f0a500]">+</span>
</button>
<div class="faq-answer px-[24px]"><p class="pb-[16px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">Stack Hack is open to a wide range of students. Eligibility details will be shared when applications open.</p></div>
</div>
<div class="faq-item overflow-hidden rounded-[14px] border-2 border-[rgba(107,0,0,0.08)] bg-white">
<button type="button" class="faq-trigger flex w-full items-center justify-between px-[24px] py-[16px] text-left">
<span class="font-metropolis text-[15px] font-bold text-[#6b0000]">Do I need a team to register?</span>
<span class="faq-toggle text-[24px] leading-none text-[#f0a500]">+</span>
</button>
<div class="faq-answer px-[24px]"><p class="pb-[16px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">You can sign up solo or with others. There will be ways to find teammates closer to the event.</p></div>
</div>
<div class="faq-item overflow-hidden rounded-[14px] border-2 border-[rgba(107,0,0,0.08)] bg-white">
<button type="button" class="faq-trigger flex w-full items-center justify-between px-[24px] py-[16px] text-left">
<span class="font-metropolis text-[15px] font-bold text-[#6b0000]">What should I bring?</span>
<span class="faq-toggle text-[24px] leading-none text-[#f0a500]">+</span>
</button>
<div class="faq-answer px-[24px]"><p class="pb-[16px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">A full list of what to bring will be provided ahead of the event. Mostly just yourself and your ideas.</p></div>
</div>
<div class="faq-item overflow-hidden rounded-[14px] border-2 border-[rgba(107,0,0,0.08)] bg-white">
<button type="button" class="faq-trigger flex w-full items-center justify-between px-[24px] py-[16px] text-left">
<span class="font-metropolis text-[15px] font-bold text-[#6b0000]">Is there a registration fee?</span>
<span class="faq-toggle text-[24px] leading-none text-[#f0a500]">+</span>
</button>
<div class="faq-answer px-[24px]"><p class="pb-[16px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">Pricing details are being finalized. Cost information will be posted before applications open.</p></div>
</div>
<div class="faq-item overflow-hidden rounded-[14px] border-2 border-[rgba(107,0,0,0.08)] bg-white">
<button type="button" class="faq-trigger flex w-full items-center justify-between px-[24px] py-[16px] text-left">
<span class="font-metropolis text-[15px] font-bold text-[#6b0000]">What is TAMU ColorStack?</span>
<span class="faq-toggle text-[24px] leading-none text-[#f0a500]">+</span>
</button>
<div class="faq-answer px-[24px]"><p class="pb-[16px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">TAMU ColorStack is a student community focused on supporting Black and Latinx students pursuing tech careers.</p></div>
</div>
<div class="faq-item overflow-hidden rounded-[14px] border-2 border-[rgba(107,0,0,0.08)] bg-white">
<button type="button" class="faq-trigger flex w-full items-center justify-between px-[24px] py-[16px] text-left">
<span class="font-metropolis text-[15px] font-bold text-[#6b0000]">When will applications open?</span>
<span class="faq-toggle text-[24px] leading-none text-[#f0a500]">+</span>
</button>
<div class="faq-answer px-[24px]"><p class="pb-[16px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.55)]">Applications open in the lead-up to the event. Keep an eye on our channels for the announcement.</p></div>
</div>
</div>
</div>
</section>
<!-- ===================== CONTACT ===================== -->
<section id="contact" class="bg-[#fdf4e7] px-6 py-[96px]">
<div class="mx-auto max-w-[512px] text-center">
<div class="flex flex-col items-center">
<h2 class="font-display-sage text-[56px] uppercase tracking-[-1.4px] text-[#6b0000]">Contact</h2>
<span class="mt-[12px] h-[4px] w-[80px] rounded-full bg-[#f0a500]"></span>
</div>
<p class="mt-[48px] text-[14px] leading-[1.6] text-[rgba(107,0,0,0.5)]">Questions? Interested in sponsoring or mentoring? Reach out to the organizing team.</p>
<div class="mt-[40px] flex flex-col items-center gap-[16px]">
<a href="mailto:tamucolorstack@gmail.com" class="group flex items-center gap-[12px] text-[14px] text-[rgba(107,0,0,0.6)] transition hover:text-[#6b0000]">
<span class="flex size-[32px] items-center justify-center rounded-full border-2 border-[rgba(240,165,0,0.3)] bg-white text-[#f0a500] transition duration-300 group-hover:scale-110 group-hover:border-[#f0a500]">
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="m3 7 9 6 9-6"/></svg>
</span>
tamucolorstack@gmail.com
</a>
<a href="https://instagram.com/tamucolorstack" class="group flex items-center gap-[12px] text-[14px] text-[rgba(107,0,0,0.6)] transition hover:text-[#6b0000]">
<span class="flex size-[32px] items-center justify-center rounded-full border-2 border-[rgba(240,165,0,0.3)] bg-white text-[#f0a500] transition duration-300 group-hover:scale-110 group-hover:border-[#f0a500]">
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4.2"/><circle cx="17.5" cy="6.5" r="1.2" fill="currentColor" stroke="none"/></svg>
</span>
@tamucolorstack
</a>
<a href="https://www.linkedin.com/company/tamucolorstack" class="group flex items-center gap-[12px] text-[14px] text-[rgba(107,0,0,0.6)] transition hover:text-[#6b0000]">
<span class="flex size-[32px] items-center justify-center rounded-full border-2 border-[rgba(240,165,0,0.3)] bg-white text-[#f0a500] transition duration-300 group-hover:scale-110 group-hover:border-[#f0a500]">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M4.98 3.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5ZM3 9h4v12H3V9Zm6 0h3.8v1.64h.05c.53-1 1.83-2.05 3.77-2.05 4.03 0 4.78 2.65 4.78 6.1V21h-4v-5.4c0-1.29-.02-2.95-1.8-2.95-1.8 0-2.08 1.4-2.08 2.85V21H9V9Z"/></svg>
</span>
TAMU ColorStack on LinkedIn
</a>
<a href="https://linktr.ee/tamucolorstack" class="group flex items-center gap-[12px] text-[14px] text-[rgba(107,0,0,0.6)] transition hover:text-[#6b0000]">
<span class="flex size-[32px] items-center justify-center rounded-full border-2 border-[rgba(240,165,0,0.3)] bg-white text-[#f0a500] transition duration-300 group-hover:scale-110 group-hover:border-[#f0a500]">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M10 13a5 5 0 0 0 7.07 0l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.07 0l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/></svg>
</span>
linktr.ee/tamucolorstack
</a>
</div>
</div>
</section>
<!-- ===================== FOOTER ===================== -->
<footer class="border-t border-[rgba(107,0,0,0.08)] bg-[#fdf4e7] px-6 pt-[33px] pb-[32px]">
<div class="mx-auto flex max-w-[1024px] items-center justify-between">
<div class="flex items-center gap-[12px]">
<div class="size-[28px] overflow-hidden rounded-[4px] opacity-60">
<img src="assets/photos/TamuCS_reworked_logo.png" alt="Stack Hack logo" class="size-full object-contain" />
</div>
<span class="text-[14px] text-[rgba(107,0,0,0.4)]">Stack Hack 2026 — TAMU ColorStack</span>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>