Skip to content

Commit 91db998

Browse files
committed
add 2023 hackathon events and fix typos
1 parent e82d566 commit 91db998

File tree

12 files changed

+48
-12
lines changed

12 files changed

+48
-12
lines changed

contents/doc/members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| ---------------- | ---- | ------------------------------------------------------------------------------------------------------------- |
1212
| `nameJa` || 名前。 |
1313
| `nameEn` || 英語名。 |
14-
| `joinYear` || ut.code(); に入会した年。ソートに使用しています。 |
14+
| `joinYear` || ut.code(); に入会した年。ソートに使用しています。 |
1515
| `description` || 今の自分を表す一言。 |
1616
| `faceImage` || 顔写真。縦横比は 1:1。顔を中央に配置し、顔の横幅がおよそ写真の横幅の 1/2 になるようにトリミングしてください。 |
1717
| `upperBodyImage` || バストショット。縦横比は 1:1。 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Call Paper
3+
date: 2023-08-17
4+
kind: hackathon
5+
status: finished
6+
image:
7+
src: ./call-paper.png
8+
description: 論文の引用関係を可視化できるアプリ
9+
github: https://github.com/ut-code/call-paper
10+
website: https://call-paper.pages.dev
11+
---
119 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Denigma
3+
date: 2023-08-17
4+
kind: hackathon
5+
status: dead
6+
image:
7+
src: ./denigma.png
8+
description: "暗号解読ゲーム。シーザー暗号やRSA暗号など、基本的な暗号に触れてみよう!"
9+
github: https://github.com/ut-code/denigma
10+
website: https://utcode-denigma.onrender.com/
11+
---
39.2 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: music-app
3+
date: 2023-08-17
4+
kind: hackathon
5+
status: finished
6+
image:
7+
src: ./music-app.png
8+
description: その日の気分にあった作業用BGMを生成してくれるアプリ
9+
github: https://github.com/ut-code/music-app
10+
website: https://ut-code.github.io/music-app
11+
---
93.7 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: todoアプリ
3+
date: 2023-08-17
4+
kind: hackathon
5+
status: finished
6+
image:
7+
src: ./todo.png
8+
description: ToDoを管理できる Web アプリ
9+
github: https://github.com/ut-code/todo-2023-hackathon
10+
---
1.43 MB
Loading

contents/projects/hackathon/hackathon-template.md_

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ status: finished
66
image:
77
src: ./thumbnail.png
88
description: "簡単なタワーディフェンスゲームです。自機も移動して攻撃すると言う特徴があります。"
9-
members:
10-
- ykobayashi
11-
tags:
12-
- TypeScript
13-
- Svelte
14-
- DaisyUI
15-
- Cloudflare
16-
github: https://github.com/aster-void/tower-battle
17-
website: https://tower-d5g.pages.dev
9+
github: https://github.com/ut-code/your-project
10+
website: https://your-project.pages.dev
1811
---

0 commit comments

Comments
 (0)