Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit ffd4352

Browse files
committed
Update event info on home page
1 parent c60d7a0 commit ffd4352

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

src/views/pages/CLView/CTA.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function CTA({ className, ...rest }) {
141141
<Button
142142
className={classes.Button + ' ' + classes.secondaryBtn}
143143
component="a"
144-
href="https://codecau.se/sv"
144+
href="https://codecau.se/blogr"
145145
target="_blank"
146146
size="large"
147147
variant="outlined"
@@ -203,7 +203,7 @@ function CTA({ className, ...rest }) {
203203
<Button
204204
className={classes.Button + ' ' + classes.secondaryBtn}
205205
component="a"
206-
href="https://cdn.forms-content.sg-form.com/34a5f5b6-c515-11ea-ae40-26ea0c9b1f0c"
206+
href="https://codecau.se/ws"
207207
target="_blank"
208208
size="large"
209209
variant="outlined"
@@ -269,6 +269,7 @@ function CTA({ className, ...rest }) {
269269
target="_blank"
270270
size="large"
271271
variant="outlined"
272+
disabled="true"
272273
>
273274
Apply Now
274275
</Button>

src/views/pages/CLView/StandFor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function StandsFor({ className, ...rest }) {
8080
alignItems: "center",
8181
overflow: "hidden"
8282
}}>
83-
<img src="/static/campusLeaders/standFor.png" style={{
83+
<img alt="this is what we stand for" src="/static/campusLeaders/standFor.png" style={{
8484
flexShrink: "0",
8585
minWidth: "100%"
8686
}}/>

src/views/pages/HomeView/HomeViewData.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
// event data------------------
22
export const events = [
33
{
4-
img: 'https://img.youtube.com/vi/bAp8YJAJ5Ek/hqdefault.jpg',
5-
title: 'Machine Learning',
6-
link: 'https://www.youtube.com/watch?v=bAp8YJAJ5Ek',
4+
img: 'https://img.youtube.com/vi/hkx_JFFwM1o/hqdefault.jpg',
5+
title: 'Web Development',
6+
link: 'https://codecau.se/algo3w',
77
type: 'Webinar',
8-
description: 'Collecting and Generating data with Pandas',
9-
date_time: 'July 16, 7pm IST'
8+
description: 'DS and Algo with Java Bootcamp Induction',
9+
date_time: 'Aug 29, 7pm IST'
1010
},
1111
{
12-
img: 'https://img.youtube.com/vi/Ir9FNhoPyYc/hqdefault.jpg',
13-
title: 'Machine Learning Web',
14-
link: 'https://www.youtube.com/watch?v=Ir9FNhoPyYc',
12+
img: 'https://img.youtube.com/vi/0ASPY4e9His/hqdefault.jpg',
13+
title: 'Machine Learning',
14+
link: 'https://www.youtube.com/watch?v=0ASPY4e9His',
1515
type: 'Webinar',
16-
description: 'Machine Learning for the web with TensorFlow.js',
17-
date_time: 'July 19, 9:30pm IST'
16+
description: 'Remote Work Best Practices by Joe Nash',
17+
date_time: 'Sept 16, 6:30pm IST'
1818
},
1919
{
20-
img: 'https://img.youtube.com/vi/QHS7_IwTMcc/hqdefault.jpg',
21-
title: 'Web Development',
22-
link: 'https://www.youtube.com/watch?v=QHS7_IwTMcc',
20+
img: 'https://img.youtube.com/vi/4sOn2HmVBlM/hqdefault.jpg',
21+
title: 'Machine Learning Web',
22+
link: 'https://www.youtube.com/watch?v=4sOn2HmVBlM',
2323
type: 'Webinar',
24-
description: 'What is Web API? Hands-on with GitHub API',
25-
date_time: 'July 7, 6pm IST'
26-
}
24+
description: 'Empowering the Hacker Community - QnA with Mike Swift',
25+
date_time: 'Sept 7, 5:30pm IST'
26+
},
27+
2728
];
2829

2930
// mentors data----------------

0 commit comments

Comments
 (0)