-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
467 lines (401 loc) · 17.8 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.81.0" />
<meta property="og:title" content="SAFE" />
<meta property="og:description" content="The best way to write functional-first web applications." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://localhost:1313/" />
<meta name="description" content="The best way to write functional-first web applications." />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SAFE</title>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/style.min.497189a5524382acfb3610ed77f8d35a37760d7ab62ad22b5bcf84c14baeb90a.css" integrity="sha256-SXGJpVJDgqz7NhDtd/jTWjd2DXq2KtIrW8+EwUuuuQo=">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<section class="hero is-fullheight is-default is-bold">
<nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/images/logos/safe_logo.png" alt="">
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar-menu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbar-menu" class="navbar-menu is-static">
<div class="navbar-end">
<a href="https://safe-stack.github.io/docs/overview/" class="navbar-item is-secondary">
About SAFE
</a>
<a href="https://safe-stack.github.io/docs/support/" class="navbar-item is-secondary">
Get Support
</a>
<a href="https://safe-stack.github.io/docs/intro/" class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
Read the Docs
</span>
</a>
</div>
</div>
</div>
</nav>
<nav id="navbar-clone" class="navbar is-fresh is-transparent" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/images/logos/safe_logo.png" alt="">
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="cloned-navbar-menu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="cloned-navbar-menu" class="navbar-menu is-fixed">
<div class="navbar-end">
<a href="https://safe-stack.github.io/docs/overview/" class="navbar-item is-secondary">
About SAFE
</a>
<a href="https://safe-stack.github.io/docs/support/" class="navbar-item is-secondary">
Get Support
</a>
<a href="https://safe-stack.github.io/docs/intro/" class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
Read the Docs
</span>
</a>
</div>
</div>
</div>
</nav>
<style>
@media only screen and (max-width: 768px) {
#padlock {
display: none;
}
}
</style>
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered" style="padding-bottom:2em;">
<div class="column is-4 is-offset-1 landing-caption">
<h1 class="title is-1 is-bold is-spaced">
SAFE Stack
</h1>
<h2 class="subtitle is-5 is-muted">
The best way to write functional-first web applications.
</h2>
<p>
<a class="button cta rounded primary-btn raised" href="#benefits">
Learn More
</a>
</p>
</div>
<div class="column is-5 is-offset-2 has-text-centered">
<figure id="padlock" class="image" style="padding-left:5em;">
<img src="/images/illustrations/safe-stack.png" alt="Description" style="display: block; max-width:20em; max-height:20em; width: auto; height: auto; margin-left:2.5em">
</figure>
</div>
</div>
<br/>
<br/>
<br/>
<div class="columns" style="padding-bottom:3em;padding-top:3em;">
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered">
<div class="card-title">
<h4 >Quick Start</h4>
</div>
<div class="card-icon">
<img src="/images/illustrations/icons/mouse-globe.svg">
</div>
<div class="card-text">
<p>Ready to get hands-on? It's quick and easy.</p>
</div>
<div class="card-action">
<a href="https://safe-stack.github.io/docs/quickstart/" class="button btn-align-md primary-btn raised">Get Up and Running</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered">
<div class="card-title">
<h4 >SAFE Dojo</h4>
</div>
<div class="card-icon">
<img src="/images/illustrations/icons/laptop-cloud.svg">
</div>
<div class="card-text">
<p>Learn SAFE by doing beginner-friendly challenges.</p>
</div>
<div class="card-action">
<a href="https://github.com/CompositionalIT/SAFE-Dojo" class="button btn-align-md primary-btn raised">Do the SAFE Dojo</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered">
<div class="card-title">
<h4 >Live Demo</h4>
</div>
<div class="card-icon">
<img src="/images/illustrations/icons/plug-cloud.svg">
</div>
<div class="card-text">
<p>See how it all comes together in production.</p>
</div>
<div class="card-action">
<a href="https://safesearch.azurewebsites.net/" class="button btn-align-md primary-btn raised">View a Live Demo</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="hero-foot mb-20">
<div class="container">
<div class="tabs is-centered">
<ul>
<li>
<a href="https://www.compositional-it.com/" target="_blank">
<img class="partner-logo" src="/images/logos/clients/cit.png">
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<style>
@media only screen and (max-width: 768px) {
section#benefits div.column.is-narrow {
display: flex;
justify-content: center;
}
section#benefits div.column.is-narrow p.image {
height:5em;
width: 5em;
}
section#benefits div.column.is-7 div.column {
text-align: center;
}
}
</style>
<section id="benefits" class="section is-medium">
<div class="container">
<div class="columns">
<div class="column is-centered-tablet-portrait">
<h1 class="title section-title">Why SAFE Stack?</h1>
<h3 class="subtitle is-5 is-muted"><a href="https://safe-stack.github.io/docs/overview/">SAFE Stack</a> allows you to quickly develop compelling web applications that use industry-standard technologies whilst using F# to ensure an enjoyable development experience.</h3>
<div class="divider"></div>
</div>
<div class="column is-7" style="padding-top:3em">
<div class="columns is-vcentered" style="margin-bottom:3em;">
<div class="column is-narrow">
<p class="image">
<img src="/images/illustrations/icons/productive.svg">
</p>
</div>
<div class="column">
<h1 style="font-weight:bold; font-size:13pt;">Productive</h1>
<p>
<span>Develop full stack web applications entirely in F#. Benefit from the power that F# and functional programming brings both on the server with .NET Core but also in the browser. Share types and functions seamlessly - no more manual mapping between browser and server languages!</span>
</p>
</div>
</div>
<div class="columns is-vcentered" style="margin-bottom:3em;">
<div class="column is-narrow">
<p class="image">
<img src="/images/illustrations/icons/fun.svg">
</p>
</div>
<div class="column">
<h1 style="font-weight:bold; font-size:13pt;">Fun</h1>
<p>
<span>SAFE Stack brings not only confidence to you but a sense of satisfaction and enjoyment to your development cycle. You’ll be delighted with the ease at which you can create client-server web applications.</span>
</p>
</div>
</div>
<div class="columns is-vcentered" style="margin-bottom:3em;">
<div class="column is-narrow">
<p class="image">
<img src="/images/illustrations/icons/flexible.svg">
</p>
</div>
<div class="column">
<h1 style="font-weight:bold; font-size:13pt;">Flexible</h1>
<p>
<span>SAFE Stack isn’t a walled garden or closed ecosystem. It runs on top of existing ecosystems and tools including ASP .NET Core, .NET Core, Webpack, React and NPM. Using SAFE Stack means you can continue to use the libraries and tools that you already know and love, but still take advantage of the extra benefits that F# brings to the table!</span>
</p>
</div>
</div>
<div class="columns is-vcentered" style="margin-bottom:3em;">
<div class="column is-narrow">
<p class="image">
<img src="/images/illustrations/icons/safety-first.svg">
</p>
</div>
<div class="column">
<h1 style="font-weight:bold; font-size:13pt;">A Safe Bet</h1>
<p>
<span>F# levels up the safety of your system without making you write reams of code. Gain more confidence that your code does what you expect it to do, with no dynamic typing required for the browser. And the SAFE Stack runs on trusted platforms such as ASP .NET, .NET Core, NPM and Webpack - popular, high-performance and reliable platforms with millions of users.</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium section-secondary">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2 light-text is-spaced">Testimonials</h2>
</div>
<div class="content-wrapper">
<div class="columns is-vcentered" style="flex-wrap: wrap">
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
We at msu solutions GmbH are big fans of SAFE stack. For the last couple of years we were already using F# open source technologies for web and mobile projects. Tools like the Fable compiler and elmish are rock solid and a pleasure to work with.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/1.png" alt=""/>
<h5>MSU Solutions</h5>
</div>
</figure>
</div>
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
It just works! The docs are very detailed and helpful. I got the template up and running on a public URL on Azure within one hour. Without any issues. Even though I am new to dotnet core and Azure.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/2.png" alt=""/>
<h5>Goswin Rothenthal</h5>
</div>
</figure>
</div>
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
SAFE was the perfect place to start our biological design and data management platform. I would start with SAFE again in a heartbeat for a new project. We shared some of our experiences at Open F# 2018.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/3.png" alt=""/>
<h5>Demetrix</h5>
</div>
</figure>
</div>
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
I find safe stack recipes have so much value. They are concise and solve one problem only and are composable. Thank you! Please keep on doing it.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/2.png" alt=""/>
<h5>Leko Thomas</h5>
</div>
</figure>
</div>
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
The F# community have created, and made very accessible, a fantastic set of tools that allow you to write F# end to end on the web and in a way that embraces the existing world.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/3.png" alt=""/>
<h5>James Randall</h5>
</div>
</figure>
</div>
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
The F# SAFE stack documentation is incredibly well done. One of the best features is the learning resources page that includes GitHub repos of example projects. I really appreciate the effort that went in to this!
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/2.png" alt=""/>
<h5>Jake Witcher</h5>
</div>
</figure>
</div>
<div class="column is-4 ">
<figure class="testimonial">
<blockquote>
I never did CS, I did medicine, but this SAFE stack enables me to create full backend to frontend web apps in a matter of weeks!!
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/3.png" alt=""/>
<h5>Casper Bollen</h5>
</div>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium">
<div class="container">
<div class="columns">
<div class="column is-10 is-offset-1">
<div class="has-text-centered" style="border: 2pt solid #00d1b2">
<img class="" src="/images/illustrations/mockups/safe-search.PNG">
</div>
</div>
</div>
<div class="title-wrapper has-text-centered">
<h2 class="title is-2">SAFE Search</h2>
<h3 class="subtitle is-5 is-muted">A property search demo built entirely with SAFE</h3>
</div>
<p class="has-text-centered mt-20">
<a class="button cta is-large rounded secondary-btn raised" href="https://safesearch.azurewebsites.net/" target="_blank">
View Live
</a>
</p>
</div>
</section>
<footer class="footer footer-dark" style="padding-bottom:4em; background-color:#008CB7;">
<div class="container">
<div class="level">
<div class="level-left">
<div class="level-item">
<div class="footer-logo">
<img src="/images/logos/safe_grayscale.png" style="height:4.8em;">
</div>
</div>
</div>
<div class="level-right">
<div class="level item">
<div class="footer-column">
<div class="footer-header" style="text-align:center;">
<h3 style="color:#9FACB0; font-weight:bolder;">Follow Us</h3>
<a href="https://github.com/SAFE-stack" style="margin-left:0.5em; margin-right:0.5em; color:white;">
<span class="icon"><i class="fa fa-github fa-2x"></i></span>
</a>
<a href="https://twitter.com/safe_stack" style="margin-left:0.5em; margin-right:0.5em; color:white;">
<span class="icon"><i class="fa fa-twitter fa-2x"></i></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="backtotop"><a href="#"></a></div>
<div id="backtotop"><a href="#"></a></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="/js/fresh.js"></script>
<script src="/js/jquery.panelslider.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
</body>
</html>