-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
427 lines (384 loc) · 21.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Seamly2D">
<meta name="author" content="Inovatik">
<meta property="og:site_name" content="" />
<meta property="og:site" content="" />
<meta property="og:title" content=""/>
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:type" content="article" />
<title>Seamly2D</title>
<style>
/* Set the size of the div element that contains the map */
#map {
height: 100%; /* The height is 100% height of the div */
width: 100%; /* The width is 100% width of the web page */
}
</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap&subset=latin-ext" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.png">
<!--Mailchip integration-->
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/e2d538dec55df318e85d04e22/25668282053ac0173264e6583.js");</script>
</head>
<body data-spy="scroll" data-target=".fixed-top">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<nav class="navbar navbar-light bg-light" style="padding: 0rem 0rem 0rem 0rem;">
<a class="navbar-brand" style="text-decoration:none; padding: 0rem 0rem 0rem 0rem;" href="#">
<img src="./images/logo.svg" max-width="100%" height="50vh" class="d-inline-block align-center" alt="">
</a>
</nav>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNavAltMarkup">
<div class="navbar-nav navbar-light">
<a class="nav-item nav-link active" href="#">Home<span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="#Details">What We Do</a>
<a class="nav-item nav-link" href="#Benefits">Benefits</a>
<a class="nav-item nav-link" href="#Testimonials">Testimonials</a>
<a class="nav-item nav-link" href="#Downloads">Download</a>
<a class="nav-item nav-link" href="#Contact">Contact</a>
</div>
</div>
<nav class="navbar navbar-light bg-light">
<form class="form-inline">
<button class="btn btn-outline-success" type="button">Log In</button>
<button class="btn btn-outline-secondary" type="button">Sign Up</button>
</form>
</nav>
</nav>
<header id="header" class="header" style="background-color: #c2dde6;">
<div class="header-content">
<div class="container-fluid" style="text-align: center;">
<div class="container-fluid" id="headerSection1" style="padding: 1rem 2rem 1rem 1rem;" >
<h1><span class="overlay-text" style="font-family: Montserrat, sans-serif; font-size: 6rem; font-weight: bold; color: black;">Seamly</span></h1>
<span class="overlay-text" style="font-family: Nunito Sans, sans-serif; font-size: 2rem; font-weight: bold; color: black; padding: .25rem;">Pattern Design Software</span><br/>
<span class="overlay-text" style="font-family: Nunito Sans, sans-serif; font-size: 1rem; font-weight: bold; color: black; padding: .25rem;">Free and Open Source GPLv3</span>
<div class="img-wrapper" style:"float: center;">
<img class="img-fluid" src="images/seamly-screenshot-jeans.jpg"
style="width: 35%; height: 35%; margin-left: 0em;" alt="Jacket pattern made with Seamly">
</div>
</div>
<div class="container-fluid" id="headerSection2">
<div class="img-wrapper" style:"float: center;">
<img class="img-fluid" src="images/happy-people-cropped.jpg"
style="width: 90%; height: 90%; margin-left: 0em;" alt="Tailors and patternmakers love Seamly">
</div>
</div>
<div class="container-fluid" id="headerSection3" style="width:60%">
<div class="row">
<div class="col-sm" style="display: flex; justify-content: center; margin-left: 2rem;">
<ul class="list ol li li-space-lg2"
style="list-style: color:#000;
font-family: Nunito Sans, sans-serif;
font-size: 1.5em;
color: black;
text-align: left;">
<li>Create perfectly fitting patterns</li>
<li>Save Time</li>
<li>Save money</li>
</ul>
</div>
<div class="col-sm" style="display: flex; justify-content: center; margin-left: 2rem;">
<ul class="list ol li li-space-lg2"
style="list-style: color:#000;
font-family: Nunito Sans, sans-serif;
font-size: 1.5em;
color: black;
text-align: left;">
<li>Increase creativity</li>
<li>Professional results</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="basic-1" id="infoArea">
<div class="container">
<div class="row" id="row1">
<div class="col-sm-8 col-lg-8 col-xl-8" id="Testimonials">
<div class="text-container" >
<h2>What Our Users Say</h2>
<ul class="list-unstyled" style="font-style: italic;" >
<li><i class="fa fa-scissors" aria-hidden="true"></i>"Make patterns that need *absolutely no fitting at all*"</li>
<li> <i class="fa fa-scissors" aria-hidden="true"></i> "This will revolutionize the business as I see it"</li>
<li></i>  <i class="fa fa-scissors" aria-hidden="true"></i> "It saves so many hours of work"</li>
<li><i class="fa fa-scissors" aria-hidden="true"></i>"You can make adjustments but keep everything bespoke"</li>
<li> <i class="fa fa-scissors" aria-hidden="true"></i> "It’s no big deal to redraw a few things"</li>
<li>  <i class="fa fa-scissors" aria-hidden="true"></i> "I thank any and every person involved in this program"</li>
<li><i class="fa fa-scissors" aria-hidden="true"></i> "I’m thrilled by this project"</li>
<li> <i class="fa fa-scissors" aria-hidden="true"></i> "It’s like sewing+trigonometry there’s literally nothing better"</li>
<li>   <i class="fa fa-scissors" aria-hidden="true"></i> "It’s better for me in the way I create"</li>
<li><i class="fa fa-scissors" aria-hidden="true"></i>"It’s a fantastic tool for the way I create and think"</li>
<li> <i class="fa fa-scissors" aria-hidden="true"></i> "I’ve been needing it for years"</li>
<li>  <i class="fa fa-scissors" aria-hidden="true"></i> "Truly unique and special, and extremely powerful"</li>
<li><i class="fa fa-scissors" aria-hidden="true"></i>"Keep up the great work"</li>
<li> <i class="fa fa-scissors" aria-hidden="true"></i> "It’s been such a huge time saver for me"</li>
<li>  <i class="fa fa-scissors" aria-hidden="true"></i> "Thanks for creating this beautiful program"/li>
<li><i class="fa fa-scissors" aria-hidden="true"></i>"It is a truly amazing effort"</li>
<li> <i class="fa fa-scissors" aria-hidden="true"></i> "Thank you to the creators of this software"</li>
</ul>
</div>
</div>
<div class="col-sm-4 col-lg-4 col-xl-4" id="Benefits">
<div class="card" >
<div class="card-body">
<h2>Benefits</h2>
<div class="divider"></div>
<ul class="list-unstyled li-space-lg">
<li class="media"><i class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Send patterns to any manufacturer</div>
</li>
<li class="media"><i class="fas fa-square" class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Plot and print to any size paper</div>
</li>
<li class="media"><i class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Create custom fitting design patterns</div>
</li>
<li class="media"><i class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Create designs for anyone, without any fittings!Cost cutting</div>
</li>
<li class="media"><i class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Change pattern for next season without starting from scratch</div>
</li>
<li class="media"><i class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Increase speed to market with purchase-activated business model</div>
</li>
<li class="media"><i class="fas fa-check" style="color: limegreen;"></i>
<div class="media-body">Create ANY pattern including block/master patterns. User has full control</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="Locate" class="map-responsive" style="text-align: center;">
<h4>Seamly is used and taught throughout the world</h4>
<iframe src="map.htm" style="border:none; width:100%; height:100%"; title="Seamly Map"></iframe>
</div>
<div id="Donate" class="basic-2">
<div class="container">
<div class="row">
<div class="col-lg-9">
<h4 style="text-align: left;">Seamly is absolutely free for all, help us keep the development going!</h4>
</div>
<div class="col-lg-3">
<a class="btn-outline-sm" target="_blank" href="https://www.paypal.com/donate/?token=3K8tHS3v0sowSkaKJpr0A3VhFde0L5vxhqjAgF7NGbxunah4K23wGty5-7XeIetMhku-Vm&country.x=US&locale.x=US" style="height: 30px;float: right;">Donate Now</a>
</div>
</div>
</div>
</div>
<div id="Download" class="cards-2">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="above-heading">Download</div>
<h2 class="h2-heading">Download Options</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="card">
<div class="card-body">
<div class="card-title">Windows</div>
<div class="button-wrapper">
<br>
<img src="images/windows.png" alt="windows" style="height: 100px; width: 100px;">
<br><br>
<button class="btn btn-primary" onclick="openpopup('windows')">Download</button>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="card-title">MAC OSX</div>
<div class="button-wrapper">
<br>
<img src="images/mac.png" alt="mac" style="height: 100px; width: 100px;">
<br><br>
<button class="btn btn-primary" onclick="openpopup('mac')">Download</button>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="card-title">Linux</div>
<div class="button-wrapper">
<br>
<img src="images/linux.png" alt="linux" style="height: 100px; width: 100px;">
<br><br>
<button class="btn btn-primary" onclick="openpopup('linux')">Download</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--wavy section-->
<svg class="footer-frame" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 79">
<defs><style>.cls-2{fill:#337d96;}</style></defs>
<title>footer-frame</title>
<path class="cls-2" d="M0,72.427C143,12.138,255.5,4.577,328.644,7.943c147.721,6.8,183.881,60.242,320.83,53.737,143-6.793,167.826-68.128,293-60.9,109.095,6.3,115.68,54.364,225.251,57.319,113.58,3.064,138.8-47.711,251.189-41.8,104.012,5.474,109.713,50.4,197.369,46.572,89.549-3.91,124.375-52.563,227.622-50.155A338.646,338.646,0,0,1,1920,23.467V79.75H0V72.427Z" transform="translate(0 -0.188)"/>
</svg>
<!--Contact us-->
<div id="Contact" class="footer">
<div class="container">
<p style="text-align: center;">
<img src="https://seamly.net/wp-content/uploads/2018/08/Seamly_ICONS_converted_489-512x427.png" style="width: 50px; height: 50px;"><strong>Seamly Creative Design Software</strong><br>
<small>Post questions on the <a style="color: white;" href="http://forum.seamly.net/">Seamly Forum</a></small><br>
<small>or send email to</small><a style="color: white;" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<!--Copyright-->
<div class="copyright" id="Copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small">Copyright © 2020 Seamly LLC</p>
</div>
</div>
</div>
</div>
<!--Signup-->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Enter email address to subscribe and download</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- Begin Mailchimp Signup Form -->
<div class="modal-body">
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
</style>
<div id="mc_embed_signup">
<form action="https://valentina-project.us16.list-manage.com/subscribe/post?u=e2d538dec55df318e85d04e22&id=6d1bcd0782" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email form-control-input form-control" id="mce-EMAIL" placeholder="email address" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_e2d538dec55df318e85d04e22_6d1bcd0782" tabindex="-1" value=""></div>
<br><br>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-primary" style="float: right;"></div>
</div>
</form>
</div>
</div><!--end form-->
</div>
</div>
</div> <!--end Signup-->
<!--downloads-->
<div style="display: none;">
<button id="popupmodal" type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"></button>
<a id="windowsoszip" href="" download></a>
<a id="macoszip1" href="" download></a>
<a id="macoszip2" href="" download></a>
<a id="linuxos" href=""></a>
</div> <!--end download-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/validator.min.js"></script>
<script src="js/scripts.js"></script>
<!--define the map-->
<script>
// Initialize and add the map
function initMap() {
// The location of Uluru
var uluru = {lat: -25.344, lng: 131.036};
// The map, centered at Uluru
var map = new google.maps.Map(
document.getElementById('map'), {zoom: 4, center: uluru});
// The marker, positioned at Uluru
var marker = new google.maps.Marker({position: uluru, map: map});
}
</script>
<!--Load the API from the specified URL
* The async attribute allows the browser to render the page while the API loads
* The key parameter will contain your own API key (which is not needed for this tutorial)
* The callback parameter executes the initMap() function
-->
<script defer
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
</script>
<!--end define the map-->
<!--define Download ids-->
<script>
$(document).ready(
function(){
$.get('https://api.github.com/repos/fashionfreedom/seamly2d/releases/latest',function(temp1)
{temp1.assets.forEach(function(e){
if(e.name == 'seamly2d-installer.exe'){
$("#windowsoszip").attr("href", e.browser_download_url)
}
else if(e.name == 'Seamly2D.dmg'){
$("#macoszip1").attr("href", e.browser_download_url)
}
else if(e.name == 'SeamlyME.dmg'){
$("#macoszip2").attr("href", e.browser_download_url)
}
else if(e.name == 'Seamly2D.AppImage'){
$("#linuxos").attr("href", e.browser_download_url)
}
});},'JSON');
})
var currentos = '';
var openpopup = function(os){
currentos = os;
$('#popupmodal').trigger('click');
}
$('#mc-embedded-subscribe').on('click',function(e){
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
if (reg.test($('#mce-EMAIL').val()) == false){
alert('Invalid Email Address');
return false;
}
else{
if(currentos == 'windows'){
setTimeout(function () {
$('#windowsoszip')[0].click();
}, 3000);
}
else if(currentos == 'mac'){
setTimeout(function () {
$('#macoszip1')[0].click();
}, 3000);
setTimeout(function () {
$('#macoszip2')[0].click();
}, 6000);
}
else if(currentos == 'linux'){
setTimeout(function () {
$('#linuxos')[0].click()
}, 3000);
}
currentos = '';
}
$('#popupmodal').trigger('click');
}
);
</script> <!--end script Download ids-->
</body>
</html>