File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,6 @@ export default function PositionsPage() {
8686 < ExternalLink className = "ml-2 size-4" />
8787 </ a >
8888 </ Button >
89- < Button asChild variant = "outline" >
90- < a
91- href = "https://docs.google.com/document/u/2/d/e/2PACX-1vSWTi96M7RRfSEsYcVNooaq8wAqUBLuUkXTgEkUHCGKW8uERxzpl0hfkobAdkcp77_nhnY_8fbjcDrS/pub"
92- target = "_blank"
93- rel = "noopener noreferrer"
94- >
95- Open Projects
96- < ExternalLink className = "ml-2 size-4" />
97- </ a >
98- </ Button >
9989 </ div >
10090 </ CardContent >
10191 </ Card >
Original file line number Diff line number Diff line change 1- import { Github , Mail } from "lucide-react"
1+ import { Github , Mail , Youtube } from "lucide-react"
22import Image from "next/image"
33import Link from "next/link"
44
@@ -33,6 +33,15 @@ export function Footer() {
3333 Computational neuroscience and machine learning research at EPFL.
3434 </ p >
3535 < div className = "mt-4 flex gap-4" >
36+ < a
37+ href = "https://www.youtube.com/@amathis_group"
38+ target = "_blank"
39+ rel = "noopener noreferrer"
40+ className = "text-muted-foreground transition-colors hover:text-foreground"
41+ aria-label = "YouTube"
42+ >
43+ < Youtube className = "size-5" />
44+ </ a >
3645 < a
3746 href = "https://github.com/amathislab"
3847 target = "_blank"
You can’t perform that action at this time.
0 commit comments