-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfounders.php
88 lines (78 loc) · 7.17 KB
/
founders.php
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
<!DOCTYPE html>
<html lang="en">
<?php
$pageTitle = 'Founders';
include 'includes/header.php';
?>
<body>
<?php include 'includes/navigation.php';?>
<div id="wrapper">
<div class="flex-container flex-center">
<div class="tx-icon"></div>
<h1 class="m-0"><span class="color-main text-bold">FMDX.org</span> </h1>
</div>
<div class="flex-container">
<main>
<div class="panel panel-big text-center" style="padding: 30px 50px;">
<h2>Founders</h2>
<p>We proudly present the main people behind the FMDX project, so you can get to know us more or contact us in case of questions.<br>
For a faster reply, we recommend joining our <a href="https://discord.gg/ZAVNdS74mC" target="_blank" class="color-main">Discord</a> community, where we'll proactively listen to your feedback!</p>
<br><br>
<div class="flex-container flex-center">
<div class="circle" style="width:256px;">
<img src="/img/founders/marek_farkas.jpg" alt="Marek Farkaš - Noobish" width="100%" heigth="100%" class="circle">
</div>
<div class="m-left-10 text-left" style="width: 75%;padding-left: 25px;">
<h3 class="m-0 color-main">Marek Farkaš [<span style="font-size: 20px;">🇸🇰 🇨🇿</span>]</h3>
<p>Marek, also known as <span class="color-main">Noobish</span>, is the driving force behind <span class="color-main text-bold">FMDX.org</span>, serving as the community manager, web developer, and FM-DX Webserver creator. With a background in graphic design & front-end development, Marek brings a diverse skill set to the project.</p>
<p>Committed to continuous learning and professional growth, Marek combines technical prowess with creative vision to lead and develop the FMDX.org community.</p>
<a href="mailto:noobish@noobish.eu"><button class="btn-small"><i class="fas fa-envelope"></i> Contact (e-mail)</button></a>
</div>
</div>
<br>
<hr>
<div class="flex-container flex-center" style="margin-top: 30px">
<div class="circle" style="width:256px;">
<img src="/img/founders/sjef_verhoeven.jpg" alt="Sjef Verhoeven - PE5PVB" width="100%" heigth="100%" class="circle">
</div>
<div class="m-left-10 text-left" style="width: 75%;padding-left: 25px;">
<h3 class="m-0 color-main">Sjef Verhoeven [<span style="font-size: 20px;">🇳🇱</span>]</h3>
<p>Sjef, a radio amateur with the callsign <span class="color-main">PE5PVB</span>, laid the foundation for the current firmware of the well-known <span class="color-main text-bold">TEF6686 receivers</span>, which are sold worldwide, in 2020. The software is continuously being developed and expanded with ideas from the <a href="https://discord.gg/ZAVNdS74mC" target="_blank">Discord community</a>. Additionally, he designs various hardware for amateur radio bands and DX reception.</p>
<p>Thanks to his professional involvement in the development and market readiness of consumer electronics for radio and TV reception, Sjef applies this experience to his designs. <br>He aims to achieve an optimal balance between user-friendliness, optimal functionality, and the graphical appearance of the hobby products he creates.</p>
<a href="mailto:pe5pvb@het-bar.net"><button class="btn-small"><i class="fas fa-envelope"></i> Contact (e-mail)</button></a>
</div>
</div>
<br>
<hr>
<div class="flex-container flex-center" style="margin-top: 30px">
<div class="circle" style="width:256px;">
<img src="/img/founders/konrad_kosmatka.jpg" alt="Konrad Kosmatka - kkonrad" width="100%" heigth="100%" class="circle">
</div>
<div class="m-left-10 text-left" style="width: 75%;padding-left: 25px;">
<h3 class="m-0 color-main">Konrad Kosmatka [<span style="font-size: 20px;">🇵🇱</span>]</h3>
<p>Konrad Kosmatka, also known as <span class="color-main">kkonrad</span>, is a key figure in the DX community, shaping its development significantly. Konrad is known for the famous Sony XDR-F1HD modification, featuring custom microcontroller firmware (XDR-I2C) based on reverse-engineering, a remote control server (xdrd), and a user interface (XDR-GTK). This project has evolved into a versatile FM-DX Tuner firmware that supports various microcontrollers and can easily be extended to new hardware.</p>
<p>Currently, Konrad is leading the <span class="text-bold color-main">TEF Headless USB Tuner</span> project, developing its hardware and firmware. His extensive skillset, technical expertise, and programming ability have laid the groundwork for numerous other projects within the community.</p>
<a href="mailto:x"><button class="btn-small"><i class="fas fa-envelope"></i> Contact (e-mail)</button></a>
</div>
</div>
<br>
<hr>
<div class="flex-container flex-center" style="margin-top: 30px">
<div class="circle" style="width:256px;">
<img src="/img/founders/ester_vlckova.jpg" alt="Ester Vlčková - Aurie" width="100%" heigth="100%" class="circle">
</div>
<div class="m-left-10 text-left" style="width: 75%;padding-left: 25px;">
<h3 class="m-0 color-main">Ester Vlčková [<span style="font-size: 20px;">🇨🇿</span>]</h3>
<p>Ester Vlčková, also known as <span class="color-main">Aurie</span>, is one of the founders and the community manager of OpenRadio. Passionate about radio, she actively engages with our community, sharing her catches and participating in discussions.</p>
<p>She's also the one in charge of the community Discord server, ensuring that everything works properly. Her goal is to maintain an inclusive and safe environment where everyone feels welcome and valued.</p>
<button class="btn-small"><i class="fas fa-envelope"></i> Contact (e-mail)</button>
</div>
</div>
</div>
</main>
<?php include 'includes/sidepanels.php';?>
</div>
</div>
<?php include 'includes/footer.php';?>
</body>
</html>