|
1 | | -import { Box, Button, Container, Grid, Heading, Text } from 'theme-ui'; |
| 1 | +import { Box, Button, Container, Grid, Heading, Text, Link } from 'theme-ui'; |
2 | 2 | import theme from '../../lib/theme'; |
3 | 3 |
|
4 | 4 | const AboutSection = () => { |
@@ -53,38 +53,45 @@ const AboutSection = () => { |
53 | 53 | mt={[3, 5]} |
54 | 54 | sx={{ maxWidth: 'copyUltra', mx: 'auto' }} |
55 | 55 | > |
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 City 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 hack’s the limit. |
77 | | - </Text> */} |
78 | 56 | <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 |
82 | 78 | </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> |
88 | 95 | </Grid> |
89 | 96 | </Container> |
90 | 97 | </Box> |
|
0 commit comments