-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 1.48 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>AboutMe</title>
<script type="text/javascript" charset="utf-8">
</script>
</head>
<body>
<a id = "pageTop"></a>
<h1>@36kyo</h1>
<hr>
<!-- info -->
<dl>
<h2>About me</h2>
<dd>
I love robot, VR and emoticon.
</dd>
</dl>
<dl>
<h2>Blog・SNS</h2>
<dd>
<ul>
<li><a href = "http://fluorite36.hatenablog.com/">hatena blog</a></li>
<li>Twitter <a href = "https://twitter.com/36kyo">@36kyo</a></li>
( Twitter moment:
<a href = "https://twitter.com/i/moments/827132400018690051">Works</a> ,
<a href = "https://twitter.com/i/moments/1024299355539365889">Mikuture</a> )
</ul>
</dd>
</dl>
<dl>
<h2>Contents</h2>
<dd>
<ul>
<!-- (under construction)-->
<li><a href = "works.html">Works</a></li>
<li><a href = "awards.html">Awards / Media converge</a></li>
<li><a href = "jsSandbox.html">my JavaScript Sandbox</a></li>
<ul>
<li>Elapsed Time Calculator</li>
</ul>
<li><a href = "#pageTop">AboutMe</a> (this page)</li>
</ul>
htmlの勉強を兼ねて、一から書いています。 <a href = "https://github.com/36kyo/36kyo.github.io">コードはこちら</a>
</dd>
</dl>
<!--<dl>
Mail
<dd>
hoge [at]
</dd>
</dl>-->
<a href = "#pageTop">page top</a><br><br>
<hr>
<!--this
:Under Construction-->
</body>
</html>