misc happy styling, event header tables, etc

This commit is contained in:
2024-06-24 03:34:19 +02:00
parent b1f3db6a42
commit 944506cc2f
12 changed files with 132 additions and 69 deletions
+15 -9
View File
@@ -12,25 +12,31 @@ export const Footer = () => {
<h2 className="suphead">Følg oss</h2>
<ul>
<li>
<a href="#" target="_blank" className="button tertiary">
<a
href="https://www.instagram.com/studentersamfundet/"
target="_blank"
className="button tertiary"
>
<span>Instagram</span>
<Icon />
</a>
</li>
<li>
<a href="#" target="_blank" className="button tertiary">
<a
href="https://www.facebook.com/studentersamfundet"
target="_blank"
className="button tertiary"
>
<span>Facebook</span>
<Icon />
</a>
</li>
<li>
<a href="#" target="_blank" className="button tertiary">
<span>Twitter</span>
<Icon />
</a>
</li>
<li>
<a href="#" target="_blank" className="button tertiary">
<a
href="https://www.flickr.com/groups/neuf/pool/"
target="_blank"
className="button tertiary"
>
<span>Flickr</span>
<Icon />
</a>