-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (295 loc) · 14.1 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="I am a starry-eyed dreamer. The following is my articles.">
<meta name="author" content="Akihiro Kuroiwa">
<!-- <link rel="icon" href="../../favicon.ico"> -->
<title>Akihiro Kuroiwa's Home Page</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Bootswatch Spacelab -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/spacelab/bootstrap.min.css" rel="stylesheet" integrity="sha384-L/tgI3wSsbb3f/nW9V6Yqlaw3Gj7mpE56LWrhew/c8MIhAYWZ/FNirA64AVkB5pI" crossorigin="anonymous">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="offcanvas.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3202635778478035",
enable_page_level_ads: true
});
</script>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">Akihiro Kuroiwa's Home Page</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!-- <li class="active"><a href="#">Home</a></li> -->
<!-- <li><a href="#about">About</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://www.facebook.com/akihiro.kuroiwa" target="_blank">
<i class="fa fa-facebook-official fa-fw"></i>
Facebook
</a>
</li>
<li>
<a href="https://twitter.com/akuroiwa" target="_blank">
<i class="fa fa-twitter fa-fw"></i>
Twitter
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UChqRXAq0z5ZqPnFj8GdMsEQ" target="_blank">
<i class="fa fa-youtube fa-fw"></i>
YouTube
</a>
</li>
<li>
<a href="https://github.com/akuroiwa" target="_blank">
<i class="fa fa-github fa-fw"></i>
GitHub
</a>
</li>
<li><a href="https://launchpad.net/~akuroiwa" target="_blank">Launchpad</a></li>
<!-- <li><a href="#">Another action</a></li> -->
<!-- <li><a href="#">Something else here</a></li> -->
<li class="divider"></li>
<li class="dropdown-header">Japanese Site</li>
<li><a href="http://srad.jp/~finedaypicnic" target="_blank">srad.jp</a></li>
<!-- <li><a href="#">Separated link</a></li> -->
<!-- <li><a href="#">One more separated link</a></li> -->
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- <li> -->
<!-- <a href="http://env-reform.com/cart/" target="_blank"> -->
<!-- <i class="fa fa-shopping-cart fa-fw"></i> -->
<!-- </a> -->
<!-- </li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-search fa-fw"></i>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<iframe src="https://duckduckgo.com/search.html?site=akuroiwa.env-reform.com&prefill=Search DuckDuckGo&bgcolor=B2BE81" style="overflow:hidden;margin:0;padding:0;width:510px;height:40px;" frameborder="0"></iframe>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-language fa-fw"></i>
Language <span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="./index-ja.html">Japanese</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<p class="pull-right visible-xs">
<button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>
</p>
<div class="jumbotron" style="background-color: #B2BE81 !important">
<!-- <div class="jumbotron"> -->
<h1>Hello, world!</h1>
<p>I am a starry-eyed dreamer. The following is my articles and software.</p>
<p><a class="btn btn-primary btn-lg" href="https://www.youtube.com/channel/UChqRXAq0z5ZqPnFj8GdMsEQ" role="button" target="_blank">
<i class="fa fa-youtube fa-fw"></i>
YouTube »</a>
</p>
</div>
<div class="row">
<a name="usip"></a>
<div class="col-6 col-sm-6 col-lg-4">
<h2>The draft for the United States of Israel and Palestine</h2>
<p>This draft describes how to integrate Israel and Palestine as the United States of Israel and Palestine (USIP).</p>
<p><a class="btn btn-default" href="./en/usip/index.html" target=”_blank” role="button">View details »</a></p>
<p><a class="btn btn-default" href="./en/usip/usip.epub" target=”_blank” role="button">EPUB »</a></p>
<p><a class="btn btn-default" href="./en/usip/usip.pdf" target=”_blank” role="button">
<i class="fa fa-file-pdf-o fa-fw"></i>
PDF »</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>many-labels</h2>
<p>Label creator for Debian CD/DVD and Ubuntu CD/DVD.</p>
<p>Please download tarball if you want to get labels to create Debian official CD/DVD.</p>
<p><a class="btn btn-default" href="./en/many-labels/html/index.html" target=”_blank” role="button">View details »</a></p>
<p>
<a class="btn btn-default" href="./en/many-labels/debian-CD-labels.tar.gz" role="button">
<i class="fa fa-download fa-fw"></i>
Download tarball »</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>A petition</h2>
<p>A petition to Japanese government and Japanese companies.</p>
<p><a class="btn btn-default" href="./en/petition/index.html" target=”_blank” role="button">View details »</a></p>
<p><a class="btn btn-default" href="./en/petition/petition.epub" target=”_blank” role="button">EPUB »</a></p>
<p>
<a class="btn btn-default" href="./en/petition/petition.pdf" target=”_blank” role="button">
<i class="fa fa-file-pdf-o fa-fw"></i>
PDF »</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>keyword-search</h2>
<p>Browser style keyword search for Emacs based on
<a href="http://www.emacswiki.org/emacs/BrowseAproposURL" target="_blank">
browse-apropos-url. </a>
The first repository was created by
<a href="https://github.com/juhp" target="_blank">
Mr. Jens Petersen.
</a>
I am a collaborator of the organization.
</p>
<p><a class="btn btn-default"
href="https://github.com/keyword-search/keyword-search"
target="_blank"
role="button">
<i class="fa fa-github fa-fw"></i>
Home Page »
</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>eel-el</h2>
<p>Eel's Emacs Lisp.</p>
<p>Software of myself, by myself, for myself.</p>
<p><a class="btn btn-default"
href="https://github.com/akuroiwa/eel-el"
target="_blank"
role="button">
<i class="fa fa-github fa-fw"></i>
Home Page »
</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>bootstrap-rst</h2>
<p>Restructured Text Bootstrap</p>
<p>It was created by Mr. Nicolas P. Rougier. I am a collaborator of the project.</p>
<p><a class="btn btn-default"
href="https://github.com/rougier/bootstrap-rst"
target="_blank"
role="button">
<i class="fa fa-github fa-fw"></i>
Home Page »
</a>
</p>
<p><a class="btn btn-default"
href="https://www.youtube.com/watch?v=xgLAZXg724A"
target="_blank"
role="button">
<i class="fa fa-youtube fa-fw"></i>
YouTube »</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Silent Genocide</h2>
<p>The Reason Why Japan's population keeps decreasing.</p>
<p><a class="btn btn-default" href="./en/onihei/index.html" target=”_blank” role="button">View details »</a></p>
<p><a class="btn btn-default" href="./en/onihei/onihei.epub3" target=”_blank” role="button">EPUB3 »</a></p>
<p>
<a class="btn btn-default" href="./en/onihei/onihei.pdf" target=”_blank” role="button">
<i class="fa fa-file-pdf-o fa-fw"></i>
PDF »</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>
<i class="fa fa-cutlery fa-fw"></i>
<i class="fa fa-glass fa-fw"></i>
Wara-yaki mikan
</h2>
<p>An <a href="https://en.wikipedia.org/wiki/Izakaya" target="_blank">izakaya</a> in Fukuoka city. You have to make a reservation.</p>
<p>
<a class="btn btn-default" href="https://www.facebook.com/pages/%E8%97%81%E7%84%BC-%E3%81%BF%E3%81%8B%E3%82%93/790880544268792" target="_blank" role="button">
<i class="fa fa-facebook-official fa-fw"></i>
Facebook page »</a>
</p>
<p>
<a class="btn btn-default" href="https://goo.gl/maps/PzNiR" target="_blank" role="button">
<i class="fa fa-map-marker fa-fw">
</i>Google Maps »</a>
</p>
</div><!--/span-->
<!-- <div class="col-6 col-sm-6 col-lg-4"> -->
<!-- <h2>Heading</h2> -->
<!-- <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> -->
<!-- <p><a class="btn btn-default" href="#" role="button">View details »</a></p> -->
<!-- </div><\!--/span-\-> -->
</div><!--/row-->
</div><!--/span-->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation">
<div class="list-group">
<a href="./en/usip/index.html" target="_blank" class="list-group-item active">Draft for USIP</a>
<a href="./en/many-labels/html/index.html" target="_blank" class="list-group-item active">many-labels</a>
<a href="./en/petition/index.html" target="_blank" class="list-group-item active">A petition</a>
<!-- <a href="#" class="list-group-item">Link</a> -->
<!-- <a href="#" class="list-group-item">Link</a> -->
<hr>
</div>
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p class="text-center">
© <a href="https://www.facebook.com/akihiro.kuroiwa">Akihiro Kuroiwa</a> 2015
</p>
<p class="text-center">
Thanks to <a href="http://www.bootstrapcdn.com/#fontawesome_tab" target="_blank">
BootstrapCDN for Font Awesome</a> and <a href="http://www.bootstrapcdn.com/#bootswatch_tab" target="_blank">Bootswatch.</a>
</p>
</footer>
</div><!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="./assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="offcanvas.js"></script>
</body>
</html>