-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathabout.html
62 lines (56 loc) · 5.24 KB
/
about.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
<div class="help about">
<h1> About </h1>
<p>Data is powered by OpenStreetMap ODbL, © </p>
<p><a href="https://www.openstreetmap.org/copyright">https://www.openstreetmap.org/copyright</a></p>
<p>All rights belong to OsmAnd app, Copyright © 2010-2023 OsmAnd BV.</p>
<img style="max-width:100%;height:auto" src="/images/help/contributors.png" alt="" class="contributorsbanner">
<h3>Our team and contributors</h3>
<p><span class="surname"><a href="https://github.com/vshcherb">Victor Shcherb</a></span> - Founder and CEO, Product Lead.</p>
<p><span class="surname">Alexey Kulish</span> - Technical Lead (CTO), Senior Android/iOS developer.</p>
<p><span class="surname"><a href="http://github.com/EugeneZmeuk">Eugene Kizevich</a></span> - Marketing Lead (CMO) and front-end developer.</p>
<p><span class="surname"><a href="https://github.com/dmpr0">Dmytro Prodchenko</a></span> - Product Lead (CPO), UI/UX designer.</p>
<p><span class="surname"><a href="https://github.com/sonora">Dr. Hardy Mueller</a></span> - Member since 2011. First map concepts and base renderers, audio code, international consistency and testing, usability, app scoping, strategic concepts, documentation, market research. Author of the Touring view map style.</p>
<p><span class="surname"><a href="https://github.com/alexey-pelykh">Alexey Pelykh</a></span> - C++ developer, created the native library and made the application much snappier.</p>
<p><span class="surname">Max (Zahnstocher)</span> - Java contributor and active forum participant.</p>
<p><span class="surname"><a href="https://github.com/xmd5a2">Leonid Barsukov</a></span> - Software engineer, co-author of main OsmAnd rendering, author of the UniRS and LightRS map styles.</p>
<p><span class="surname"><a href="https://github.com/PaulStets">Pavlo Stetsenko</a></span> - Senior iOS developer, iOS Team lead.</p>
<p><span class="surname"><a href="https://github.com/Chumva">Vitalii Holinko</a></span> - Senior Android developer, Android Team Lead.</p>
<p><span class="surname"><a href="https://github.com/nazar-kutz">Nazar Kutz</a></span> - Android developer.</p>
<p><span class="surname"><a href="https://github.com/0xRe1nk0">Yevhenii Kochubenko</a></span> - Android developer.</p>
<p><span class="surname"><a href="https://github.com/Skalii">Dmitrii Skalii</a></span> - iOS developer.</p>
<p><span class="surname"><a href="https://github.com/DmitrySvetlichny">Dmytro Svitlychnyi</a></span> - iOS developer.</p>
<p><span class="surname"><a href="https://github.com/ivanPyrohivskyi">Ivan Pyrohivskyi</a></span> - Senior Java Backend Developer, Team leader Backend Team.</p>
<p><span class="surname"><a href="https://github.com/alisa911">Kseniia Velychko</a></span> - Java full stack Developer.</p>
<p><span class="surname"><a href="https://github.com/Dima-1">Dmitry Reva</a></span> - Android and Java Backend developer.</p>
<p><span class="surname"><a href="https://github.com/nnngrach">Maxim Kojin</a></span> - iOS developer.</p>
<p><span class="surname"><a href="https://github.com/cepprice">Dmitry Naumov</a></span> - OpenGL developer.</p>
<p><span class="surname"><a href="https://github.com/Andrewschenko">Aleksandr Andrewschenko</a></span> - OpenGL developer.</p>
<p><span class="surname"><a href="https://github.com/TatianaRud">Tatiana Rud</a></span> - Marketing and ASO manager.</p>
<p><span class="surname"><a href="https://github.com/anastasiia936">Anastasiia Husak</a></span> - Support and HR manager.</p>
<p><span class="surname"><a href="https://github.com/Zirochkabila">Anatolii Tkachuk</a></span> - Support and Manual QA.</p>
<p><span class="surname"><a href="https://github.com/shurasmiling">Alexandra Foiht</a></span> - Technical writer.</p>
<p><span class="surname"><a href="https://github.com/DmitryAlexei">Dzmitry Aliaks</a></span> - Technical writer.</p>
<h3><a href="#other-active" id="hideshow">Formerly Active Participants</a></h3>
<div id="other-active" style="display:none">
<p><span class="surname">Denis (bars)</span> - Java developer, worked mostly on new UI and usability.</p>
<p><span class="surname">Dusan Kazik</span> - One of the first contributors.</p>
<p><span class="surname">Andre Van Atten</span> - Project supporter, active forum participant, one of the first users.</p>
<p><span class="surname">Yvecai</span> - Main contributor to the Contour Lines and Hillshade maps.</p>
<p><span class="surname">Pavol Zibrita</span> - First contributor and developer of some utilities.</p>
<p><span class="surname">Harry van der Wolf</span> - Contributor (country boundaries and configuration files, address files, and more), active forum participant.</p>
<p><span class="surname">Denis Kolomiets</span> - Android and back-end developer.</p>
<p><span class="surname">Yurii Mazurevych</span> - Android developer, all parts of the application.</p>
<p><span class="surname">Alexander Sytnyk</span> - Android developer, all parts of the application.</p>
</div>
<script>
var button = document.getElementById("hideshow");
button.onclick = function() {
var div = document.getElementById("other-active");
if (div.style.display !== "none") {
div.style.display = "none";
} else {
div.style.display = "block";
}
};
</script>
</div>