Skip to content

Commit 0b86894

Browse files
authored
Update constants.js
1 parent 9cba8d0 commit 0b86894

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/constants.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import styled from "styled-components";
2+
import NUCLOUD from "../images/past/2024.svg";
23
import PILOT from "../images/past/2023.svg";
34
import SYN from "../images/past/2022.svg";
45
import DEC from "../images/past/2021.svg";
@@ -60,6 +61,13 @@ export const Center = styled.div`
6061
`;
6162

6263
export const Projects = [
64+
{
65+
svg: NUCLOUD,
66+
title: "2024: nuCloud",
67+
description:
68+
"The 2024 team developed a .",
69+
achievements: "Best Hardware, Best Sustainable Development Impact, Nominated for Best Biomanufacturing, Gold Medal",
70+
},
6371
{
6472
svg: PILOT,
6573
title: "2023: PILOT",
@@ -124,7 +132,7 @@ export const Projects = [
124132
description:
125133
"Honeybee Colony Collapse Disorder destroys whole bee colonies, where neonicotinoid pesticides poison plat-feeders like bees. The 2015 team engineered honeybee intestinal bacteria to degrade imidacloprid, a widely-used neonicotinoid.",
126134
achievements:
127-
"Nominated for Best Environmental Project,Nominated for Best Poster, Gold Medal",
135+
"Nominated for Best Environmental Project, Nominated for Best Poster, Gold Medal",
128136
},
129137
{
130138
svg: DAR,

0 commit comments

Comments
 (0)