Skip to content

Commit 09892f2

Browse files
authored
Add GSoC 21 acceptace and team
Add GSoC 21 acceptace and team
2 parents dd3e983 + 55ebd9d commit 09892f2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

frontend/src/components/home/homeBody/HomeNews.js

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ import Button from "../../common/Button";
55

66
const MIN_ELEMENTS = 18;
77
const EVENTS = [
8+
{
9+
date: "March 2021",
10+
desc: (
11+
<span>
12+
CloudCV selected as a mentoring organisation for{" "}
13+
<Link
14+
to="https://summerofcode.withgoogle.com/archive/2021/organizations/5332159690178560"
15+
target="blank"
16+
rel="noopener noreferrer"
17+
>
18+
GSOC 2021
19+
</Link>
20+
</span>
21+
)
22+
},
823
{
924
date: "March 2020",
1025
desc: (

frontend/src/components/team/TeamSection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TeamSection = props => {
1010
<h3 className="cv-home-showcase-heading">{props.title}</h3>
1111
);
1212
const MEMBERS = props.members;
13-
const YEARS = [2020, 2019, 2018, 2017, 2016, 2015];
13+
const YEARS = [2021, 2020, 2019, 2018, 2017, 2016, 2015];
1414
const memberElements =
1515
props.title === "GSoC Students, Mentors and Interns" ? (
1616
YEARS.map((year, index) => {

0 commit comments

Comments
 (0)