feat: add social links
This commit is contained in:
19
app/page.tsx
19
app/page.tsx
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user