-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
272 lines (250 loc) · 15.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!doctype html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A portfolio template that uses Material Design Lite.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Kodai's Portfolio</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.grey-pink.min.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-layout__header--waterfall portfolio-header">
<div class="mdl-layout__header-row portfolio-logo-row">
<span class="mdl-layout__title">
<div class="portfolio-logo"></div>
<span class="mdl-layout__title"></span>
</span>
</div>
</header>
<main class="mdl-layout__content">
<div class="mdl-grid portfolio-max-width">
<div class="mdl-cell mdl-cell--12-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Portfolio</h2>
</div>
<div class="mdl-card__media">
<img class="article-image" src=" images/header_3.jpg" border="0" alt="">
</div>
<div class="mdl-card__supporting-text">
<strong>Includes</strong>
<span>Deep Learning, Cognitive Science, Unity, Game Development</span>
</div>
<div class="mdl-grid portfolio-copy">
<h3 class="mdl-cell mdl-cell--12-col mdl-typography--headline">自己紹介</h3>
<div class="mdl-cell mdl-cell--6-col mdl-card__supporting-text no-padding">
<p>
岩崎晃大<br>
奈良先端科学技術大学院大学 情報科学領域 修士1年<br>
サイバネティクス・リアリティ工学研究室<br>
大学では深層学習モデルの研究をしていました。<br>
大学院からはVR空間内でのユーザ行動について研究しています。<br>
</p>
</div>
<div class="mdl-cell mdl-cell--6-col">
<img class="article-image" src=" images/iwasaki_cooking_70.jpg" border="0" alt="">
</div>
<h3 class="mdl-cell mdl-cell--12-col mdl-typography--headline">制作物</h3>
<!--各カードの画像サイズは500*700pxくらい-->
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://youtu.be/W6dPoHU9h-o" target="_blank">らんだむちゃんとしゃべろ</a></h3>
<figure class="card__thumbnail">
<img src="images/talkwithRandomchan.png" alt="らんだむちゃんとしゃべろ" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: VRシミュレーション<br>
概要: VR空間内で目の前にいる"らんだむちゃん"に声を出して話しかけることでお喋りができます!<br>
制作人数(期間): 2人(1ヶ月半)<br>
担当箇所: 各APIとの通信、プレイヤーやらんだむちゃんの動作、VR空間の実装<br>
使用技術: C#, Unity, AgentCraft, TalkAPI, Oculus Integration, MetaQuest<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://cygnuski.github.io/3dAction_Web/" target="_blank">Ruins</a></h3>
<figure class="card__thumbnail">
<img src="images/ruins.png" alt="Ruins" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: 3Dアクション<br>
概要: 追いかけてくる敵から逃げ回りつつアイテムを集めて自身をパワーアップさせつつ、廃墟からの脱出を目指しましょう。<br>
制作人数(期間): 4人(1ヶ月)<br>
担当箇所: プレイヤー(一部)、敵動作、スコア管理、パフォーマンスチューニング<br>
使用技術: C#, Unity<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://github.com/CygnusKI/Mono_Tutorial" target="_blank">Mono</a></h3>
<figure class="card__thumbnail">
<img src="images/mono.png" alt="Mono" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: 探索型2Dアクション<br>
概要: メトロイドヴァニアな2Dアクションゲームです。アセットは全て自分たちで制作しています。(現在制作途中のゲームになります。)<br>
制作人数(期間): 7人(2年~)<br>
担当箇所: プレイヤー移動処理, テキスト処理, エフェクト処理<br>
使用技術: C#, Unity, React<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://cygnuski.github.io/kakushika_web/" target="_blank">KAKUSHIKA</a></h3>
<figure class="card__thumbnail">
<img src="images/kakushika.png" alt="KAKUSHIKA" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: 2Dアクション<br>
概要: カクシカを回転させ移動し、角を使って敵を倒しながらステージクリアを目指しましょう。<br>
制作人数(期間): 1人(3週間~現在制作中)<br>
使用技術: C#, Unity<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://cygnuski.github.io/FORTYtower/" target="_blank">四重の塔</a></h3>
<figure class="card__thumbnail">
<img src="images/fortytower.png" alt="四重の塔" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: パズル<br>
概要: 色んな20を積み重ねて40にし、高い塔を作りましょう。2日間のハッカソンで制作しました。<br>
制作人数(期間): 4人(2日)<br>
担当箇所: 高さ処理, カメラ処理, スコア処理<br>
使用技術: C#, Unity<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://cygnuski.github.io/Tapioka/" target="_blank">ANGRY TAPIOKA</a></h3>
<figure class="card__thumbnail">
<img src="images/angrytapioka.png" alt="タピオカの逆襲" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: パズル<br>
概要: タピオカを上手く発射してパリピを倒しましょう。(初めて制作したゲーム作品です。)<br>
制作人数(期間): 1人(3週間)<br>
使用技術: C#, Unity<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://youtu.be/hZTtNSM778w" target="_blank">コンピュータハウスランダム部活動紹介動画</a></h3>
<figure class="card__thumbnail">
<img src="images/randomchanMovie.png" alt="コンピュータハウスランダム部活紹介動画" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: 動画<br>
概要: 私が所属している部活動"コンピュータハウスランダム"の部活動紹介動画です。<br>
制作人数(期間): 3人(2ヶ月)<br>
担当箇所: 音声合成, らんだむちゃん(中の人), 動画編集(一部字幕やアニメーション)<br>
使用技術: AviUtl, AgentCraft, Live2D, FaceRig<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
<div class="l-wrapper">
<article class="card">
<div class="card__header">
<h3 class="card__title"><a href="https://web.archive.org/web/20220401090718/https://rvw2022s.herokuapp.com/" target="_blank">作品展示webサイト</a></h3>
<figure class="card__thumbnail">
<img src="images/randomweb.png" alt="作品展示webサイト" class="card__image">
</figure>
</div>
<div class="card__body">
<p class="card__text">
ジャンル: Web<br>
概要: "コンピュータハウスランダム"のオンライン展示・登録用ウェブサイトです。(現在は非公開のため、web魚拓で代替しています)<br>
制作人数(期間): 7人(3ヶ月)<br>
担当箇所: データベース処理, 作品登録フォームの作成<br>
使用技術: JavaScript, Vue.js, Node.js, Firebase, Heroku, TailwindCSS<br>
</p>
</div>
<div class="card__footer">
</div>
</article>
</div>
</div>
</div>
</div>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Kodai's Portfolio</div>
</div>
<div class="mdl-mini-footer__right-section">
<ul class="mdl-mini-footer__link-list">
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</footer>
</main>
</div>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
</html>