-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (133 loc) · 5.42 KB
/
Copy pathindex.html
File metadata and controls
143 lines (133 loc) · 5.42 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
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
<!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" class="active">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="top-wrapper">
<div class="top-inner">
<h1>yuki kawai</h1>
<p>Product Designer in Tokyo, dedicated to enhancing product value through design.</p>
<div class="contact-labels">
<div class="contact-label">
<a href="mailto:snowyk2516@gmail.com">
<img src="./img/mail.svg" class="icon-mail" width="12" height="12"> </img>
mail
<img src="./img/arrow.svg" class="icon-arrow" width="8" height="8"> </img>
</a>
</div>
<div class="contact-label">
<a href="https://x.com/snowyk25" target="_blank">
<img src="./img/x.svg" class="icon-x" width="12" height="12"> </img>
@snowyk25
<img src="./img/arrow.svg" class="icon-arrow" width="8" height="8"> </img>
</a>
</div>
</div>
</div>
</div>
<div class="works-wrapper">
<div class="work-content">
<a href="./work-05.html">
<div class="work-content-img">
<img src="./img/img_gr.png" alt="garoon">
</div>
</a>
<a href="./work-05.html">
<h2>Garoon</h2>
</a>
<p>サイボウズ株式会社の主力製品である大企業向けグループウェア「Garoon」のデザイナーとして従事。</p>
<div class="work-content-labels">
<span>要件定義</span>
<span>UIデザイン</span>
<span>スクラム</span>
<span>プロジェクトリード</span>
</div>
</div>
<div class="work-content">
<a href="./work-04.html">
<div class="work-content-img">
<img src="./img/img_oryzae.png" alt="Oryzae">
</div>
</a>
<a href="./work-04.html">
<h2>バルーンデコレーション 受注管理システム</h2>
</a>
<p>ORYZAE株式会社様の社内にて利用する受注管理システムのデザインを担当。</p>
<div class="work-content-labels">
<span>要件定義</span>
<span>UIデザイン</span>
<span >プロジェクトリード</span>
</div>
</div>
<div class="work-content">
<a href="./work-03.html">
<div class="work-content-img">
<img src="./img/img_liny.png" alt="liny">
</div>
</a>
<a href="./work-03.html">
<h2>Liny</h2>
</a>
<p>ソーシャルデータバンク株式会社にてLINEのマーケティングツールである「Liny」のデザイナーとして従事。</p>
<div class="work-content-labels">
<span>UIデザイン</span>
<span>デザインシステム構築</span>
</div>
</div>
<div class="work-content">
<a href="./work-02.html">
<div class="work-content-img">
<img src="./img/img_unideli.png" alt="unideli">
</div>
</a>
<a href="./work-02.html">
<h2>unideli</h2>
</a>
<p >Redesigner for Student様主催のデザインチャレンジプログラムにて、配達式学食サービスの企画を行い、提案した。</p>
<div class="work-content-labels">
<span>サービス企画</span>
<span>UIデザイン</span>
</div>
</div>
<div class="work-content">
<a href="./work-01.html">
<div class="work-content-img">
<img src="./img/img_macarun.png" alt="macarun">
</div>
</a>
<a href="./work-01.html">
<h2>Macarun</h2>
</a>
<p>株式会社サイバーエージェントのUI DESIGN ACADEMY 23期にて、パズルゲームの企画とデザインを作成。</p>
<div class="work-content-labels">
<span>ゲーム企画</span>
<span>UIデザイン</span>
</div>
</div>
</div>
<footer>
<p>© 2025 Yuki Kawai | Digital Product Designer</p>
</footer>
<!-- ローダーUI -->
<div id="loader" class="loader hidden">
<div class="spinner"></div>
</div>
</body>
<script src="js/loader.js"></script>
</html>