Skip to content

Commit dafaa85

Browse files
committed
update
1 parent 5986e2b commit dafaa85

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

contents/projects/cobuilder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ status: dead
55
date: 2023-04-04
66
description: 仮想空間を参加者全員で作り上げ、自分たちだけの世界を作るメタバースを作ります
77
image:
8-
src: ./image.png
8+
src: ./thumbnail.png
99
tags: [C#, Unity]
1010
github: https://github.com/ut-code/cobuilder
1111
---

contents/projects/syllabus/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: シ楽バス
3-
order: 2
3+
order: 3
44
kind: long-term
55
status: stable
66
image:
7-
src: ./image.jpg
7+
src: ./thumbnail.jpg
88
date: 2023-10-02
99
description: 前期課程に特化した時間割サービス
1010
tags: [JavaScript]

contents/projects/ut-bridge/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
title: UT-Bridge
33
kind: long-term
44
status: released
5+
order: 2
56
date: 2025-04-01
67
image:
78
src: ./thumbnail.png
89

910
description: "同じキャンパスにいる留学生と手軽に交流できるアプリです。従来の言語交換プログラムとは異なり、面倒な手続きなしで、気軽に国際交流を楽しめます。"
1011
tags:
11-
- JavaScript
1212
- TypeScript
1313
- React
1414
- Next.js
1515
- Tailwind
1616
- DaisyUI
17-
- Bun
1817
- Hono
1918
- Prisma
2019
- Cloudflare
2120
- Firebase
21+
- Fly.io
2222
github: https://github.com/ut-code/ut-bridge
2323
website: https://ut-bridge-web.pages.dev
2424
---
@@ -61,4 +61,4 @@ UT-Bridge is designed with the following features to ensure a seamless user expe
6161

6262
## Make New Connections with UT-Bridge!
6363

64-
With UT-Bridge, you can easily interact with international students and make global friends right from your campus. Start using UT-Bridge today and bring international exchange closer to you!"
64+
With UT-Bridge, you can easily interact with international students and make global friends right from your campus. Start using UT-Bridge today and bring international exchange closer to you!"

contents/projects/utcode-learn/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: ut.code(); Learn
3-
slug: utcode-learn
3+
kind: long-term
4+
status: stable
45
order: 1
56
image:
67
src: ./image.jpg
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: WebCFace
3-
slug: webcface
3+
kind: long-term
4+
status: stable
45
image:
56
src: ./image.png
67
date: 2023-09-28

src/pages/projects/[project].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const { Content } = await render(project);
4949
project.data.tags && (
5050
<ul class="mt-4 flex flex-wrap gap-2 lg:mt-6">
5151
{project.data.tags.map((tag: string) => (
52-
<li class="rounded-full border border-current px-3 text-sm leading-relaxed lg:text-base">
52+
<li class="rounded-full border border-gray-400 px-3 text-sm leading-relaxed lg:text-base">
5353
{tag}
5454
</li>
5555
))}

0 commit comments

Comments
 (0)