File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- # Indie Dev Zero ポートフォリオ
1+ # unchunks ポートフォリオ
22
33React, Vite, Tailwind CSS で構築されたポートフォリオサイトです。
44
Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 " />
66 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < title > Indie Dev Zero </ title >
8+ < title > unchunks </ title >
99</ head >
1010
1111< body >
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ import { posts } from './content/posts';
1111 */
1212export const SITE_DATA = {
1313 profile : {
14- name : "Indie Dev Zero " ,
15- role : "Game Developer / Technical Artist " ,
16- bio : "「コードで世界を描く」をモットーに、UnityとUnreal Engineでアクションゲームを中心に開発しています。シェーダー魔法使いを目指して修行中 。" ,
14+ name : "unchunks " ,
15+ role : "Game Developer" ,
16+ bio : "ストレスフリーに楽しく遊べるゲームを目指して、Unity、UnrealEngineなどで開発しています。ゲーム会社に就職することを目標に奮闘中 。" ,
1717 social : {
1818 github : "https://github.com/unchunks" ,
1919 twitter : "https://x.com/unchunks" ,
2020 }
2121 } ,
2222 // プロジェクト(ゲーム)リスト
2323 projects : [
24- eneme ,
24+ // eneme,
2525 rogue ,
2626 vialactea ,
2727 // 新しいプロジェクトを追加する場合は、
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const Blog = () => {
102102 < h1 className = "text-4xl md:text-5xl font-bold text-white mb-4 flex items-center gap-3" >
103103 < Code className = "text-emerald-500" /> DevLog Archive
104104 </ h1 >
105- < p className = "text-slate-400 text-lg" > 開発の記録とテクニカルな学びを共有しています 。</ p >
105+ < p className = "text-slate-400 text-lg" > 開発の記録と学びを共有しています 。</ p >
106106 </ div >
107107
108108 { /* Category Filter */ }
@@ -113,8 +113,8 @@ const Blog = () => {
113113 key = { category }
114114 onClick = { ( ) => setSelectedCategory ( category ) }
115115 className = { `px-4 py-2 rounded-lg font-medium transition-all ${ selectedCategory === category
116- ? 'bg-emerald-500 text-white'
117- : 'bg-slate-800 text-slate-300 hover:bg-slate-700'
116+ ? 'bg-emerald-500 text-white'
117+ : 'bg-slate-800 text-slate-300 hover:bg-slate-700'
118118 } `}
119119 >
120120 { category }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const Projects = () => {
102102 < h1 className = "text-4xl md:text-5xl font-bold text-white mb-4 flex items-center gap-3" >
103103 < Gamepad2 className = "text-emerald-500" /> All Projects
104104 </ h1 >
105- < p className = "text-slate-400 text-lg" > ゲーム開発プロジェクトとテクニカルアートの作品集 </ p >
105+ < p className = "text-slate-400 text-lg" > ゲーム開発プロジェクトの作品集 </ p >
106106 </ div >
107107
108108 { /* Tag Filter */ }
@@ -113,8 +113,8 @@ const Projects = () => {
113113 key = { tag }
114114 onClick = { ( ) => setSelectedTag ( tag ) }
115115 className = { `px-4 py-2 rounded-lg font-medium transition-all ${ selectedTag === tag
116- ? 'bg-emerald-500 text-white'
117- : 'bg-slate-800 text-slate-300 hover:bg-slate-700'
116+ ? 'bg-emerald-500 text-white'
117+ : 'bg-slate-800 text-slate-300 hover:bg-slate-700'
118118 } `}
119119 >
120120 { tag }
You can’t perform that action at this time.
0 commit comments