|
21 | 21 | {
|
22 | 22 | text: 'FAQ',
|
23 | 23 | href: `${base}/faq`,
|
24 |
| - button: { class: 'bg-lightyellow-100 hover:bg-lightyellow-200' } |
| 24 | + button: { class: 'bg-[#A2CEF1] hover:bg-[#83BDEC]' } |
25 | 25 | },
|
26 | 26 | {
|
27 | 27 | text: 'Schedule',
|
|
63 | 63 | <div class="text-white font-bold text-6xl md:text-8xl">
|
64 | 64 | HackTJ
|
65 | 65 | <!-- TODO: `Overpass Mono`: -->
|
66 |
| - <sup class="text-3xl md:text-4xl font-mono align-super text-theme-100" |
| 66 | + <sup class="text-3xl md:text-4xl font-mono align-super" style="color: rgba(161,206,241,255);" |
67 | 67 | >{event.iteration}</sup
|
68 | 68 | >
|
69 | 69 | </div>
|
70 | 70 | <h3 class="text-white font-medium text-xl md:text-2xl w-3/4">
|
71 |
| - <!-- <span class="text-theme-100 font-bold">March 4-5, Cvent</span> |
72 |
| - <br /> --> |
| 71 | + <span class="text-[#A7D0F1] font-bold">March 8-9, Cvent</span> |
| 72 | + <br /> |
73 | 73 | Build the next greatest thing - oh, and bring your friends along too.
|
74 | 74 | </h3>
|
75 | 75 | <div class="flex flex-col md:flex-row mt-6 space-y-3 md:space-y-0 space-x-0 md:space-x-3">
|
76 | 76 | {#if registration.isOpen}
|
77 | 77 | <a
|
78 | 78 | href="{base}/register"
|
79 |
| - class="block text-center py-3 bg-theme-100 hover:bg-theme-200 text-blueberry-800 text-xl font-bold rounded-2xl px-8" |
| 79 | + class="block text-center py-3 bg-[#83BDEC] hover:bg-theme-200 text-blueberry-800 text-xl font-bold rounded-2xl px-8" |
80 | 80 | > Register </a
|
81 | 81 | >
|
82 | 82 | {/if}
|
83 | 83 | <a
|
84 | 84 | href="{base}/schedule"
|
85 |
| - class="block text-center py-3 bg-spruce-100 hover:bg-spruce-200 text-blueberry-800 text-xl font-bold rounded-2xl px-8" |
| 85 | + class="block text-center py-3 bg-[rgba(161,206,241,255)] hover:bg-purple-400 text-blueberry-800 text-xl font-bold rounded-2xl px-8" |
86 | 86 | >Schedule</a
|
87 | 87 | >
|
88 | 88 | </div>
|
|
96 | 96 | fill="none"
|
97 | 97 | xmlns="http://www.w3.org/2000/svg"
|
98 | 98 | >
|
99 |
| - <rect x="-326" width="599" height="61" rx="30.5" fill="#FE5F55" /> |
| 99 | + <rect x="-326" width="599" height="61" rx="30.5" fill="#B8F1EF" /> |
100 | 100 | <path
|
101 | 101 | d="M321 30.5C321 13.6553 334.655 0 351.5 0H1441V61H351.5C334.655 61 321 47.3447 321 30.5V30.5Z"
|
102 |
| - fill="#737AB0" |
| 102 | + fill="#a2cef1" |
103 | 103 | />
|
104 | 104 | </svg>
|
105 | 105 | <svg class="mb-6" viewBox="0 0 1440 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
106 | 106 | <rect x="-323" width="470" height="61" rx="30.5" fill="#F3F7F0" />
|
107 | 107 | <rect x="195" width="271" height="61" rx="30.5" fill="#B8DBD9" />
|
108 |
| - <rect x="514" width="458" height="61" rx="30.5" fill="#FB6376" /> |
109 |
| - <rect x="1020" width="599" height="61" rx="30.5" fill="#FED049" /> |
| 108 | + <rect x="514" width="458" height="61" rx="30.5" fill="#6AB4B0" /> |
| 109 | + <rect x="1020" width="599" height="61" rx="30.5" fill="#799bb6" /> |
110 | 110 | </svg>
|
111 | 111 | </div>
|
112 | 112 | </div>
|
113 | 113 |
|
114 | 114 | <!-- About Section -->
|
115 | 115 | <section class="mt-8 p-8 md:p-12 text-blueberry-200" id="about">
|
116 | 116 | <h1 class="text-4xl md:text-6xl lg:text-7xl font-black">
|
117 |
| - Welcome to the Future Generation of <span class="text-theme-100">Coders</span> |
| 117 | + Welcome to the Future Generation of <span class="text-[#A7D0F1]">Coders</span> |
118 | 118 | </h1>
|
119 | 119 | <div class="flex flex-col lg:flex-row mt-4 text-lg space-y-8 lg:space-y-0 lg:space-x-8">
|
120 | 120 | <p class="flex-1">
|
|
133 | 133 | <div class="flex flex-col md:flex-row mt-6 space-y-3 md:space-y-0 space-x-0 md:space-x-3">
|
134 | 134 | <a
|
135 | 135 | href="{base}/faq"
|
136 |
| - class="block text-center py-3 bg-lightyellow-100 hover:bg-lightyellow-200 text-blueberry-800 text-xl font-bold rounded-2xl px-8" |
| 136 | + class="block text-center py-3 bg-[#A7D0F1] hover:bg-[#83BDEC] text-blueberry-800 text-xl font-bold rounded-2xl px-8" |
137 | 137 | >FAQ</a
|
138 | 138 | >
|
139 | 139 | <a
|
|
168 | 168 | <h1 class="text-4xl md:text-6xl font-black text-white">Sponsors</h1>
|
169 | 169 | <h3 class="mt-2 text-xl md:text-2xl font-bold text-blueberry-200">
|
170 | 170 | Interested in sponsoring? Check out our <a
|
171 |
| - class="underline text-theme-100 hover:text-theme-200" |
| 171 | + class="underline text-[#A7D0F1] hover:text-[#83BDEC]" |
172 | 172 | href="{base}/{event.sponsorshipPacket}"
|
173 | 173 | target="_blank">{event.iteration} sponsorship packet</a
|
174 | 174 | >
|
175 | 175 | or email us at
|
176 |
| - < a class= "underline text-theme-100 hover:text-theme-200" href= "mailto:[email protected]" |
| 176 | + < a class= "underline text-[#A7D0F1] hover:text-[#83BDEC]" href= "mailto:[email protected]" |
177 | 177 |
|
178 | 178 | > if you're interested or have any questions!
|
179 | 179 | </h3>
|
|
191 | 191 | unstyled={true}
|
192 | 192 | classBg="fixed top-0 left-0 w-screen h-screen flex flex-col justify-center bg-blackberry-800/[0.8] z-10"
|
193 | 193 | classWindowWrap="relative m-4 max-h-full"
|
194 |
| - classWindow="rounded-2xl bg-theme-100 text-black p-6 md:p-8 max-w-xl max-h-full m-auto relative" |
| 194 | + classWindow="rounded-2xl bg-[#A7D0F1] text-black p-6 md:p-8 max-w-xl max-h-full m-auto relative" |
195 | 195 | closeButton={CloseButton}
|
196 | 196 | >
|
197 | 197 | <div
|
|
219 | 219 | href={location.mapsLink}
|
220 | 220 | target="_blank"
|
221 | 221 | rel="noopener noreferred"
|
222 |
| - class="block mt-4 text-center py-3 bg-theme-100 hover:bg-theme-200 text-blueberry-800 text-xl font-bold rounded-2xl" |
| 222 | + class="block mt-4 text-center py-3 bg-[#A7D0F1] hover:bg-[#83BDEC] text-blueberry-800 text-xl font-bold rounded-2xl" |
223 | 223 | >Open in Google Maps</a
|
224 | 224 | >
|
225 | 225 | </div>
|
|
0 commit comments