Skip to content

Commit

Permalink
app to islands
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Sep 27, 2023
1 parent 895784f commit 858d9c5
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ import {
---
<div class="bg-on-surface text-surface">
<div class="mx-5">
<div class="flex">
<a href='https://github.com/nakasyou/NanohaNote'><IconBrandGithub /></a>
<div class="grid grid-cols-2">
<div>
<div class="font-bold">SOCIAL</div>
<div class="grid grid-cols-4">
<a href='https://github.com/nakasyou/NanohaNote'><IconBrandGithub /></a>
</div>
</div>
</div>

<div class="text-center">&copy; 2023 Shotaro Nakamura. MIT LICENSED.</div>
</div>
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
import PageLayout from '../layouts/Page.astro'
---
<PageLayout title="NanohaNote" description="NanohaNote Top">
<div>
<div class="grid items-center min-h-screen">
<div class="text-center">
<div class="font-mono text-9xl">404</div>
<div>Not found....</div>
</div>
<div class="mx-10 text-center">
<p>やあ、そこの学習者よ。道を間違えてしまったようだな。ここには何もない。引き返すんだ、学習者よ</p>
<a class="underline" href="/">引き返す</a>
<div class="mx-10 text-center">
<p>やあ、そこの学習者よ。道を間違えてしまったようだな。ここには何もない。引き返すんだ、学習者よ</p>
<a class="underline" href="/">引き返す</a>
</div>
</div>
</div>
</PageLayout>
2 changes: 1 addition & 1 deletion src/pages/notes/[noteid].astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Base from "../../layouts/Base.astro"
import NanohaNoteApp from "../../app/note/index.tsx"
import NanohaNoteApp from "../../islands/note"
---
<Base title="" description="nanohanote app">
<NanohaNoteApp client:load />
Expand Down

0 comments on commit 858d9c5

Please sign in to comment.