-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (54 loc) · 2.47 KB
/
about.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>About</title>
<style type="text/css">
h1 { margin-top: 0; margin-bottom: 0 }
h2 { margin-top: 0; margin-bottom: 0 }
p { margin-top: 0; margin-bottom: 0 }
</style>
<meta name="description" content="ドマの自己紹介ページ">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://kit.fontawesome.com/fea0d5a6c9.css" crossorigin="anonymous">
<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=Montserrat:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<div class="header-left">
<a href="index.html">DOMA</a>
</div>
<div class="header-right">
<ul class="header-menu">
<li>
<a href="about.html">ABOUT</a>
</li>
<li>
<a href="sound.html"></a> SOUND</li>
</ul>
</div>
</div>
</header>
<main>
<div class="container">
<div class="section-title">
<h1>ABOUT</h1>
<h2>ドマについて</h2>
<p>ゲームや弾き語り、Vlogなどを中心に活動するワニVtuberです。<br>ゆるく活動しています。</p>
</div>
<div class="link">
<a class="twitter" href="https://twitter.com/Doma38727">
<img class="twitter-logo" src="images/2021 Twitter logo - black.png" alt="Twitter">
</a>
<a href="https://t.co/m3HJokZXP1">
<img class="yt-logo" src="images/yt_logo_mono_light.png" alt="Youtube">
</a>
<iframe class="yt-embed" width="560" height="315" src="https://www.youtube.com/embed/bDLLOx2al-w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</main>
</body>
</html>