-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork-01.html
More file actions
53 lines (50 loc) · 2.05 KB
/
work-01.html
File metadata and controls
53 lines (50 loc) · 2.05 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>yuki kawai Portfolio | Digital Product Designer</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="./img/prof_me.jpg" type="image/jpeg">
</head>
<body>
<header>
<ul>
<li><a href="./index.html">Works</a></li>
<span> / </span>
<li><a href="./about.html" >About</a></li>
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
<circle cx="6" cy="6" r="6" fill="black"/>
</svg>
</ul>
</header>
<div class="work-wrapper">
<div class="work-thumb">
<img src="./img/img_macarun.png" alt="">
</div>
<div class="work-overview work-content">
<h2>Macarun</h2>
<p>株式会社サイバーエージェントのUI DESIGN ACADEMY 23期にて、パズルゲームの企画とデザインを作成。</p>
<div class="work-content-labels">
<span>ゲーム企画</span>
<span>UIデザイン</span>
</div>
</div>
<div class="work-section">
<h4>Activity details</h4>
<p>「新規性を取り入れたパズルゲームを制作する」というテーマのもと、ゲームUIの作成に取り組みました。<br>
様々なパズルゲームのリサーチから行い、細部のパーツや世界観づくりにも妥協せず取り組みました。</p>
</div>
<button>
<a href="./index.html">
<object data="./img/back-button.svg" width="16" height="16"> </object>一覧へ戻る
</a>
</button>
</div>
<footer>
<p>© 2025 Yuki Kawai | Digital Product Designer</p>
</footer>
</body>
<script src="js/loader.js"></script>
</html>