Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions app/positions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ export default function PositionsPage() {
<ExternalLink className="ml-2 size-4" />
</a>
</Button>
<Button asChild variant="outline">
<a
href="https://docs.google.com/document/u/2/d/e/2PACX-1vSWTi96M7RRfSEsYcVNooaq8wAqUBLuUkXTgEkUHCGKW8uERxzpl0hfkobAdkcp77_nhnY_8fbjcDrS/pub"
target="_blank"
rel="noopener noreferrer"
>
Open Projects
<ExternalLink className="ml-2 size-4" />
</a>
</Button>
</div>
</CardContent>
</Card>
Expand Down
11 changes: 10 additions & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Github, Mail } from "lucide-react"
import { Github, Mail, Youtube } from "lucide-react"
import Image from "next/image"
import Link from "next/link"

Expand Down Expand Up @@ -33,6 +33,15 @@ export function Footer() {
Computational neuroscience and machine learning research at EPFL.
</p>
<div className="mt-4 flex gap-4">
<a
href="https://www.youtube.com/@amathis_group"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground transition-colors hover:text-foreground"
aria-label="YouTube"
>
<Youtube className="size-5" />
</a>
<a
href="https://github.com/amathislab"
target="_blank"
Expand Down