-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (58 loc) · 1.75 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
---
layout: default
title: VilniusRB
---
<!-- <div class="row">
<div class="large-12 columns">
<h4>Next meetup</h4>
<p id="next">Loading...</p>
</div>
</div>
-->
<div class="row">
<div class="large-12 columns">
<h4>Sponsors</h4>
<!--
<p>We're looking for sponsors for our 2016/2017 season (9 events).</p>
<p>Would like to support our Vilnius Ruby community? <a href="mailto:hello@vilniusrb.lt">Let's get in touch!</a></p>
-->
<p>Big hugs for our sponsors - that enables us to do what we do!</p>
<ul class="sponsors unicorn clearing-thumbs small-block-grid-1">
<li>
<a href="http://www.toptal.com">
<img data-caption="Toptal" src="/images/sponsors/toptal.svg">
</a>
</li>
</ul>
<ul class="sponsors gold clearing-thumbs small-block-grid-1 medium-block-grid-3">
<li>
<a href="https://wisemonks.com">
<img data-caption="Wise Monks" src="/images/sponsors/wisemonks.png">
</a>
</li>
<li>
<a href="http://www.samesystem.com/en/">
<img data-caption="SameSystem" src="/images/sponsors/samesystem.png">
</a>
</li>
<li>
<a href="http://www.vinted.lt">
<img data-caption="Vinted" src="/images/sponsors/vinted.png">
</a>
</li>
</ul>
<ul class="sponsors indie clearing-thumbs small-block-grid-1 medium-block-grid-2">
<li>
<a href="http://www.synergium.eu">
<img data-caption="Synergium" src="/images/sponsors/synergium.png">
</a>
</li>
<li>
<a href="https://plateculture.com/">
<img data-caption="PlateCulture" src="/images/sponsors/plateculture.png">
</a>
</li>
</ul>
</div>
</div>
{% include contact.html %}