-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 2.43 KB
/
index.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="jp">
<head>
<meta charset="UTF-8" />
<title>Tsusu</title>
<link rel="stylesheet" href="css/style.css" type="text/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=Cherry+Bomb+One&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Monomaniac+One&family=Noto+Sans+JP:wght@100..900&family=Tsukimi+Rounded&family=Zen+Maru+Gothic&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header-center">
<img src="img/profile.png" height="96px">
</div>
<div class="header-right">
<a href="https://x.com/tsusu0409"><img src="img/x-logo.png" height="24px"></a>
<a href="https://www.youtube.com/@tsusu0409"><img src="img/youtube-logo.png" height="24px"></a>
<a href="mailto:tsusu0409@gmail.com"><img src="img/mail-logo.png" height="24px"></a>
</div>
</header>
<div class="main">
<div class="about">
<h1>About</h1>
<hr>
<div class="content">
<div class="name">
<p class="name-jp">川岸翼</p>
<p class="name-en">Tsubasa KAWAGISHI</p>
</div>
<p>
<ul>
<li>筑波大学 理工学群 応用理工学類2年</li>
<li>INVERHOUSE #24</li>
<li>jsys23 jsys24</li>
</ul>
</p>
<p>筑波大学に通う大学2年生です。所属は応用理工学類ですが趣味でふんわりAtCoderをしたりOMCをしたりしています。たまに映像を作ります。<br>
東葛飾中学校2期卒業生/東葛飾高等学校95期卒業生(生徒会放送局長,合唱祭幹部など)</p>
</div>
</div>
<div class="works">
<h1>Works</h1>
<hr>
<div class="content">
<p>まだないよ</p>
</div>
</div>
</div>
<footer>
<small>© 2024 Tsusu All rights reserved.</small>
</footer>
</body>
</html>