Skip to content

Commit

Permalink
News section updated for GSOC 2023 - organization release
Browse files Browse the repository at this point in the history
  • Loading branch information
RomitGoyal committed Feb 26, 2023
1 parent 866b38e commit ab86a90
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions frontend/src/components/home/homeBody/HomeNews.js
Expand Up @@ -5,6 +5,22 @@ import Button from "../../common/Button";

const MIN_ELEMENTS = 18;
const EVENTS = [
{
date: "February 2023",
desc: (
<span>
CloudCV selected as a mentoring organisation for{" "}
<Link
to="https://summerofcode.withgoogle.com/programs/2023/organizations/cloudcv"
target="blank"
rel="noopener noreferrer"
>
GSOC 2023
</Link>
</span>
)
},

{
date: "March 2021",
desc: (
Expand All @@ -20,6 +36,7 @@ const EVENTS = [
</span>
)
},

{
date: "March 2020",
desc: (
Expand Down

0 comments on commit ab86a90

Please sign in to comment.