-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (76 loc) · 2.17 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/normalize.css@8/normalize.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2/tabler-icons.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
/>
<link rel="stylesheet" href="style.css" charset="utf-8" />
<title>Kiyoshi “13k” Murata</title>
</head>
<body>
<section id="hero">
<header id="title">
<h1>Kiyoshi <span class="quoted">13k</span> Murata</h1>
</header>
<nav id="nav">
<menu id="menu">
<li>
<a id="email" href="#" target="_blank" title="Email">
<span class="icon ti ti-mail-filled"></span>
</a>
</li>
<li>
<a
href="https://linkedin.com/in/kmurata"
target="_blank"
title="LinkedIn"
>
<span class="icon ti ti-brand-linkedin"></span>
</a>
</li>
<li>
<a href="https://github.com/13k" target="_blank" title="Github">
<span class="icon ti ti-brand-github"></span>
</a>
</li>
<li>
<a href="https://c.im/@13k" target="_blank" title="Mastodon">
<span class="icon ti ti-brand-mastodon"></span>
</a>
</li>
<li>
<a
href="https://matrix.to/#/@13k:matrix.org"
target="_blank"
title="Matrix"
>
<span class="icon ti ti-brand-matrix"></span>
</a>
</li>
</ul>
</nav>
</section>
<noscript>
<p>
Please note that email addresses on this site are protected to avoid
abuse by spammers. You will need a JavaScript-enabled browser to see the
email addresses.
</p>
</noscript>
<script src="app.js"></script>
</body>
</html>