-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
executable file
·46 lines (43 loc) · 1.66 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
---
title: OhMyForm
description: Never has there been such a good Open Source form
---
<section class="hero">
<div class="text-container">
<h1 class="editable">Craft <strong>beautiful</strong> forms in seconds</h1>
<p class="subtext editable">Create stunning embeddable forms for recruiting, market research, surveys and more.</p>
<!--<div class="cta button alt"><a href="/sign-up/">Get Started Free</a></div>-->
<div>
<img src="/images/demo.gif" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2>Tons of features built in</h2>
<p>With OhMyForm you'll get all the features you need to run, administer, analyze and distribute forms for free.</p>
</div>
<div class="image">
<img src="/images/macbook_screenshot_original.png" class="editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>The beauty of opensource software</h2>
<p>With our opensource community, OhMyForm is always improving and is vetted by top programming experts around the world, ensuring that our code is top-notch, eliminating potential bugs and errors.</p>
</div>
<div class="image">
<img src="/images/ohmyform_github_cropped.png" class="screenshot editable" />
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable">Host it yourself. No installation fee. No monthly charges.</h2>
<p>OhMyForm will forever be 100% opensource. That's our commitment to you.</p>
<div class="button alt"><a href="/docs/install">Install Yourself</a></div>
</section>
</div>