-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork-03.html
More file actions
52 lines (49 loc) · 1.97 KB
/
work-03.html
File metadata and controls
52 lines (49 loc) · 1.97 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
<!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_liny.png" alt="">
</div>
<div class="work-overview work-content">
<h2>Liny</h2>
<p>ソーシャルデータバンク株式会社にてLINEのマーケティングツールである「Liny」のデザイナーとして従事。</p>
<div class="work-content-labels">
<span>UIデザイン</span>
<span>デザインシステム構築</span>
</div>
</div>
<div class="work-section">
<h4>Activity details</h4>
<p>Linyにおけるデザインシステム構築やガイドライン作成を担当しました。Figmaのトークン・コンポーネントの整備やStorybookの運用推進なども行いました。</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>