forked from silexlabs/www.silex.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditable.html
781 lines (502 loc) · 103 KB
/
editable.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
773
774
775
776
777
778
779
780
781
<!DOCTYPE html><html lang=""><head>
<title>Design free websites with Silex</title>
<meta charset="UTF-8">
<meta name="generator" content="Silex v2.2.10">
<meta name="description" content="Silex is a Website Builder for Designers. Silex is free and open source because we believe that free minds need to have free tools, without hidden costs.">
<link rel="canonical" href="https://www.silex.me">
<link rel="publisher" href="https://plus.google.com/101109448111723733134/">
<meta name="og:type" content="website">
<meta name="og:title" content="Silex, live web creation">
<meta name="og:url" content="//www.silex.me">
<meta name="og:description" content="Silex is a Website Builder for Designers. Silex is free and open source because we believe that free minds need to have free tools, without hidden costs.">
<meta name="og:site_name" content="Silex Website Builder for Designers">
<meta name="og:image" content="https://www.silex.me/assets/silex-screenshot.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@silexlabs">
<meta name="twitter:image:src" content="//www.silex.me/assets/silex.ad.png">
<meta property="twitter:account_id" content="158399803">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="https://preprod.silex.me/static/2.10/jquery.js" data-silex-static=""></script>
<script type="text/javascript" src="https://preprod.silex.me/static/2.10/jquery-ui.js" data-silex-static=""></script>
<script type="text/javascript" src="https://preprod.silex.me/static/2.10/pageable.js" data-silex-static=""></script>
<script type="text/javascript" src="https://preprod.silex.me/static/2.10/front-end.js" data-silex-static=""></script>
<link href="https://preprod.silex.me/static/2.10/front-end.css" rel="stylesheet" data-silex-static="">
<link href="https://preprod.silex.me/static/2.10/normalize.css" rel="stylesheet" data-silex-static="">
<style type="text/css" class="silex-style">.silex-container-content {}.shadow {}.oswald.text-element,
.oswald .text-element {font-family: 'Oswald', sans-serif;}.abel.text-element,
.abel .text-element {font-family: 'Abel', sans-serif;}.links a,
a {color: #006CB2; text-decoration: none;}td,
tr,
th {border: 1px solid;}.text-element HEADER,
.text-element H1,
.text-element H2,
.text-element H3,
.text-element DIV,
.text-element P,
.text-element QUOTE {}.very-big {color: #FF3200;}.text-element HEADER {font-size: 45px;}.background {}.xnormal {text-align: justify;}.text-element.very-big * {font-size: 50px; line-height: 2.5; font-weight: 100;}.text-element.special-format .normal {font-size: 55px; color: white; font-family: 'Oswald', sans-serif; line-height: 57px;}.special-format2 .normal {text-transform: uppercase; font-size: 74px; line-height: 64px;}.special-format2.verybig * {font-size: 180px; line-height: 180px;}.special-format2 h2,
.special-format2 h1,
.special-format2 p {margin: 0px;}.special-format2 .heading2 {letter-spacing: 10px; line-height: 0;}.special-format2 .heading1 {font-size: 30px; word-spacing: 1px; text-align: left; line-height: 30px;}.special-format2 .title {font-size: 60px; line-height: 54px; word-spacing: 1px;}.text-shadow {text-shadow: -1px 2px #FF3200;}div.full-width {width: 100%;}.centered {margin: auto; position: relative;}.back {z-index: -1;}.fixed-menu .text-element {padding: 0px; min-height: 35px; top: 0px; line-height: 1.8; font-size: 18px; color: #FFFFFF; text-align: center;}.silex-runtime .fixed-menu {position: fixed; z-index: 120;}.active-menu {border-bottom: 3px solid #006CB2;}.silex-runtime .discret li,
.silex-runtime .discret .heading2 {color: black !important; font-size: 14px !important; float: left !important; list-style-type: none; margin-left: 5px;}.discret H1 {color: black !important; font-size: 16px !important;}.github-issues {overflow-x: hidden; overflow-y: auto;}.showcase-list.github-issues {overflow: hidden;}.github-issues ul {position: absolute;}.github-issues .silex-element-content {overflow: hidden;}.github-issues ul {margin: 0; padding: 0;}.github-issues li {list-style-type: none; margin: 0; padding: 3px; border-bottom: 1px solid #cccccc; font-size: 14px; line-height: 19px;}.github-issues li a {text-decoration: none; color: black;}.github-issues-image ul {text-align: center;}.github-issues-image li {display: inline;}.github-issues-image img {max-width: 45%; border-radius: 5px;}.github-issues-image.showcase-list img {max-width: 42%; border-radius: 5px;}.github-issues.github-issues-white * {color: white; text-align: center;}.github-issues.github-issues-white li {border-bottom-color: #999999;}.github-issues.github-issues-image li {border-bottom: none;}.share-buttons {list-style: none;}.share-buttons li {display: inline;}.share-buttons a {text-decoration: none;}.poll-bg {position: fixed; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 100;}.page-poll-opened .background {-webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px);}.silex-runtime .poll-bg {background-color: transparent;}.poll-center {position: relative; left: -320px !important; margin-left: 640px; top: -250px !important; margin-top: 500px;}.editable-style.forkme {right: 0; top: 0; left: auto; z-index: 200; position: fixed;}@media (max-width:480px) {.editable-style.fixed-info {display: none;}}@media (min-width:481px) {html>.editable-style.fixed-info {opacity: 0; bottom: -600px; transition: opacity .2s ease-in, bottom .2s ease-in; top: unset; position: fixed;}.silex-editor .fixed-info,
html.show-info>.editable-style.fixed-info {opacity: 1; bottom: 0; z-index: 100;}.silex-editor .fixed-info {bottom: unset; position: absolute;}}.editable-style.fixed-info {box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);}.editable-style.fixed-info .button p {margin: 0px; text-align: center;}.editable-style.fixed-info .button {width: 40px; min-height: 40px; height: 40px; cursor: pointer;}.limit-height {height: 500px;}.silex-pages {display: none;}body.enable-mobile {padding-top: 0;}.header h1 {letter-spacing: 12px; font-family: Abel, sans-serif;}.header h2 {font-size: 3.3em; font-family: 'Oswald', sans-serif; color: #FF0; font-weight: 200; text-transform: uppercase; text-align: center; letter-spacing: 12px; height: 115px; line-height: 1.3;}.header-slideshow {height: 320px;}.element2 {line-height: 18px; margin-left: 10px;}</style>
<script type="text/javascript" class="silex-script">/////////////
// info box
$(function() {
$('html').append($('.fixed-info, .forkme'))
setTimeout(function() {
$('html').addClass('show-info');
}, 10000)
$('.fixed-info .button').click(function() {
$('html').removeClass('show-info');
})
})
/////////////
////////////////////////////////////
// github issues
var widgetScriptUrl = 'js/widgets.js';
if(typeof(Worker) !== 'undefined'){
// web workers supported
// create the worker
var worker = new Worker(widgetScriptUrl);
// define silex_github_widget
window.silex_github_widget = function (containerSelector, labels, imageMode) {
$(containerSelector).append('<p class="loading">Loading...</p>');
worker.postMessage({
operation: 'silex_github_widget',
selector: containerSelector,
labels: labels,
imageMode: imageMode
});
};
// define silex_rss_widget
window.silex_rss_widget = function (containerSelector, feedUrl, count) {
$(containerSelector).append('<p class="loading">Loading...</p>');
worker.postMessage({
operation: 'silex_rss_widget',
selector: containerSelector,
url: feedUrl,
count: count
});
}
// result of the web worker calls
worker.onmessage = function (event) {
$(event.data.selector+' p.loading').remove();
$(event.data.selector).append(event.data.html);
};
}
else{
// no web workers, so load the script
if (typeof console !== "undefined") console.error('NO WEBWORKER');
document.write('<script src="'+widgetScriptUrl+'"></'+'script>')
}
////////////////////////////////////
// google analytics
////////////////////////////////////
// google analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19608894-23', 'auto');
ga('send', 'pageview');
// track links
$(function(){
$('a, [data-silex-href]').click(function(){
var text = $(this).text().trim();
var link = this.getAttribute('href') || this.getAttribute('data-silex-href');
var target = this.getAttribute('target') || this.getAttribute('data-silex-href');
trackLink(text, link, target);
});
function trackLink(text, url, target){
ga('send', 'event', 'outbound', 'link', text + ' (' + url +')', {'hitCallback':
function () {
if (!target || target === 'self') {
document.location = url;
}
}
});
}
});
$(function() {
if($('body').pageable) {
// only for not published sites
// this will be executed when the page is loaded
var current = $('body').pageable('option').currentPage;
$('body').addClass(current + '-opened');
$('body').on('pageChanged', function (event, pageName) {
// this will add a css class on the body, with the name of the page + '-opened'
// e.g. open the page `page-test1` will add the css class `page-test1-opened` to the body
$('body').addClass(pageName + '-opened');
// remove previous one
$('body').removeClass(current + '-opened');
current = pageName;
});
}
$("#js-rotating").Morphext({
// The [in] animation type. Refer to Animate.css for a list of available animations.
animation: "fadeIn",
// An array of phrases to rotate are created based on this separator. Change it if you wish to separate the phrases differently (e.g. So Simple | Very Doge | Much Wow | Such Cool).
separator: ",",
// The delay between the changing of each phrase in milliseconds.
speed: 3000,
complete: function () {
// Called after the entrance animation is executed.
}
});
});
/*
* active menu widget for Silex
* create an element which links to an anchor, e.g. an element with a link to #anchor1
* add the css class "anchor-link" to this element
* create an element which is the anchor, e.g. an element with the css class "anchor1"
* when the user clicks on the link, the scroll slides until the element is visible
* when the user slides and the element is visible, the link gets a css class "active-menu"
*/
$(function() {
// Cache selectors
var lastId,
// All list items
menuItems = $(".anchor-link"),
// Anchors corresponding to menu items
// find the name of the elements which are anchors
scrollItems = menuItems.map(function(){
// the names are in the href attribute of the anchor links
var attr = $(this).attr("data-silex-href") || $(this).attr("href");
// case of a link in text field or an external link after publish
$(this).find("[href]").each(function() {
attr = $(this).attr("href");
});
// case of an "external link" before publish
$(this).find("[data-silex-href]").each(function() {
attr = $(this).attr("data-silex-href");
});
// the links to anchors are expected to start with #
if(attr && attr.indexOf("#") === 0) {
var name = attr.substring(1);
var item = $("." + name);
// check if there is a hash in the URL to scroll to the anchor at start
if(window.location.hash.indexOf(name) === 1) {
var offsetTop = item.offset().top;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
}
// now find the element itself, which has the name as a css class
if (item.length) { return {
"link": this,
"item": item.get(0)
};
}
}
})
.sort(function(item1, item2) {
return $(item1.item).offset().top - $(item2.item).offset().top;
});
// Bind click handler to menu items
// so we can get a fancy scroll animation
scrollItems.each(function() {
var link = this.link;
var item = this.item;
$(link).click(function(e){
var offsetTop = $(item).offset().top - 25;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
e.preventDefault();
});
})
// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop() + 50;
// Get id of current scroll item
var cur = scrollItems.map(function(){
if ($(this.item).offset().top <= fromTop)
return this;
});
// add the css class on the current menu item
$(".active-menu").removeClass("active-menu");
if(cur.length > 0) {
cur = cur[cur.length-1];
$(cur.link).addClass("active-menu");
}
});
});
</script>
<style class="silex-inline-styles" type="text/css">.body-initial {cursor: auto; left: 0px; top: 0px; background-color: rgb(255, 255, 255); border-top-left-radius: 10px; border-top-right-radius: 0px; border-bottom-right-radius: 10px; border-bottom-left-radius: 0px; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-color: #000000;}@media only screen and (max-width: 480px) {.body-initial {background-color: rgba(255,255,255,1);}}.silex-id-1454367000274-2 {width: 149px; top: 73px; left: 1110px; min-height: 149px;}.silex-id-1544969916360-10 {min-width: 960px; top: 5px; left: 5px;}@media only screen and (max-width: 480px) {.silex-id-1544969916360-10 {top: 0px; left: 0px;}}.silex-id-1544969916356-9 {width: 960px; background-color: rgba(255,255,255,1); min-height: 474px; top: 15px; left: 180px; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(186,186,186,1);}@media only screen and (max-width: 480px) {.silex-id-1544969916356-9 {min-height: 223px;}}.silex-id-1544969891711-8 {width: 354px; min-height: 132px; top: 110px; left: 40px;}.silex-id-1427579789590 {left: 0px; top: 0px; width: 960px; min-height: 35px; background-color: rgba(255,255,255,1);}.silex-id-1427579789488 {top: 0px; width: 926px; left: 16px; min-height: 35px; background-color: transparent;}.silex-id-1427579789386 {width: 140px; top: 0px; left: -25px; background-color: transparent; min-height: 35px;}.silex-id-1427579789284 {width: 140px; left: 487px; top: 0px; min-height: -9px; background-color: transparent;}.silex-id-1427579789182 {width: 163px; left: 758px; top: 0px; background-color: transparent; min-height: 5px;}.silex-id-1427579788979 {width: 140px; left: 315px; top: 0px; background-color: transparent; min-height: -10px;}.silex-id-1427579788878 {width: 102px; left: 644px; top: 0px; min-height: 35px; background-color: transparent;}.silex-id-1427579789081 {width: 161px; top: 0px; left: 119px; min-height: 35px; background-color: transparent;}.silex-id-1544969739765-6 {width: 490px; min-height: 368px; top: 66px; left: 435px; border-color: rgba(68,68,68,1); background-image: url(assets/loading.gif); background-position: center center; background-repeat: no-repeat; border-radius: 10px 10px 10px 10px;}.silex-id-1544984622780-29 {width: 212px; top: 287px; left: 124px; min-height: 85px;}.silex-id-1547752889237-0 {width: 397px; background-color: rgb(255, 255, 255); min-height: 537px; top: -83px; left: 10px; border-color: rgba(0,0,0,0.2); border-radius: 3px 3px 0 0; background-image: url(assets/rawpixel-780502-unsplash.jpg); background-repeat: no-repeat; background-size: contain;}@media only screen and (max-width: 480px) {.silex-id-1547752889237-0 {min-height: 537px; top: 0px; left: 0px; width: 447px;}}.silex-id-1547753670024-1 {width: 376px; min-height: 167px; top: 265px; left: 11px;}.silex-id-1547754881648-2 {width: 80px; min-height: 80px; top: 451px; left: 13px; border-radius: 140px 140px 140px 140px;}.silex-id-1547755289965-3 {width: 247px; min-height: 66px; top: 458px; left: 114px;}.silex-id-1547755402601-4 {width: 72px; min-height: 66px; top: -16px; left: 375px; background-color: rgba(255,255,255,1); border-radius: 140px 140px 140px 140px;}.silex-id-1544973441349-28 {min-width: 960px;}@media only screen and (max-width: 480px) {.silex-id-1544973441349-28 {top: 223px; left: 0px;}}.silex-id-1544973441346-27 {width: 960px; background-color: rgba(255,255,255,1); min-height: 263px; top: 15px; left: 115px;}@media only screen and (max-width: 480px) {.silex-id-1544973441346-27 {min-height: 402px;}}.silex-id-1427579782059 {top: -1px; background-color: transparent; width: 960px; left: 2px; border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); min-height: 124px;}@media only screen and (max-width: 480px) {.silex-id-1427579782059 {min-height: 208px; top: 0px; left: 11px; width: 421px;}}.silex-id-1547759004313-13 {width: 960px; top: 108px; left: 0px; background-color: transparent; box-sizing: content-box; min-height: 104px;}@media only screen and (max-width: 480px) {.silex-id-1547759004313-13 {min-height: 263px; top: 208px; left: 11px; width: 421px;}}.silex-id-1544973382397-26 {min-width: 960px;}@media only screen and (max-width: 480px) {.silex-id-1544973382397-26 {top: 1062px; left: 0px;}}.silex-id-1544973382392-25 {width: 960px; background-color: rgba(255,255,255,1); min-height: 334px; top: 15px; left: 115px;}@media only screen and (max-width: 480px) {.silex-id-1544973382392-25 {min-height: 1747px;}}.silex-id-1427579782467 {width: 280px; top: 43px; left: 19px; background-color: transparent; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); min-height: 80px; border-color: #000000;}@media only screen and (max-width: 480px) {.silex-id-1427579782467 {top: 0px; left: 11px; width: 421px; min-height: 84px;}}.silex-id-1427579782262 {width: 280px; top: 107px; left: 19px; background-color: transparent; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); min-height: 189px;}@media only screen and (max-width: 480px) {.silex-id-1427579782262 {top: 668px; left: 0px; width: 422px; min-height: 153px;}}.silex-id-1427583890283 {width: 280px; top: 39px; left: 338px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427583890283 {top: 651px; left: 10px; width: 450px; minHeight: 80px;}}.silex-id-1427583925791 {width: 280px; top: 106px; left: 338px; background-color: transparent; border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); min-height: 185px;}@media only screen and (max-width: 480px) {.silex-id-1427583925791 {top: 659px; left: 5px; width: 449px; min-height: 168px;}}.silex-id-1427579781636 {width: 280px; top: 41px; left: 657px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579781636 {top: 571px; left: 10px; width: 450px; minHeight: 80px;}}.silex-id-1427579782161 {width: 280px; top: 105px; left: 656px; background-color: transparent; min-height: 188px;}@media only screen and (max-width: 480px) {.silex-id-1427579782161 {top: 1144px; left: 10px; width: 449px; minHeight: 131px;}}.silex-id-1547758210960-2 {min-width: 960px;}.silex-id-1547758210953-1 {width: 960px; min-height: 370px; top: 15px; left: 235px;}@media only screen and (max-width: 480px) {.silex-id-1547758210953-1 {min-height: 797px; top: 0px; left: 12px; width: 444px;}}.silex-id-1547758223615-3 {width: 400px; background-color: rgb(255, 255, 255); min-height: 537px; top: -230px; left: 125px; border-color: rgba(0,0,0,0.2); border-radius: 3px 3px 0 0; background-image: url(assets/rawpixel-780502-unsplash.jpg); background-repeat: no-repeat; background-size: contain;}@media only screen and (max-width: 480px) {.silex-id-1547758223615-3 {width: 421px; top: 0px; left: 11px; min-height: 528px; border-width: 1px 1px 1px 1px; border-style: solid;}}.silex-id-1547758223615-4 {width: 100px; background-color: rgb(255, 255, 255); min-height: 100px; top: 100px; left: 600px;}@media only screen and (max-width: 480px) {.silex-id-1547758223615-4 {left: 161px; top: 0px; width: 100px; min-height: 281px; background-color: transparent;}}.silex-id-1547758223619-5 {width: 376px; min-height: 167px; top: 265px; left: 11px;}@media only screen and (max-width: 480px) {.silex-id-1547758223619-5 {width: 400px; top: 308px; left: 11px; min-height: 167px;}}.silex-id-1547758223621-6 {width: 80px; min-height: 80px; top: 451px; left: 13px; border-radius: 140px 140px 140px 140px;}.silex-id-1547758223627-7 {width: 247px; min-height: 66px; top: 458px; left: 114px;}@media only screen and (max-width: 480px) {.silex-id-1547758223627-7 {width: 306px; top: 521px; left: 106px; min-height: 66px;}}.silex-id-1544970684276-16 {min-width: 960px; top: 5019px; left: 5px;}.silex-id-1544970684272-15 {width: 960px; background-color: rgba(255,255,255,1); min-height: 477px; top: 15px; left: 115px;}.silex-id-1458572218532-2 {min-height: 383px; width: 930px; top: 43px; left: 13px; background-color: transparent;}@media only screen and (max-width: 480px) {.silex-id-1458572218532-2 {top: 228px; left: 11px; width: 402px; min-height: 209px;}}.silex-id-1544992870165-0 {min-width: 960px; top: 1874px; left: 5px;}@media only screen and (max-width: 480px) {.silex-id-1544992870165-0 {top: 3030px; left: 0px;}}.silex-id-1544992870166-1 {width: 960px; background-color: rgba(255,255,255,1); min-height: 260px; top: 15px; left: 299px;}@media only screen and (max-width: 480px) {.silex-id-1544992870166-1 {min-height: 499px;}}.silex-id-1544992870166-2 {top: -1px; background-color: transparent; width: 960px; left: 2px; border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); min-height: 124px;}@media only screen and (max-width: 480px) {.silex-id-1544992870166-2 {min-height: 208px; top: 0px; left: 11px; width: 421px;}}.silex-id-1547758884039-12 {width: 960px; top: 109px; left: 0px; background-color: transparent; box-sizing: content-box; min-height: 104px;}@media only screen and (max-width: 480px) {.silex-id-1547758884039-12 {min-height: 291px; top: 295px; left: 11px; width: 421px;}}.silex-id-1544992906415-4 {min-width: 960px; top: 661px; left: NaNpx;}.silex-id-1544992906416-5 {width: 960px; background-color: rgba(255,255,255,1); min-height: 371px; top: 15px; left: 299px;}.silex-id-1544992906417-6 {width: 280px; top: 43px; left: 19px; background-color: transparent; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); min-height: 80px; border-color: #000000;}@media only screen and (max-width: 480px) {.silex-id-1544992906417-6 {top: 0px; left: 11px; width: 421px; min-height: 84px;}}.silex-id-1544992906422-7 {width: 280px; top: 107px; left: 19px; background-color: transparent; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); min-height: 189px;}@media only screen and (max-width: 480px) {.silex-id-1544992906422-7 {top: 668px; left: 0px; width: 422px; min-height: 153px;}}.silex-id-1544992906425-8 {width: 280px; top: 39px; left: 338px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1544992906425-8 {top: 651px; left: 10px; width: 450px; min-height: 80px;}}.silex-id-1544992906431-9 {width: 280px; top: 106px; left: 338px; background-color: transparent; border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); min-height: 185px;}@media only screen and (max-width: 480px) {.silex-id-1544992906431-9 {top: 659px; left: 5px; width: 449px; min-height: 168px;}}.silex-id-1544992906434-10 {width: 280px; top: 41px; left: 657px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1544992906434-10 {top: 948px; left: 11px; width: 421px; min-height: 84px;}}.silex-id-1544992906443-11 {width: 280px; top: 105px; left: 656px; background-color: transparent; min-height: 188px;}@media only screen and (max-width: 480px) {.silex-id-1544992906443-11 {top: 1144px; left: 10px; width: 449px; min-height: 131px;}}.silex-id-1544970530935-14 {min-width: 960px; min-height: 1428px; background-color: rgba(0,155,255,1);}.silex-id-1544970530926-13 {width: 960px; background-color: rgba(0,155,255,1); min-height: 1428px; top: 15px; left: 115px;}.silex-id-1427579784504 {width: 887px; top: 31px; left: 40px; background-color: transparent; min-height: 96px;}.silex-id-1427579784402 {width: 887px; top: 132px; left: 40px; background-color: transparent; min-height: 1276px;}.silex-id-1544970791506-18 {min-width: 960px; top: 3092px; left: 5px;}@media only screen and (max-width: 480px) {.silex-id-1544970791506-18 {top: 6735px; left: 0px;}}.silex-id-1544970791501-17 {width: 960px; background-color: rgba(255,255,255,1); min-height: 241px; top: 15px; left: 115px;}@media only screen and (max-width: 480px) {.silex-id-1544970791501-17 {min-height: 525px;}}.silex-id-1427579783894 {top: 1px; background-color: transparent; width: 960px; left: 2px; border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); min-height: 124px; border-color: #000000;}@media only screen and (max-width: 480px) {.silex-id-1427579783894 {top: 15px; left: 0px; width: 422px; min-height: 248px;}}.silex-id-1427579783793 {width: 960px; top: 110px; left: 0px; background-color: transparent; min-height: 64px;}@media only screen and (max-width: 480px) {.silex-id-1427579783793 {min-height: 252px; top: 333px; left: 11px; width: 421px;}}.silex-id-1544985396039-32 {top: 3923px; left: 5px; min-width: 960px;}.silex-id-1544985396034-31 {width: 960px; background-color: rgba(255,255,255,1); min-height: 280px; top: 15px; left: 115px;}.silex-id-1427579791726 {width: 277px; top: 26px; left: 20px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579791726 {borderColor: #000000; top: 366px; left: 10px; width: 449px; minHeight: 50px;}}.silex-id-1427579791421 {width: 277px; top: 78px; left: 20px; background-color: transparent; min-height: 176px;}@media only screen and (max-width: 480px) {.silex-id-1427579791421 {top: 425px; left: 9px; width: 404px; min-height: 152px;}}.silex-id-1427579791624 {width: 277px; top: 26px; left: 340px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579791624 {top: 434px; left: 10px; width: 449px; minHeight: 50px;}}.silex-id-1427579783385 {width: 277px; top: 76px; left: 340px; background-color: transparent; min-height: 148px;}@media only screen and (max-width: 480px) {.silex-id-1427579783385 {top: 1308px; left: 10px; width: 449px; minHeight: 56px;}}.silex-id-1427579783283 {width: 277px; top: 24px; left: 658px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579783283 {top: 1382px; left: 10px; width: 449px; minHeight: 50px;}}.silex-id-1427579787864 {width: 277px; top: 75px; left: 657px; background-color: transparent; min-height: 203px;}@media only screen and (max-width: 480px) {.silex-id-1427579787864 {top: 933px; left: 10px; width: 449px; minHeight: 135px;}}.silex-id-1544985432492-34 {min-width: 960px;}.silex-id-1544985432489-33 {width: 960px; background-color: rgba(255,255,255,1); min-height: 280px; top: 15px; left: 115px;}.silex-id-1427579791522 {width: 277px; top: 34px; left: 20px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579791522 {top: 502px; left: 10px; width: 449px; minHeight: 50px;}}.silex-id-1427579787762 {width: 277px; top: 78px; left: 20px; background-color: transparent; min-height: 161px;}@media only screen and (max-width: 480px) {.silex-id-1427579787762 {top: 1086px; left: 10px; width: 449px; minHeight: 93px;}}.silex-id-1427579791319 {width: 277px; top: 34px; left: 340px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579791319 {top: 723px; left: 10px; width: 449px; minHeight: 50px;}}.silex-id-1427579791217 {width: 277px; top: 80px; left: 340px; background-color: transparent; min-height: 160px;}@media only screen and (max-width: 480px) {.silex-id-1427579791217 {top: 791px; left: 10px; width: 449px; minHeight: 56px;}}.silex-id-1427579791116 {width: 277px; top: 34px; left: 657px; background-color: transparent; min-height: 80px;}@media only screen and (max-width: 480px) {.silex-id-1427579791116 {top: 865px; left: 10px; width: 449px; minHeight: 50px;}}.silex-id-1427579787660 {width: 276px; top: 80px; left: 658px; background-color: transparent; min-height: 160px;}@media only screen and (max-width: 480px) {.silex-id-1427579787660 {top: 1197px; left: 10px; width: 449px; minHeight: 93px;}}.silex-id-1544971037145-20 {min-width: 960px; min-height: 1183px; background-color: rgba(0,155,255,1);}.silex-id-1544971037140-19 {width: 960px; background-color: rgba(0,155,255,1); min-height: 1183px; top: 15px; left: 115px;}.silex-id-1427579789998 {width: 960px; top: 20px; left: 0px; background-color: transparent; box-sizing: content-box; min-height: 69px;}.silex-id-1427604618762 {width: 960px; top: 102px; left: 0px; background-color: transparent; min-height: 1020px;}@media only screen and (max-width: 480px) {.silex-id-1427604618762 {top: 79px; left: 11px; width: 421px; min-height: 1130px;}}.silex-id-1544971103084-22 {min-width: 960px;}@media only screen and (max-width: 480px) {.silex-id-1544971103084-22 {top: 5238px; left: 0px;}}.silex-id-1544971103079-21 {width: 960px; background-color: rgba(255,255,255,1); min-height: 257px; top: 15px; left: 299px;}@media only screen and (max-width: 480px) {.silex-id-1544971103079-21 {min-height: 463px;}}.silex-id-1427579784810 {width: 507px; top: 22px; left: 224px; background-color: transparent; min-height: 40px; border-color: #000000;}.silex-id-1447868061692-7 {width: 182px; top: 77px; left: 388px; min-height: 51px;}@media only screen and (max-width: 480px) {.silex-id-1447868061692-7 {top: 130px; left: 61px; width: 299px; min-height: 83px;}}.silex-id-1447867920942-4 {width: 176px; top: 143px; left: 184px; min-height: 57px;}.silex-id-1447867928480-5 {width: 188px; top: 143px; left: 389px; min-height: 64px;}.silex-id-1447868058113-6 {width: 124px; top: 146px; left: 31px; min-height: 49px;}.silex-id-1454959210068-1 {width: 157px; top: 151px; left: 602px; min-height: 50px;}.silex-id-1544995038471-1 {width: 142px; min-height: 66px; top: 138px; left: 785px;}.silex-id-1544970283803-12 {min-width: 960px; min-height: 332px; background-color: rgba(0,60,100,1);}.silex-id-1544970283800-11 {width: 960px; background-color: rgba(0,60,100,1); min-height: 332px; top: 15px; left: 299px;}.silex-id-1427579784913 {width: 287px; top: 36px; left: 338px; background-color: transparent; min-height: 55px;}@media only screen and (max-width: 480px) {.silex-id-1427579784913 {top: 71px; left: 10px; width: 469px; min-height: 55px;}}.silex-id-1427579785932 {width: 70px; top: 100px; left: 338px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785932 {top: 110px; left: 9px; width: 43px; min-height: 45px;}}.silex-id-1427579785830 {width: 70px; top: 100px; left: 248px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785830 {top: 110px; left: 71px; width: 44px; min-height: 45px;}}.silex-id-1427579785728 {width: 70px; top: 100px; left: 158px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785728 {top: 110px; left: 133px; width: 42px; min-height: 45px;}}.silex-id-1427579785625 {width: 70px; top: 99px; left: 428px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785625 {top: 110px; left: 193px; width: 41px; min-height: 45px;}}.silex-id-1427579785523 {width: 70px; top: 98px; left: 518px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785523 {top: 110px; left: 253px; width: 41px; min-height: 45px;}}.silex-id-1427579785421 {width: 70px; top: 98px; left: 608px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785421 {top: 110px; left: 312px; width: 42px; min-height: 45px;}}.silex-id-1427579785320 {width: 70px; top: 98px; left: 698px; min-height: 70px;}@media only screen and (max-width: 480px) {.silex-id-1427579785320 {top: 110px; left: 372px; width: 41px; min-height: 45px;}}.silex-id-1427579786135 {width: 920px; top: 246px; left: 20px; background-color: transparent; min-height: 45px;}</style>
<meta name="twitter:title" content="Silex, live web creation">
<meta name="twitter:description" content="Silex is a Website Builder for Designers. Silex is free and open source because we believe that free minds need to have free tools, without hidden costs.">
<meta name="twitter:image" content="https://www.silex.me/assets/silex-screenshot.png">
<link href="assets/favicon.png" rel="shortcut icon">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/json" class="silex-json-styles">[{"fonts":[{"family":"'Abel', sans-serif","href":"https://fonts.googleapis.com/css?family=Abel"},{"family":"'Oswald', sans-serif","href":"https://fonts.googleapis.com/css?family=Oswald:400,300"}],"dataSources":{},"desktop":{"body-initial":{"cursor":"auto","left":"0px","top":"0px","background-color":"rgb(255, 255, 255)","border-top-left-radius":"10px","border-top-right-radius":"0px","border-bottom-right-radius":"10px","border-bottom-left-radius":"0px","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","border-color":"#000000"},"silex-id-1427579784504":{"width":"887px","top":"31px","left":"40px","background-color":"transparent","min-height":"96px"},"silex-id-1427579784402":{"width":"887px","top":"132px","left":"40px","background-color":"transparent","min-height":"1276px"},"silex-id-1427579789998":{"width":"960px","top":"20px","left":"0px","background-color":"transparent","box-sizing":"content-box","min-height":"69px"},"silex-id-1427604618762":{"width":"960px","top":"102px","left":"0px","background-color":"transparent","min-height":"1020px"},"silex-id-1427579789590":{"left":"0px","top":"0px","width":"960px","min-height":"35px","background-color":"rgba(255,255,255,1)"},"silex-id-1427579789488":{"top":"0px","width":"926px","left":"16px","min-height":"35px","background-color":"transparent"},"silex-id-1427579789386":{"width":"140px","top":"0px","left":"-25px","background-color":"transparent","min-height":"35px"},"silex-id-1427579789284":{"width":"140px","left":"487px","top":"0px","min-height":"-9px","background-color":"transparent"},"silex-id-1427579789182":{"width":"163px","left":"758px","top":"0px","background-color":"transparent","min-height":"5px"},"silex-id-1427579789081":{"width":"161px","top":"0px","left":"119px","min-height":"35px","background-color":"transparent"},"silex-id-1427579788979":{"width":"140px","left":"315px","top":"0px","background-color":"transparent","min-height":"-10px"},"silex-id-1427579788878":{"width":"102px","left":"644px","top":"0px","min-height":"35px","background-color":"transparent"},"silex-id-1427636113019":{"width":"170px","top":"73px","left":"777px","background-color":"transparent","min-height":"179px"},"silex-id-1427639908823":{"width":"778px","top":"166px","left":"187px","background-color":"transparent","background-image":"url(assets/nuages-typos-ab-testing2.png)","background-size":"auto","background-position-x":"100%","background-position-y":"100%","min-height":"205px","background-position":"bottom right"},"silex-id-1427579786135":{"width":"920px","top":"246px","left":"20px","background-color":"transparent","min-height":"45px"},"silex-id-1427579785932":{"width":"70px","top":"100px","left":"338px","min-height":"70px"},"silex-id-1427579785830":{"width":"70px","top":"100px","left":"248px","min-height":"70px"},"silex-id-1427579785728":{"width":"70px","top":"100px","left":"158px","min-height":"70px"},"silex-id-1427579785625":{"width":"70px","top":"99px","left":"428px","min-height":"70px"},"silex-id-1427579785523":{"width":"70px","top":"98px","left":"518px","min-height":"70px"},"silex-id-1427579785421":{"width":"70px","top":"98px","left":"608px","min-height":"70px"},"silex-id-1427579785320":{"width":"70px","top":"98px","left":"698px","min-height":"70px"},"silex-id-1427579784913":{"width":"287px","top":"36px","left":"338px","background-color":"transparent","min-height":"55px"},"silex-id-1427579791726":{"width":"277px","top":"26px","left":"20px","background-color":"transparent","min-height":"80px"},"silex-id-1427579791624":{"width":"277px","top":"26px","left":"340px","background-color":"transparent","min-height":"80px"},"silex-id-1427579791522":{"width":"277px","top":"34px","left":"20px","background-color":"transparent","min-height":"80px"},"silex-id-1427579791421":{"width":"277px","top":"78px","left":"20px","background-color":"transparent","min-height":"176px"},"silex-id-1427579791319":{"width":"277px","top":"34px","left":"340px","background-color":"transparent","min-height":"80px"},"silex-id-1427579791217":{"width":"277px","top":"80px","left":"340px","background-color":"transparent","min-height":"160px"},"silex-id-1427579791116":{"width":"277px","top":"34px","left":"657px","background-color":"transparent","min-height":"80px"},"silex-id-1427579787864":{"width":"277px","top":"75px","left":"657px","background-color":"transparent","min-height":"203px"},"silex-id-1427579787762":{"width":"277px","top":"78px","left":"20px","background-color":"transparent","min-height":"161px"},"silex-id-1427579787660":{"width":"276px","top":"80px","left":"658px","background-color":"transparent","min-height":"160px"},"silex-id-1427579783894":{"top":"1px","background-color":"transparent","width":"960px","left":"2px","border-top-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","min-height":"124px","border-color":"#000000"},"silex-id-1427579783793":{"width":"960px","top":"110px","left":"0px","background-color":"transparent","min-height":"64px"},"silex-id-1427579783385":{"width":"277px","top":"76px","left":"340px","background-color":"transparent","min-height":"148px"},"silex-id-1427579783283":{"width":"277px","top":"24px","left":"658px","background-color":"transparent","min-height":"80px"},"silex-id-1427579782671":{"width":"550px","top":"70px","left":"340px","box-sizing":"content-box","border-top-left-radius":"3px","border-top-right-radius":"3px","border-bottom-right-radius":"3px","border-bottom-left-radius":"3px","min-height":"300px"},"silex-id-1427579786440":{"width":"290px","top":"211px","left":"335px","background-color":"rgb(255, 255, 255)","min-height":"495px"},"silex-id-1427579786338":{"width":"290px","top":"211px","left":"27px","background-color":"rgb(255, 255, 255)","min-height":"495px"},"silex-id-1427579784708":{"top":"11px","background-color":"transparent","width":"960px","left":"0px","min-height":"124px"},"silex-id-1427579784099":{"width":"294px","top":"144px","left":"21px","background-color":"transparent","min-height":"80px"},"silex-id-1427579783996":{"width":"294px","top":"158px","left":"640px","background-color":"transparent","min-height":"61px"},"silex-id-1427579783588":{"width":"290px","top":"211px","left":"642px","backgroundColor":"transparent","minHeight":"500px"},"silex-id-1427579783487":{"width":"294px","top":"146px","left":"332px","background-color":"transparent","min-height":"80px"},"silex-id-1427579782467":{"width":"280px","top":"43px","left":"19px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","min-height":"80px","border-color":"#000000"},"silex-id-1427579782262":{"width":"280px","top":"107px","left":"19px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","min-height":"189px"},"silex-id-1427579782059":{"top":"-1px","background-color":"transparent","width":"960px","left":"2px","border-top-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","min-height":"124px"},"silex-id-1427579781636":{"width":"280px","top":"41px","left":"657px","background-color":"transparent","min-height":"80px"},"silex-id-1427583890283":{"width":"280px","top":"39px","left":"338px","background-color":"transparent","min-height":"80px"},"silex-id-1427583925791":{"width":"280px","top":"106px","left":"338px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","min-height":"185px"},"silex-id-1427587170182":{"width":"920px","left":"19px","background-color":"transparent","border-top-width":"1px","border-bottom-width":"0px","border-top-style":"solid","border-bottom-style":"solid","top":"708px","border-top-color":"rgb(0, 155, 255)","border-right-color":"rgb(0, 155, 255)","border-bottom-color":"rgb(0, 155, 255)","border-left-color":"rgb(0, 155, 255)","min-height":"10px","border-color":"#009bff"},"silex-id-1427579782161":{"width":"280px","top":"105px","left":"656px","background-color":"transparent","min-height":"188px"},"silex-id-1443109661547-1":{"width":"940px","top":"260px","left":"10px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","min-height":"307px"},"silex-id-1427579784301":{"width":"319px","top":"97px","left":"36px","background-color":"transparent","min-height":"483px"},"silex-id-1427579784200":{"width":"340px","top":"17px","left":"15px","background-color":"transparent","min-height":"70px"},"silex-id-1454364737067-0":{"width":"551px","top":"96px","left":"339px","min-height":"276px"},"silex-id-1427579784810":{"width":"507px","top":"22px","left":"224px","background-color":"transparent","min-height":"40px","border-color":"#000000"},"silex-id-1447867920942-4":{"width":"176px","top":"143px","left":"184px","min-height":"57px"},"silex-id-1447867928480-5":{"width":"188px","top":"143px","left":"389px","min-height":"64px"},"silex-id-1447868058113-6":{"width":"124px","top":"146px","left":"31px","min-height":"49px"},"silex-id-1447868061692-7":{"width":"182px","top":"77px","left":"388px","min-height":"51px"},"silex-id-1454959210068-1":{"width":"157px","top":"151px","left":"602px","min-height":"50px"},"silex-id-1454367000274-2":{"width":"149px","top":"73px","left":"1110px","min-height":"149px"},"silex-id-1458559802171-0":{"min-height":"237px","width":"940px","top":"264px","left":"10px"},"silex-id-1458560037257-1":{"min-height":"310px","width":"920px","top":"252px","left":"20px"},"silex-id-1458572218532-2":{"min-height":"383px","width":"930px","top":"43px","left":"13px","background-color":"transparent"},"silex-id-1458603107417-0":{"min-height":"276px","width":"551px","top":"96px","left":"340px","background-color":"transparent","background-image":"url(assets/silex-ui.gif)"},"silex-id-1458609229947-0":{"min-height":"100px","width":"100px","top":"100px","left":"100px","background-color":"rgb(255, 255, 255)"},"silex-id-1458671891465-0":{"min-height":"300px","width":"450px","top":"100px","left":"100px"},"silex-id-1544969739765-6":{"width":"490px","min-height":"368px","top":"66px","left":"435px","border-width":"","border-style":"","border-color":"rgba(68,68,68,1)","opacity":"","background-image":"url(assets/loading.gif)","background-position":"center center","background-repeat":"no-repeat","border-radius":"10px 10px 10px 10px "},"silex-id-1544969891711-8":{"width":"354px","min-height":"132px","top":"110px","left":"40px"},"silex-id-1544969916356-9":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"474px","top":"15px","left":"180px","border-width":"0 0 1px 0 ","border-style":"solid","border-color":"rgba(186,186,186,1)"},"silex-id-1544969916360-10":{"min-width":"960px","top":"5px","left":"5px"},"silex-id-1544970283800-11":{"width":"960px","background-color":"rgba(0,60,100,1)","min-height":"332px","top":"15px","left":"299px"},"silex-id-1544970283803-12":{"min-width":"960px","min-height":"332px","background-color":"rgba(0,60,100,1)"},"silex-id-1544970530926-13":{"width":"960px","background-color":"rgba(0,155,255,1)","min-height":"1428px","top":"15px","left":"115px"},"silex-id-1544970530935-14":{"min-width":"960px","min-height":"1428px","background-color":"rgba(0,155,255,1)"},"silex-id-1544970684272-15":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"477px","top":"15px","left":"115px"},"silex-id-1544970684276-16":{"min-width":"960px","top":"5019px","left":"5px"},"silex-id-1544970791501-17":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"241px","top":"15px","left":"115px"},"silex-id-1544970791506-18":{"min-width":"960px","top":"3092px","left":"5px"},"silex-id-1544971037140-19":{"width":"960px","background-color":"rgba(0,155,255,1)","min-height":"1183px","top":"15px","left":"115px"},"silex-id-1544971037145-20":{"min-width":"960px","min-height":"1183px","background-color":"rgba(0,155,255,1)"},"silex-id-1544971103079-21":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"257px","top":"15px","left":"299px"},"silex-id-1544971103084-22":{"min-width":"960px"},"silex-id-1544973382392-25":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"334px","top":"15px","left":"115px"},"silex-id-1544973382397-26":{"min-width":"960px"},"silex-id-1544973441346-27":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"263px","top":"15px","left":"115px"},"silex-id-1544973441349-28":{"min-width":"960px"},"silex-id-1544984622780-29":{"width":"212px","top":"287px","left":"124px","min-height":"85px"},"silex-id-1544985396034-31":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"280px","top":"15px","left":"115px"},"silex-id-1544985396039-32":{"top":"3923px","left":"5px","min-width":"960px"},"silex-id-1544985432489-33":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"280px","top":"15px","left":"115px"},"silex-id-1544985432492-34":{"min-width":"960px"},"silex-id-1544992870166-2":{"top":"-1px","background-color":"transparent","width":"960px","left":"2px","border-top-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","min-height":"124px"},"silex-id-1544992870165-0":{"min-width":"960px","top":"1874px","left":"5px"},"silex-id-1544992870166-1":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"260px","top":"15px","left":"299px"},"silex-id-1544992906417-6":{"width":"280px","top":"43px","left":"19px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","min-height":"80px","border-color":"#000000"},"silex-id-1544992906422-7":{"width":"280px","top":"107px","left":"19px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-right-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","border-left-color":"rgb(0, 0, 0)","min-height":"189px"},"silex-id-1544992906425-8":{"width":"280px","top":"39px","left":"338px","background-color":"transparent","min-height":"80px"},"silex-id-1544992906431-9":{"width":"280px","top":"106px","left":"338px","background-color":"transparent","border-top-color":"rgb(0, 0, 0)","border-bottom-color":"rgb(0, 0, 0)","min-height":"185px"},"silex-id-1544992906434-10":{"width":"280px","top":"41px","left":"657px","background-color":"transparent","min-height":"80px"},"silex-id-1544992906443-11":{"width":"280px","top":"105px","left":"656px","background-color":"transparent","min-height":"188px"},"silex-id-1544992906415-4":{"min-width":"960px","top":"661px","left":"NaNpx"},"silex-id-1544992906416-5":{"width":"960px","background-color":"rgba(255,255,255,1)","min-height":"371px","top":"15px","left":"299px"},"silex-id-1544995038471-1":{"width":"142px","min-height":"66px","top":"138px","left":"785px"},"silex-id-1547752889237-0":{"width":"397px","background-color":"rgb(255, 255, 255)","min-height":"537px","top":"-83px","left":"10px","border-width":"","border-style":"","border-color":"rgba(0,0,0,0.2)","border-radius":"3px 3px 0 0 ","background-image":"url(assets/rawpixel-780502-unsplash.jpg)","background-repeat":"no-repeat","background-size":"contain"},"silex-id-1547753670024-1":{"width":"376px","min-height":"167px","top":"265px","left":"11px"},"silex-id-1547754881648-2":{"width":"80px","min-height":"80px","top":"451px","left":"13px","border-radius":"140px 140px 140px 140px "},"silex-id-1547755289965-3":{"width":"247px","min-height":"66px","top":"458px","left":"114px"},"silex-id-1547755402601-4":{"width":"72px","min-height":"66px","top":"-16px","left":"375px","background-color":"rgba(255,255,255,1)","border-radius":"140px 140px 140px 140px "},"silex-id-1547758210953-1":{"width":"960px","background-color":"","min-height":"370px","top":"15px","left":"235px"},"silex-id-1547758210960-2":{"min-width":"960px"},"silex-id-1547758223615-4":{"width":"100px","background-color":"rgb(255, 255, 255)","min-height":"100px","top":"100px","left":"600px"},"silex-id-1547758223619-5":{"width":"376px","min-height":"167px","top":"265px","left":"11px"},"silex-id-1547758223621-6":{"width":"80px","min-height":"80px","top":"451px","left":"13px","border-radius":"140px 140px 140px 140px "},"silex-id-1547758223627-7":{"width":"247px","min-height":"66px","top":"458px","left":"114px"},"silex-id-1547758223615-3":{"width":"400px","background-color":"rgb(255, 255, 255)","min-height":"537px","top":"-230px","left":"125px","border-width":"","border-style":"","border-color":"rgba(0,0,0,0.2)","border-radius":"3px 3px 0 0 ","background-image":"url(assets/rawpixel-780502-unsplash.jpg)","background-repeat":"no-repeat","background-size":"contain"},"silex-id-1547758884039-12":{"width":"960px","top":"109px","left":"0px","background-color":"transparent","box-sizing":"content-box","min-height":"104px"},"silex-id-1547759004313-13":{"width":"960px","top":"108px","left":"0px","background-color":"transparent","box-sizing":"content-box","min-height":"104px"}},"mobile":{"silex-id-1427579784301":{"top":"15px","left":"10px","width":"450px","minHeight":"483px"},"silex-id-1427579782467":{"top":"0px","left":"11px","width":"421px","min-height":"84px"},"silex-id-1427579782262":{"top":"668px","left":"0px","width":"422px","min-height":"153px"},"silex-id-1427579781636":{"top":"571px","left":"10px","width":"450px","minHeight":"80px"},"silex-id-1427583890283":{"top":"651px","left":"10px","width":"450px","minHeight":"80px"},"silex-id-1427583925791":{"top":"659px","left":"5px","width":"449px","min-height":"168px"},"silex-id-1427579782161":{"top":"1144px","left":"10px","width":"449px","minHeight":"131px"},"silex-id-1427587170182":{"borderColor":"#009bff"},"silex-id-1443109661547-1":{"borderColor":"#000000","top":"1158px","left":"9px"},"silex-id-1427579791726":{"borderColor":"#000000","top":"366px","left":"10px","width":"449px","minHeight":"50px"},"silex-id-1427579791624":{"top":"434px","left":"10px","width":"449px","minHeight":"50px"},"silex-id-1427579791522":{"top":"502px","left":"10px","width":"449px","minHeight":"50px"},"silex-id-1427579791421":{"top":"425px","left":"9px","width":"404px","min-height":"152px"},"silex-id-1427579791319":{"top":"723px","left":"10px","width":"449px","minHeight":"50px"},"silex-id-1427579791217":{"top":"791px","left":"10px","width":"449px","minHeight":"56px"},"silex-id-1427579791116":{"top":"865px","left":"10px","width":"449px","minHeight":"50px"},"silex-id-1427579787864":{"top":"933px","left":"10px","width":"449px","minHeight":"135px"},"silex-id-1427579787762":{"top":"1086px","left":"10px","width":"449px","minHeight":"93px"},"silex-id-1427579787660":{"top":"1197px","left":"10px","width":"449px","minHeight":"93px"},"silex-id-1427579783385":{"top":"1308px","left":"10px","width":"449px","minHeight":"56px"},"silex-id-1427579783283":{"top":"1382px","left":"10px","width":"449px","minHeight":"50px"},"silex-id-1427579786338":{"top":"510px","left":"10px","width":"452px","minHeight":"500px"},"silex-id-1427579786440":{"top":"10px","left":"10px","width":"450px","minHeight":"500px"},"silex-id-1427604618762":{"top":"79px","left":"11px","width":"421px","min-height":"1130px"},"silex-id-1427579784099":{"top":"1134px","left":"10px","width":"449px","min-height":"80px"},"silex-id-1427579783996":{"top":"1214px","left":"10px","width":"449px","min-height":"61px"},"silex-id-1427579783588":{"top":"1275px","left":"10px","width":"449px","min-height":"500px"},"silex-id-1427579783487":{"top":"1775px","left":"10px","width":"449px","min-height":"80px"},"silex-id-1427579784913":{"top":"71px","left":"10px","width":"469px","min-height":"55px"},"silex-id-1427579782671":{"top":"19px","left":"12px","width":"422px","min-height":"250px"},"silex-id-1447868061692-7":{"top":"130px","left":"61px","width":"299px","min-height":"83px"},"silex-id-1458572218532-2":{"top":"228px","left":"11px","width":"402px","min-height":"209px"},"silex-id-1427579785932":{"top":"110px","left":"9px","width":"43px","min-height":"45px"},"silex-id-1427579785830":{"top":"110px","left":"71px","width":"44px","min-height":"45px"},"silex-id-1427579785728":{"top":"110px","left":"133px","width":"42px","min-height":"45px"},"silex-id-1427579785625":{"top":"110px","left":"193px","width":"41px","min-height":"45px"},"silex-id-1427579785523":{"top":"110px","left":"253px","width":"41px","min-height":"45px"},"silex-id-1427579785421":{"top":"110px","left":"312px","width":"42px","min-height":"45px"},"silex-id-1427579785320":{"top":"110px","left":"372px","width":"41px","min-height":"45px"},"body-initial":{"background-color":"rgba(255,255,255,1)"},"silex-id-1427639908823":{"width":"778px","top":"46px","left":"187px","background-color":"transparent","background-image":"url(assets/nuages-typos-ab-testing2.png)","background-size":"auto","min-height":"205px","background-position":"bottom right"},"silex-id-1427579783894":{"top":"15px","left":"0px","width":"422px","min-height":"248px"},"silex-id-1544969916360-10":{"top":"0px","left":"0px"},"silex-id-1544969916356-9":{"min-height":"223px"},"silex-id-1544971103084-22":{"top":"5238px","left":"0px"},"silex-id-1544971103079-21":{"min-height":"463px"},"silex-id-1544992906417-6":{"top":"0px","left":"11px","width":"421px","min-height":"84px"},"silex-id-1544992906422-7":{"top":"668px","left":"0px","width":"422px","min-height":"153px"},"silex-id-1544992906425-8":{"top":"651px","left":"10px","width":"450px","min-height":"80px"},"silex-id-1544992906431-9":{"top":"659px","left":"5px","width":"449px","min-height":"168px"},"silex-id-1544992906434-10":{"top":"948px","left":"11px","width":"421px","min-height":"84px"},"silex-id-1544992906443-11":{"top":"1144px","left":"10px","width":"449px","min-height":"131px"},"silex-id-1547758223615-4":{"left":"161px","top":"0px","width":"100px","min-height":"281px","background-color":"transparent"},"silex-id-1547758223615-3":{"width":"421px","top":"0px","left":"11px","min-height":"528px","border-width":"1px 1px 1px 1px ","border-style":"solid"},"silex-id-1547758223619-5":{"width":"400px","top":"308px","left":"11px","min-height":"167px"},"silex-id-1547758223627-7":{"width":"306px","top":"521px","left":"106px","min-height":"66px"},"silex-id-1544973382392-25":{"min-height":"1747px"},"silex-id-1544973382397-26":{"top":"1062px","left":"0px"},"silex-id-1547758210953-1":{"min-height":"797px","top":"0px","left":"12px","width":"444px"},"silex-id-1544992870166-2":{"min-height":"208px","top":"0px","left":"11px","width":"421px"},"silex-id-1544992870166-1":{"min-height":"499px"},"silex-id-1544992870165-0":{"top":"3030px","left":"0px"},"silex-id-1547758884039-12":{"min-height":"291px","top":"295px","left":"11px","width":"421px"},"silex-id-1427579783793":{"min-height":"252px","top":"333px","left":"11px","width":"421px"},"silex-id-1544970791501-17":{"min-height":"525px"},"silex-id-1544970791506-18":{"top":"6735px","left":"0px"},"silex-id-1547759004313-13":{"min-height":"263px","top":"208px","left":"11px","width":"421px"},"silex-id-1544973441346-27":{"min-height":"402px"},"silex-id-1544973441349-28":{"top":"223px","left":"0px"},"silex-id-1427579782059":{"min-height":"208px","top":"0px","left":"11px","width":"421px"},"silex-id-1547757254745-0":{"min-height":"0px","top":"0px","left":"0px","width":"0px"},"silex-id-1547752889237-0":{"min-height":"537px","top":"0px","left":"0px","width":"447px"}},"prodotypeData":{"component":{"silex-id-1518111974791-7":{"name":"share1","templateName":"share","networks":["Facebook","Twitter","LinkedIn"],"url":"https://www.silex.me/","title":"Silex website builder","description":"Silex is a static website builder in the cloud. "},"silex-id-1518128028014-31":{"name":"share1","templateName":"share","networks":["Facebook","Twitter","LinkedIn"],"url":"https://www.silex.me/","title":"Silex website builder","description":"Silex is a static website builder in the cloud. "},"silex-id-1521236362605-0":{"name":"slideshow1","templateName":"slideshow","slides":[{"image":[{"url":"https://editor.silex.me/github/get/www.silex.me/wip/assets/silex-screenshot.png","lastModifiedDate":null,"name":"silex-screenshot.png","size":54656}],"link":"https://editor.silex.me/"},{"image":[{"url":"https://editor.silex.me/github/get/www.silex.me/wip/assets/silex-screenshot2.png","lastModifiedDate":null,"name":"silex-screenshot2.png","size":18959}],"link":"https://editor.silex.me/"},{"image":[{"url":"https://editor.silex.me/github/get/www.silex.me/wip/assets/Silex-Website-Builder-template.jpg","lastModifiedDate":null,"name":"Silex-Website-Builder-template.jpg","size":41719}],"link":"https://editor.silex.me/"},{"image":[{"url":"https://editor.silex.me/github/get/www.silex.me/wip/assets/silex-particules.jpg","lastModifiedDate":null,"name":"silex-particules.jpg","size":21276}],"link":"https://editor.silex.me/"}],"arrows":false,"nav":false,"speed":"300","delay":"4000","autoplay":true}},"style":{"all-style":{"className":"all-style","templateName":"text","displayName":"All style","styles":{"desktop":{"normal":{"className":"all-style","pseudoClass":"normal","Heading2":{"text-align":"center"},"Heading3":{"font-weight":"normal","color":"#444444","font-size":"24px","text-align":"center","text-transform":"uppercase","font-family":"'Oswald', sans-serif"},"All":{"font-family":"'Abel', sans-serif"},"Paragraph":{"color":"#444444"}}},"mobile":{"normal":{"templateName":"text","className":"all-style","pseudoClass":"normal","All":{"font-size":"2em"},"Heading3":{"font-family":"'Abel', sans-serif","font-size":"1.2em","line-height":""},"Heading2":{"letter-spacing":"1px"}}}}},"info-card":{"className":"info-card","templateName":"text","displayName":"Info Card","styles":{"desktop":{"normal":{"templateName":"text","className":"info-card","pseudoClass":"normal","All":{"color":""},"Heading2":{"text-align":"left","font-family":"'Oswald', sans-serif","font-weight":"normal","font-variant":"small-caps","font-size":"26px","line-height":"1"},"Paragraph":{"font-size":"20px"},"Italic":{"text-indent":"","font-style":"normal","line-height":""},"Link":{"color":""},"Bold":{"color":"#006CB2","line-height":"1","font-weight":"normal","font-family":"'Oswald', sans-serif","font-size":"31px"}}},"mobile":{"normal":{"templateName":"text","className":"info-card","pseudoClass":"normal","Paragraph":{"font-size":"1em"},"Heading2":{"font-size":"1em"}}}}},"titles":{"className":"titles","templateName":"text","displayName":"Titles","styles":{"desktop":{"normal":{"className":"titles","pseudoClass":"normal","Paragraph":{"font-size":"","text-align":"center","line-height":"1"},"Heading2":{"font-weight":"normal","color":""},"Heading3":{"font-weight":"normal","text-transform":"none","color":"#444444","font-family":"'Abel', sans-serif"}}},"mobile":{"normal":{"templateName":"text","className":"titles","pseudoClass":"normal","All":{"font-size":"","font-style":"italic"},"Paragraph":{"font-size":""},"Heading3":{"font-size":"0.9em"}}}}},"text-style-1":{"className":"text-style-1","templateName":"text","displayName":"Text Style 1","styles":{"desktop":{"normal":{"templateName":"text","className":"text-style-1","pseudoClass":"normal","All":{"font-family":"'Abel', sans-serif","color":"#000000","text-align":"center","line-height":"2"}}}}},"text-style-2":{"className":"text-style-2","templateName":"text","displayName":"Text Style 2","styles":{"desktop":{"normal":{"templateName":"text","className":"text-style-2","pseudoClass":"normal","All":{"color":"#000000"}}}}},"text-style-3":{"className":"text-style-3","templateName":"text","displayName":"Text Style 3","styles":{"desktop":{"normal":{"templateName":"text","className":"text-style-3","pseudoClass":"normal","All":{"color":"#000000"}}}}},"text-style-4":{"className":"text-style-4","templateName":"text","displayName":"Text Style 4","styles":{"desktop":{"normal":{"templateName":"text","className":"text-style-4","pseudoClass":"normal","All":{"color":"#000000"}}}}},"text-style-5":{"className":"text-style-5","templateName":"text","displayName":"Text Style 5","styles":{"desktop":{"normal":{"templateName":"text","className":"text-style-5","pseudoClass":"normal","All":{"color":"#000000"}}}}},"text-style-6":{"className":"text-style-6","templateName":"text","displayName":"Text Style 6","styles":{"desktop":{"normal":{"templateName":"text","className":"text-style-6","pseudoClass":"normal","All":{"color":"#0e65bc","font-weight":"bold","font-family":"'Abel', sans-serif","text-align":"center","letter-spacing":"","line-height":"2"}},":hover":{"templateName":"text","className":"text-style-6","pseudoClass":":hover","Link":{"color":"#FF3200"}}}}}}}}]</script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.2" data-silex-viewport="">
<script type="text/javascript"></script>
<style class="silex-prodotype-style" type="text/css" data-style-id="all-style">h2 {text-align: center;}h3 {font-family: 'Oswald', sans-serif; font-weight: normal; font-size: 24px; color: #444444; text-align: center; text-transform: uppercase;}.text-element > .silex-element-content {font-family: 'Abel', sans-serif;}p {color: #444444;}@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {h2 {letter-spacing: 1px;}h3 {font-family: 'Abel', sans-serif; font-size: 1.2em;}.text-element > .silex-element-content {font-size: 2em;}}</style><link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet" class="silex-custom-font"><link href="https://fonts.googleapis.com/css?family=Oswald:400,300" rel="stylesheet" class="silex-custom-font"><meta name="website-width" content="960"><style type="text/css" class="silex-style-settings">.website-width {width: 960px;}</style><style class="silex-prodotype-style" type="text/css" data-style-id="info-card">.info-card h2 {font-family: 'Oswald', sans-serif; font-variant: small-caps; font-weight: normal; font-size: 26px; text-align: left; line-height: 1;}.info-card p {font-size: 20px;}.info-card b {font-family: 'Oswald', sans-serif; font-weight: normal; font-size: 31px; color: #006CB2; line-height: 1;}.info-card i {font-style: normal;}@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {.info-card h2 {font-size: 1em;}.info-card p {font-size: 1em;}}</style><meta name="hostingProvider" content="unifile"><style class="silex-prodotype-style" type="text/css" data-style-id="titles">.titles h2 {font-weight: normal;}.titles h3 {font-family: 'Abel', sans-serif; font-weight: normal; color: #444444; text-transform: none;}.titles p {text-align: center; line-height: 1;}@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {.titles h3 {font-size: 0.9em;}.titles.text-element > .silex-element-content {font-style: italic;}}</style><style class="silex-prodotype-style" type="text/css" data-style-id="text-style-1">.text-style-1.text-element > .silex-element-content {font-family: 'Abel', sans-serif; color: #000000; text-align: center; line-height: 2;}</style><style class="silex-prodotype-style" type="text/css" data-style-id="text-style-2">.text-style-2.text-element > .silex-element-content {color: #000000;}</style><style class="silex-prodotype-style" type="text/css" data-style-id="text-style-3">.text-style-3.text-element > .silex-element-content {color: #000000;}</style><style class="silex-prodotype-style" type="text/css" data-style-id="text-style-4">.text-style-4.text-element > .silex-element-content {color: #000000;}</style><style class="silex-prodotype-style" type="text/css" data-style-id="text-style-5">.text-style-5.text-element > .silex-element-content {color: #000000;}</style><style class="silex-prodotype-style" type="text/css" data-style-id="text-style-6">.text-style-6.text-element > .silex-element-content {font-family: 'Abel', sans-serif; font-weight: bold; color: #0e65bc; text-align: center; line-height: 2;}.text-style-6 a:hover {color: #FF3200;}.text-style-6 [data-silex-href]:hover {color: #FF3200;}</style><meta name="publicationPath" content="{"absPath":"/ce/github/get/www.silex.me/gh-pages","isDir":true,"mime":"application/octet-stream","name":"gh-pages","folder":"www.silex.me","path":"www.silex.me/gh-pages","service":"github","url":"https://editor.silex.me/ce/github/get/www.silex.me/gh-pages"}"><!-- Silex HEAD tag do not remove --><script src="./js/morphext.min.js" type="text/javascript"></script>
<!-- End of Silex HEAD tag do not remove --></head>
<body class="body-initial enable-mobile home all-style prevent-draggable prevent-resizable prevent-selectable silex-runtime" data-twttr-rendered="true" data-silex-id="body-initial" style=""><div data-silex-type="image-element" class="editable-style silex-id-1454367000274-2 image-element paged-element hide-on-mobile page-silex-home forkme" data-silex-id="silex-id-1454367000274-2" data-silex-href="https://github.com/silexlabs/Silex"><img src="assets/forkme.png" class="silex-element-content"></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544969916360-10 section-element prevent-resizable" data-silex-id="silex-id-1544969916360-10"><div data-silex-type="container-element" class="editable-style silex-id-1544969916356-9 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544969916356-9"><div data-silex-type="image-element" class="editable-style silex-id-1544969891711-8 image-element" data-silex-id="silex-id-1544969891711-8" style=""><img src="assets/silex-logo-2018.jpg" class="silex-element-content"></div><div data-silex-type="container-element" class="editable-style container-element silex-id-1427579789590 hide-on-mobile page-silex-home prevent-auto-z-index fixed" data-silex-id="silex-id-1427579789590" style="">
<div data-silex-type="container-element" class="editable-style container-element silex-id-1427579789488 centered abel" data-silex-id="silex-id-1427579789488" style="">
<div data-silex-type="text-element" class="editable-style text-element silex-id-1427579789386 anchor-link text-style-1" data-silex-id="silex-id-1427579789386" data-silex-href="#home" style="">
<div class="silex-element-content">
Home
</div>
</div>
<div data-silex-type="text-element" class="editable-style text-element silex-id-1427579789284 anchor-link text-style-1" data-silex-id="silex-id-1427579789284" data-silex-href="#showcase" style="">
<div class="silex-element-content">
Silex sites
</div>
</div>
<div data-silex-href="https://editor.silex.me" data-silex-type="text-element" class="editable-style text-element silex-id-1427579789182 text-style-6" data-silex-id="silex-id-1427579789182" style="">
<div class="silex-element-content"><b>
</b><i></i><b>Create your site
</b></div>
</div>
<div data-silex-type="text-element" class="editable-style text-element silex-id-1427579788979 anchor-link text-style-1" data-silex-id="silex-id-1427579788979" data-silex-href="#templates" style="">
<div class="silex-element-content">
Templates
</div>
</div>
<div data-silex-type="text-element" class="editable-style text-element silex-id-1427579788878 anchor-link text-style-1" data-silex-id="silex-id-1427579788878" data-silex-href="https://github.com/silexlabs/Silex/issues/" style="">
<div class="silex-element-content">Forums</div>
</div>
<div data-silex-type="text-element" class="editable-style text-element silex-id-1427579789081 anchor-link text-style-1" data-silex-id="silex-id-1427579789081" data-silex-href="#silex" style="">
<div class="silex-element-content">
What is Silex ?
</div>
</div></div>
</div><div data-silex-type="image-element" class="editable-style silex-id-1544969739765-6 image-element hide-on-mobile" data-silex-id="silex-id-1544969739765-6" style="" data-silex-href="https://editor.silex.me"><img src="assets/screencast.gif" class="silex-element-content"></div><div data-silex-type="image-element" class="editable-style silex-id-1544984622780-29 image-element hide-on-mobile" data-silex-id="silex-id-1544984622780-29" style="" data-silex-href="https://editor.silex.me"><img src="assets/bouton-call-01.png" class="silex-element-content" alt="create your free website now with silex editor"></div></div><div data-silex-type="container-element" class="editable-style silex-id-1547752889237-0 container-element hide-on-mobile fixed-info" data-silex-id="silex-id-1547752889237-0" style=""><div data-silex-type="text-element" class="editable-style silex-id-1547753670024-1 text-element info-card text-editor-focus" data-silex-id="silex-id-1547753670024-1" data-allow-silex-shortcuts="true" style="top: 265px; left: 11px; width: 376px; min-height: 167px;"><div class="silex-element-content normal"><h2>Announcement: professionals wanted<br></h2><p>We are structuring our community of professionals selling Silex websites. Please <a href="http://eepurl.com/gjYnib" target="_blank" title="Silex newsletter">subscribe here</a> if you are interested.<br></p></div></div><div data-silex-type="image-element" class="editable-style silex-id-1547754881648-2 image-element" data-silex-id="silex-id-1547754881648-2" style="top: 451px; left: 13px; width: 80px; min-height: 88px;"><img src="assets/alex%20hoyau%20face.jpg" class="silex-element-content"></div><div data-silex-type="text-element" class="editable-style silex-id-1547755289965-3 text-element info-card" data-silex-id="silex-id-1547755289965-3" style="top: 458px; left: 114px; width: 247px; min-height: 66px;"><div class="silex-element-content normal"><p>By <a href="https://lexoyo.me" target="_blank" title="Silex newsletter">Alex Hoyau</a><br></p></div></div><div data-silex-type="text-element" class="editable-style silex-id-1547755402601-4 text-element info-card button shadow hide-on-mobile" data-silex-id="silex-id-1547755402601-4" style="top: -16px; left: 375px; width: 40px; min-height: 40px;"><div class="silex-element-content normal"><p><b>x</b><br></p></div></div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544973441349-28 section-element prevent-resizable" data-silex-id="silex-id-1544973441349-28"><div data-silex-type="container-element" class="editable-style silex-id-1544973441346-27 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544973441346-27"><div data-silex-type="text-element" class="editable-style text-element silex-id-1427579782059 oswald very-big silex" data-silex-id="silex-id-1427579782059" style="">
<div class="silex-element-content"><h2>WHAT IS SILEX ?
</h2></div>
</div><div class="editable-style text-element silex-id-1547759004313-13 titles" data-silex-type="text-element" data-silex-id="silex-id-1547759004313-13" style="">
<div class="silex-element-content">
<h3>Create websites based on open standards.
<i><br></i>You own your tools and your data!</h3>
</div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544973382397-26 section-element prevent-resizable" data-silex-id="silex-id-1544973382397-26"><div data-silex-type="container-element" class="editable-style silex-id-1544973382392-25 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544973382392-25"><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579782467" data-silex-id="silex-id-1427579782467" style="">
<div class="silex-element-content">
<h3>
LIVE WEB CREATION
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579782262" data-silex-id="silex-id-1427579782262" style="">
<div class="silex-element-content">
<p>
When you change something in Silex, you see the result immediately. Iterating on design is much easier.
</p>
<p></p>
<ul>
<li>
drag drop HTML elements
</li>
<li>edit text, images, HTML boxes
</li>
<li>
code CSS with
real time preview
</li>
</ul>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427583890283" data-silex-id="silex-id-1427583890283" style="">
<div class="silex-element-content">
<h3>
100% ONLINE
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427583925791" data-silex-id="silex-id-1427583925791" style="">
<div class="silex-element-content">
<p class="normal">Build websites from within the browser, no install required, never lose
<font color="#000000"> your data, <span style="color: rgb(255, 0, 0);">work instantly from any computer</span>. </font>
</p>
<p class="normal">And <span style="color: rgb(255, 0, 0);">collaboration</span> is straightforward thanks to Dropbox sharing capabilities.</p>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579781636" data-silex-id="silex-id-1427579781636" style="">
<div class="silex-element-content"><h3>
LEARN THE STANDARDS
</h3></div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579782161" data-silex-id="silex-id-1427579782161" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#444444">Only common settings are available in the visual editor. </font>
</p>
<p class="normal">
<font color="#444444">When you need more, Silex helps you <span style="color: rgb(255, 0, 0);"><a href="https://github.com/silexlabs/Silex/issues/184">write CSS without leaving the browser</a></span>. No complex dialogs and menus, just the open web
standards. What you learn here will be useful to you.</font>
</p>
</div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1547758210960-2 section-element hide-on-desktop prevent-resizable" data-silex-id="silex-id-1547758210960-2" style=""><div data-silex-type="container-element" class="editable-style silex-id-1547758210953-1 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1547758210953-1"><div data-silex-type="container-element" class="editable-style container-element silex-id-1547758223615-3" data-silex-id="silex-id-1547758223615-3"><div data-silex-type="container-element" class="editable-style container-element hide-on-desktop silex-id-1547758223615-4" data-silex-id="silex-id-1547758223615-4"></div><div data-silex-type="text-element" class="editable-style text-element silex-id-1547758223619-5 info-card" data-silex-id="silex-id-1547758223619-5"><div class="silex-element-content normal"><h2></h2><h2>Announcement: professionals wanted</h2><p>We are structuring our community of professionals selling Silex websites. Please <a href="http://eepurl.com/gjYnib" target="_blank" title="Silex newsletter">subscribe here</a> if you are interested.<br></p></div></div><div data-silex-type="image-element" class="editable-style image-element silex-id-1547758223621-6" data-silex-id="silex-id-1547758223621-6"><img src="assets/alex%20hoyau%20face.jpg" class="silex-element-content"></div><div data-silex-type="text-element" class="editable-style text-element info-card silex-id-1547758223627-7" data-silex-id="silex-id-1547758223627-7"><div class="silex-element-content normal"><p>By <a href="https://lexoyo.me" target="_blank" title="Silex newsletter">Alex Hoyau</a><br></p></div></div></div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544970684276-16 section-element hide-on-mobile prevent-resizable" data-silex-id="silex-id-1544970684276-16"><div data-silex-type="container-element" class="editable-style silex-id-1544970684272-15 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544970684272-15"><div data-silex-type="image-element" class="editable-style silex-id-1458572218532-2 image-element paged-element page-silex-home" data-silex-id="silex-id-1458572218532-2" style=""><img alt="Silex and the other website builders" src="assets/silex-tableau-03.png" class="silex-element-content"></div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style section-element silex-id-1544992870165-0 prevent-resizable" data-silex-id="silex-id-1544992870165-0"><div data-silex-type="container-element" class="editable-style container-element silex-element-content silex-container-content website-width prevent-draggable silex-id-1544992870166-1" data-silex-id="silex-id-1544992870166-1"><div data-silex-type="text-element" class="editable-style text-element oswald very-big silex silex-id-1544992870166-2" data-silex-id="silex-id-1544992870166-2" style="">
<div class="silex-element-content"><h2>FOR PROFESSIONALS<br></h2></div>
</div><div class="editable-style text-element silex-id-1547758884039-12 titles" data-silex-type="text-element" data-silex-id="silex-id-1547758884039-12" style="">
<div class="silex-element-content"><h3>Freelancers, agencies, hosting companies, Silex is the best at being <br>customized, white labeled and integrated to your infrastructure<br></h3></div>
</div></div></div>
<div class="silex-pages"><a id="page-silex-home" data-silex-type="page-element" class="page-element" href="#!page-silex-home">Silex Home</a></div>
<div data-silex-type="container-element" class="prevent-draggable container-element editable-style section-element silex-id-1544992906415-4 prevent-resizable" data-silex-id="silex-id-1544992906415-4"><div data-silex-type="container-element" class="editable-style container-element silex-element-content silex-container-content website-width prevent-draggable silex-id-1544992906416-5" data-silex-id="silex-id-1544992906416-5"><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1544992906417-6" data-silex-id="silex-id-1544992906417-6" style="">
<div class="silex-element-content"><h3>DESKTOP OFFLINE VERSION<br></h3></div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1544992906422-7" data-silex-id="silex-id-1544992906422-7" style="">
<div class="silex-element-content"><p>Silex can now be installed on your desktop. This new product is in beta, and it makes it possible to work offline, with your computer's file system directly.</p><p>Give it a try and <a href="https://github.com/silexlabs/Silex/releases" target="_blank" title="Download Silex desktop installer">download the beta here</a>.<br></p></div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1544992906425-8" data-silex-id="silex-id-1544992906425-8" style="">
<div class="silex-element-content"><h3>PAID SERVICES<br></h3></div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1544992906431-9" data-silex-id="silex-id-1544992906431-9" style="">
<div class="silex-element-content"><p>Silex founder Alex Hoyau is setting up an offer to support businesses to use Silex as a replacement for their CMS or website builder.</p><p>Feel free to contact him at <a href="mailto:[email protected]" title="email [email protected]">[email protected]</a><br></p></div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1544992906434-10" data-silex-id="silex-id-1544992906434-10" style="">
<div class="silex-element-content"><h3>HOSTING COMPANIES<br></h3></div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1544992906443-11" data-silex-id="silex-id-1544992906443-11" style="">
<div class="silex-element-content"><p>Silex is a great solution for companies who wish to offer a website builder to their customers. Either for retention purposes or as an additional service, <a href="https://github.com/silexlabs/Silex/wiki/Silex-for-hosting-providers" target="_blank" title="Silex docs for hosting providers">Silex can integrate your infrastructure and your services</a>.<br></p><p><a href="https://github.com/silexlabs/Silex/milestone/4" target="_blank" title="Silex roadmap for hosting companies">Join us as we are working on a road map</a> to make Silex even better at white labeling, authentication with third party systems, storage on an existing infrastructure...<br></p></div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544970530935-14 section-element prevent-resizable" data-silex-id="silex-id-1544970530935-14"><div data-silex-type="container-element" class="editable-style silex-id-1544970530926-13 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544970530926-13"><div data-silex-type="text-element" class="editable-style text-element silex-id-1427579784504 oswald templates" data-silex-id="silex-id-1427579784504" style="">
<div class="silex-element-content">
<p style="text-align: center;" class="normal">
<font face="Oswald"><span style="color: rgb(255, 255, 255);"><a href="https://github.com/silexlabs/Silex/issues?labels=template&state=open" style="font-size: x-large;">LATEST TEMPLATES</a></span>
<a href="https://templates.silex.me/"><br></a>
<font color="#ffffff"><a href="https://templates.silex.me/"><span style="color: rgb(255, 255, 255);">creative common templates</span> <span style="color: rgb(68, 68, 68);">on github</span></a> and </font>
<a href="https://www.templamatic.com/templates/silex" class="normal">
<font color="#444444"><span style="color: rgb(255, 255, 255);">paid template </span>on templamatic</font>
</a>
</font>
</p>
</div>
</div><div class="editable-style html-element github-issues github-issues-image github-issues-white silex-id-1427579784402" data-silex-type="html-element" data-silex-id="silex-id-1427579784402" style="">
<div class="silex-element-content">
<div id="template"></div>
<script type="text/javascript">
$(function(){
setTimeout(function() {
silex_github_widget('#template', 'template', true);
}, 200);
});
</script>
</div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544970791506-18 section-element prevent-resizable" data-silex-id="silex-id-1544970791506-18"><div data-silex-type="container-element" class="editable-style silex-id-1544970791501-17 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544970791501-17"><div data-silex-type="text-element" class="editable-style text-element oswald very-big silex-id-1427579783894" data-silex-id="silex-id-1427579783894" style="">
<div class="silex-element-content"><h2>
MORE ABOUT FREEDOM
</h2></div>
</div><div class="editable-style text-element abel silex-id-1427579783793 titles" data-silex-type="text-element" data-silex-id="silex-id-1427579783793" style="">
<div class="silex-element-content">
<i></i><h3><i>Silex is free and open source because</i>
<i>free minds need to have free</i><i> tools</i>
</h3></div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544985396039-32 section-element prevent-resizable" data-silex-id="silex-id-1544985396039-32"><div data-silex-type="container-element" class="editable-style silex-id-1544985396034-31 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544985396034-31"><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579791726" data-silex-id="silex-id-1427579791726" style="">
<div class="silex-element-content">
<h3>
FREE, FREE HOW ?
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579791421" data-silex-id="silex-id-1427579791421" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#444444"><a href="https://www.silexlabs.org/silexlabs/#about-silex-labs">As a <span style="color: rgb(255, 0, 0);">non-profit</span></a>, we’re free to innovate without any pressure to compromise. Silex is free / libre, without
hidden costs or licensing hassle.</font>
</p>
<p class="normal">
<font color="#444444">You are welcome to <a href="https://github.com/silexlabs/Silex/blob/master/docs/contribute.md">contribute</a> and to offer services to the community.</font>
</p>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579791624" data-silex-id="silex-id-1427579791624" style="">
<div class="silex-element-content">
<h3>
GETTING STARTED
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579783385" data-silex-id="silex-id-1427579783385" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#000000">It is insanely quick to be up and running with Silex’s basic features, so you can produce a simple site or a prototype</font> in a few hours. </p>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579783283" data-silex-id="silex-id-1427579783283" style="">
<div class="silex-element-content">
<h3>
YOUR DATA IS YOURS
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579787864" data-silex-id="silex-id-1427579787864" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#444444">While editing your site on <a href="https://www.silex.me/">silex.me</a> your files are on your hard drive, available to Silex through <span style="color: rgb(255, 0, 0);">Dropbox</span>, or on your server and available through
<span style="color: rgb(255, 0, 0);">FTP</span>.</font>
</p>
<p class="normal">
<font color="#444444">After you press the "publish" button, <span style="color: rgb(255, 0, 0);"><a href="https://github.com/silexlabs/Silex/issues/238">your site is optimized so that you can publish it online</a></span>.</font>
</p>
</div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544985432492-34 section-element prevent-resizable" data-silex-id="silex-id-1544985432492-34"><div data-silex-type="container-element" class="editable-style silex-id-1544985432489-33 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544985432489-33"><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579791522" data-silex-id="silex-id-1427579791522" style="">
<div class="silex-element-content">
<h3>
HOSTING YOUR SITE
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579787762" data-silex-id="silex-id-1427579787762" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#444444">Your work on <a href="https://www.silex.me">silex.me</a> will result in an HTML page stored on your computer.</font>
</p>
<p class="normal">
<font color="#444444"><span style="color: rgb(255, 0, 0);"><a href="https://github.com/silexlabs/Silex/issues/238">Let Silex publish your site and host it anywhere</a></span>.</font>
</p>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579791319" data-silex-id="silex-id-1427579791319" style="">
<div class="silex-element-content">
<h3>
SEARCH ENGINES
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579791217" data-silex-id="silex-id-1427579791217" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#444444">The websites created on silex.me are search engine friendly, and <span style="color: rgb(255, 0, 0);">Silex has all the options you need</span> to optimize it for search engines.</font>
</p>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579791116" data-silex-id="silex-id-1427579791116" style="">
<div class="silex-element-content">
<h3>
GET INVOLVED ?
</h3>
</div>
</div><div data-silex-type="text-element" class="editable-style text-element abel links silex-id-1427579787660" data-silex-id="silex-id-1427579787660" style="">
<div class="silex-element-content">
<p class="normal">
<font color="#444444">Let us know about <a href="https://github.com/silexlabs/Silex/issues?labels=question&state=open">troubleshooting, questions, suggestions</a>, etc. </font>
</p>
<p class="normal"><span style="color: rgb(68, 68, 68);">And if you want to be even more helpful, here is a list of </span><a href="https://github.com/silexlabs/Silex/issues?labels=help+wanted&state=open">simple things you can do for your favorite website builder</a>
<span style="color: rgb(68, 68, 68);"> ;)</span>
</p>
</div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544971037145-20 section-element prevent-resizable" data-silex-id="silex-id-1544971037145-20"><div data-silex-type="container-element" class="editable-style silex-id-1544971037140-19 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544971037140-19"><div data-silex-type="text-element" class="editable-style text-element silex-id-1427579789998 showcase" data-silex-id="silex-id-1427579789998" style="">
<div class="silex-element-content normal">
<div style="text-align: center;">
<p class="normal" style="text-align: center;"><span class="normal" style="color: rgb(255, 255, 255); font-family: Oswald, sans-serif;"><font size="6">SHOWCASE </font><font size="4">- <a href="https://github.com/silexlabs/Silex/issues/new?title=My%20Silex%20website&body=Here%20is%20a%20link%20to%20a%20website%20I%20did%20with%20Silex:&labels=showcase">add your website to the list</a></font></span>
</p>
</div>
</div>
</div><div data-silex-type="html-element" class="editable-style html-element silex-id-1427604618762 github-issues github-issues-image github-issues-white showcase-list" data-silex-id="silex-id-1427604618762" style="">
<div class="silex-element-content">
<div id="showcaseId"></div>
<script type="text/javascript">
$(function(){
//setTimeout(function() {
silex_github_widget('#showcaseId', 'showcase', true);
//}, 200);
});
</script>
</div>
</div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544971103084-22 section-element prevent-resizable" data-silex-id="silex-id-1544971103084-22"><div data-silex-type="container-element" class="editable-style silex-id-1544971103079-21 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544971103079-21"><div data-silex-type="text-element" class="editable-style text-element silex-id-1427579784810 oswald" data-silex-id="silex-id-1427579784810" style="">
<div class="silex-element-content">
<div style="text-align: center;">PROUDLY SPONSORED BY THE BEST</div>
</div>
</div><div data-silex-type="image-element" class="editable-style silex-id-1447868061692-7 image-element" data-silex-id="silex-id-1447868061692-7" data-silex-href="//www.silexlabs.org/" style=""><img src="assets/logo-silexlabs-2015.png" class="silex-element-content" alt="Silex Labs and Silex web editor"></div><div data-silex-type="image-element" class="editable-style silex-id-1447867920942-4 image-element" data-silex-id="silex-id-1447867920942-4" data-silex-href="https://www.gandi.net/supports/#silex" style=""><img src="assets/gandi.png" class="silex-element-content" alt="Gandi and Silex web editor"></div><div data-silex-type="image-element" class="editable-style silex-id-1447867928480-5 image-element" data-silex-id="silex-id-1447867928480-5" data-silex-href="https://www.browserstack.com/" style=""><img src="assets/browserstack.png" class="silex-element-content" alt="Browserstack and Silex web editor"></div><div data-silex-type="image-element" class="editable-style silex-id-1447868058113-6 image-element" data-silex-id="silex-id-1447868058113-6" data-silex-href="//piwik.org/" style=""><img src="assets/logo-piwik.png" class="silex-element-content" alt="Piwik and Silex web editor"></div><div data-silex-id="silex-id-1454959210068-1" class="editable-style silex-id-1454959210068-1 image-element" data-silex-type="image-element" data-silex-href="https://fr.linkedin.com/in/polgoasdoue" style=""><img class="silex-element-content" alt="UFO logo" src="assets/logo-UFO-silex-01.jpg"></div><div data-silex-type="image-element" class="editable-style silex-id-1544995038471-1 image-element" data-silex-id="silex-id-1544995038471-1" style="" data-silex-href="https://internetdefrance.fr/"><img src="assets/icon-idf-horiz.png" class="silex-element-content"></div></div></div><div data-silex-type="container-element" class="prevent-draggable container-element editable-style silex-id-1544970283803-12 section-element prevent-resizable" data-silex-id="silex-id-1544970283803-12"><div data-silex-type="container-element" class="editable-style silex-id-1544970283800-11 container-element silex-element-content silex-container-content website-width prevent-draggable" data-silex-id="silex-id-1544970283800-11"><div data-silex-type="text-element" class="editable-style text-element oswald silex-id-1427579784913" data-silex-id="silex-id-1427579784913" style="">
<div class="silex-element-content">
<div style="text-align: center;"><span style="color: rgb(255, 255, 255); font-size: x-large;"><a href="https://github.com/silexlabs/Silex/issues?labels=widget&state=open">N</a>EWS AND COMMUNITY</span>
</div>
</div>
</div><div class="editable-style image-element silex-id-1427579785932" data-silex-type="image-element" data-silex-href="https://www.facebook.com/silexlabs" data-silex-id="silex-id-1427579785932" style=""><img src="assets/bouton-facebook-bleu.png" class="silex-element-content" alt="go to Silex Labs facebook">
</div><div class="editable-style image-element silex-id-1427579785830" data-silex-type="image-element" data-silex-href="https://twitter.com/silexlabs" data-silex-id="silex-id-1427579785830" style=""><img src="assets/bouton-twitter-bleu.png" class="silex-element-content" alt="go to Silex Labs twitter">
</div><div class="editable-style image-element silex-id-1427579785728" data-silex-type="image-element" data-silex-href="https://www.silexlabs.org/category/the-blog/blog-silex" data-silex-id="silex-id-1427579785728" style=""><img src="assets/bouton-blog.png" class="silex-element-content" alt="go to the blog">
</div><div class="editable-style image-element silex-id-1427579785625" data-silex-type="image-element" data-silex-href="https://plus.google.com/communities/107373636457908189681" data-silex-id="silex-id-1427579785625" style=""><img src="assets/bouton-googleplus-bleu.png" class="silex-element-content" alt="go to Silex Labs G+">
</div><div class="editable-style image-element silex-id-1427579785523" data-silex-type="image-element" data-silex-href="https://www.youtube.com/user/Silexlabs" data-silex-id="silex-id-1427579785523" style=""><img src="assets/bouton-youtube-bleu.png" class="silex-element-content" alt="go to Silex Labs youtube channel">
</div><div class="editable-style image-element silex-id-1427579785421" data-silex-type="image-element" data-silex-href="https://eepurl.com/F48q5" data-silex-id="silex-id-1427579785421" style=""><img src="assets/bouton-newsletter.png" class="silex-element-content" alt="go to Silex Labs mailing list">
</div><div class="editable-style image-element silex-id-1427579785320" data-silex-type="image-element" data-silex-href="https://github.com/silexlabs/Silex/issues?labels=help+wanted&state=open" data-silex-id="silex-id-1427579785320" style=""><img src="assets/bouton-join.png" class="silex-element-content" alt="go to Silex Labs website">
</div><div data-silex-type="text-element" class="editable-style text-element abel silex-id-1427579786135" data-silex-id="silex-id-1427579786135" style="">
<div class="silex-element-content">
<p style="text-align: center;" class="normal">
<font size="2" color="#ffffff">Copyright © <a href="https://www.silexlabs.org/">Silex Labs</a> - </font><span style="color: rgb(255, 255, 255); font-size: small;">Design © <a href="https://www.linkedin.com/pub/pol-goasdou%C3%A9/19/87b/616">Pol Goasdoué</a></span>
<span style="color: rgb(255, 255, 255); font-size: small;"> - Powered by <a href="https://www.silex.me">Silex</a>
</span>
</p>
</div>
</div></div></div></body></html>