-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
169 lines (131 loc) · 6.28 KB
/
about.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TellForm</title>
<!-- General META -->
<meta charset="utf-8">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Semantic META -->
<meta name="keywords" content="typeform, pdfs, forms, opensource, formbuilder, google forms, nodejs">
<meta name="description" content="Opensource form builder alternative to TypeForm">
<!-- Facebook META -->
<meta property="og:site_name" content="TellForm">
<meta property="og:title" content="TellForm">
<meta property="og:description" content="Opensource form builder alternative to TypeForm">
<meta property="og:url" content="http://www.tellform.com/">
<meta property="og:image" content="/img/brand/logo.png">
<meta property="og:type" content="website">
<!-- Twitter META -->
<meta name="twitter:title" content="TellForm">
<meta name="twitter:description" content="Opensource form builder alternative to TypeForm">
<meta name="twitter:url" content="http://www.tellform.com/">
<!-- Fav Icon -->
<link href="/public/modules/core/img/brand/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" href="/public/lib/bootstrap/dist/css/bootstrap.min.css">
<!--Bower CSS dependencies-->
<link rel="stylesheet" href="/public/lib/font-awesome/css/font-awesome.css">
<!-- end Bower CSS dependencies-->
<!--Application CSS Files-->
<!-- <link rel="stylesheet" href="/public/dist/application.min.css"> -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/public/modules/core/css/core.css">
<link rel="stylesheet" href="/public/modules/core/css/footer.css">
<link rel="stylesheet" href="/public/modules/core/css/mac_window.css">
<!-- end Application CSS Files-->
<!-- HTML5 Shim -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body ng-cloak>
<section class="hero-section">
<header data-ng-include="'/public/modules/core/views/header.client.view.html'"></header>
<div class="container-fluid">
<div class="row text-left" style="margin-top:0px; margin-bottom: 10vh;">
<h1 class="text-center lead col-md-10 col-md-offset-1 col-sm-12 col-xs-12" style="font-size:2.5em; font-weight:600; margin-bottom: 0.1em;">
About TellForm
</h1>
<p class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3" style="margin-top: 50px; font-weight:200;">
TellForm is a free, opensource form builder similar to Google Forms or TypeForm. It was created and is maintained by David Baldwynn, a Electrical Engineering student studying at UBC.
<br><br>
TellForm grew out of one of David's contracting projects where he was tasked to create a self-hostable, airgapped kiosk for a client in the medical industry.
<br><br>
Finding no forms to his liking that were as easy to use as TellForm David set out to create a alternative to TypeForm. After working on it for a couple of months in the Summer of 2015, he decided to opensource it.
<br><br>
TellForm ended up getting posted on HackerNews, which lead to it being hunted on Product Hunt, further legitimizing TellForm and increasing awareness about the project.
</p>
</div>
<div class="text-center" style="padding-bottom: 100px;">
<div class="container">
<div class="row" style="margin-top:0px">
<div data-ng-repeat="form in forms"
class="text-center col-xs-6 col-sm-3">
<div ng-style="{ 'background-color': '#153B4B', 'color': '#fff'}"
class="form-item container">
<div class="row">
<a href="{{form.link}}"
ng-style="{ 'color': white }"
class="title-row col-xs-12">
<h4 class="list-group-item-heading">
{{form.title}}
</h4>
</a>
</div>
</div>
</div>
</div>
<div class="row text-center"
<div class="col-xs-8 col-xs-offset-2">
<a class="btn signup-btn"
href="https://admin.tellform.com/#!/signup">
SIGN UP NOW
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Bower JS dependencies-->
<script type="text/javascript" src="/public/lib/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/public/lib/angular/angular.min.js"></script>
<script type="text/javascript" src="/public/lib/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
<script type="text/javascript" src="/public/lib/angular-ui-router/release/angular-ui-router.min.js"></script>
<script type="text/javascript" src="/public/lib/angular-animate/angular-animate.min.js"></script>
<!-- end Bower JS dependencies-->
<!--Application JavaScript Files-->
<script type="text/javascript" src="/public/dist/application.min.js"></script>
<!-- end Application Javascript dependencies-->
<!-- [if lt IE 9]>
<section class="browsehappy jumbotron hide">
<h1>Hello there!</h1>
<p>You are using an old browser which we unfortunately do not support.</p>
<p>Please <a href="http://browsehappy.com/">click here</a> to update your browser before using the website.</p>
<p><a href="http://browsehappy.com" class="btn btn-primary btn-lg" role="button">Yes, upgrade my browser!</a></p>
</section>
<![endif] -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76861420-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Hotjar Tracking Code for http://tellform.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:268584,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</body>
</html>