Skip to content

Commit 0bbb24f

Browse files
committed
add project pages
1 parent f00aa6c commit 0bbb24f

22 files changed

+2455
-194
lines changed

app/projects/hybrid/page.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Learning High-Order Relationships of Brain Regions
2+
3+
lorem ipsum
4+
5+
$$
6+
\sum x = 1
7+
$$
8+
\

app/projects/layout.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import 'katex/dist/katex.min.css'
2+
3+
export default function ProjectsLayout({
4+
children,
5+
}: {
6+
children: React.ReactNode;
7+
}) {
8+
return (
9+
<section className="flex items-start justify-center gap-4">
10+
<div className="inline-block max-w-full justify-items-center text-left justify-center space-y-4">
11+
{children}
12+
</div>
13+
</section>
14+
);
15+
}
1.08 MB
Loading
1.33 MB
Loading
595 KB
Loading
97 KB
Loading
184 KB
Loading

app/projects/mage/assets/mage.png

178 KB
Loading
300 KB
Loading
699 KB
Loading

0 commit comments

Comments
 (0)