-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
410 lines (320 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Tefter guides and documentation</title>
<meta name="generator" content="Hugo 0.74.3" />
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="https://guides.tefter.io/plugins/bootstrap/bootstrap.min.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="https://guides.tefter.io/plugins/themify-icons/themify-icons.css">
<!-- highlight -->
<link rel="stylesheet" href="https://guides.tefter.io/plugins/highlight/hybrid.css">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap" rel="stylesheet">
<style>
:root{
--primary-color:#5fbec9;
--secondary-color:#f9f9f9;
--text-color:#636363;
--text-color-dark:#242738;
--white-color:#ffffff;
}
</style>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://guides.tefter.io/css/style.min.css" media="screen">
<!-- jquiry -->
<script src="https://guides.tefter.io/plugins/jquery/jquery-1.12.4.js"></script>
<!-- jquary ui -->
<script src="https://guides.tefter.io/plugins/jquery/jquery-ui.js"></script>
<!--Favicon-->
<link rel="icon" sizes="32x32" href="https://guides.tefter.io/images/favicon.png" type="image/x-icon">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154588391-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154588391-1');
</script>
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/6929598.js"></script>
</head>
<body>
<!-- header -->
<header class="hero-section overlay bg-cover banner" data-background="https://guides.tefter.io/images/banner.jpg">
<div class="container mb-100">
<!-- navigation -->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="/">
<img class="img-fluid" src="https://tefter.io/tefter.svg" alt="Tefter guides and documentation">
</a>
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link text-dark" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://tefter.io/faq">Faq</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="mailto:support@tefter.io">contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-dark" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
pages
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="/getting-started">Getting Started</a>
<a class="dropdown-item" href="/features">Features</a>
<a class="dropdown-item" href="/billing-pricing">Billing and Pricing</a>
<a class="dropdown-item" href="https://www.tefter.io/docs/api">API Docs</a>
<a class="dropdown-item" href="https://spectrum.chat/tefter">Community</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- /navigation -->
</div>
<!-- banner -->
<div class="container">
<div class="row">
<div class="col-lg-8 text-center mx-auto">
<h1 class="text-white mb-3">Support Center & Knowledge base</h1>
<p class="text-white mb-4">Find advice and answers from our support team fast or get in touch</p>
<div class="position-relative">
<input id="search" class="form-control" placeholder="Have a question? Just ask here or enter terms">
<script>
$(function() {
var projects = [
{
value: "Getting Started",
label: "Getting Started",
url:"https:\/\/guides.tefter.io\/getting-started\/"
},
{
value: "Features",
label: "Features",
url:"https:\/\/guides.tefter.io\/features\/"
},
{
value: "Team Collaboration",
label: "Team Collaboration",
url:"https:\/\/guides.tefter.io\/features\/team_collaboration\/"
},
{
value: "Aliases",
label: "Aliases",
url:"https:\/\/guides.tefter.io\/features\/aliases\/"
},
{
value: "Apps",
label: "Apps",
url:"https:\/\/guides.tefter.io\/features\/apps\/"
},
{
value: "Archiving",
label: "Archiving",
url:"https:\/\/guides.tefter.io\/features\/archiving\/"
},
{
value: "Billing \u0026 Pricing",
label: "Billing \u0026 Pricing",
url:"https:\/\/guides.tefter.io\/billing-pricing\/"
},
{
value: "Data Export",
label: "Data Export",
url:"https:\/\/guides.tefter.io\/features\/data_export\/"
},
{
value: "Dead Links",
label: "Dead Links",
url:"https:\/\/guides.tefter.io\/features\/dead-links\/"
},
{
value: "Explore",
label: "Explore",
url:"https:\/\/guides.tefter.io\/features\/explore\/"
},
{
value: "Feed",
label: "Feed",
url:"https:\/\/guides.tefter.io\/features\/feed\/"
},
{
value: "Intelligent Search",
label: "Intelligent Search",
url:"https:\/\/guides.tefter.io\/features\/intelligent_search\/"
},
{
value: "Lists",
label: "Lists",
url:"https:\/\/guides.tefter.io\/features\/lists\/"
},
{
value: "Personal",
label: "Personal",
url:"https:\/\/guides.tefter.io\/getting-started\/personal\/"
},
{
value: "Privacy",
label: "Privacy",
url:"https:\/\/guides.tefter.io\/features\/privacy\/"
},
{
value: "Public API",
label: "Public API",
url:"https:\/\/guides.tefter.io\/features\/public_api\/"
},
{
value: "Readable Mode",
label: "Readable Mode",
url:"https:\/\/guides.tefter.io\/features\/readable_mode\/"
},
{
value: "Setting up a Team",
label: "Setting up a Team",
url:"https:\/\/guides.tefter.io\/getting-started\/organizations\/"
},
{
value: "Smart Previews",
label: "Smart Previews",
url:"https:\/\/guides.tefter.io\/features\/smart_previews\/"
},
{
value: "Social",
label: "Social",
url:"https:\/\/guides.tefter.io\/features\/social\/"
},
{
value: "Tags",
label: "Tags",
url:"https:\/\/guides.tefter.io\/features\/tags\/"
},
{
value: "Tefter guides and documentation",
label: "Tefter guides and documentation",
url:"https:\/\/guides.tefter.io\/"
},
{
value: "Categories",
label: "Categories",
url:"https:\/\/guides.tefter.io\/categories\/"
},
{
value: "Tags",
label: "Tags",
url:"https:\/\/guides.tefter.io\/tags\/"
},
];
$( "#search" ).autocomplete({
minLength: 0,
source: projects,
focus: function( event, ui ) {
$( "#search" ).val( ui.item.label );
return false;
},
select: function( event, ui ) {
$( "#search" ).val( ui.item.label );
$( "#project-id" ).val( ui.item.value );
return false;
}
})
.data( "ui-autocomplete" )._renderItem = function( ul, item ) {
return $( "<li>" )
.append( "<a href=" + item.url + " + \" "\" + >" + item.label + "</a>" )
.appendTo( ul );
};
});
</script>
</div>
</div>
</div>
</div>
<!-- /banner -->
</header>
<!-- /header -->
<div id="content">
<!-- topics -->
<section class="section bg-gray">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<h2 class="section-title">Find your answer by subject</h2>
</div>
<!-- topic-item -->
<div class="col-lg-4 col-sm-6 mb-4">
<a href="https://guides.tefter.io/getting-started/" class="px-4 py-5 bg-white shadow text-center d-block match-height">
<i class="ti-package icon text-primary d-block mb-4"></i>
<h3 class="mb-3 mt-0">Getting Started</h3>
<p class="mb-0">Read how to start using Tefter like a pro</p>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<a href="https://guides.tefter.io/features/" class="px-4 py-5 bg-white shadow text-center d-block match-height">
<i class="ti-package icon text-primary d-block mb-4"></i>
<h3 class="mb-3 mt-0">Features</h3>
<p class="mb-0">A detailed list of all the available features</p>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<a href="https://guides.tefter.io/features/team_collaboration/" class="px-4 py-5 bg-white shadow text-center d-block match-height">
<i class="ti-package icon text-primary d-block mb-4"></i>
<h3 class="mb-3 mt-0">Team Collaboration</h3>
<p class="mb-0">Features enabling team collaboration</p>
</a>
</div>
</div>
</div>
</section>
<!-- /topics -->
<!-- call to action -->
<section class="bg-gray">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section bg-white shadow text-center">
<h2 class="mb-4">Didn't find an answer to your question?</h2>
<p class="mb-4">Please get in touch with us and we'll do our best to help you</p>
<a href="mailto:support@tefter.io" class="btn btn-primary">contact us</a>
</div>
</div>
</div>
</div>
</section>
<!-- /call to action -->
</div><!-- footer -->
<footer class="section bg-gray pb-0">
<div class="container">
<div class="row">
<div class="col-md-8 text-md-left text-center">
<p>copyright © <a href="https://tefter.io">tefter</a> 2019+</p>
</div>
<div class="col-md-4 text-md-right text-center">
<ul class="list-inline mb-3">
<li class="list-inline-item"><a class="text-color d-inline-block p-2" href="https://twitter.com/Tefter_io"><i class="ti-twitter-alt"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Bootstrap JS -->
<script src="https://guides.tefter.io/plugins/bootstrap/bootstrap.min.js"></script>
<!-- match-height JS -->
<script src="https://guides.tefter.io/plugins/match-height/jquery.matchHeight-min.js"></script>
<!-- highlight -->
<script src="https://guides.tefter.io/plugins/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Main Script -->
<script src="https://guides.tefter.io/js/script.min.js"></script></body>
</html>