Skip to content

Commit b4f3c00

Browse files
Su Yeon LeeSu Yeon Lee
authored andcommitted
archived projects
1 parent 6541d47 commit b4f3c00

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pages/projects/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ function Projects({ projects }) {
2323
continue to be used for years to come. ">
2424
<ActionButton link="https://github.com/hack4impact-upenn">See our GitHub</ActionButton>
2525
</GradientBanner>
26+
<div style={{ textAlign: 'center', paddingRight: '5px' }}>
27+
<h2>Section Under Construction</h2>
28+
<p>
29+
We are in the process of transfer all of our projects to our new site. A complete list of
30+
previous projects can be found{' '}
31+
<a href="https://www.notion.so/h4i/986a3351cdca44cd85e10dd4452953f5?v=6420ae90233148dfaf6f8570e680e4e5">
32+
here
33+
</a>
34+
</p>
35+
</div>
2636
<ProjectList projects={projects} />
2737
</div>
2838
);

0 commit comments

Comments
 (0)