-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (79 loc) · 3.15 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
84
85
86
87
88
89
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Seamountain.github.com by seamountain</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="stylesheet" href="stylesheets/my.css" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Hi! I'm sea_mountain.</h1>
<div>
<p>This is about me page.</p>
<p>My name is sea_mountain. (or sometimes 'seamountain' or 'sea-mountain' or 'sea__mountain' :)</p>
<p>sea.mountain.mail at gmail.com</p>
</div>
<p class="view"><a href="https://github.com/seamountain" target="_blank">View My GitHub Profile</a></p>
</header>
<section>
<h3>Welcome to my Page.</h3>
<p>
<img src="images/DSC02888.JPG" alt="icon" class="icon" />
<img src="images/apple_icon_small.png" alt="icon" class="icon" />
</p>
<h3>Apps</h3>
<ul>
<li>ゆにゆに!</li>
<ul>
<li><del>iTunes</del></li>
<li><del>Google Play</del></li>
</ul>
</ul>
<h3>Blogs</h3>
<ul>
<li>
<a href="http://sea-mountain.hatenablog.jp/" target="_blank">うみやま亭</a>
<p>This is about technical contents. Most of articles are about Ruby or iOS technial conferences.</p>
</li>
<li>
<del><a href="http://sea-mountain.hatenadiary.com/" target="_blank">Ruby5をひたすら翻訳する日記</a></del>
<del><p>I sometimes translate <a href="http://ruby5.envylabs.com/" target="_blank">Ruby5</a> and I write briefly about in Japanese.</p></del>
<p>I stopped posting to this blog. My aim changed.</p>
</li>
<li>
<a href="http://sea-mountain.hateblo.jp/" target="_blank">うみやま読書館</a>
<p>This blog is for reading report. When I read a book about programming, I try to write some comment. This is my record of reading.</p>
</li>
</ul>
<h3>Others</h3>
<ul>
<li>
<a href="https://qiita.com/sea_mountain" target="_blank">https://qiita.com/sea_mountain</a>
</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist" target="_blank">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-19568550-7");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>