-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsponsors.html
143 lines (130 loc) · 5.71 KB
/
sponsors.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruby Unconf 2023 · Sponsors</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./assets/favicon.png" type="image/png">
</head>
<body>
<nav aria-hidden="true">
<div>
<a href="/"><img src="./assets/nav-logo.svg" alt="Ruby Unconf 2023 is happeing!" /></a>
<ul>
<li class="hide_on_small_screen"><a href="index.html#location">Location</a></li>
<li class="hide_on_small_screen"><a href="index.html#inclusivity-diversity">Inclusivity</a></li>
<li class="hide_on_small_screen"><a href="#promotion">Sponsors</a></li>
</ul>
</div>
</nav>
<header></header>
<main>
<section id="sponsoring">
<h2>Become a Sponsor</h2>
<div>
<p>
<a href="https://drive.google.com/file/d/1l9KVDwe2HM57GTyM8tD6OEsPHlsBV9Ss/view">Join us</a> in creating an amazing and inclusive community event in Hamburg, the gateway to the world!
The upcoming Ruby Unconf 2023 will bring together up to 200 web developers from around the globe.
This presents a unique opportunity for companies to connect with a diverse group of developers.
</p>
<br>
</div>
</section>
<section id="sponsor-silver">
<h2>Silver Sponsors</h2>
<p>
<a href="https://www.wtfoxtrot.de" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/whiskey_tango_foxtrot.png" alt="Whiskey Tango Foxtrot company logo">
</a>
<br />
<a href="https://www.wtfoxtrot.de/services/technology">burning heart of digital business</a><br />
Whiskey Tango Foxtrot is passionate about fundamentally changing the way industries and businesses work.
We believe that technology, data science, and great user experiences are the keys to success in the digital
world of today and tomorrow.
We develop complex, customer-centric technical platforms for ambitious and innovative partners.
Our customers approach us when there is no solution to their problem yet. No matter how complicated, new or
unprecedented - that's exactly where we feel comfortable.
</p>
<p>
<a href="https://ioki.com/en/home" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/ioki.png" alt="ioko logo">
</a>
<br />
We create smart mobility solutions for the future and work with transport service operators, local government bodies
and companies in urban and rural regions alike. Based in Frankfurt, we are the technology partner that designs
needs-based and modern on-demand mobility services to take us towards a more sustainable future.
Our approach to mobility is holistic and data based.
With our mobility analyses, traffic plannings and our operating system for digital mobility,
we accompany mobility providers through the mobility transition.
Our ecological and economically efficient solutions for a strong public transport make us the market leader in Europe.
</p>
</section>
<section id="sponsor-bronze">
<h2>Bronze Sponsors</h2>
<p>
<a href="https://9elements.com" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/9elements_logo_black.svg" alt="9elments company logo">
</a>
</p>
<p>
<a href="https://flexvelop.com" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/flexvelop.svg" alt="flexvelop company logo">
</a>
</p>
<p>
<a href="https://railslove.com" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/railslove.svg" alt="railslove.svg company logo">
</a>
</p>
<p>
<a href="https://www.visable.com" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/visable.svg" alt="Visable company logo">
</a>
</p>
</section>
<section id="sponsor-community">
<h2>Community Sponsors</h2>
<p>
<a href="https://makandra.de/" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/makandra.png" alt="makandra logo">
</a>
</p>
<p>
<a href="https://www.appsignal.com/" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/appsignal.svg" alt="appsignal logo">
</a>
</p>
<p>
<a href="https://www.penseo.de" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/penseo.png" alt="Penseo logo">
</a>
</p>
<p>
<a href="https://www.yogaeasy.de" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/yoga_easy.svg" alt="Yoga Easy logo">
</a>
</p>
</section>
<section id="sponsor-coffee">
<h2>Coffee Sponsors</h2>
<p>
<a href="https://depfu.com" target="_blank" class="sponsor__logo">
<img src="./assets/sponsors/depfu.svg" alt="Depfu logo">
</a>
</p>
<p>
<a href="https://nine5nine.com">
<img src="./assets/sponsors/nine5nine.svg" alt="nine5nine logo">
</a>
</p>
</section>
</main>
<footer>
Organized by <a href="https://www.bootev.org/">BOOT e.V.</a>
·
<a href="imprint.html">Imprint / Impressum</a>
·
<a href="dataprotection.html">Dataprotection / Datenschutzerklärung</a>
</footer>
</body>
</html>