Skip to content

Commit

Permalink
Some better navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
fretchen committed Jan 4, 2025
1 parent db192ae commit d505ca0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions layouts/LayoutDefault.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default function LayoutDefault({ children }: { children: React.ReactNode
<h1 style={{ textAlign: "center", margin: "20px 0", padding: "10px" }}>Website by fretchen</h1>
<Appbar>
<Link href="/">Welcome</Link>
<Link href="/blog">Blog</Link>
<Link href="/amo">AMO</Link>
{""}
</Appbar>
<Content>{children}</Content>
Expand Down
7 changes: 6 additions & 1 deletion pages/amo/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ const App: React.FC = function () {
console.log(blogs);
return (
<div className="AMO">
<h1>Welcome to my lecture notes on AMO!</h1>
<h1>AMO lecture notes</h1>
<p>
{" "}
Welcome, to my lecture notes on Atomic, Molecular and Optical physics that I prepared in my time in Heidelberg.
They consist of a total of 24 lectures, which I will recollect here again.
</p>
<AmoList />
</div>
);
Expand Down

0 comments on commit d505ca0

Please sign in to comment.