-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
314 lines (289 loc) · 16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
---
layout: default
title: Free email template builder - Responsive mail editor and designer
---
<script>
function myCallback(hypeDocument, element, event) {
// display the name of the Hype container and the event called
$("#animazionemosaico_hype_container").delay(1200).slideUp("slow");
$(".hider").delay(1900).slideDown("slow");
return false;
}
if("HYPE_eventListeners" in window === false) {
window.HYPE_eventListeners = Array();
}
window.HYPE_eventListeners.push({"type":"HypeTimelineComplete", "callback":myCallback});
</script>
<header>
<div class="header-content">
<div class="header-content-inner">
<div class="hider">
<table class="logoWrapper" valign="bottom" align="center"><tr><td valign="bottom"><img class="logoImage" alt="Mosaico.io" style="display: block;" src="{{site.staticurl}}/assets/images/mosaicologo.png" /><div class="logoContainerBig"></div></td></tr></table>
<h1>Open Source Email Template Builder</h1>
</div>
<div id="animazionemosaico_hype_container" style="margin:auto;position:relative;width:600px;height:400px;overflow:hidden;margin-bottom:30px" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="frontpage/animazionemosaico.hyperesources/animazionemosaico_hype_generated_script.js?71651"></script>
</div>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Choose a template to start...</h2>
<hr class="light">
<p>
<div data-bind="foreach: templates">
<div class="template template-xx" style="" data-bind="attr: { class: 'template template-'+name }">
<div class="description" style="padding-bottom:5px"><b data-bind="text: name">xx</b>: <span data-bind="text: desc">xx</span></div>
<a href="#" data-bind="click: $root.newEdit.bind(undefined, name), attr: { href: '{{site.editor_path}}#templates/'+name+'/template-'+name+'.html' }">
<img src width="100%" alt="xx" data-bind="attr: { src: '{{site.basepath}}/templates/'+name+'/edres/_full.png' }">
</a>
</div>
</div>
</p>
<p class="text-faded">Design and code an email that <strong>works on every device</strong> and client is a huge and <strong>demanding work</strong> also for professionals.<br />Mosaico allows you to realize <strong>a beautiful and effective template</strong>,<br /> without a <strong>team of professionals</strong> and hours of testing to make it work everywhere.</p>
</div>
</div>
</div>
</section>
<!-- ko if: edits().length -->
<section id="saved" class="bg-dark">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div >
<h2 class="section-heading"> Saved Sessions </h3>
<table id="savedTable" align="center" cellspacing="0" cellpadding="8" style="padding: 5px; ">
<thead><tr>
<th>Id</th><th>Name</th><th>Created</th><th>Last changed</th><th>Operations</th>
</tr></thead>
<tbody data-bind="foreach: edits">
<tr>
<td align="left"><a href="#" data-bind="attr: { href: '{{site.editor_path}}#'+key }"><code>#<span data-bind="text: key">key</span></code></a></td>
<td style="font-weight: bold" align="left"><a href="#" data-bind="attr: { href: '{{site.editor_path}}#'+key }"><span data-bind="text: name">versamix</span></a></td>
<td><span data-bind="text: typeof created !== 'undefined' ? $root.dateFormat(created) : '-'">YYYY-MM-DD</span></td>
<td><span style="font-weight: bold" data-bind="text: typeof changed !== 'undefined' ? $root.dateFormat(changed) : '-'">YYYY-MM-DD</span></td>
<td>
<a class="operationButton" href="#" data-bind="attr: { href: '{{site.editor_path}}#'+key }" title="edit"><i class="fa fa-pencil"></i></a>
<!--(<a href="#" data-bind="click: $root.renameEdit.bind(undefined, $index())" title="rinomina"><i class="fa fa-trash-o"></i></a>)-->
<a class="operationButton" href="#" data-bind="click: $root.deleteEdit.bind(undefined, $index())" title="delete"><i class="fa fa-trash-o"></i></a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<!-- /ko -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Why Mosaico</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i>
<h3>Responsive and tested Templates</h3>
<p class="text-muted">working with all <strong>major email clients and devices</strong></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Rapid</h3>
<p class="text-muted">graphic personalization of the overall theme</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-cubes wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Flexibility</h3>
<p class="text-muted"><strong> and style customization</strong> of single element</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-arrows wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Intuitive drag&drop image upload</h3>
<p class="text-muted">and <strong>automatic resizing</strong> to fit available space</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-undo wow bounceIn text-primary"></i>
<h3>Global undo/redo system</h3>
<p class="text-muted">stop wasting time by saves, reviews and confirmations</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Custom templates support</h3>
<p class="text-muted">with a simple template language (make your html design work on Mosaico in few hours)</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-github-square wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Open Source</h3>
<p class="text-muted"> Mosaico is distributed under the GPL license and the <a href="https://github.com/voidlabs/mosaico">complete code base</a> is available on GitHub</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Made by professionals</h3>
<p class="text-muted">with love and care ;)</p>
</div>
</div>
</div>
</div>
</section>
<section class="no-padding" id="portfolio">
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="frontpage/img/portfolio/1.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Simple and effective
</div>
<div class="project-name">
Design cool email in seconds
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="frontpage/img/portfolio/2.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Drag and drop
</div>
<div class="project-name">
Natural User Experience
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="frontpage/img/portfolio/3.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Code your template
</div>
<div class="project-name">
And make it work with MOSAICO
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="frontpage/img/portfolio/blocks.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Choose template blocks
</div>
<div class="project-name">
provided by the template
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="frontpage/img/portfolio/content.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Personalize contents
</div>
<div class="project-name">
Block variants, image placements, sizes, visibility and urls
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="frontpage/img/portfolio/style.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Style customization
</div>
<div class="project-name">
Depending on the template you can customize colors, fonts, text size, buttons and much more
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<aside class="bg-dark">
<div class="container text-center">
<div class="call-to-action">
<h2 class="section-heading">Get the complete code at GitHub!</h2>
<a href="https://github.com/voidlabs/mosaico" class="btn btn-default btn-xl wow tada">Get it now!</a>
</div>
</div>
</aside>
<section id="contact" class="bg-secondary" >
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="light">
<p>Developers, template authors, final users, UI/UX designer: whatever your role we'd like to receive feedback and suggestions (NO support requests), write us at feedback at mosaico.io!</p>
<p>If you need support read <a href="https://github.com/voidlabs/mosaico/blob/master/README.md#are-you-having-issues-with-mosaico">here</a></p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<p><i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<br>Stay updated with our monthly email (built with Mosaico, of course)</p>
<p>
<a href="https://mosaico.voxmail.it/user/register" class="btn btn-large">Subscribe to our newsletter</a>
</p>
</div>
</div>
</div>
</section>
<!-- section id="twitter">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<a class="twitter-timeline" href="https://twitter.com/MosaicoEditor" data-widget-id="642646670463905792" data-chrome="transparent noborders nofooter">Tweet di @MosaicoEditor</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</div>
</div>
</div>
</section -->