-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (213 loc) · 9.87 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
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
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<title>Bangkok.rb - Promoting Ruby in Thailand</title>
<link rel="stylesheet" href="style.css?3">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap" rel="stylesheet">
<meta property="og:title" content="bangkok.rb" />
<meta property="og:description"
content="Promoting Ruby in Thailand. Founded in 2018, Bangkok.rb aims to grow the community for the Ruby programming language in Thailand! We organize a monthly meetup called Ruby Tuesday in Bangkok, Thailand. We also host the acclaimed RubyConf Thailand attracting speakers and attendees from all over the world." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bangkokrb.org/" />
<!--<meta property="og:image" content="" />-->
</head>
<body>
<header>
<h1>
<img class="logo" src="images/ruby-tuesday.svg" />
Bangkok.rb</h1>
<nav>
<ul>
<li><a href="#about-us">About Us</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#conference">Conference</a></li>
<li><a href="#meetup">Meetup</a></li>
<li><a href="#get-involved">Get Involved</a></li>
</ul>
</nav>
</header>
<main>
<section id="about-us">
<h2>About Us</h2>
<p>Founded in 2018, Bangkok.rb aims to grow the community for the Ruby programming language in Thailand! We
organize a monthly meetup called Ruby Tuesday
in Bangkok, Thailand. We also host the acclaimed RubyConf Thailand attracting speakers and attendees
from all over the world.</p>
</section>
<section id="team">
<h2>Team</h2>
<p>A big thank you to all of our volunteers who help make our events happen from 2018 to today!</p>
<ul class="team">
<li>
<img src="images/team/abhinav.jpg" alt="">
<p>Abhinav</p>
</li>
<li>
<img src="images/team/andy.jpg" alt="">
<p>Andy</p>
</li>
<li>
<img src="images/team/alex.jpg" alt="">
<p>Alex</p>
</li>
<li>
<img src="images/team/aj.jpg" alt="">
<p>AJ</p>
</li>
<li>
<img src="images/team/ankit.jpg" alt="">
<p>Ankit</p>
</li>
<li>
<img src="images/team/cody.jpg" alt="">
<p>Cody</p>
</li>
<li>
<img src="images/team/dan.jpg" alt="">
<p>Dan</p>
</li>
<li>
<img src="images/team/georgi.jpg" alt="">
<p>Georgi</p>
</li>
<li>
<img src="images/team/htoo.jpg" alt="">
<p>Htoo</p>
</li>
<li>
<img src="images/team/james.jpg" alt="">
<p>James</p>
</li>
<li>
<img src="images/team/keith.jpg" alt="">
<p>Keith</p>
</li>
<li>
<img src="images/team/masha.jpg" alt="">
<p>Masha</p>
</li>
<li>
<img src="images/team/matt.jpg" alt="">
<p>Matt</p>
</li>
<li>
<img src="images/team/michael.jpg" alt="">
<p>Michael</p>
</li>
<li>
<img src="images/team/olivier.jpg" alt="">
<p>Olivier</p>
</li>
<li>
<img src="images/team/ted.jpg" alt="">
<p>Ted</p>
</li>
<li>
<img src="images/team/thar.jpg" alt="">
<p>Thar</p>
</li>
<li>
<img src="images/team/tino.jpg" alt="">
<p>Tino</p>
</li>
<li>
<img src="images/team/zwe.jpg" alt="">
<p>Zwe</p>
</li>
</ul>
</section>
<section id="conference">
<h2>Conference - RubyConf TH</h2>
<p>
In 2019, we hosted the first RubyConfTH in Bangkok, Thailand.
After a enforced break due to COVID, we returned in 2022 with another
two-day conference attracting speakers and attendees from all over the world.
We returned in 2023 for our third conference, featuring Matz as our headline keynote. We're looking for
people who would be interested in running a future conference, so do get in touch!
</p>
<ul class="conferences">
<li class="card past"><a target="_blank" href="https://rubyconfth.com/past/2019/">
<img src="images/rubyconfth-2019.png" width="320" alt="RubyConfTH 2019" />
<br />
<span class="caption">September 6-7, 2019</span>
</a></li>
<li class="card past"><a target="_blank" href="https://rubyconfth.com/past/2022/">
<img src="images/rubyconfth-2022.png" width="320" alt="RubyConfTH 2022" />
<br />
<span class="caption">December 9-10, 2022</span>
</a></li>
<li class="card past"><a target="_blank" href="https://rubyconfth.com/">
<img src="images/rubyconfth-2023.png" width="320" alt="RubyConfTH 2023" />
<span class="caption">October 6-7, 2023</span>
</a></li>
</ul>
<p><a class="btn" target="_blank" href="https://youtube.com/@rubyconfth">Watch Videos from past
conferences</a></p>
</section>
<section id="meetup">
<h2>Meetup - Ruby Tuesday</h2>
<p class="center">
<img src="images/ruby-tuesday.svg" />
</p>
<p>We meet on the last Tuesday of every month in central Bangkok for talks about Ruby and other
interesting software development topics! We use Meetup.com to organize our monthly events, so
you can find the date of our next meetup there. If you'd like to give a talk, we're always looking for
speakers! See the Get Involved section to find out how to suggest a talk.</p>
<div id="nextEvent"></div>
<script>
const url =
"https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fwww.meetup.com%2Fbangkok-rb%2Fevents%2Frss%2F"
fetch(url).then(data => data.json()).then(data => {
if (data.items.length > 0) {
const event = data.items[0]
const paragraphs = /<p>(.*?)<\/p>/g
const allParagraphs = event.description.match(paragraphs)
const date = allParagraphs[allParagraphs.length - 3] // 3rd last paragraph
document.getElementById("nextEvent").innerHTML = (
`<h3>Next event: <a target="_blank" href="${event.link}">${event.title}</a></h3>${date}`
)
}
})
</script>
<p>
<a class="btn" href="https://www.meetup.com/bangkok-rb/">View on Meetup.com</a>
</p>
</section>
<section id="get-involved">
<h2>Get Involved</h2>
<p>The easiest way to get involved is to join our <a href="/slack">Slack
group</a>!
We post information about
upcoming events, and you can ask questions about Ruby and software development in general,
as well as volunteering to help out at events
</p>
<p>
<a class="btn" href="/slack">Join
our Slack</a>
</p>
<p>We're always looking for speakers for our monthly Ruby Tuesday events. The talk doesn't have to be
specifically about Ruby, any topic of interest to software developers is welcome!</p>
<p>
<a class="btn" target="_blank" href="https://p0gnvdrb628.typeform.com/to/KIGDCwCH">Suggest a talk</a>
</p>
<p>You can also follow us on social media!</p>
<h4>Bangkok.rb social media:</h4>
<ul class="socialmedia">
<li><a target="_blank" href="https://facebook.com/bangkok.rb">Facebook</a></li>
<li><a target="_blank" href="https://www.meetup.com/bangkok-rb/">Meetup.com</a></li>
</ul>
<h4>RubyConfTH social media:</h4>
<ul class="socialmedia">
<li><a target="_blank" href="https://twitter.com/rubyconfth">Twitter</a></li>
<li><a target="_blank" href="https://facebook.com/rubyconfth">Facebook</a></li>
<li><a target="_blank" href="https://instagram.com/rubyconfth">Instagram</a></li>
<li><a target="_blank" href="https://ruby.social/@rubyconfth">Mastodon</a></li>
<li><a target="_blank" href="https://youtube.com/@rubyconfth">Youtube</a></li>
</ul>
</section>
</main>
</body>
</html>