forked from afknapping/c3s.github.com
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex_en.html
760 lines (613 loc) · 30.9 KB
/
index_en.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>C3S - Caring for free culture</title>
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
<link href="css/style.css" type="text/css" rel="stylesheet" />
<link href="css/nivo-slider.css" type="text/css" rel="stylesheet" />
<link href="css/prettyPhoto.css" type="text/css" rel="stylesheet" />
<link href="css/tipsy.css" type="text/css" rel="stylesheet" />
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript" src="js/libs/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/libs/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/libs/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="js/libs/modernizr-1.7.min.js"></script>
<script type="text/javascript" src="js/libs/css3-mediaqueries.js"></script>
<script type="text/javascript" src="js/libs/jquery.easing.1.2.js"></script>
<script type="text/javascript" src="js/libs/jquery.visualNav.min.js"></script>
<script type="text/javascript" src="js/libs/jquery.quicksand.js"></script>
<script type="text/javascript" src="js/libs/jquery.tipsy.js"></script>
<script type="text/javascript" src="js/libs/jquery.livetwitter.min.js"></script>
<!-- fancybox -->
<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
function diva_imgBySel(objId,theValue) { //v0.1 divaHTML.com
var imgs=["banners/changes_violet_w500.jpg",
"banners/groovy_red_w500.jpg",
"banners/myway_lightgreen_w500.jpg",
"banners/indiesdelight_blue_w500.jpg",
"banners/mygeneration_moos_w500.jpg",
"banners/itsyours_candy_w500.jpg"];
var d=document;
theValue=imgs[theValue];
if (!theValue || !d.getElementById ) return;
var obj = d.getElementById(objId);
if (obj) obj.src=theValue;
}
</script>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */</script>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
</head>
<body>
<div id="page">
<header id="header">
<div class="center">
<nav id="main-menu">
<ul>
<li class="external"><a href="/index.html" style="opacity:0.5;"><img src="/images/de.png" alt="Deutsche Version"/></a></li>
<li><a href="#home">Home</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#howitworks">How it works</a></li>
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#howitworks">Newsletter</a></li>
</ul>
</nav><br>
<ul id="filter" class="mobile-ipad-menu">
<li id="top"><a class="top-link">Home</a>
<ul id="controls">
<li class="external"><a href="/index.html" style="opacity:0.5;"><img src="/images/de.png" alt="Deutsche Version"/></a></li>
<li><a href="#home" class="visualNav">Home</a></li>
<li><a href="#roadmap" class="visualNav">Roadmap</a></li>
<li><a href="#howitworks" class="visualNav">How it works</a></li>
<li><a href="#about" class="visualNav">About</a></li>
<li><a href="#team" class="visualNav">Team</a></li>
<li><a href="#contact" class="visualNav">Contact</a></li>
<li><a href="#howitworks" class="visualNav">Newsletter</a></li>
</ul><br>
</li>
</ul>
<!-- /END nav -->
<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.c-3-s.eu"></a>
<noscript>
<a href="http://flattr.com/thing/724265/C3S-Caring-for-free-culture" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
</a>
</noscript>
<div class="clear"></div>
</div>
</header>
<!-- /END header-->
<section id="home" class="content first_content">
<br><br>
<div class="center">
<hgroup id="mainhead">
<div class="align-center"><a href="http://c3s.cc" title="C3S - Cultural Commons Collecting Society"><img src="images/logo_horiz_w700.png"></a></div>
<h2 class="align-center" id="head-tagline">C3S. Caring for free culture.</h2>
</hgroup>
<p class="align-center">C3S is a collaborative effort to found a new and ground-breaking European collecting society for musical creators being build with themselves participating. C3S is intended to become a non-exclusive collective society to register musicians' works outside of traditional schemes, released under Creative Commons non-commercial licences, but monetised in commercial use. More than that, C3S will offer registering works for commercial purpose released under other free licences as well, including those works released under no explicitly defined licences.</p>
<br /><br />
<h3 class="align-center">+++ News +++</h3>
<p id="intro"><strong><a href="http://www.startnext.de/en/c3s">118,923 times THANK YOU!</a></strong></p>
<p class="align-center">On September 25th 2013 the C3S SCE mbH was <a href="http://blog.c3s.cc/grundung-der-gema-alternative-c3s-hamburg/" target="_blank">officially founded</a>. On September 30th 2013 our <a href="http://www.startnext.de/en/c3s">crowdfunding campaign</a> ended with the stunning sum of €119.000. This page will offer an online form to become a C3S member shortly!</p>
<p class="social align-center">
<a href="https://twitter.com/C3S"><img src="images/b_icon_twitter.png"></a>
<a href="http://c3s.tumblr.com"><img src="images/b_icon_tumblr.png"></a>
<a href="https://www.facebook.com/pages/C3S/275522539151825"><img src="images/b_icon_facebook.png"></a>
<a href="https://plus.google.com/u/0/b/104744056212264166492/"><img src="images/b_icon_googleplus.png"></a>
</p>
<div class="clear"></div>
<div id="stage">
<img src="images/slider1.jpg" alt="" />
</div>
</section>
<section id="roadmap" class="content">
<div class="center">
<h2 class="title"><span>Roadmap</span></h2>
<div class="columns">
<div class="one_third">
<div class="title_header">
<h4 class="align-center">Status.</h4>
</div>
<p>
C3S represents an initiative still. As reiterated and emphasized in all interviews and communication, C3S intends to found an organisation, which subsequently has to apply for the status of a collecting society at DPMA (German Patent and Trademark Office).
</p>
<p>
<strong>C3S is not managing and must not start managing creators' rights before it has been granted the required permission to act as a German collecting society by DPMA. C3S at this point represents no collecting society yet. Hence, it can't negotiate nor conclude any contracts acting as such.</strong>
</p>
</div >
<div class="one_third">
<div class="title_header">
<h4 class="align-center">Perspectives.</h4>
</div>
<p>
Becoming a legal body is scheduled for September 25th 2013, during the Reeperbahn Festival in Hamburg, Germany. The application for being granted the status of a German collecting society should be submitted to DPMA by 2015.
</p>
<p>
But, even more important is the fact we need the support of all creators willing to join C3S as soon as it will have been confirmed as a collecting society. Your declaration of intent is necessary to prove the demand in such a collecting society.
</p>
<p>
Regarding the benefits for non-German and maybe even non-European composers, we are about to add information soon.
</p>
</div >
<div class="one_third last">
<div class="title_header">
<h4 class="align-center">Join your future.</h4>
</div>
<p>
You and your works are the most essential and valuable part of the business model that C3S has to submit to DPMA to prove that the implementation of concept and idea of C3S is going to work. You <strong><em>are</em></strong> the collecting society. Though, it's certainly not a traditional one.
</p>
<p>
Therefore, we ask you for your support our <a href="http://www.startnext.de/en/c3s">crowdfunding campaign</a>.
</p>
<p>
Join our <a href="#howitworks">Newsletter</a> <strong>now</strong>, so you won't miss the GO!
</p>
<p>
<strong>This is your project. You can shape your future. Claim your demand!</strong>
</p>
</div >
<!-- END one row -->
</div>
<div class="clear"></div>
</div>
<!-- /END .center-->
</section>
<!-- /END #blog-->
<section id="howitworks" class="content">
<div class="center">
<h2 class="title"><span>How it works</span></h2>
<div class="columns">
<!-- START first row HOW-IT-WORKS-->
<div class="one_fourth">
<div class="title_header">
<h4 class="align-center">Sketching it.<br> </h4>
</div>
<p>C3S will spawn a new, international and mainly online based market. It is an opportunity for musicians who will not or cannot join traditional collecting societies to monetise their work without having to give up their way of licensing. Giving way to a regionally less contrained model, C3S in the long run is to offer subsidiaries in all European countries providing one streamlined licensing model.</p>
<p>Free distribution for non-commercial use is always promoted by C3S, but may be restricted by the intention and licence of choice of the creator.</p>
<p>Membership is going to be limited to creators only to avoid distortion of discussion topics by objectives of legal successors and publishers. Enabling the introduction to music and musical production, and promoting new ways in creation of cultural works, C3S will be open to all kinds of creators: professionals, semi-professionals and prosumers.</p>
<p>Additionally, cultural projects and educational programmes addressing copyright issues will be supported.</p>
</div>
<!-- END first column HOW-IT-WORKS-->
<div class="one_fourth">
<div class="title_header">
<h4 class="align-center">That's in it - <br>for you.</h4>
</div>
<ul>
<li><strong>Better revenue options</strong> for musicians using alternative licensing models.</li>
<li><strong>No upfront payment:</strong> Low member fees are to be deducted from generated royalties – no negative balance.</li>
<li><strong>Secured minimum income:</strong> You receive 100% royalties as long as they do not exceed a fixed threshold.</li>
<li><strong>Administration based on single works:</strong> You may select the works to be managed by C3S.</li>
<li><strong>Pay-per-play:</strong> Distribution of royalties based on a 1:1 key wherever technically applicable.</li>
<li><strong>You are in full control of your rights,</strong> C3S is in executive charge.</li>
<li><strong>You decide on free and legal usage</strong> of your music.</li>
<li><strong>Easy licensing</strong> of your works for <strong>games, advertising and films.</strong></li>
<li><strong>Full and equal voting rights</strong> for all members.</li>
<li><strong>Transparency</strong> in all payment and licensing proceedings.</li>
<li><strong>Less administrative effort for independent artists</strong> by automated licensing proceedings.</li>
</ul>
</div>
<!-- END second column HOW-IT-WORKS-->
<div class="one_fourth">
<div class="title_header">
<h4 class="align-center">Others might <br>like it too.</h4>
</div>
<p>Key benefits for content providers, licensees & users:</p>
<ul>
<li><strong>Simplified:</strong> European licensing & clearly defined tariff structure.</li>
<li><strong>One-stop solution in licensing:</strong> Brokering between content providers and licensees.</li>
<li><strong>Embracing latest technology:</strong> Automated playlist reporting, intelligent indexing and content search, automated monitoring of broadcast and online channels, online licensing, micro payment.</li>
<li><strong>Creating new markets</strong> for (net)labels & distributors.</li>
<li><strong>Legal certainty</strong> in usage of Creative Commons and free licences for brands.</li>
<li><strong>Simple and reasonable tariffs,</strong> with predictable licence costs for promoters.</li>
<li><strong>free downloads, legal to share</strong> for music lovers.</li>
<li>Support of <strong>educational programmes</strong> to <strong>raise awareness for copyright, Creative Commons and free licensing.</strong></li>
</ul>
</div>
<!-- END third column HOW-IT-WORKS-->
<div class="one_fourth last">
<div class="title_header">
<h4 class="align-center">OMFG!!! <br>Count Me In!</h4>
</div>
<p>Yes. You got my vote. I want to be updated about C3S asap!</p>
<form action="https://lists.c3s.cc/mailman/subscribe/news-en" method="POST">
<div id="templateBody" class="bodyContent rounded6">
<div class="indicates-required"><span class="asterisk">*</span> required</div><br />
<div id="mergeTable" class="mergeTable">
<div class="mergeRow dojoDndItem mergeRow-email" id="mergeRow-0">
<label for="MERGE0"><strong>Email Address</strong> <span class="asterisk">*</span></label>
<div class="field-group">
<input type="email" autocapitalize="off" autocorrect="off" name="email" size="25" value="">
</div>
</div>
<div class="mergeRow dojoDndItem mergeRow-text" id="mergeRow-1">
<label for="MERGE1">Name</label>
<div class="field-group">
<input type="text" name="fullname" size="25" value="">
</div>
</div>
</div>
</div>
<br />
<div class="submit_container">
<input type="submit" class="button" name="submit" value="Subscribe to newsletter" />
</div>
</form>
<br />
<span class="poweredBy"><a href="http://lists.c3s.cc"><img src="/images/mailman.jpg" border="0" alt="Powered by Mailman" title="Mailman powered"></a></span>
</div>
<!-- END fourth column-->
</div>
<!-- END first row HOW-IT-WORKS-->
</div>
<!-- /END .center-->
<div class="clear"></div>
<div class="center">
<div class="columns">
<!-- START second row HOW-IT-WORKS-->
<div class="four_fourth last">
<p class="align-center">Support C3S by donations - no matter how small the amount, it pays. By the way, we won't reject piles of $$$ at all... </p>
<div class="align-center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="C3P6TJLQXCAJ4">
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</br>
</div>
<p class="align-center">As long as C3S is not founded yet, all donations are paid to non-profit organisation <a href="#contact">OpenMusicContest.org e.V.</a>. Right now, C3S is the sole project of OpenMusicContest.org e.V., and donations will be spent on organisational cost of C3S.</p>
</div>
<!-- END column donation row-->
</div>
<!-- END columns-->
</div>
<!-- /END .center-->
<div class="clear"></div>
</section>
<!-- END #howitworks-->
<section id="about" class="recent-blog content">
<div class="center">
<h2 class="title"><span>About</span></h2>
<div class="columns">
<div class="one_half">
<p>
C3S is intended to be founded as a European non-profit collecting society managing musical works which are released under Creative Commons non-commercial (CC NC) and other free licences, including those under no licence at all.
</p>
</div >
<div class="one_half last">
<p>
C3S is going to be shaped collaboratively by all members based upon full and equal voting rights for all. Any member may select the works she or he wants C3S to manage - C3S does not intend to require exclusive licensing.
</p>
</div >
<div class="clear"></div>
<!-- END one row -->
<div class="one_half">
<p>
In the short term, online & live licence rights are managed, mid term: B2B and mechanical licensing. In the long term, licensing for broadcast (airplay) is considered.
</p>
</div >
<div class="one_half last">
<p>
Monitoring, reporting, as well as licensing and billing workflows will be automated, enabled by latest technology - OpenSource preferred.
</p>
</div >
<div class="clear"></div>
<!-- END one row -->
</div>
<div class="clear"></div>
</div>
<!-- /END .center-->
<div class="center">
<div class="columns">
<!-- START second row HOW-IT-WORKS-->
<div class="two_half last">
<p class="align-center">
<strong>C3S - Cultural Commons Collecting Society - is an independent initiative. C3S is neither a part of, nor a project of, nor affiliated with Creative Commons. However, as with other associations and companies, C3S has asked for advice to match its concept of integrating Creative Commons licences with the guidelines of Creative Commons.</strong>
</p>
</div>
<!-- END column donation row-->
</div>
<!-- END columns-->
<div class="clear"></div>
</div>
<!-- /END .center-->
</section>
<!-- /END #blog-->
<section id="team" class="about-us content">
<div class="center">
<h2 class="title"><span>The Team</span></h2>
<div class="columns">
<div class="one_third">
<div>
<div class="name-position">
<h2>Danny Bruder</h2>
<div class="position">(Musician, Music Producer & Free Culture Activist)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third">
<div>
<div class="name-position">
<h2>Fabian Fabian</h2>
<div class="position">(UX, Visuals & Code // superpursuitmo.de)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third last">
<div>
<div class="name-position">
<h2>Marcel Hennes</h2>
<div class="position">(OpenMusicContest.org e.V.)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<div class="one_third">
<div>
<div class="name-position">
<h2>Susanne Laurentius</h2>
<div class="position">(Press & Funding)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third">
<div>
<div class="name-position">
<h2>Zoe Leela</h2>
<div class="position">(Artist & Net Activist)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third last">
<div>
<div class="name-position">
<h2>Simona Levi</h2>
<div class="position">(Artist & Activist // Conservas)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third">
<div>
<div class="name-position">
<h2>m.eik michalke</h2>
<div class="position">(Artist // OpenMusicContest.org e.V.)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third">
<div>
<div class="name-position">
<h2>Christoph Scheid</h2>
<div class="position">(OpenMusicContest.org e.V.)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third last">
<div>
<div class="name-position">
<h2>Holger Schwetter</h2>
<div class="position">(Musicologist & Media Producer // University of Bochum)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third">
<div>
<div class="name-position">
<h2>Wolfgang Senges</h2>
<div class="position">(Consultant in Music Industries // ContentSphere)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third">
<div>
<div class="name-position">
<h2>Michael Weller</h2>
<div class="position">(Lawyer // EEAR - Europäische EDV-Akademie des Rechts)</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="one_third last">
<div>
<div class="name-position">
<h2>... and most of all YOU!</h2>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<!-- /END .center-->
</section>
<!-- /END #about-us -->
<section id="contact" class="content">
<div class="center">
<h2 class="title"><span>Get in touch</span></h2>
<div class="columns">
<div class="one_third">
<h3>Follow Us</h3>
<p class="social">
<a href="https://twitter.com/C3S"><img src="images/b_icon_twitter.png"></a>
<a href="https://www.facebook.com/pages/C3S/275522539151825"><img src="images/b_icon_facebook.png"></a>
<a href="https://plus.google.com/u/0/b/104744056212264166492/"><img src="images/b_icon_googleplus.png"></a>
</p>
</div>
<div class="one_third">
<h3>Contact</h3>
<h4>Write to: <a href="mailto:info@C3S.cc">info@C3S.cc</a></h4>
<p>OpenPGP Public Key: <a href="C3S_public_key.asc">5A68 67C5 FD55 2E58 DCA9 401B D8C2 0A2B 150E 82AD</a></p>
<p>
C3S is a project of:<br>
OpenMusicContest.org e.V.<br>
c/o Michalke<br>
Am Straussenkreuz 11<br>
40229 Düsseldorf<br>
Vertretungsberechtigt:<br>
Meik Michalke (Vorsitzender)<br>
Christoph Scheid (stellv. Vorsitzender)<br>
Marcel Hennes (stellv. Vorsitzender)<br>
Sebastian Schmachtel (stellv. Vorsitzender)<br />
Holger Schwetter (Schatzmeister)<br />
see <a href="http://www.openmusiccontest.org/impressum">Imprint of the OMC</a> for more information.
<br>
</p>
</div>
<div class="one_third last">
<h3>In Cooperation with</h3>
<p><a href="http://www.younison.eu" target="_blank"><img src="/images/younison_150x45.png" alt="Younison" /></a></p>
</div>
<div class="clear"></div>
</div>
</div>
<!-- /END .center-->
</section>
<section id="copyright" class="footer content">
<div class="center">
<p>Design by <a href="http://themeforest.net/user/joefrey/?ref=joefrey" target="_blank">Joefrey</a> a curator of <a href="http://webappsledger.com/" target="_blank">Web Apps Ledger</a></p>
<div class="clear"></div>
</div>
</section>
</div>
<script src="js/custom.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#ajax-contact-form").submit(function(){
var str = $(this).serialize();
$.ajax({
type: "POST",
url: "contact.php",
data: str,
success: function(msg){
$("#note").ajaxComplete(function(event, request, settings){
if(msg == 'OK') // Message Sent? Show the 'Thank You' message and hide the form
{
result = '<div class="notification_ok">Your message has been sent. Thank you!</div>';
$("#fields").hide();
}
else
{
result = '<ul class="error">'+msg+'</ul>';
}
$(this).html(result);
});
}
});
return false;
});
});
</script>
<!--/border-->
<div id="left-border"></div>
<div id="right-border"></div>
<div id="top-border"></div>
<div id="bottom-border"></div>
</body>
</html>
<!--
how it works #howitworks
about
team
contact
[blog]
[story]
-->
<script type="text/javascript">
$(document).ready(function(){
try {
$('#archive-list li:even').addClass("odd");
$('.field-group, .field-group input, .field-group select').bind('click',function(event){
if (event.type == 'click') {
if ($(this).hasClass('field-group')){
var fg = $(this);
if($(this).children('.datefield').length == 1){
// Do not select 1st input so date picker will work.
} else {
$(this).find('input, select').slice(0,1).focus();
}
} else {
var fg = $(this).parents('.field-group');
$(this).focus();
}
fg.not('.focused-field').addClass('focused-field').children('.field-help').slideDown('fast');
$('.focused-field').not(fg).removeClass('focused-field').children('.field-help').slideUp('fast');
}
event.stopPropagation();
});
$('label').bind('click',function(event){
if (event.type == 'click') {
var fg = $(this).next();
if(fg.children('.datefield').length == 1){
// Do not select 1st input so date picker will work.
} else {
fg.find('input, select').slice(0,1).focus();
}
fg.not('.focused-field').addClass('focused-field').children('.field-help').slideDown('fast');
$('.focused-field').not(fg).removeClass('focused-field').children('.field-help').slideUp('fast');
}
event.stopPropagation();
});
// Allow select inputs to be width:auto up to 500px (because max-width doesn't work in IE7)
$("select").each(function(){
$(this).css("width", "auto");
if($(this).width() > 500){
$(this).css("width", "500px");
}
});
} catch(e){ console.log(e); }
});
</script>
<script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.mailcheck.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
try {
var domains =['hotmail.co.uk','yahoo.co.uk','yahoo.com.tw','yahoo.com.au','yahoo.com.mx','gmail.com','hotmail.com','yahoo.com','aol.com','comcast.net','msn.com','seznam.cz','sbcglobal.net','live.com','bellsouth.net','hotmail.fr','verizon.net','mail.ru','btinternet.com','cox.net','yahoo.com.br','bigpond.com','att.net','yahoo.fr','mac.com','ymail.com','googlemail.com','earthlink.net','xtra.co.nz','me.com','yahoo.gr','walla.com','yahoo.es','charter.net','shaw.ca','live.nl','yahoo.ca','orange.fr','optonline.net','gmx.de','wanadoo.fr','optusnet.com.au','rogers.com','web.de','ntlworld.com','juno.com','yahoo.com.sg','rocketmail.com','yandex.ru','yahoo.co.in','centrum.cz','live.co.uk','sympatico.ca','libero.it','walla.co.il','bigpond.net.au','yahoo.com.hk','ig.com.br','live.com.au','free.fr','sky.com','uol.com.br','abv.bg','live.fr','terra.com.br','hotmail.it','tiscali.co.uk','rediffmail.com','aim.com','blueyonder.co.uk','telus.net','bol.com.br','hotmail.es','email.cz','windowslive.com','talktalk.net','home.
nl','t-online.de','yahoo.de','telenet.be','163.com','embarqmail.com','windstream.net','roadrunner.com','bluewin.ch','skynet.be','laposte.net','yahoo.it','qq.com','live.dk','planet.nl','hetnet.nl','gmx.net','mindspring.com','rambler.ru','iinet.net.au','eircom.net','yahoo.com.ar','wp.pl','mail.com'];
$('#MERGE0').on('blur', function() {
$(this).mailcheck({
domains: domains,
suggested: function(element, suggestion) {
var msg = 'Hmm, did you mean '+suggestion.full+'?';
if ( $('#MERGE0_mailcheck').length > 0 ){
$('#MERGE0_mailcheck').html(msg);
} else {
element.after('<div id="MERGE0_mailcheck" class="errorText">'+msg+'</div>');
}
},
empty: function(element) {
if ( $('#MERGE0_mailcheck').length > 0 ){
$('#MERGE0_mailcheck').remove();
}
return;
}
});
});
} catch(e){ console.log(e); }
});
</script>