-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·328 lines (309 loc) · 13 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!--
_ _ _
___ _ __ _ _ __| (_) | ____ _
/ _ \ '__| | | |/ _` | | |/ / _` |
| __/ | | |_| | (_| | | < (_| |
\___|_| \__,_|\__,_|_|_|\_\__,_|
a tiny software company
-->
<!DOCTYPE html>
<html lang="en-us" class="nojs">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Erudika is a tiny software company based in Sofia, Bulgaria.">
<meta name="author" content="erudika.com">
<meta name="theme-color" content="#31c7ff">
<meta name="google-site-verification" content="7NIgO9igrXi6mshcR00QEG-nWGzOfYzFLiEB2IFDKjk">
<title>Erudika</title>
<link rel="canonical" href="https://erudika.com">
<link rel="manifest" href="/manifest.json">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<script type="application/ld+json">
[{
"@context": "http://schema.org",
"@type": "Organization",
"address": {
"@type": "PostalAddress",
"addressLocality": "Sofia, Bulgaria",
"postalCode": "1618",
"streetAddress": "4 Lelinska chuka Street"
},
"email": "contact(at)erudika.com",
"vatID": "BG-200368755",
"name": "Erudika",
"url": "https://erudika.com",
"logo": "https://www.erudika.com/assets/img/erudika.png",
"sameAs": [
"https://twitter.com/erudika",
"https://www.linkedin.com/company/erudika",
"https://github.com/Erudika"
]
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Erudika",
"url": "https://erudika.com"
}]
</script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setDoNotTrack", true]);
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.fixproperty.eu/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img referrerpolicy="no-referrer-when-downgrade" src="//matomo.fixproperty.eu/matomo.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</head>
<body>
<!--[if lt IE 9]>
<h1 class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</h1>
<![endif]-->
<div class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a href="/">
<img src="assets/img/erudika.svg" width="256" height="66" class="erudika-logo" alt="logo">
</a>
</div>
<ul class="nav navbar-nav navbar-right hidden-xs">
<li class=""><a href="/blog"><span style="color: #3399CC;">Blog</span></a></li>
<li class=""><a href="#projects">Projects</a></li>
<li class=""><a href="#support">Support</a></li>
<li class=""><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<div id="hello">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<div class="blue">
<h1>A tiny software company</h1>
<h2>We build software that runs in the cloud.</h2>
</div>
</div>
</div>
<!-- <div id="hello-icon1" class="hidden-xs hidden-sm">
<i class="fa fa-snowflake-o fa-lg cloud1"></i>
</div> -->
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<p><strong>Erudika</strong> is an independent, bootstrapped company
specializing in backend and serverless technologies. We build scalable systems that run in the
cloud. We strongly believe in open source software.</p>
<p><a class="btn btn-info btn-lg" href="/blog">Read our blog</a></p>
<!-- <div id="hello-icon2" class="hidden-xs hidden-sm">
<i class="fa fa-snowflake-o fa-lg cloud1"></i>
</div>
<div id="hello-icon3" class="hidden-xs">
<i class="fa fa-snowflake-o fa-lg cloud1"></i>
</div> -->
</div>
</div>
</div>
</div>
<section id="projects">
<div class="container">
<h2 class="centered">Projects</h2>
<h3>Open Source</h3>
<hr>
<div class="row mt grid">
<div class="col-md-6">
<a href="https://paraio.org"><img src="assets/img/para.png" class="lazy" height="100" alt="Para"></a>
<p class="lead mt"><strong><a href="https://paraio.org">Para</a></strong> is an open source backend server
with a clean and simple REST API, which helps you build your project faster by taking care of all the
boring backend operations.</p>
</div>
<div class="col-md-6">
<a href="https://scoold.com"><img src="assets/img/scoold_logo.png" class="lazy" height="100" alt="Scoold"></a>
<p class="lead mt"><strong><a href="https://scoold.com">Scoold</a></strong> is an open source Stack Overflow clone
written in Java and powered by Para. It's a production-ready Q&A platform, which can be
deployed to any cloud or on your premises.
</p>
</div>
</div>
<h3>Cloud Services (SaaS)</h3>
<hr>
<div class="row mt">
<div class="col-md-6">
<a href="https://paraio.com"><img src="assets/img/para_cloud.png" class="lazy" height="110" alt="Para Cloud"></a>
<p class="lead mt"><strong><a href="https://paraio.com">Para Cloud</a></strong> offers a fully managed, hosted
Para backend (Backend-as-a-Service), with an advanced management console and strong two-factor authentication.</p>
</div>
<div class="col-md-6">
<a href="https://cloud.scoold.com"><img src="assets/img/scoold_cloud.png" class="lazy" height="110" alt="Scoold Cloud"></a>
<p class="lead mt"><strong><a href="https://cloud.scoold.com">Scoold Cloud</a></strong> allows you to easily
deploy a Scoold Pro server in the cloud. Scaling and upgrades are handled by us, leaving you to focus
on your community.</p>
</div>
</div>
<div class="row mt">
<div class="col-md-6">
<a href="https://robotranslator.ai"><img src="assets/img/robotranslator.svg" class="lazy" height="110" alt="Robo Translator"></a>
<p class="lead mt"><strong><a href="https://robotranslator.ai">Robo Translator</a></strong> will simplify the way you localize content,
any content - documents, audio, video or software applications. It is an easy-to-use machine translation service
without subscripions or hidden costs.</p>
</div>
</div>
<h3>Self-Hosted</h3>
<hr>
<div class="row mt">
<div class="col-md-6">
<a href="https://scoold.com"><img src="assets/img/scoold_pro.png" class="lazy" height="110" alt="Scoold Pro"></a>
<p class="lead mt"><strong><a href="https://scoold.com">Scoold Pro</a></strong> is
the paid version of Scoold. It has many extra features like SAML authentication, file uploads and advanced
syntax highlighting.
</p>
</div>
</div>
</div>
</section>
<!-- <div class="container">
<div class="row centered mt">
<div class="col-md-12">
<div class="browser-mockup">
<a href="https://console.paraio.org"><img src="assets/img/pwc1.png" class="lazy" width="100%" alt="Screenshot of Para Web Console"></a>
</div>
<p class="lead mt"><strong><a href="https://console.paraio.org">Para Web Console</a></strong> is
an open source management console for <strong>Para</strong>.
Connect to any of your servers and manage your objects easily with this powerful web interface.
</p>
</div>
</div>
</div>-->
<section id="support">
<div class="container">
<div class="row centered mt grid">
<h2>Priority Support</h2>
<p class="lead mt">
We provide priority support for our products and services at a rate of 100 EUR/hour, limited to 2 hours per
month, weekdays only, from 10am to 6pm EET (UTC+2). For anything more than 2 hours a month and for incident
resolution during weekends, the rate is 200 EUR/hour. The response time is 2 hours.
</p>
</div>
</div>
</section>
<section id="skills">
<div class="container">
<div class="row centered">
<h2>From our blog</h2>
<div class="col-md-3 mt">
<a href="/blog/2018/12/30/Top-5-open-source-Q-A-platforms/">
<img src="assets/img/blogpost_media11.png" class="lazy" width="270" alt="Top 5 open source Q and A platforms">
</a>
<p><a href="/blog/2018/12/30/Top-5-open-source-Q-A-platforms/">Top 5 open source Q&A platforms</a></p>
</div>
<div class="col-md-3 mt">
<a href="/blog/2021/02/01/Status-update-Para-goes-global-pricing-changes/">
<img src="assets/img/blogpost_media17.png" class="lazy" width="270" alt="Para goes global!">
</a>
<p><a href="/blog/2021/02/01/Status-update-Para-goes-global-pricing-changes/">Para goes global!</a></p>
</div>
<div class="col-md-3 mt">
<a href="/blog/2020/09/22/Announcing-Scoold-Cloud/">
<img src="assets/img/blogpost_media16.png" class="lazy" width="270" alt="Webhooks in Para and Scoold">
</a>
<p><a href="/blog/2020/09/22/Announcing-Scoold-Cloud/">Announcing Scoold Cloud</a></p>
</div>
<div class="col-md-3 mt">
<a href="/blog/2015/10/21/backend-frameworks-usergrid-loopback-para-baasbox-deployd-telepat/">
<img src="assets/img/thumb1.png" class="lazy" width="270" alt="Modern backend (BaaS) frameworks - an overview">
</a>
<p><a href="/blog/2015/10/21/backend-frameworks-usergrid-loopback-para-baasbox-deployd-telepat/">Modern backend (BaaS) frameworks - an overview</a></p>
</div>
</div>
</div>
</section>
<section id="social">
<div class="container">
<div class="row centered">
<h2 class="hide">Get in touch</h2>
<div class="col-lg-8 col-lg-offset-2">
<div class="col-md-4">
<a href="https://github.com/erudika" class="extlink"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-4">
<a href="https://www.linkedin.com/company/erudika/" class="extlink"><i class="fa fa-linkedin"></i></a>
</div>
<div class="col-md-4">
<a href="https://twitter.com/erudika" class="extlink"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div id="map" class="col-md-8">
<a href="https://goo.gl/maps/QGRjd" class="extlink">
<img src="https://maps.googleapis.com/maps/api/staticmap?center=42.67354,23.28034&markers=color:blue%7C42.67354,23.28034&scale=2&zoom=15&language=en&style=invert_lightness:true%7Csaturation:-100%7Cgamma:0.5%7Cvisibility:simplified&size=800x320&key=AIzaSyBNJCAd4ZVeSOmZHGpRG7gdK2SUpflTBzc" class="lazy" alt="map">
</a>
</div>
<div class="col-md-4 text-white text-center">
<h2 class="text-white">Erudika LTD.</h2><br>
<address>
4 Lelinska chuka Street<br>
Sofia, 1618, Bulgaria<br>
VAT reg. BG-200368755<br>
<abbr title="Legally Authorized Representative">LAR</abbr>: Alexander Bogdanovski<br>
Managing Director
</address>
<address id="phone">
<i class="fa fa-phone fa-lg"></i>
<a href="tel:+359886000995">(+359) 886 000 995</a>
</address>
<address>
<i class="fa fa-envelope fa-lg"></i>
<a href="mailto:contact@erudika.com">contact@erudika.com</a>
</address>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class=" columns">
<div class="col-xs-6">
<i class="fa fa-creative-commons" title="Creative Commons Attribution, Share-Alike License"></i>
2023 Erudika
</div>
<div class="col-xs-6 text-right">
<a href="https://github.com/Erudika/erudika.github.io">Hosted on GitHub.</a> •
<a href="https://status.erudika.com"><b>Status Page</b></a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
if (!Modernizr.svg) { $("img.erudika-logo").attr("src", "assets/img/erudika.png"); }
$(function() {
$(".extlink").on("click touch", function() {
window.open(this.href, '_blank');
return false;
});
});
</script>
</body>
</html>