There was an error while loading. Please reload this page.
1 parent 6541d47 commit b4f3c00Copy full SHA for b4f3c00
1 file changed
pages/projects/index.jsx
@@ -23,6 +23,16 @@ function Projects({ projects }) {
23
continue to be used for years to come. ">
24
<ActionButton link="https://github.com/hack4impact-upenn">See our GitHub</ActionButton>
25
</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>
36
<ProjectList projects={projects} />
37
</div>
38
);
0 commit comments