-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (47 loc) · 1.71 KB
/
index.html
File metadata and controls
55 lines (47 loc) · 1.71 KB
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RubyConf Taiwan</title>
<style>
body {
font-family: "Verdana", sans-serif;
}
.main {
width: 800px;
margin: auto;
}
li {
font-size: 2em;
}
</style>
</head>
<body>
<div class="main">
<h1>RubyConf Taiwan</h1>
<img src="matz_rubyconftw_2012.png" width="800" title="Matz at RubyConf Taiwan 2012" alt="Matz at RubyConf Taiwan 2012">
<ul>
<li><a href="https://2025.rubyconf.tw/">2025/8/9~10, Taipei</a></li>
<li><a href="https://2023.rubyconf.tw">2023/12/15~16, Taipei</a></li>
<li><a href="https://2021.rubyconf.tw">2021/7/31~8/1 Online</a></li>
<li><a href="https://2019.rubyconf.tw">2019/7/26~27, 2019, Taipei</a></li>
<li><a href="https://2018.rubyconf.tw">2018/4/27~28, 2018, Taipei</a></li>
<li><a href="https://2016.rubyconf.tw">2016/12/2-3, Taipei</a></li>
<li><a href="https://2015.rubyconf.tw">2015/9/11-12, Taipei</a></li>
<li><a href="/2014/">2014/4/25-26, Taipei</a></li>
<li><a href="/2012/">2012/12/7-8, Taipei</a></li>
<li><a href="/2011/">2011/8/26-27, Taipei</a></li>
<li><a href="/2010/">2010/4/25, Taipei</a></li>
</ul>
<p><small>Feel free to contact us: <a href="mailto:contact@rubyconf.tw">contact@rubyconf.tw</a></small></p>
</div>
<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-145330-8");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>