Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekpal1 committed Oct 11, 2023
1 parent 0732b5b commit f5062b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 240 deletions.
14 changes: 8 additions & 6 deletions apps/fossconf-web/src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ const links = [
{ href: "https://github.com/fosscu-community", title: "GitHub" },
]
const archives = [
{ href: "/past-events", title: "Past Events" },
const readmore = [
{ href: "https://fosscu.org/", title: "fosscu.org" },
{
href: "https://www.youtube.com/@FOSSCU/playlists",
title: "Recordings",
href: "https://docs.fosscu.org/",
title: "About FOSSCU",
},
{ href: "https://github.com/FOSS-Community/", title: "Contribute" },
{ href: "https://lu.ma/fosscu", title: "Calendar" },
]
---

Expand All @@ -36,10 +38,10 @@ const archives = [
</ul>
</div>
<div>
<h4 style="color: var(--green)">Archives</h4>
<h4 style="color: var(--green)">Read More</h4>
<ul>
{
archives.map(({ href, title }) => (
readmore.map(({ href, title }) => (
<li>
<a
href={href}
Expand Down
49 changes: 0 additions & 49 deletions apps/fossconf-web/src/pages/past-events/_/Selector.svelte

This file was deleted.

185 changes: 0 additions & 185 deletions apps/fossconf-web/src/pages/past-events/index.astro

This file was deleted.

0 comments on commit f5062b0

Please sign in to comment.