Skip to content

Commit 6c1f665

Browse files
authored
Merge pull request #17 from CompositionalIT/New-testimonials
added testimonials
2 parents 0ac2c89 + 6f1aec5 commit 6c1f665

7 files changed

Lines changed: 55 additions & 24 deletions

README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

css/style.min.23d8b27da9474dc9add469bb44544618372d0fcb3c3e2c3276eed7a7e9a60d81.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

css/style.min.497189a5524382acfb3610ed77f8d35a37760d7ab62ad22b5bcf84c14baeb90a.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.min.4ea1740797837f2ac96b7e88c940112c927f0b3e6d614bb77ca20e89ae92a2ec.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 51 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<meta name="generator" content="Hugo 0.71.0" />
4+
<meta name="generator" content="Hugo 0.81.0" />
55

66

77
<meta property="og:title" content="SAFE" />
@@ -19,9 +19,10 @@
1919

2020
<link rel="icon" type="image/png" href="/images/favicon.png" />
2121
<link href="https://fonts.googleapis.com/css?family=Open&#43;Sans:400,600" rel="stylesheet">
22-
<link rel="stylesheet" type="text/css" href="/css/style.min.4ea1740797837f2ac96b7e88c940112c927f0b3e6d614bb77ca20e89ae92a2ec.css" integrity="sha256-TqF0B5eDfyrJa36IyUARLJJ/Cz5tYUu3fKIOia6Souw=">
22+
<link rel="stylesheet" type="text/css" href="/css/style.min.497189a5524382acfb3610ed77f8d35a37760d7ab62ad22b5bcf84c14baeb90a.css" integrity="sha256-SXGJpVJDgqz7NhDtd/jTWjd2DXq2KtIrW8&#43;EwUuuuQo=">
2323
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
2424

25+
2526
</head>
2627
<body>
2728

@@ -305,8 +306,8 @@ <h2 class="title is-2 light-text is-spaced">Testimonials</h2>
305306
</div>
306307

307308
<div class="content-wrapper">
308-
<div class="columns is-vcentered">
309-
<div class="column is-4">
309+
<div class="columns is-vcentered" style="flex-wrap: wrap">
310+
<div class="column is-4 ">
310311
<figure class="testimonial">
311312
<blockquote>
312313
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.
@@ -317,7 +318,7 @@ <h5>MSU Solutions</h5>
317318
</div>
318319
</figure>
319320
</div>
320-
<div class="column is-4">
321+
<div class="column is-4 ">
321322
<figure class="testimonial">
322323
<blockquote>
323324
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.
@@ -328,7 +329,7 @@ <h5>Goswin Rothenthal</h5>
328329
</div>
329330
</figure>
330331
</div>
331-
<div class="column is-4">
332+
<div class="column is-4 ">
332333
<figure class="testimonial">
333334
<blockquote>
334335
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.
@@ -339,6 +340,50 @@ <h5>Demetrix</h5>
339340
</div>
340341
</figure>
341342
</div>
343+
<div class="column is-4 ">
344+
<figure class="testimonial">
345+
<blockquote>
346+
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.
347+
</blockquote>
348+
<div class="author">
349+
<img src="/images/illustrations/faces/2.png" alt=""/>
350+
<h5>Leko Thomas</h5>
351+
</div>
352+
</figure>
353+
</div>
354+
<div class="column is-4 ">
355+
<figure class="testimonial">
356+
<blockquote>
357+
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.
358+
</blockquote>
359+
<div class="author">
360+
<img src="/images/illustrations/faces/3.png" alt=""/>
361+
<h5>James Randall</h5>
362+
</div>
363+
</figure>
364+
</div>
365+
<div class="column is-4 ">
366+
<figure class="testimonial">
367+
<blockquote>
368+
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!
369+
</blockquote>
370+
<div class="author">
371+
<img src="/images/illustrations/faces/2.png" alt=""/>
372+
<h5>Jake Witcher</h5>
373+
</div>
374+
</figure>
375+
</div>
376+
<div class="column is-4 ">
377+
<figure class="testimonial">
378+
<blockquote>
379+
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!!
380+
</blockquote>
381+
<div class="author">
382+
<img src="/images/illustrations/faces/3.png" alt=""/>
383+
<h5>Casper Bollen</h5>
384+
</div>
385+
</figure>
386+
</div>
342387
</div>
343388
</div>
344389
</div>

index.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<link>http://localhost:1313/</link>
66
<description>Recent content on SAFE</description>
77
<generator>Hugo -- gohugo.io</generator>
8-
<language>en-us</language>
9-
10-
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
11-
12-
8+
<language>en-us</language><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
139
</channel>
14-
</rss>
10+
</rss>

sitemap.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4-
54
<url>
65
<loc>http://localhost:1313/</loc>
76
</url>
8-
9-
</urlset>
7+
</urlset>

0 commit comments

Comments
 (0)