-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
112 lines (75 loc) · 3.95 KB
/
404.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="ja" class="no-js" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-language" content="ja" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="アジャイルラジオは、アジャイル開発に関するありとあらゆる情報を取り上げる番組です。毎回、アジャイルにまつわる様々なテーマを掘り下げ、できる限り語り尽くします。">
<title> Not found | アジャイルラジオ</title>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Noto+Sans:400,700,400italic,700italic|Ubuntu:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link href="http://agileradio.github.io/feed.xml" type="application/rss+xml" rel="alternate" title="RSS2.0">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="off-canvas">
<figure class="avatar">
<img src="/assets/img/avatar.png" alt="Picture" title="That's me, AgileRadio.">
</figure>
<div class="bio">
<h1>Hi, I'm AgileRadio.</h1>
<p>AgileRadio Executive Committee</p>
</div>
<nav>
<h6>Follow me on</h6>
<ul>
<li><a target="_blank" href="http://twitter.com/agileradio15">Twitter</a></li>
<li><a target="_blank" href="https://www.facebook.com/AgileRadio">Facebook</a></li>
</ul>
</nav>
<nav>
<h6>Link</h6>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/tags/">Tags</a></li>
</ul>
<h6>スクラム道関西</h6>
<ul>
<li><a href="https://www.facebook.com/ScrumDoKansai/">Facebook</a></li>
<li><a href="http://scrumdo-kansai.connpass.com/">connpass</a></li>
</ul>
</nav>
</div>
<div class="site-wrapper">
<header>
<div class="h-wrap">
<h1 class="title"><a href="/" title="Back to Homepage">アジャイルラジオ</a></h1>
<br><h3 class="title">アジャイルラジオは、アジャイル開発に関するありとあらゆる情報を取り上げ、語り尽くす番組です</h2>
<a class="menu-icon" title="Open Bio"><span class="lines"></span></a>
</div>
</header>
<main>
<h5>404 File Not Found.</h5>
</main>
<footer>
<small>Powered by Jekyll - Theme: <a href="https://github.com/ogaclejapan/materi-for-jekyll">materi</a> - © AgileRadio</small>
</footer>
</div>
<script src="/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65667836-1', 'agileradio.github.io');
ga('send', 'pageview');
</script>
</body>
</html>