Skip to content

Commit 5027c82

Browse files
Merge pull request #35 from HackGT/husna
update image extensions and previous events
2 parents a4f7da9 + 1dc631c commit 5027c82

11 files changed

+41
-5
lines changed

pages/events.tsx

+37-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ import Link from "next/link";
66
interface Props {}
77

88
const previousEvents = [
9+
{
10+
name: "Horizons 2024",
11+
description:
12+
"This is the third annual design and tech make-a-thon! This year's theme was celestial and cosmic creativity!",
13+
coverImage: "horizons-2024.jpg",
14+
},
15+
{
16+
name: "Horizons 2023",
17+
description:
18+
"This is the second annual design and tech make-a-thon! This year's theme was based on Sketchbook cafe rewarding over $900 in prizes!",
19+
coverImage: "horizons-2023.jpg",
20+
},
21+
{
22+
name: "Hackcon 2023",
23+
description:
24+
"An event hosted by MLH which welcomes over 300 participants annually with the opportunity to meet companies, attend skill-building workshops, and make new connections.",
25+
coverImage: "hackcon-2023.jpg",
26+
},
27+
{
28+
name: "Horizons 2022",
29+
description:
30+
"Horizons is a 24 hour long arts and tech make-a-thon! Partipicipants of any experience level are welcome to create any digital or design product.",
31+
coverImage: "horizons-2022.jpg",
32+
},
33+
{
34+
name: "Prototypical 2022",
35+
description:
36+
"This is Hexlabs second annual Make-A-Thon, a 9-hour long day event for participants to show off their creative skills with cardboard!",
37+
coverImage: "prototypical-2022.jpg",
38+
},
39+
{
40+
name: "Prototypical 2021",
41+
description:
42+
"Hosted on campus, Prototypical is a Make-A-Thon opportunity for participants to build cardboard prototypes, build hands-on products, and works in teams.",
43+
coverImage: "prototypical-2021.jpg",
44+
},
945
{
1046
name: "Horizons 2020",
1147
description:
@@ -95,7 +131,7 @@ export default function Events(props: Props) {
95131
x="55%"
96132
y="20%"
97133
size={300}
98-
image="./events.jpg"
134+
image="./events.JPG"
99135
rotation={15}
100136
imgOffsetX={0}
101137
imgOffsetY={0}

pages/get-involved.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function GetInvolved(props: Props) {
3939
x="55%"
4040
y="20%"
4141
size={300}
42-
image="./how-to-get-involved.jpg"
42+
image="/how-to-get-involved.JPG"
4343
rotation={15}
4444
imgOffsetX={0}
4545
imgOffsetY={0}
@@ -67,7 +67,7 @@ export default function GetInvolved(props: Props) {
6767
social media pages. Learn more below!
6868
</Text>
6969
<div>
70-
<HCard header="Attend Events" coverImage="attend-events.jpg">
70+
<HCard header="Attend Events" coverImage="attend-events.JPG">
7171
HexLabs hosts multiple events throughout the year for college and
7272
high school students. We hold our flagship hackathathon, HackGT,
7373
annually and we also host events such as Healthtech, Catalyst,

pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function Home(props: Props) {
150150
</Text>
151151
<SimpleGrid columns={[1, 1, 2]} spacing="40px">
152152
<InitiativeCard
153-
coverImage="get-involved-new.jpg"
153+
coverImage="get-involved.jpg"
154154
coverImageAlt="People smiling"
155155
heading="Getting Involved"
156156
body="Learn more about how you can get involved with HexLabs as an

pages/timeline.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export default function Timeline(props: Props) {
313313
learn, and prizes for winners!
314314
</p>
315315
<div className="hex-container">
316-
<Hex size={300} rotation={45} image="/timeline-splash.png" x="60%" y="9%" />
316+
<Hex size={300} rotation={45} image="/timeline-new.jpg" x="60%" y="9%" />
317317
</div>
318318
</section>
319319

public/hackcon-2023.jpg

3.71 MB
Loading

public/horizons-2022.jpg

3.44 MB
Loading

public/horizons-2023.jpg

5.11 MB
Loading

public/horizons-2024.jpg

6.42 MB
Loading

public/prototypical-2021.jpg

364 KB
Loading

public/prototypical-2022.jpg

2.73 MB
Loading

public/timeline-new.jpg

7.56 MB
Loading

0 commit comments

Comments
 (0)