@@ -136,6 +136,157 @@ <h3 class="home-latest-title">
136136 </ aside >
137137 </ section >
138138
139+ < section
140+ class ="section section--profile "
141+ id ="about "
142+ >
143+ < h2 class ="section__title ">
144+ About / Profile
145+ </ h2 >
146+
147+ < div class ="profile-grid ">
148+ <!-- 経験年数 -->
149+ < article class ="profile-card ">
150+ < h3 class ="profile-card-title ">
151+ 経験
152+ </ h3 >
153+ < ul class ="profile-list ">
154+ < li >
155+ < span class ="profile-label "
156+ > 学生開発</ span
157+ > < span class ="profile-value "
158+ > 約 4 年</ span
159+ >
160+ </ li >
161+ < li >
162+ < span class ="profile-label "
163+ > 業務(ゲームクライアント)</ span
164+ > < span class ="profile-value "
165+ > 約 2.5 年</ span
166+ >
167+ </ li >
168+ < li >
169+ < span class ="profile-label "
170+ > 個人・趣味開発</ span
171+ > < span class ="profile-value "
172+ > 約 1.5 年</ span
173+ >
174+ </ li >
175+ </ ul >
176+ < p class ="profile-note ">
177+ 学生時代から一貫してゲーム開発に関わりつつ、ツールやインフラ周りも触りながら「便利屋」ポジションを目指しています。
178+ </ p >
179+ </ article >
180+
181+ <!-- 技術スタック -->
182+ < article class ="profile-card ">
183+ < h3 class ="profile-card-title ">
184+ Tech Stack
185+ </ h3 >
186+ < div class ="profile-tagset ">
187+ < div
188+ class ="profile-tagset-label "
189+ >
190+ Game / Client
191+ </ div >
192+ < div class ="profile-taglist ">
193+ < span class ="profile-tag "
194+ > Unity</ span
195+ >
196+ < span class ="profile-tag "
197+ > C#</ span
198+ >
199+ < span class ="profile-tag "
200+ > UE5</ span
201+ >
202+ < span class ="profile-tag "
203+ > Blueprint</ span
204+ >
205+ </ div >
206+ </ div >
207+ < div class ="profile-tagset ">
208+ < div
209+ class ="profile-tagset-label "
210+ >
211+ Backend / Tools
212+ </ div >
213+ < div class ="profile-taglist ">
214+ < span class ="profile-tag "
215+ > Node.js</ span
216+ >
217+ < span class ="profile-tag "
218+ > Express</ span
219+ >
220+ < span class ="profile-tag "
221+ > Discord Bot</ span
222+ >
223+ </ div >
224+ </ div >
225+ < div class ="profile-tagset ">
226+ < div
227+ class ="profile-tagset-label "
228+ >
229+ Infra / DevOps
230+ </ div >
231+ < div class ="profile-taglist ">
232+ < span class ="profile-tag "
233+ > Linux</ span
234+ >
235+ < span class ="profile-tag "
236+ > Git / GitHub</ span
237+ >
238+ < span class ="profile-tag "
239+ > Jenkins</ span
240+ >
241+ < span class ="profile-tag "
242+ > pm2</ span
243+ >
244+ </ div >
245+ </ div >
246+ </ article >
247+
248+ <!-- 得意領域 -->
249+ < article class ="profile-card ">
250+ < h3 class ="profile-card-title ">
251+ Focus / 得意領域
252+ </ h3 >
253+ < ul class ="profile-list ">
254+ < li >
255+ < span class ="profile-label "
256+ > ゲームクライアント</ span
257+ >
258+ < span class ="profile-value "
259+ > UI /
260+ UX・演出・ゲームロジック実装</ span
261+ >
262+ </ li >
263+ < li >
264+ < span class ="profile-label "
265+ > ツール開発</ span
266+ >
267+ < span class ="profile-value "
268+ > Discord Bot /
269+ 自動化スクリプト / CI
270+ 周り</ span
271+ >
272+ </ li >
273+ < li >
274+ < span class ="profile-label "
275+ > インフラ遊び</ span
276+ >
277+ < span class ="profile-value "
278+ > 自宅サーバー・Minecraft
279+ サーバー・トンネル接続</ span
280+ >
281+ </ li >
282+ </ ul >
283+ < p class ="profile-note ">
284+ 「とりあえず必要なものは自前で用意する」スタイルで、クライアント開発に限らず周辺の環境整備も一緒にやることが多いです。
285+ </ p >
286+ </ article >
287+ </ div >
288+ </ section >
289+
139290 < section class ="section section--top-grid ">
140291 < h2 class ="section__title "> コンテンツ</ h2 >
141292 < ul class ="card-list ">
0 commit comments