-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-language" content="ja">
<meta name="robots" content="noindex,nofollow">
<meta charset="UTF-8">
<title>ykarakita</title>
<link rel="icon" href="img/favicon.ico">
<style type="text/css">
<!--
@media only screen and (max-device-width: 480px) {
p {
font-size: 40px;
}
li {
font-size: 40px;
}
}
li {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.body_wrapper {
margin: 15px 30px;
}
-->
</style>
</head>
<div class=body_wrapper>
<body>
<p>@ykarakita</p>
<li><a href="https://github.com/ykarakita" target="_blank">GitHub</a></li>
<li><a href="https://twitter.com/ykarakita" target="_blank">Twitter</a></li>
<li><a href="https://speakerdeck.com/ykarakita" target="_blank">Speaker Deck</a></li>
<li><a href="https://qiita.com/ykarakita" target="_blank">Qiita</a></li>
<li><a href="http://sakanaaas.hateblo.jp/" target="_blank">Blog</a></li>
</body>
</div>
</html>