-
Notifications
You must be signed in to change notification settings - Fork 0
/
audiomatic.html
772 lines (654 loc) · 30.7 KB
/
audiomatic.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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!DOCTYPE html>
<html lang="pl" xmlns:og="http://opengraphprotocol.org/schema/">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="UTF-8" />
<meta name="description" content="Empowering NGOs with cloud radio services" />
<meta name="keywords" content="community radio, software, CMS, NGO, Open-source, FM, DAB" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0" />
<meta name="twitter:widgets:theme" content="light">
<meta property="fb:app_id" content="985860671463831" />
<meta property="og:title" content="Foundation RadioKit" />
<meta property="og:site_name" content="Foundation RadioKit" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://radiokit.org/images/facebook1.jpg" />
<meta property="og:description" content="Empowering NGOs with cloud radio services" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="RadioKit" />
<meta property="twitter:description" content="Empowering NGOs with cloud radio services" />
<meta property="twitter:image" content="https://radiokit.org/images/twitter1.jpg" />
<meta property="twitter:site" content="@RadioKitEngine" />
<meta property="twitter:creator" content="@RadioKitEngine" />
<title>Foundation RadioKit</title>
<link rel="apple-touch-icon" href="/images/apple-icon-60.jpg">
<link rel="apple-touch-icon" href="/images/apple-icon-114.jpg" sizes="114x114">
<link rel="apple-touch-icon" href="/images/apple-icon-72.jpg" sizes="72x72">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700%7COpen+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="stylesheets/core.min.css" />
<link rel="stylesheet" href="stylesheets/skin-mobile-application-one-page.css" />
<link rel="stylesheet" href="stylesheets/androidstudio.css">
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="shop home-page">
<div class="overlay-navigation-wrapper enter-right" data-no-scrollbar data-animation="slide-in">
<div class="overlay-navigation-scroll-pane">
<div class="overlay-navigation-inner">
<div class="v-align-middle">
<div class="overlay-navigation-header row collapse full-width">
<div class="column width-12">
<div class="navigation-hide overlay-nav-hide">
<a href="#">
<span class="icon-cancel"></span>
</a>
</div>
</div>
</div>
<div class="row collapse full-width">
<div class="column width-12">
<nav class="overlay-navigation nav-block center">
<h4 class="menu-title">Menu</h4>
<ul>
<li class="current contains-sub-menu">
<a href="gstreamer.html">Usługi</a>
<ul class="sub-menu">
<li>
<a href="icecast.html">Icecast</a>
</li>
<li>
<a href="gstreamer.html">GStreamer</a>
</li>
<li>
<a href="elixir.html">Elixir</a>
</li>
<li>
<a href="react-native.html">React Native</a>
</li>
</ul>
</li>
<li class="current contains-sub-menu">
<a href="chronicle.html">Projekty</a>
<ul class="sub-menu">
<!--<li>
<a href="dyna.html">translation missing: pl.header.menu.Open-source.dyna.title</a>
</li>-->
<li>
<a href="chronicle.html">Zarządzanie treścią</a>
</li>
<li>
<a href="audiomatic.html">Procesowanie audio</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="soundmapping.html">Aktywności</a>
<ul class="sub-menu">
<li>
<a href="soundmapping.html">Mapy dźwiękowe</a>
</li>
<li>
<a href="celebrating.html">Celebrując Solidarność</a>
</li>
</ul>
</li>
<!-- <li class="contains-sub-menu">
<a href="work_in_progress.html">Za darmo</a>
<ul class="sub-menu">
<li>
<a href="work_in_progress.html">Aplikacja mobilna</a>
</li>
<li>
<a href="work_in_progress.html">Hosting strumienia</a>
</li>
</ul>
</li> -->
<li>
<a href="about.html">O nas</a>
</li>
<li>
<a href="contact.html">Kontakt</a>
</li>
<!--
<li class="contains-sub-menu sub-menu-right">
<a href="product-subpage.html">Jobs</a>-->
</li>
</ul>
</nav>
</div>
</div>
<div class="overlay-navigation-footer row full-width center">
<div class="column width-12 no-padding">
<p class="copyright">© Foundation Radiokit All Rights Reserved. <a href="#">Terms & Conditions</a> | <a href="#">Cookie policy</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Side (mobile) Navigation Menu -->
<!-- Side (mobile) Navigation Menu End -->
<!-- Header -->
<header class="header header-absolute header-fixed-on-mobile header-transparent" data-helper-in-threshold="300" data-helper-out-threshold="500" data-sticky-threshold="300" data-bkg-threshold="300" data-compact-threshold="300">
<div class="header-inner-top">
<div class="row nav-bar" style="position: relative; top: .5em;">
<div class="column width-6 nav-bar-inner left">
<p>Wspiera NGO chmurową techologią</p>
</div>
<div class="column width-6 nav-bar-inner right color-white">
<p>
<a href="https://foundation-radiokit.org"><img src="images/flags/england.png"></a>
<a href="https://fundacja-radiokit.org"><img src="images/flags/poland.png"></a>
<a href="https://facebook.com/RadioKitEngine" class="nav-icon">
<span class="icon-facebook small"></span> | <a href="https://twitter.com/RadioKitEngine" class="nav-icon">
<span class="icon-twitter small"></span>
</a> | Mail us: <a href="mailto:info@foundation-radiokit.org">info@foundation-radiokit.org</a></p>
</div>
</div>
</div>
<div class="header-inner">
<div class="row nav-bar">
<div class="column width-12 nav-bar-inner">
<div class="logo">
<div class="logo-inner">
<a href="index.html"><img src="images/logo-dark.png" alt="Radiokit Logo" /></a>
<a href="index.html"><img src="images/logo.png" alt="Radiokit Logo" /></a>
</div>
</div>
<nav class="navigation nav-block secondary-navigation nav-right">
<ul>
<li class="current contains-sub-menu">
<a href="gstreamer.html">Usługi</a>
<ul class="sub-menu">
<li>
<a href="icecast.html">Icecast</a>
</li>
<li>
<a href="gstreamer.html">GStreamer</a>
</li>
<li>
<a href="elixir.html">Elixir</a>
</li>
<li>
<a href="react-native.html">React Native</a>
</li>
</ul>
</li>
<li class="current contains-sub-menu">
<a href="chronicle.html">Projekty</a>
<ul class="sub-menu">
<!--<li>
<a href="dyna.html">translation missing: pl.header.menu.Open-source.dyna.title</a>
</li>-->
<li>
<a href="chronicle.html">Zarządzanie treścią</a>
</li>
<li>
<a href="audiomatic.html">Procesowanie audio</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="soundmapping.html">Aktywności</a>
<ul class="sub-menu">
<li>
<a href="soundmapping.html">Mapy dźwiękowe</a>
</li>
<li>
<a href="celebrating.html">Celebrując Solidarność</a>
</li>
</ul>
</li>
<!-- <li class="contains-sub-menu">
<a href="work_in_progress.html">Za darmo</a>
<ul class="sub-menu">
<li>
<a href="work_in_progress.html">Aplikacja mobilna</a>
</li>
<li>
<a href="work_in_progress.html">Hosting strumienia</a>
</li>
</ul>
</li> -->
<li>
<a href="about.html">O nas</a>
</li>
<li>
<a href="contact.html">Kontakt</a>
</li>
<!--
<li class="contains-sub-menu sub-menu-right">
<a href="product-subpage.html">Jobs</a>-->
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
</div>
</div>
<body class="shop home-page">
<script src="javascripts/highlight.pack.js"></script>
<!-- Header End -->
<!-- Feature Section 1 -->
<div class="content clearfix">
<!-- Fullscreen Slider Section -->
<section id="home" class="section-block featured-media window-height tm-slider-parallax-container">
<div class="tm-slider-container full-width-slider" data-featured-slider data-parallax data-auto-advance data-auto-advance-interval="7000" data-speed="1300" data-progress-bar="false" data-nav-arrows="false" data-pause-on-hover="false" data-scale-under="1">
<ul class="tms-slides">
<li class="tms-slide" data-image data-force-fit data-overlay-bkg-color="#2d3138" data-overlay-bkg-opacity="0.35" data-animation="slideTopBottom">
<div class="tms-content">
<div class="tms-content-inner left pt-50 no-padding-on-mobile">
<div class="row">
<div class="column width-8 offset-2 center">
<div class="tms-caption mb-10 logo-slider"
data-animate-in="preset:flipInY;duration:800ms;delay:500ms;"
>
<img data-src="images/mobile-application/generic/app-icon-color.png" src="images/blank.png" alt="">
</div>
<div class="clear"></div>
<div class="tms-caption"
data-animate-in="preset:slideInUpShort;duration:1000ms;"
data-no-scale
>
<h1 class="mb-20 color-white">Neutrino Audiomatic</h1>
<p class="lead color-white">Professional Web Audio API</p>
<a href="#what" class="button rounded medium border-grey-light bkg-white color-white bkg-hover-orange color-hover-white no-margin-bottom left">
<span class="icon-book medium left"></span>
<span class="button-content">
Learn more
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<img data-src="images/fullscreens/spectral_waveform.jpg" data-retina src="images/blank.png" alt=""/>
</li>
</ul>
</div>
</section>
<!-- Fullscreen Slider Section End -->
<section id="what">
<!-- Hero 5 Section -->
<div class="section-block right clear-height show-media-column-on-mobile">
<div class="media-column width-6"></div>
<div class="row flex">
<div class="column width-10">
<div class="hero-content split-hero-content">
<div class="hero-content-inner left horizon" data-animate-in="preset:turnInLeft;duration:1000ms;" data-threshold="0.6">
<h3 class="mb-30 font-alt-1">How can Audiomatic help You?</h3>
<p class="lead">If you have ever been working with audio files in web applications - we bet you had encountered a bunch of problems for which you could not find an easy solution.</p>
<p class="lead">We had the same experience, which is why we decided to create a processing tool that will make our work easier.</p>
<p class="lead">We love audio based apps and would like to see more of them. This is why we created Audiomatic.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Hero 5 Section End -->
<!-- About -->
<section id="features">
<!-- Feature Section 1 -->
<div class="section-block feature-3 bkg-grey-ultralight">
<div class="row flex">
<div class="column width-5 offset-1">
<div class="feature-content">
<div class="feature-content-inner center-on-mobile pt-40 pt-mobile-80">
<h4 class="mb-20 title-xlarge horizon" data-parallax="direction:vertical;speed:0.3;rotate:none;">01</h4>
<h2 class="mb-20 horizon font-alt-1" data-parallax="direction:vertical;speed:0.1;rotate:none;">Easy waveform generation?</h2>
<p class="lead">If you've ever tried to generate a waveform from an audio file - you must have realised that this is not such a trivial task and that there are no useful tools for this available online. </p>
<br>
<p class="lead">Not anymore - Audiomatic is here. </p>
</div>
</div>
</div>
<div class="column width-5 center">
<div class="feature-image">
<div class="feature-image-inner pt-20 no-padding-on-mobile horizon pd-40" data-parallax="direction:vertical;speed:0.3;rotate:anticlockwise;opacity:fade;">
<img src="images/features/waveform.png" width="400" alt=""/>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 1 -->
<!-- Feature Section 2 -->
<div class="section-block feature-3 bkg-white overflow-visible">
<div class="row flex">
<div class="column width-5 push-6">
<div class="feature-content">
<div class="feature-content-inner center-on-mobile pt-40 pt-mobile-80">
<h4 class="mb-20 title-xlarge horizon" data-parallax="direction:vertical;speed:0.35;rotate:none;">02</h4>
<h2 class="mb-20 horizon font-alt-1" data-parallax="direction:vertical;speed:0.1;rotate:none;">Elastic time?! Definitely unwanted</h2>
<p class="lead">As you know, different decoders give you different results when it comes to calculating audio file duration. Difference of couple milliseconds might not be so important. But what happens when you multiply this difference a few hundreds of times?</p>
<p class="lead">With Audiomatic you can precisely count duration of your audio files, as it decodes everything to a raw format, counts the real length and gives you undoubtedly precise results.</p>
</div>
</div>
</div>
<div class="column width-5 pull-6 offset-2 center">
<div class="feature-image">
<div class="feature-image-inner pt-20 no-padding-on-mobile horizon pd-40" data-parallax="direction:vertical;speed:0.3;rotate:anticlockwise;opacity:fade;">
<img src="images/features/duration.png" width="400" alt=""/>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 2 -->
<!-- Feature Section 3 -->
<div class="section-block feature-3 bkg-grey-ultralight">
<div class="row flex">
<div class="column width-5 offset-1">
<div class="feature-content">
<div class="feature-content-inner center-on-mobile pt-40 pt-mobile-80">
<h4 class="mb-20 title-xlarge horizon" data-parallax="direction:vertical;speed:0.3;rotate:none;">03</h4>
<h2 class="mb-20 horizon font-alt-1" data-parallax="direction:vertical;speed:0.1;rotate:none;">Many browsers - many problems...</h2>
<p class="lead">You might think that .ogg is super cool - but is it supported by every browser? What if your users want to use .flac?</p>
<p class="lead">Maintaining support for multiple audio formats in web applications is either a nightmare or demands a large team working on it. With Audiomatic you can seamlessly convert everything to the MP3 format which is acceptable in all web browser. </p>
</div>
</div>
</div>
<div class="column width-5 center">
<div class="feature-image">
<div class="feature-image-inner pt-20 no-padding-on-mobile horizon pd-40" data-parallax="direction:vertical;speed:0.3;rotate:anticlockwise;opacity:fade;">
<img src="images/features/lama.png" width="400" alt=""/>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 1 -->
<!-- Feature Section 2 -->
<div class="section-block feature-3 bkg-white overflow-visible">
<div class="row flex">
<div class="column width-5 push-6">
<div class="feature-content">
<div class="feature-content-inner center-on-mobile pt-40 pt-mobile-80">
<h4 class="mb-20 title-xlarge horizon" data-parallax="direction:vertical;speed:0.35;rotate:none;">04</h4>
<h2 class="mb-20 horizon font-alt-1" data-parallax="direction:vertical;speed:0.1;rotate:none;">Messy filenames?</h2>
<p class="lead">Most of the people don't care about naming their files, right? This attitude can easily create a chaos in an archive but it doesn't have to be like that.</p>
<p class="lead">If the filenames are messy, there is a good chance that extracting metadata from them can save you a plenty of time.</p>
</div>
</div>
</div>
<div class="column width-5 pull-6 offset-2 center">
<div class="feature-image">
<div class="feature-image-inner pt-20 no-padding-on-mobile horizon pd-40" data-parallax="direction:vertical;speed:0.3;rotate:anticlockwise;opacity:fade;">
<img src="images/features/metadata.png" width="400" alt=""/>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 2 -->
<!-- Feature Section 1 -->
<div class="section-block feature-3 bkg-grey-ultralight">
<div class="row flex">
<div class="column width-5 offset-1">
<div class="feature-content">
<div class="feature-content-inner center-on-mobile pt-40 pt-mobile-80">
<h4 class="mb-20 title-xlarge horizon" data-parallax="direction:vertical;speed:0.3;rotate:none;">05</h4>
<h2 class="mb-20 horizon font-alt-1" data-parallax="direction:vertical;speed:0.1;rotate:none;">Same perceived loudness for all</h2>
<p class="lead">We know the pain of different loudness in each audio file. You are always looking for your volume knob. However, there is one simple and effective solution - ReplayGain.</p>
<p class="lead">It’s the best way of keeping perceived loudness of a different recordings on the same level.</p>
</div>
</div>
</div>
<div class="column width-5 center">
<div class="feature-image">
<div class="feature-image-inner pt-20 no-padding-on-mobile horizon pd-40" data-parallax="direction:vertical;speed:0.3;rotate:anticlockwise;opacity:fade;">
<img src="images/features/replaygain.png" width="400" alt=""/>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 1 -->
</section>
<!-- Features End -->
<!--<section id="codeexamples">
Hero 5 Section
<div class="section-block hero-5 hero-5-2 show-media-column-on-mobile bkg-white">
<div class="media-column width-12"></div>
<div class="row">
<div class="column width-12">
<div class="hero-content split-hero-content">
<div class="hero-content-inner v-align-top left">
<h2 class="mb-30 color-charcoal">HTTP API</h2>
<p>
Scheduling file processing requires POSTing two parameters to audiomatic api:
- url - location of processed file,
- callback_url - location where results of analysis should be returned as JSON.
For example, to obtain duration, POST to:</p>
<pre><code>https://audiomatic.radiokitapp.org/api/process/v2.0/analysis/audio/duration</code></pre>
JSON body: <pre><code class="json">{
“callback_url”:”https://example.org/callback”, “url”:”https://example.org/file.mp3“
}
</code>
</pre>
<p>Use Basic Auth with login and token you obtained during registration. You can use either Authorization Header or URL encoding.</p>
</div>
</div>
</div>
</div>
</div>
Hero 5 Section End -->
<div class="section-block hero-5 hero-5-3 show-media-column-on-mobile bkg-white">
<div class="media-column width-6"></div>
<div class="row">
<div class="column width-6">
<div class="hero-content split-hero-content">
<div class="hero-content-inner v-align-top left">
<h2 class="mb-30 color-white">Heroku Plugin</h2>
<a href="https://elements.heroku.com/addons/neutrino-audiomatic" class="button rounded medium bkg-orange bkg-hover-blue color-white color-hover-charcoal no-margin-bottom left">
<span class="icon-book medium left"></span>
<span class="button-content">
HerokuElements
</span>
</a>
</div>
</div>
</div>
<div class="column width-6">
<div class="hero-content split-hero-content">
<div class="hero-content-inner v-align-top right">
<h2 class="mb-30 color-charcoal">Heroku documentation</h2>
<a href="https://devcenter.heroku.com/articles/neutrino-audiomatic" class="button rounded medium bkg-orange bkg-hover-blue color-white color-hover-charcoal no-margin-bottom left">
<span class="icon-book medium left"></span>
<span class="button-content">
HerokuDevCenter
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Code Examples end -->
<!-- Sign Up Section 2 -->
<div class="section-block bkg-charcoal">
<div class="row">
<div class="column width-12">
<div class="signup-form-container horizon" data-parallax="direction:vertical;speed:-0.07;rotate:none;opacity:none;">
<h2 class="color-white">Haven't found a processor you need? Let us know!!</h2>
<p class="mb-30 color-white">If you have any feature requests - we would gladly hear them and implement them asap!</p>
<form action="https://formspree.io/info@foundation-radiokit.org"
method="POST"
target="_blank">
<div class="row">
<div class="column width-6">
<input type="text" name="name" class="form-fname form-element large" placeholder="Name" tabindex="1" required>
</div>
<div class="column width-6">
<input type="email" name="email" class="form-email form-element large" placeholder="Email" tabindex="3" required>
</div>
</div>
<div class="row">
<div class="column width-12 center">
<textarea name="message" class="form-message form-element large" placeholder="Message" tabindex="5" required></textarea>
<input type="submit" value="Send Email" class="form-submit button medium bkg-black bkg-hover-orange color-white color-hover-white">
</div>
</div>
</form>
<div class="form-response"></div>
</div>
</div>
</div>
</div>
<!--Sign Up Section 2 End -->
</section>
<!-- Pricing End -->
</div>
<div class="section-block replicable-content pt-60 pb-30 call-to-action-2 call-to-action-2-1 bkg-grey-ultralight background-cover">
<div class="row">
<div class="column width-6 left center-on-mobile">
<p class="color-charcoal">Jak możemy Ci pomóc?</p>
<a href="contact.html" class="button text-uppercase bkg-grey border-hover-white color-white color-hover-white mb-mobile-30 align-left">Skontaktuj się z nami</a>
</div>
<div class="column width-6 right center-on-mobile">
<p class="color-charcoal">Bądź na bieżaco z naszą misją!</p>
<a href="index.html#newsletter" class="button text-uppercase bkg-grey border-hover-white color-white color-hover-white mb-mobile-30">Newsletter</a>
</div>
</div>
</div>
<!--<div class="section-block logos-1 pt-50 pb-50 bkg-grey-ultralight color-charcoal">
<div class="row">
<div class="column width-3 center-on-mobile">
<h3 class="mb-5 mb-mobile-30">translation missing: pl.clients.happy</h3>
</div>
<div class="column width-3 right center-on-mobile">
<blockquote class="icon">
<span class="icon-quote"></span>
<br>
<p class="text-medium">translation missing: pl.clients.radiofonia.quote</p>
<cite class="text-small">translation missing: pl.clients.radiofonia.title</cite>
</blockquote>
</a>
</div>
<div class="column width-3 right center-on-mobile">
<blockquote class="icon">
<span class="icon-quote"></span>
<br>
<p class="text-medium">translation missing: pl.clients.nofm.quote</p>
<cite class="text-small">translation missing: pl.clients.nofm.title</cite>
</blockquote>
</a>
</div>
<div class="column width-3 right center-on-mobile">
<blockquote class="icon">
<span class="icon-quote"></span>
<br>
<p class="text-medium">translation missing: pl.clients.lemfm.quote</p>
<cite class="text-small">translation missing: pl.clients.lemfm.title</cite>
</blockquote>
</a>
</div>
</div>
</div>
</div>
</div>
-->
<footer class="footer">
<div class="footer-top">
<div class="row">
<div class="column width-4">
<div class="widget">
<h4 class="widget-title weight-light">Fundacja RadioKit</h4>
<p>
<span class="text-small weight-bold color-grey-light">48 12 379 47 77</span><br>
<a href="mailto:info@radiokit.org">info@foundation-radiokit.org</a>
</p>
</div>
</div>
<div class="column width-4">
<div class="widget">
<h4 class="widget-title">Projekty</h4>
<ul>
<li>
<a href="icecast.html">Usługi</a>
</li>
<li>
<a href="chronicle.html">Projekty</a>
</li>
<li>
<a href="soundmapping.html">Aktywności</a>
</li>
<!-- <li>
<a href="work_in_progress.html">Free</a>
</li> -->
<li>
<a href="about.html">O nas</a>
</li>
</ul>
</div>
</div>
<div class="column width-4">
<div class="widget">
<h4 class="widget-title">Dane Fundacji</h4>
<ul>
<li>
Fundacja RadioKit
</li>
<li>
os. Oświecenia 51/80,
</li>
<li>
31-636, Kraków, Poland
</li>
<li>
KRS 400497
</li>
<li>
NIP 6772365331
</li>
<!--<li>
<a href="#">Frequently Asked Questions</a>
</li>
<li>
<a href="#">Find contact in your country</a>
</li>-->
</ul>
</div>
</div>
<!-- <div class="column width-3">
<div class="widget">
<h4 class="widget-title">Check Our Apps</h4>
<p>Checkout apps we published</p>
<p>
<a class="button button-info medium rounded bkg-black bkg-hover-purple color-white color-hover-white no-margin-bottom"><span class="icon-app-store medium left"></span><span class="button-content"><small>Download On The</small>AppStore</span></a>
</p>
</div>
</div>-->
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="column width-12">
<div class="footer-bottom-inner center">
<p class="copyright pull-left clear-float-on-mobile">
© Foundation Radiokit All Rights Reserved. <a href="docs/foundation-radiokit-website-termsandconditions.pdf">Terms & Conditions</a> | <a href="docs/foundation-radiokit-website-cookie-policy.pdf">Cookie policy</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="javascripts/timber.master.min.js"></script>
<script src="javascripts/highlight.pack.js"></script>
<script>
(function(i,s,o,g,r,a,m){
var ql=document.querySelectorAll('A[quiz],DIV[quiz]');
if(ql){if(ql.length){for(var k=0;k<ql.length;k++){ql[k].id='quiz-embed-'+k;ql[k].href="javascript:var i=document.getElementById('quiz-embed-"+k+"');try{qz.startQuiz(i)}catch(e){i.start=1;i.style.cursor='wait';i.style.opacity='0.5'};void(0);"}}};
i['QP']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//cdn.poll-maker.com/quiz-embed-v1.js','qp');
</script>
</body>
</html>