-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.hbs
202 lines (186 loc) · 7.78 KB
/
index.hbs
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
<!DOCTYPE HTML>
<html lang="en">
<head>
{{> components/documentHead preloadMainImgs="true" }}
{{!-- JSON-LD --}}
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "SoftwareApplication",
"name": "{{meta.appName}}",
"url": "{{rootUrl}}",
"about": "{{meta.description}}",
"description": "{{meta.description}}",
"image": "{{images.favicon.x192}}",
"applicationCategory": "Application",
"operatingSystem": "Android Lollipop, iOS, Chrome, Firefox, Opera, Internet Explorer, Edge",
"softwareVersion": "{{version}}",
"version": "{{version}}",
"author": {
"@type": "Person",
"name": "{{kurt.name}}",
"givenName": "{{kurt.name}}",
"familyName": "{{kurt.name}}",
"additionalName": "{{kurt.additionalName}}",
"url": "{{kurt.website}}",
"image": "{{kurt.image}}",
"description": "{{meta.description}}",
"jobTitle": "Software Engineer"
},
"creator": {
"@type": "Person",
"name": "{{kurt.name}}",
"givenName": "{{kurt.name}}",
"familyName": "{{kurt.name}}",
"additionalName": "{{kurt.additionalName}}",
"url": "{{kurt.website}}",
"image": "{{kurt.image}}",
"description": "{{meta.description}}",
"jobTitle": "Software Engineer"
},
"offers": {
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "{{meta.appName}}",
"url": "{{rootUrl}}",
"image": "{{images.favicon.x192}}",
"description": "{{meta.description}}",
"itemOffered": {
"@type": "service",
"name": "{{meta.appName}}",
"brand": {
"@type": "brand",
"name": "{{meta.appName}}",
"url": "{{rootUrl}}",
"logo": "{{images.favicon.x192}}",
"image": "{{images.favicon.x192}}",
"description": "{{meta.description}}"
},
"url": "{{rootUrl}}",
"logo": "{{images.favicon.x192}}",
"image": "{{images.favicon.x192}}",
"description": "{{meta.description}}",
"offers": [
{{#each assistantApps as |app index|}}
{{#if @index}},{{/if}}
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "{{app.title}}",
"url": "{{app.link}}",
"image": "{{app.image}}",
"description": "{{app.description}}"
}
{{/each}}
]
}
},
"aggregateRating": {
"@type": "AggregateRating",
"bestRating": "5",
"ratingCount": "1",
"reviewCount": "5",
"ratingValue": "5"
},
"inLanguage": "en",
"dateCreated": "{{date}}",
"dateModified": "{{date}}",
"datePublished": "{{date}}"
}
</script>
</head>
<body class="is-preload">
<div id="page-wrapper" class="bootstrap-wrapper">
<header id="header" class="noselect alt">
<label id="menu-toggle" for="toggle">Menu</label>
<input type="checkbox" id="toggle">
<label id="menu" class="noselect" for="toggle">
<div class="menu-inner">
<ul class="links">
<li>
<a href="{{urlref link.tools}}" title="Translation Tool" target="_blank"
rel="noopener noreferrer">Translation Tool</a>
</li>
<li>
<a href="{{urlref kurt.website}}" title="{{kurt.name}}" target="_blank"
rel="noopener noreferrer">{{kurt.name}}</a>
</li>
{{#each assistantApps}}
{{#unless hiddenOnMenu}}
<li>
<a href="{{urlref link}}" title="{{title}}" target="_blank"
rel="noopener noreferrer">{{title}}</a>
</li>
{{/unless}}
{{/each}}
</ul>
<label id="menu-toggle-close" for="toggle">X</label>
</div>
</label>
</header>
{{> components/banner }}
<section id="wrapper">
<h1 class="mb-1">Our Assistants</h1>
<div class="features">
{{#each assistantApps}}
{{> components/appSection }}
{{/each}}
</div>
</section>
<section id="wrapper">
<h1>Our Small tools</h1>
<p class="mb-2">{{toolDescription}}</p>
<div class="tools">
{{#each assistantAppTools}}
{{> components/toolSection }}
{{/each}}
</div>
</section>
<section id="wrapper-work" class="wrapper primary-colour">
<div class="inner">
<h1>{{assistantWork}}</h1>
<p class="mb-2">{{assistantWorkDescription}}</p>
<div class="features">
{{#each features}}
{{> components/appFeature }}
{{/each}}
</div>
</div>
</section>
<section id="footer">
<div class="inner noselect">
<h1>{{footer}}</h1>
<p class="mb-2">{{footerDescription}}</p>
<form id="contact_form">
<div class="fields row">
<div class="field col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<input type="text" name="name" placeholder="Enter your name" id="name" />
</div>
<div class="field col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<input type="email" name="email" placeholder="Enter your email" id="email" />
</div>
<div class="field col-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12">
<textarea name="message" id="message" placeholder="Enter your message" rows="4"></textarea>
</div>
</div>
<div class="h-captcha" data-theme="dark" data-sitekey="916895db-249a-4ae3-bf39-9fe42e72d196"></div>
<ul class="actions">
<li><input id="submit" type="submit" value="Submit" /></li>
</ul>
</form>
<div id="success_message">
<h2>Successfully submitted contact form!</h2>
</div>
<div id="error_message">
<h2>Sorry!! Something went wrong, please try sending an email instead.</h2>
</div>
</div>
</section>
<hr />
{{> components/footer }}
</div>
{{> components/scripts parallax="true" hcaptcha="true" }}
</body>
</html>