-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbadges.html
More file actions
132 lines (121 loc) · 4.81 KB
/
badges.html
File metadata and controls
132 lines (121 loc) · 4.81 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
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
<!DOCTYPE html>
<html>
<head>
<title>Badges | RubyConf India 2012</title>
<link rel="stylesheet" href="assets/application.css" type="text/css" media="screen" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="India's third RubyConf is happening in Pune in March this year. RubyConf India is co-presented by ThoughtWorks and RubyCentral.">
<meta name="keywords" content="ruby rubyconf conference india" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<script>
'article aside footer header nav section time'.replace(/\w+/g,function(n){document.createElement(n)});
window.addEventListener("load",function() {
setTimeout(function(){ window.scrollTo(0, 1); }, 0);
});
</script>
</head>
<body id="page_badges">
<section id="page">
<header>
<a href="index.html" class="home">
<h1>RubyConf India 2012</h1>
<h2>March 24-25 | Pune, Maharashtra</h2>
</a>
<p id="twitter">
follow <a href="http://twitter.com/rubyconfindia">@rubyconfindia</a><br/>
hashtag <a href="https://twitter.com/#!/search/%23rubyconfindia">#rubyconfindia</a>
<span> </span>
</p>
</header>
<nav id="primary">
<ul>
<li><a class="index" href="index.html">home</a></li>
<li><a class="talks" href="talks.html" >talks</a></li>
<li><a class="schedule" href="schedule.html">schedule</a></li>
<li><a class="sponsors" href="sponsors.html">sponsors</a></li>
<li><a class="badges" href="badges.html" >badges</a></li>
<li><a class="photos" href="photos.html">photos</a></li>
</ul>
</nav>
<section id="badges">
<ul>
<li>
<span><img src="assets/badges/sponsor.png" alt="I am sponsoring RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/sponsor.png"
alt="I am sponsoring RubyConf India 2012">
</a><br/>
</pre>
</li>
<li>
<span><img src="assets/badges/speaker.png" alt="I am speaking at RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/speaker.png"
alt="I am speaking at RubyConf India 2012">
</a>
</pre>
</li>
<li>
<span><img src="assets/badges/attendee.png" alt="I am attending RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/attendee.png"
alt="I am attending RubyConf India 2012">
</a>
</pre>
</li>
<li>
<span><img src="assets/badges/volunteer.png" alt="I'm a volunteer at RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/volunteer.png"
alt="I'm a volunteer at RubyConf India 2012">
</a>
</pre>
</li>
<li class="transparent">
<span><img src="assets/badges/sponsor-transparent.png" alt="I am sponsoring RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/sponsor-transparent.png"
alt="I am sponsoring RubyConf India 2012">
</a>
</pre>
</li>
<li class="transparent">
<span><img src="assets/badges/speaker-transparent.png" alt="I am speaking at RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/speaker-transparent.png"
alt="I am speaking at RubyConf India 2012">
</a>
</pre>
</li>
<li class="transparent">
<span><img src="assets/badges/attendee-transparent.png" alt="I am attending RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/attendee-transparent.png"
alt="I am attending RubyConf India 2012">
</a>
</pre>
</li>
<li class="transparent">
<span><img src="assets/badges/volunteer-transparent.png" alt="I'm a volunteer at RubyConf India 2012"></span>
<pre>
<a href="http://rubyconfindia.org/">
<img src="http://rubyconfindia.org/2012/assets/badges/volunteer-transparent.png"
alt="I'm a volunteer at RubyConf India 2012">
</a>
</pre>
</li>
</ul>
</section>
<footer>
designed by <a href="http://hordesoftware.com/">Arpan [horde software]</a>
</footer>
</section>
</body>
</html>