Skip to content

Commit

Permalink
Update website for GSoC 2022
Browse files Browse the repository at this point in the history
Update website for GSoC 2022
  • Loading branch information
Ram81 committed Feb 28, 2022
2 parents d6b72d1 + e6a15e5 commit 866b38e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions frontend/src/components/home/homeBody/HomeNews.js
Expand Up @@ -5,6 +5,21 @@ import Button from "../../common/Button";

const MIN_ELEMENTS = 18;
const EVENTS = [
{
date: "March 2021",
desc: (
<span>
CloudCV selected as a mentoring organisation for{" "}
<Link
to="https://summerofcode.withgoogle.com/archive/2021/organizations/5332159690178560"
target="blank"
rel="noopener noreferrer"
>
GSOC 2021
</Link>
</span>
)
},
{
date: "March 2020",
desc: (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/team/TeamSection.js
Expand Up @@ -10,7 +10,7 @@ const TeamSection = props => {
<h3 className="cv-home-showcase-heading">{props.title}</h3>
);
const MEMBERS = props.members;
const YEARS = [2020, 2019, 2018, 2017, 2016, 2015];
const YEARS = [2021, 2020, 2019, 2018, 2017, 2016, 2015];
const memberElements =
props.title === "GSoC Students, Mentors and Interns" ? (
YEARS.map((year, index) => {
Expand Down

0 comments on commit 866b38e

Please sign in to comment.