-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathooze.html
75 lines (66 loc) · 3.48 KB
/
ooze.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
<!DOCTYPE html>
<html>
<head lang="ja" prefix="og: http://ogp.me/ns#">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNTN7K82T8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NNTN7K82T8');
</script>
<!-- Google Tag Manager -->
<title>Satsuki Wada Works</title>
<meta property="og:url" content="http://wsatsuki.com/" />
<meta property="og:title" content="Satsuki Wada Works">
<meta property="og:type" content="website">
<meta property="og:description" content="Designer / Consultant / Illustrator etc...">
<meta property="og:image" content="assets/ogp.jpg">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> </head>
<link rel="icon" href="favicon.ico">
<link rel="icon" type="image/png" href="assets/Icon.png">
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T96WLVWC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="fixed-top shadow-sm">
<nav class="container d-flex justify-content-between align-items-center py-2">
<div class="mb-0"> <!-- mb-0でマージンをリセット -->
<a href="index.html" class="text-secondary text-decoration-none">home</a>
</div>
<div class="social-icons d-flex">
<a href="https://x.com/say____u" target="_blank" class="me-2">
<img src="assets/sns_icon/x.png" alt="Twitter" width="24">
</a>
<a href="https://www.instagram.com/us_yu3/" target="_blank" class="me-2">
<img src="assets/sns_icon/instagram.png" alt="Instagram" width="24">
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="assets/sns_icon/mail.png" alt="mail" width="24">
</a>
</div>
</nav>
</header>
<div class="container mt-5 mb-5">
<div class="col-lg-10 offset-lg-1">
<p style="font-size: 17px;margin-top: 80px;">2019.04-06</p>
<h2 class="mb-3">ooze</h2>
<p>テーマ「これからのエンターテイメント」
<br>バーカウンターの天板上で遠く離れた客同士が交流できるソリューション。<br>
テクノロジーの発展に伴い、情報の解像度は上がり続けている。
しかし、テクノロジーを活用しつつ敢えて情報の解像度を下げることが曖昧なコミュニケーションを楽しむ新たなエンターテイメントになると考えた。
</p>
<img src="assets/ooze/ooze-page.jpg" class="img-fluid" alt="">
</div>
</div>
</body>
</html>