diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index b1d598d..eb5e1da 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -1,6 +1,7 @@
---
import { getCollection } from 'astro:content';
import Base from '../layouts/Base.astro';
+import { Icon } from 'astro-icon/components';
import Card from '../components/Card.astro';
const projects = await getCollection('projects');
@@ -8,11 +9,26 @@ projects.sort((a, b) => b.data.year - a.data.year);
---
- Projects built by Carleton Computer Science students. -
++ Projects built by Carleton Computer Science students. +
+- Personal sites of Carleton Computer Science students, linked into a ring. -
++ Personal sites of Carleton Computer Science students, linked into a + ring. +
+