-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
100 lines (85 loc) · 2.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>www.phpmatsuri.net</title>
</head>
<body>
<header>
<div class="inner">
<h1>PHPMatsuri Portal</h1>
<h2>phpmatsuri is awesome hackathon.</h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>2013</h3>
<p>2013/7/14(Sun), 15(Mon) in Sapporo City<br />
<p><a href="http://www.phpmatsuri.net/2013">http://www.phpmatsuri.net/2013</a></p>
</p>
<h3>Past PHPMatsuri</h3>
<h4>2012 in Fukuoka</h4>
<p><a href="http://www.phpmatsuri.net/2012">http://www.phpmatsuri.net/2012</a></p>
<h4>2011 in Osaka</h4>
<p><a href="http://2011.phpmatsuri.net">http://2011.phpmatsuri.net</a></p>
<h4>2010 in Tokyo</h4>
<p><a href="http://2010.phpmatsuri.net">http://2010.phpmatsuri.net</a></p>
</section>
<aside id="sidebar">
<p><img src="./images/phpmatsuri_logo.jpg" alt="phpmatsuri logo"/></p>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 8,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#196cd1',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#1707eb'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('phpmatsuri').start();
</script>
<br />
<br />
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34561978-1']);
_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>