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

Commit

Permalink
Merge pull request #87 from CIPHERTron/sponsors
Browse files Browse the repository at this point in the history
Update Sponsors And Speakers
  • Loading branch information
CIPHERTron authored Feb 22, 2021
2 parents 4c44b6f + fc11236 commit 146a8c4
Show file tree
Hide file tree
Showing 14 changed files with 161 additions and 64 deletions.
Binary file removed public/images/Speakers/gauravsen.jfif
Binary file not shown.
Binary file added public/images/Speakers/gauravsen2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/Speakers/gauravsentrial.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/codex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/egghead.png
Binary file not shown.
Binary file added public/images/egghead2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/github1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/interviewready.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/interviewready2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/noticebard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/screens/LandingScreen/AboutSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const AboutSection = () => {

<Text as="p" variant="lead" sx={{ mt: 0, textAlign: 'left' }}>
We are calling for student mentors and workshop facilitators join
us at HackNITR 2.0
us at HackNITR 2.0!
</Text>

<a
Expand Down
20 changes: 10 additions & 10 deletions src/screens/LandingScreen/SpeakerSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const SpeakerSection = () => {
borderRadius: ['10px 10px 0 0', '10px 0 0 10px'],
minWidth: '40%'
}}
src="/images/Speakers/gauravsen.jfif"
src="/images/Speakers/gauravsen2.jpg"
/>
<Box
sx={{
Expand Down Expand Up @@ -128,7 +128,7 @@ const SpeakerSection = () => {
color: '#fff'
}}
>
Founder of InterviewReady
Founder of InterviewReady, Ex-Uber
</Heading>
<Text
sx={{
Expand All @@ -138,9 +138,9 @@ const SpeakerSection = () => {
pb: [1, 3]
}}
>
Gaurav is a Software Engineer and a Content Creator. He has
YouTube channel on system design and algorithms has more than
300k subscribers.
Gaurav is a Software Engineer and a Content Creator. His
YouTube channel on system design and algorithms boasts more
than 300k subscribers.
</Text>
<Box
sx={{
Expand Down Expand Up @@ -365,7 +365,7 @@ const SpeakerSection = () => {
sx={{
textAlign: 'left',
fontSize: '16px',
pb: [1, 3],
pb: [1, 2],
fontWeight: '400',
color: '#fff'
}}
Expand All @@ -381,8 +381,8 @@ const SpeakerSection = () => {
}}
>
Logan currently splits his time between a number of
professional commitments he is passionate about. He spends a
lot of his free time thinking and building things for the
professional commitments he is passionate about. He spends
majority of his free time thinking and building things for the
Julia Community.
</Text>
<Box
Expand Down Expand Up @@ -481,7 +481,7 @@ const SpeakerSection = () => {
sx={{
textAlign: 'left',
fontSize: '16px',
pb: [1, 3],
pb: [1, 2],
fontWeight: '400',
color: '#fff'
}}
Expand All @@ -493,7 +493,7 @@ const SpeakerSection = () => {
textAlign: 'left',
fontSize: '14px',
pt: [1, 2],
pb: [1, 3]
pb: [1, 2]
}}
>
Nikita is a part of Developer Ecosystem team at Google. She is
Expand Down
203 changes: 150 additions & 53 deletions src/screens/LandingScreen/SponsorsSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,25 @@ const SponsorsSection = () => {
</Text>
</Heading>
<Grid
columns={[1, 1]}
columns={[1, 3]}
gap={6}
sx={{ alignItems: 'center', mt: 4 }}
>
<Link
href="https://aws.amazon.com/developer/community/usergroups/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/aws.png"
alt="AWS User Group India logo"
sx={{
maxHeight: '10rem'
}}
/>
</Link>

<Link
href="https://devfolio.co/"
target="_blank"
Expand All @@ -88,7 +103,42 @@ const SponsorsSection = () => {
}}
/>
</Link>


<Link
href="https://github.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/github1.png"
alt="GitHub logo"
sx={{
maxHeight: '7rem'
}}
/>
</Link>
</Grid>

<Grid
columns={[1, 1]}
gap={6}
sx={{ alignItems: 'center', mt: 5 }}
>
<Link
href="https://www.sashido.io/en/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/sashido.png"
alt="Sashido logo"
sx={{
maxHeight: '5rem'
}}
/>
</Link>
</Grid>
</Container>

Expand Down Expand Up @@ -228,6 +278,21 @@ const SponsorsSection = () => {
sx={{ alignItems: 'center', mt: 4 }}
>

<Link
href="https://thecodex.me/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/codex.png"
alt="Codex Logo"
sx={{
maxHeight: '15rem'
}}
/>
</Link>

<Link
href="https://www.echoar.xyz/"
target="_blank"
Expand All @@ -236,22 +301,51 @@ const SponsorsSection = () => {
>
<Image
src="/images/echoar.png"
alt="Sticker Mule Logo"
alt="EchoAR Logo"
sx={{
maxHeight: '15rem'
}}
/>
</Link>

{/* <Link
href="https://egghead.io/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/egghead2.png"
alt="Egghead Logo"
sx={{
maxHeight: '15rem'
}}
/>
</Link> */}
<Link
href="https://get.interviewready.io/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/interviewready2.png"
alt="InterviewReady Logo"
sx={{
maxHeight: '10rem'
}}
/>
</Link>

<Link
href="https://everwall.com/"
href="https://www.invisionapp.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/everwall.png"
alt="Everwall Logo"
src="/images/invision.png"
alt="Invision Logo"
sx={{
maxHeight: '15rem'
}}
Expand All @@ -272,14 +366,8 @@ const SponsorsSection = () => {
}}
/>
</Link>
</Grid>

<Grid
columns={[1, 2]}
gap={6}
sx={{ alignItems: 'center', mt: [6, 5] }}
>
<Link
<Link
href="https://www.taskade.com/"
target="_blank"
rel="noreferrer"
Expand All @@ -293,7 +381,14 @@ const SponsorsSection = () => {
}}
/>
</Link>
<Link
</Grid>

<Grid
columns={[1, 1]}
gap={6}
sx={{ alignItems: 'center', mt: [5, 6] }}
>
<Link
href="https://www.voiceflow.com/"
target="_blank"
rel="noreferrer"
Expand All @@ -307,60 +402,62 @@ const SponsorsSection = () => {
}}
/>
</Link>
</Grid>
</Grid>
</Container>
{/* <Grid
columns={[1, 3]}

{/* <Container sx={{mt: [5, 6], mb: [2, 5]}}>
<Heading
as="h4"
variant="title"
sx={{ textAlign: 'center', marginBottom: '1rem',}}
style={{
backgroundImage: 'linear-gradient(315deg, #ef5734 0%, #ffcc2f 74%)',
backgroundColor: '#ef5734',
width: 'fit-content',
margin: '0 auto',
padding: '0 1rem',
paddingBottom: '5px',
borderRadius: '10px'
}}
>
<Text
as="span"
sx={{
borderRadius: 'default',
px: 1,
mx: [-2, 0],
whiteSpace: 'nowrap',
color: '#5d114c',
fontSize: ['25px', '50px']
}}
>
Media and Outreach Partner
</Text>
</Heading>
<Grid
columns={[1, 1]}
gap={6}
sx={{ alignItems: 'center', mt: 4 }}
>
<Link
href="https://www.echoar.xyz/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/echoar.png"
alt="Sticker Mule Logo"
sx={{
maxHeight: '15rem'
}}
/>
</Link>
<Link
href="https://www.stickermule.com/"
href="https://www.noticebard.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/stickermule.png"
alt="Sticker Mule Logo"
src="/images/noticebard.png"
alt="Noticebard logo"
sx={{
maxHeight: '20rem'
}}
/>
</Link>
<Link
href="https://www.voiceflow.com/"
target="_blank"
rel="noreferrer"
sx={{ justifySelf: 'center' }}
>
<Image
src="/images/Voiceflow.png"
alt="Voiceflow Logo"
sx={{
maxHeight: '15rem'
maxHeight: '10rem'
}}
/>
</Link>
</Grid> */}
</Grid>
</Container> */}

</Container>
</Box>
);
Expand Down

0 comments on commit 146a8c4

Please sign in to comment.