Skip to content

Commit 5297695

Browse files
committed
wip: create /about/faq
1 parent e5752b7 commit 5297695

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

src/pages/about/faq.astro

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
import Header from "+/images/activity/develop/solo-dev.jpg";
3+
import GlobalLayout from "+/layouts/GlobalLayout.astro";
4+
import StaticDocumentWrapper from "+/layouts/StaticDocumentWrapper.astro";
5+
import { Focus } from "+/schema";
6+
7+
// TODO!!
8+
---
9+
10+
<GlobalLayout
11+
title="FAQ"
12+
description="よくある質問"
13+
focus={Focus.none}
14+
image={Header}
15+
>
16+
<StaticDocumentWrapper title="FAQ" header={Header} fill="bg-transparent">
17+
<span class="alert alert-error alert-soft">このページは準備中です。</span>
18+
</StaticDocumentWrapper>
19+
</GlobalLayout>

src/pages/members.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ const members = (await getCollection("members")).sort(
6363
))
6464
}
6565
</ul>
66-
<p class="mx-[10%] mt-16 text-white">
67-
このページは準備中です。ほとんどのメンバーの情報は反映されていません。
68-
</p>
6966
</main>
7067
<JoinUsCTA> 愉快な仲間が皆さんをお待ちしています!</JoinUsCTA>
7168
</GlobalLayout>

0 commit comments

Comments
 (0)