@@ -62,8 +62,7 @@ const previousEvents = [
62
62
} ,
63
63
{
64
64
name : "HackGTeeny" ,
65
- description :
66
- "HackGT’s inaugural HackGTeeny, a hackathon geared towards beginners" ,
65
+ description : "HackGT’s inaugural HackGTeeny, a hackathon geared towards beginners" ,
67
66
coverImage : "hackgteeny.jpg" ,
68
67
} ,
69
68
] ;
@@ -75,21 +74,14 @@ export default function Events(props: Props) {
75
74
< div className = "max-width-600" >
76
75
< Text as = "h1" > Events</ Text >
77
76
< Text >
78
- Hackathons are 36-hour events where students from across the country
79
- come together for a weekend to create anything that shows off their
80
- creativity and passion for development. You may choose any platform,
81
- programming language, or format to show how you re-imagine
77
+ Hackathons are 36-hour events where students from across the country come together for a
78
+ weekend to create anything that shows off their creativity and passion for development.
79
+ You may choose any platform, programming language, or format to show how you re-imagine
82
80
solutions.
83
81
</ Text >
84
82
</ div >
85
83
< div className = "splash-hex hex-container" >
86
- < Hex
87
- x = "59%"
88
- y = "10%"
89
- size = { 200 }
90
- color = "rgba(255,255,255,0.35)"
91
- rotation = { 13 }
92
- />
84
+ < Hex x = "59%" y = "10%" size = { 200 } color = "rgba(255,255,255,0.35)" rotation = { 13 } />
93
85
< Hex
94
86
x = "45%"
95
87
y = "20%"
@@ -127,23 +119,21 @@ export default function Events(props: Props) {
127
119
HackGT
128
120
</ Text >
129
121
< Text mb = "3" >
130
- HackGT is our annual flagship hackathon where students from across the
131
- country come together to celebrate creativity and innovation. We
132
- provide resources, workshops, and mentorship to allow students
133
- transform their imagination into reality.
122
+ HackGT is our annual flagship hackathon where students from across the country come
123
+ together to celebrate creativity and innovation. We provide resources, workshops, and
124
+ mentorship to allow students transform their imagination into reality.
134
125
</ Text >
135
- < Link href = "https://2021.hack.gt " >
126
+ < Link href = "/timeline " >
136
127
< Button colorScheme = "purple" > Learn More</ Button >
137
128
</ Link >
138
129
139
130
< Text as = "h3" mb = "3" mt = "10" >
140
131
Catalyst
141
132
</ Text >
142
133
< Text mb = "3" >
143
- Catalyst is HexLab’s community outreach event for high school students
144
- with limited STEAM exposure. Participants at Catalyst have the
145
- opportunity to learn about Computer Science and other related fields
146
- as a career path as well as be able to receive mentorship from
134
+ Catalyst is HexLab’s community outreach event for high school students with limited STEAM
135
+ exposure. Participants at Catalyst have the opportunity to learn about Computer Science
136
+ and other related fields as a career path as well as be able to receive mentorship from
147
137
industry professionals and Georgia Tech alumni.{ " " }
148
138
</ Text >
149
139
< Link href = "https://catalyst.hack.gt" >
0 commit comments