Skip to content

Commit

Permalink
Add cloudcv GSOC 2020 to timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Ramrakhya committed Feb 21, 2021
1 parent 4fdfb37 commit 0fea5b9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion frontend/src/components/home/homeBody/HomeNews.js
Expand Up @@ -3,8 +3,24 @@ import { Link } from "react-router-dom";
import TimelineCard from "../../common/TimelineCard";
import Button from "../../common/Button";

const MIN_ELEMENTS = 16;
const MIN_ELEMENTS = 17;
const EVENTS = [
{
date: "March 2020",
desc: (
<span>
CloudCV selected as a mentoring organisation for{" "}
<Link
to="https://summerofcode.withgoogle.com/archive/2020/organizations/6719687229964288/"
target="blank"
rel="noopener noreferrer"
>
GSOC 2020
</Link>
</span>
)
},

{
date: "September 2019",
desc: (
Expand Down

0 comments on commit 0fea5b9

Please sign in to comment.