-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
586 lines (539 loc) · 20.1 KB
/
index.html
File metadata and controls
586 lines (539 loc) · 20.1 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Try Yax · Build and Host a Website for Free</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<script>
!(function () {
var analytics = (window.analytics = window.analytics || []);
if (!analytics.initialize)
if (analytics.invoked)
window.console &&
console.error &&
console.error("Segment snippet included twice.");
else {
analytics.invoked = !0;
analytics.methods = [
"trackSubmit",
"trackClick",
"trackLink",
"trackForm",
"pageview",
"identify",
"reset",
"group",
"track",
"ready",
"alias",
"debug",
"page",
"once",
"off",
"on",
"addSourceMiddleware",
"addIntegrationMiddleware",
"setAnonymousId",
"addDestinationMiddleware",
];
analytics.factory = function (e) {
return function () {
var t = Array.prototype.slice.call(arguments);
t.unshift(e);
analytics.push(t);
return analytics;
};
};
for (var e = 0; e < analytics.methods.length; e++) {
var key = analytics.methods[e];
analytics[key] = analytics.factory(key);
}
analytics.load = function (key, e) {
var t = document.createElement("script");
t.type = "text/javascript";
t.async = !0;
t.src =
"https://cdn.segment.com/analytics.js/v1/" +
key +
"/analytics.min.js";
var n = document.getElementsByTagName("script")[0];
n.parentNode.insertBefore(t, n);
analytics._loadOptions = e;
};
analytics.SNIPPET_VERSION = "4.13.1";
analytics.load("9Sj0f5m50b1EeytbHdpDZ6T3AVRLOBsM");
analytics.page("Try Home", {
title: "Try Home",
url: "https://try.yax.com/try-home",
});
}
})();
analytics.ready(function () {
ga("require", "linker");
ga("linker:autoLink", ["yax.com"]);
});
</script>
<link rel="icon" href="favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://assets.yax.com/images/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://assets.yax.com/images/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://assets.yax.com/images/favicons/favicon-16x16.png"
/>
<link
rel="manifest"
href="https://assets.yax.com/images/favicons/site.webmanifest"
/>
<meta
name="description"
content="Try Yax, the do-it-yourself alternative to commercial site builders like Wix, Squarespace and WebFlow. Build your site with hosting for free."
/>
<meta
property="og:title"
content="Try Yax · Build and Host a Website for Free"
/>
<meta
property="og:description"
content="Try Yax, the do-it-yourself alternative to commercial site builders like Wix, Squarespace and WebFlow. Build your site with hosting for free."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://assets.yax.com/images/socialmedia/yax.png"
/>
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="https://try.yax.com/" />
<link rel="stylesheet" href="https://unpkg.com/bulma@0.9.0/css/bulma.css" />
<link
rel="stylesheet"
href="https://unpkg.com/bulma-timeline@3.0.4/dist/css/bulma-timeline.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma-checkradio@1.1.1/dist/css/bulma-checkradio.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma-pageloader@0.3.0/dist/css/bulma-pageloader.min.css"
/>
<script
src="https://ga.jspm.io/npm:systemjs@6.9.0/dist/s.min.js"
integrity="sha384-Kw8hRIEOlz9pyW79px/+KclSL6pp3/GHZ+1yCUYKXHmOpvmbGzarY2Em+XGyhmfd"
crossorigin="anonymous"
jspm-link
></script>
<script type="systemjs-importmap">
{}
</script>
<script
src="https://assets.yax.com/dist/tags-858a6b0a.js"
jspm-link
></script>
<script
defer
src="https://unpkg.com/bulma-modal-fx/dist/js/modal-fx.min.js"
></script>
</head>
<body>
<header style="min-height: 64px; background: black">
<yax-navbar></yax-navbar>
</header>
<section class="hero">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-7">
<h1 class="title is-1 has-text-weight-bold">It's over.</h1>
<p class="">
Yax.com was an experimental alternative to commercial site
builders like Wix. The website's still here but I've moved on to
other projects. The original code is open source and available
on GitHub. You can find it at
<a href="https://github.com/yaxdotcom"
>https://github.com/yaxdotcom</a
>.
</p>
</div>
<div class="column is-5">
<section class="container mt-6 px-6">
<blockquote class="is-size-7 has-text-weight-light">
“<span class="has-text-weight-bold">Yax.com</span>
<span class="is-italic"
>is the do-it-yourself alternative to commercial site
builders like Wix and Squarespace. Step-by-step, I'll show
you how to build your site with hosting for free. Follow
along with me!</span
>”
</blockquote>
<div class="columns is-vcentered is-mobile">
<div class="column is-narrow">
<span class="image is-48x48 ml-5"
><img
class="is-rounded"
src="https://assets.yax.com/images/danielkehoe-192px.png"
alt=""
/></span>
</div>
<div class="column">
<p
class="has-text-left is-size-7 is-italic has-text-weight-light"
style="margin-left: -5%"
>
— Daniel Kehoe <br />Founder, Yax.com
</p>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</section>
<section class="container">
<div class="columns">
<div class="column is-3">
<div class="box is-shadowless has-background-primary-light">
<figure class="image is-32x32">
<img src="/assets/images/icons/code.svg" />
</figure>
<p>
<span class="is-size-6 has-text-weight-bold"
>For coders/non-coders</span
>
<br />
<span style="font-size: 0.9em"
>Not a coder? Use our free templates. Customize with simple
HTML. We'll show you how.</span
>
</p>
</div>
</div>
<div class="column is-3">
<div class="box is-shadowless has-background-primary-light">
<figure class="image is-32x32">
<img src="/assets/images/icons/github.svg" />
</figure>
<p>
<span class="is-size-6 has-text-weight-bold"
>Own the website code</span
>
<br />
<span style="font-size: 0.9em"
>We use GitHub for storage that is permanent, free, and yours
forever. No lock-in, ever.</span
>
</p>
</div>
</div>
<div class="column is-3">
<div class="box is-shadowless has-background-primary-light">
<figure class="image is-32x32">
<img src="/assets/images/icons/database.svg" />
</figure>
<p>
<span class="is-size-6 has-text-weight-bold"
>Hosted for free</span
>
<br />
<span style="font-size: 0.9em"
>Use trusted providers Netlify, Vercel, or Render.com for fast
and free hosting.</span
>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container mt-4">
<div class="columns is-vcentered">
<div class="column is-6 is-offset-1">
<div class="mb-4">
<span class="title mr-1">How it works</span>
<a
href="#steps"
aria-busy=""
class="icon is-medium"
style="vertical-align: top"
>
<img src="/assets/images/icons/down-arrow.svg" />
</a>
<p class="mt-4">
Here's our easy workflow, for coders or non-coders.
</p>
</div>
<div id="steps" class="timeline">
<header class="timeline-header">
<span class="tag is-medium is-primary">Start</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Choose a template</p>
<figure class="image mt-4" style="max-width: 220px">
<a
href="#"
class="is-link modal-button"
data-target="modal-card"
>
<img
src="https://assets.yax.com/images/templates/yaxt-demo.png"
alt="Try Yax Template"
/>
</a>
</figure>
<br />
<p>
Select from a gallery of templates. We've selected a
template for
<span class="has-text-weight-bold">Try Yax</span>. There are
many more templates at
<a href="https://sites.yax.com/"
><span class="has-text-weight-bold"
>sites.yax.com</span
></a
>.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 1</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Give a website title</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-01.png"
alt="Try Yax Step 1"
/>
</figure>
<p class="mt-4">
Give your project a name and website title.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 2</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Confirm</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-02.png"
alt="Try Yax Step 2"
/>
</figure>
<p class="mt-4">Confirm your website details.</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 3</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Save to GitHub</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-03.png"
alt="Try Yax Step 3"
/>
</figure>
<p class="mt-4">
<span class="has-text-weight-bold">Yax</span> will save your
files to
<span class="has-text-weight-bold">GitHub</span> where
storage is permanent and free. From GitHub, you can deploy
your website for free hosting at
<span class="has-text-weight-bold">Netlify</span> or
<span class="has-text-weight-bold">Vercel</span> or
<span class="has-text-weight-bold">Render.com</span>
just by clicking a big button.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 4</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Authorize</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-04.png"
alt="Try Yax Step 4"
/>
</figure>
<p class="mt-4">
Deploy your website from GitHub by authorizing a hosting
service to copy your files.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 5</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Name the Duplicate Repository</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-05.png"
alt="Try Yax Step 5"
/>
</figure>
<p class="mt-4">
The hosting service will make a duplicate repository. It
takes a few minutes for deployment.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 6</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Deployed!</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-06.png"
alt="Try Yax Step 6"
/>
</figure>
<p class="mt-4">
Your website is deployed! Click a link to view your site.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 7</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Log In to Edit</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-07.png"
alt="Try Yax Step 7"
/>
</figure>
<p class="mt-4">
Your website is live! Log in to make edits. The Mavo
in-browser editor allows rich editing and formatting of
content.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 8</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Thank You, Yax.com</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-08.png"
alt="Try Yax Step 8"
/>
</figure>
<p class="mt-4">
You've got a new website in just 8 steps, FREE, with no
coding.
</p>
<p>
Want to customize your site? It's simple and standard HTML
on GitHub. Check out the
<span class="has-text-weight-bold"
><a href="https://tutorials.yax.com/"
>Yax Tutorials</a
></span
>
to see all you can do.
</p>
</div>
</div>
<header class="timeline-header">
<span class="tag is-primary">Step 9</span>
</header>
<div class="timeline-item">
<div class="timeline-marker is-icon">
<i class="fa fa-flag"></i>
</div>
<div class="timeline-content">
<p class="heading">Custom Domain (Optional)</p>
<figure class="image mt-4" style="max-width: 220px">
<img
src="/assets/images/try-yax-step-09.png"
alt="Try Yax Step 9"
/>
</figure>
<p class="mt-4">
Make it your own! Get a custom domain from the hosting
service at no extra charge (just the usual annual fee from a
domain registrar). We've got
<span class="has-text-weight-bold"
><a href="https://tutorials.yax.com/">tutorials</a> that
show how.</span
>
</p>
</div>
</div>
<div class="timeline-header">
<span class="tag is-medium is-primary">Done!</span>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="mb-6"></div>
<footer>
<yax-footer></yax-footer>
</footer>
</body>
</html>