feat: add social links

This commit is contained in:
2024-03-15 07:15:52 +01:00
parent 8736862ec3
commit 05b82e0b43

View File

@@ -29,6 +29,25 @@ export default async function Index() {
<p>BSc Software Engineering</p> <p>BSc Software Engineering</p>
<p>Minor: Deep Learning</p> <p>Minor: Deep Learning</p>
</div> </div>
<div className="text-center my-10">
<h2 className="text-3xl">Links</h2>
<ul>
<li>
<a href="https://github.com/stanrunge" className="text-blue-500">
GitHub
</a>
</li>
<li>
<a
href="https://linkedin.com/in/stanrunge"
className="text-blue-500"
>
LinkedIn
</a>
</li>
</ul>
</div>
</div> </div>
); );
} }