-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (59 loc) · 1.72 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
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Ubuntu+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>&es;</title>
</head>
<body>
<h1>&es;</h1>
<ul>
<li>Engineer</li>
<li>Japan</li>
<li>Kyoto University</li>
<li>Faculty of Engineering</li>
</ul>
<h2>Language/Framework</h2>
<ul>
<li>Python</li>
<li>Rust</li>
<li>C</li>
<li>Dart</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Django</li>
<li>Flutter</li>
</ul>
<h2>Tool</h2>
<ul>
<li>Docker</li>
<li>OpenStack</li>
</ul>
<h2>Interests</h2>
<ul>
<li>Network</li>
<li>Semiconductor</li>
</ul>
<h2>Contact</h2>
<div id="contact">
<a class="item" href="https://social.camph.net/@and_es" target="_blank" rel="noopener noreferrer">
<img id="misskey-logo" src="misskey.png" alt="misskey">
</a>
<a class="item" href="https://x.com/_and_es" target="_blank" rel="noopener noreferrer">
<img id="x-logo" src="x.svg" alt="x">
</a>
<a class="item" href="https://github.com/and-es" target="_blank" rel="noopener noreferrer">
<img id="github-logo" src="github.svg" alt="github">
</a>
</div>
<div id="space"></div>
<footer>
<div>© 2023 &es;</div>
</footer>
</body>
</html>