File tree Expand file tree Collapse file tree 8 files changed +50
-3
lines changed Expand file tree Collapse file tree 8 files changed +50
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export default defineConfig({
99 nav : [
1010 { text : 'Top' , link : '/' } ,
1111 { text : 'CSS' , link : '/css/getting-started' } ,
12+ { text : 'Screen Design' , link : '/screen-design' } ,
1213 { text : 'Path Design' , link : '/path-design' } ,
1314 { text : 'Namecard Debug' , link : '/namecard-debug' } ,
1415 {
@@ -71,6 +72,7 @@ export default defineConfig({
7172 text : 'Examples' ,
7273 items : [
7374 { text : 'CSS' , link : '/css/getting-started' } ,
75+ { text : 'Screen Design' , link : '/screen-design' } ,
7476 { text : 'Path Design' , link : '/path-design' } ,
7577 { text : 'Namecard Debug' , link : '/namecard-debug' } ,
7678 {
Original file line number Diff line number Diff line change 1919
2020- ネームカード作成者を確認する
2121- 手動で注文番号を照合する or 逆に照合状態を解除する(デバッグ期間に使いたかったため)
22+ - 物理ネームカードの発注用に、表示名とアバター画像をまとめた、スプレッドシート(CSV)を出力する
2223
2324## DB (Supabase)
2425
Original file line number Diff line number Diff line change 1818- 所属、肩書き、自己紹介を編集する
1919- セッションのタイトル、紹介、登壇スライドを編集する(パネラー以外)
2020- 登壇予定のイベントを更新する(パネラーのみ、更新の対象は次世代フロントエンドクロストーク、Vue.js コミュニティにようこそ!の 2 つ)
21+ - 物理ネームカードの発注用に、表示名とアバター画像をまとめた、スプレッドシート(CSV)を出力する
2122
2223## DB (Supabase)
2324
Original file line number Diff line number Diff line change 1313 - 削除は非対応(Supabase 管理画面より直接操作するか、または ` is_open ` による切替を実施してください)
1414- カテゴリー、紹介を編集する
1515- スポンサーセッションで登壇予定のスピーカーとの紐付けを更新する
16+ - 物理ネームカードの発注用に、表示名とロゴ画像をまとめた、スプレッドシート(CSV)を出力する
1617
1718## DB (Supabase)
1819
Original file line number Diff line number Diff line change 1313 - 削除は非対応(Supabase 管理画面より直接操作するか、または ` is_open ` による切替を実施してください)
1414- 名前、X or GitHub ID を編集する
1515- 招待機能を利用して登録したメールアドレスを確認する
16+ - 物理ネームカードの発注用に、表示名とアバター画像をまとめた、スプレッドシート(CSV)を出力する
1617
1718## DB (Supabase)
1819
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ hero:
1919 link : /supabase/getting-started
2020---
2121
22- # 各年のウェブサイト
22+ # Vue Fes Japan 2024 document website
23+
24+ ## 各年のウェブサイトの特徴
2325
2426- [ Vue Fes Japan Online 2022] ( https://vuefes.jp/2022 )
2527- [ Vue Fes Japan 2023] ( https://vuefes.jp/2023 )
2628- [ Vue Fes Japan 2024] ( https://vuefes.jp/2024 )
2729
28- ## 各年のウェブサイトの特徴
29-
30303 年間のウェブサイトの比較表について。
3131
3232|| Vue Fes Japan Online 2022| Vue Fes Japan 2023| Vue Fes Japan 2024|
Original file line number Diff line number Diff line change 3434└── tokusho.vue ... 特定商取引法に基づく表記
3535```
3636
37+ ## デザイン
38+
39+ ### お堅い文書系
40+
41+ | privacy | coc | tokusho |
42+ | :----| :----| :----|
43+ | <img alt =" " src =" https://i.imgur.com/2FDwMZc.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/sQyCp02.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/O2QraRV.jpg " width =" 80 " >|
44+
45+ ### Vue Fes ならではのもの
46+
47+ | speaker | sponsor | share | jobboard | sharemap | events |
48+ | :----| :----| :----| :----| :----| :----|
49+ | <img alt =" " src =" https://i.imgur.com/y457jS2.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/bAci0Ou.jpg " width =" 80 " >| <div style =" display : grid ; gap : 8px ;" ><img alt =" " src =" https://i.imgur.com/7UFoebi.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/ps8MpuD.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/NEi3vDP.jpg " width =" 80 " ></div >| <img alt =" " src =" https://i.imgur.com/4uw830X.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/oqux9d1.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/IhwBlxg.jpg " width =" 80 " >|
50+
3751## 参照
3852
3953[ jiyuujin] ( https://yuma-kitamura.nekohack.me/ ) 自ら Zenn の「Vue・Nuxt 情報が集まる広場」というパブリケーション上で、記事 [ Vue Fes Japan 2024 ウェブサイトのシェア URL で遊んでみよう] ( https://zenn.dev/comm_vue_nuxt/articles/vuefes-2024-waiwai ) を書かせてもらいました。
Original file line number Diff line number Diff line change 1+ # 画面設計
2+
3+ ## デザイン
4+
5+ ### 基本
6+
7+ | basic | speaker | event | timetable | sponsor | namecard |
8+ | :----| :----| :----| :----| :----| :----|
9+ | <div style =" display : grid ; gap : 8px ;" ><img alt =" " src =" https://i.imgur.com/oS5d6xB.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/YroymXn.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/jzRv7aF.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/59AAAN6.jpg " width =" 80 " ></div >| <img alt =" " src =" https://i.imgur.com/dqymJqm.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/x0yZ0jm.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/WKcv8vr.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/0XNkiKU.jpg " width =" 80 " >| <div style =" display : grid ; gap : 8px ;" ><img alt =" " src =" https://i.imgur.com/00847rn.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/jY1vBXv.jpg " width =" 80 " ><img alt =" " src =" https://i.imgur.com/NGFqTq6.jpg " width =" 80 " ></div >|
10+
11+ ### 販売促進
12+
13+ | ticket | store |
14+ | :----| :----|
15+ | <img alt =" " src =" https://i.imgur.com/nOpIivt.jpg " width =" 80 " >| <img alt =" " src =" https://i.imgur.com/3HhUFAR.jpg " width =" 80 " >|
16+
17+ ### ヘッダー画像
18+
19+ [ Figma] ( https://www.figma.com/design/49UHvnAcu9qvBnn6GdQDXl/OGP-PRs?node-id=76-2&node-type=frame&t=xu1JiHhpH1m4tc6h-0 ) にまとめています。
20+
21+ ![ ] ( https://i.imgur.com/kpZdYv8.png )
22+
23+ :::details トップページのヘッダー画像
24+
25+ ![ ] ( https://i.imgur.com/UKjtHYr.png )
26+
27+ :::
You can’t perform that action at this time.
0 commit comments