Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 197cd97

Browse files
authored
Add Mentors and Workshop Typeform (#84)
1 parent a420014 commit 197cd97

File tree

1 file changed

+38
-31
lines changed

1 file changed

+38
-31
lines changed

src/screens/LandingScreen/AboutSection.js

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Box, Button, Container, Grid, Heading, Text } from 'theme-ui';
1+
import { Box, Button, Container, Grid, Heading, Text, Link } from 'theme-ui';
22
import theme from '../../lib/theme';
33

44
const AboutSection = () => {
@@ -53,38 +53,45 @@ const AboutSection = () => {
5353
mt={[3, 5]}
5454
sx={{ maxWidth: 'copyUltra', mx: 'auto' }}
5555
>
56-
{/* <Heading as="h3" variant="headline" sx={{ fontSize: [4, 5], mb: 0 }}>
57-
Go beyond club meetings.
58-
</Heading> */}
59-
{/* <Text
60-
as="p"
61-
variant="lead"
62-
sx={{ mt: 0, a: { variant: 'styles.a', color: 'blue' } }}
63-
>
64-
Hack Clubs attend and run{' '}
65-
<a href="https://hackathons.hackclub.com/">hackathons</a> like{' '}
66-
<a href="https://windyhacks.com">Windy&nbsp;City&nbsp;Hacks</a> &{' '}
67-
<a href="https://www.sfchronicle.com/bayarea/article/Hack-the-Fog-makes-history-as-San-12729895.php">
68-
Hack the Fog
69-
</a>
70-
, run summer programs like{' '}
71-
<a href="http://thecspn.com/?p=43434">Hack Camp</a>, and compete in
72-
events like the{' '}
73-
<a href="http://www.congressionalappchallenge.us">
74-
Congressional App Challenge
75-
</a>
76-
. The&nbsp;hack’s the limit.
77-
</Text> */}
7856
<Text as="p" variant="lead" sx={{ mt: 0, textAlign: 'center' }}>
79-
HackNITR 2.0 is one of a kind Hackathon brought to you by OpenCode and
80-
DSC NIT Rourkela. A unique opportunity to bring out your ideas and
81-
technological skills to win awesome prizes and swags.
57+
HackNITR 2.0 is one of a kind hackathon brought to you by{' '}
58+
<Link
59+
rel="noreferrer"
60+
sx={{ cursor: 'pointer' }}
61+
>
62+
<a href="https://opencodenitr.herokuapp.com/" target="_blank" style={{textDecoration: 'none'}}>OpenCode</a>
63+
</Link>{' '}
64+
and{' '}
65+
<Link
66+
rel="noreferrer"
67+
sx={{ cursor: 'pointer' }}
68+
>
69+
<a href="https://dscnitrourkela.org/" target="_blank" style={{textDecoration: 'none'}}>DSC NIT Rourkela</a>
70+
</Link>
71+
. A unique opportunity to bring out your ideas and technological
72+
skills to win awesome prizes and swags.
73+
</Text>
74+
75+
<Text as="p" variant="lead" sx={{ mt: 0, textAlign: 'left' }}>
76+
We are eager to have student mentors and workshop facilitators join
77+
us at HackNITR 2.0
8278
</Text>
83-
<Button variant="ctaLg" rel="noopener" sx={{ justifySelf: 'center' }}>
84-
{/* <Link to="contact-section" smooth offset={-50}> */}
85-
Subscribe for updates
86-
{/* </Link> */}
87-
</Button>
79+
<Link
80+
href="https://nitrdevs.typeform.com/to/rVVPYabo"
81+
target="_blank"
82+
rel="noreferrer"
83+
sx={{ justifySelf: 'center' }}
84+
>
85+
<Button
86+
variant="ctaLg"
87+
rel="noopener"
88+
sx={{ justifySelf: 'center' }}
89+
>
90+
Apply Now
91+
</Button>
92+
93+
94+
</Link>
8895
</Grid>
8996
</Container>
9097
</Box>

0 commit comments

Comments
 (0)