-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.html
213 lines (129 loc) · 6.08 KB
/
pages.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 ie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9 ie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Pages</title>
<meta name="author" content="kuma_nana">
<link href='/assets/themes/the-minimum/css/style.css' rel="stylesheet" media="all">
<link href="http://feeds.feedburner.com/" rel="alternate" title="Pages" type="application/atom+xml">
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script>
</head>
<body>
<div id="page" class="hentry">
<header class="the-header">
<div class="unit-head">
<div class="unit-inner unit-head-inner">
<p class="logo"><a href="/">kumamidori blog</a></p>
<nav class="nav-global">
<ul>
<li class="archive"><a href="/archive.html">archive</a></li>
<li class="page"><a href="/pages.html">pages</a></li>
<li class="category"><a href="/categories.html">categories</a></li>
<li class="tag"><a href="/tags.html">tags</a></li>
</ul>
</nav>
</div><!-- unit-inner -->
</div><!-- unit-head -->
</header>
<div class="body" role="main">
<div class="unit-body">
<div class="unit-inner unit-body-inner">
<div class="entry-content">
<article class="unit-article layout-page">
<div class="unit-inner unit-article-inner">
<div class="content">
<header>
<div class="unit-head">
<div class="unit-inner unit-head-inner">
<h1 class="h2 entry-title">Pages</h1>
</div><!-- unit-inner -->
</div><!-- unit-head -->
</header>
<div class="bd">
<div class="entry-content">
<h2>All Pages</h2>
<ul>
<li><a href="/archive.html">Archive</a></li>
<li><a href="/atom.xml">Atom Feed</a></li>
<li><a href="/categories.html">Categories</a></li>
<li><a href="/index.html">kumamidori blog</a></li>
<li class="active"><a href="/pages.html" class="active">Pages</a></li>
<li><a href="/rss.xml">RSS Feed</a></li>
<li><a href="/sitemap.txt">Sitemap</a></li>
<li><a href="/tags.html">Tags</a></li>
</ul>
</div><!-- entry-content -->
</div><!-- bd -->
<footer class="unit-foot">
<div class="unit-inner unit-foot-inner">
<p class="gotop">
<a href="#page">Back to Top</a>
</p>
</div>
</footer>
</div><!-- content -->
</div><!-- unit-inner -->
</article>
</div>
</div><!-- unit-inner -->
</div><!-- unit-body -->
</div><!-- body -->
<footer class="the-footer">
<div class="unit-foot">
<div class="unit-inner unit-foot-inner">
<div class="misc vcard">
<h4 style="margin-bottom:0.5em;">about</h4>
<ul>
<li>
Web developer / <a href="https://github.com/dddosaka/reading_ddd_report/wiki/_pages" target="_blank">大阪DDD読書会</a>
</li>
<li class="github">
<a href="http://github.com/kumamidori/" rel="me">github: kumamidori</a>
/
<a href="http://twitter.com/kuma_nana/" rel="me">twitter: kuma_nana</a>
</li>
<li class="twitter">
<span class="fn email">[email protected]
</li>
</ul>
</div><!-- misc -->
<p class="licence">
Theme: <a href="http://layouts-the.me">the_minimum</a> based on <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.
Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a>.
</p>
</div><!-- unit-foot-inner -->
</div><!-- unit-foot -->
</footer>
</div><!-- page -->
<script>
(function(d, s) {
var js, fjs = d.getElementsByTagName(s)[0], load = function(url, id) {
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.src = url; js.id = id;
fjs.parentNode.insertBefore(js, fjs);
};
load('//platform.twitter.com/widgets.js', 'tweetjs');
// load('https://apis.google.com/js/plusone.js', 'gplus1js'); // Checkout http://j.mp/ApDgMr for usage html for this is <div class="g-plusone" data-size="medium"></div>
// load('//connect.facebook.net/en_US/all.js#xfbml=1', 'fbjssdk'); // Checkout http://j.mp/wZw2xR for using open graph protorol html for this is <div class="fb-like" data-href="/pages.html" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="verdana"></div>
}(document, 'script'));
</script>
<script>
/*! A fix for the iOS orientationchange zoom bug.Script by @scottjehl, rebound by @wilto. MIT License.*/
(function(j){var i=j.document;if(!i.querySelectorAll){return}var l=i.querySelectorAll("meta[name=viewport]")[0],a=l&&l.getAttribute("content"),h=a+", maximum-scale=1.0",d=a+", maximum-scale=10.0",g=true,c=j.orientation,k=0;if(!l){return}function f(){l.setAttribute("content",d);g=true}function b(){l.setAttribute("content",h);g=false}function e(m){c=Math.abs(j.orientation);k=Math.abs(m.gamma);if(k>8&&c===0){if(g){b()}}else{if(!g){f()}}}j.addEventListener("orientationchange",f,false);j.addEventListener("deviceorientation",e,false)})(this);
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1823802-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>