-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
813 lines (465 loc) · 24.6 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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Appernetic.io blog </title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="">
<link rel="author" href="http://plus.google.com/+ApperneticIo">
<meta property="og:title" content="Appernetic.io blog ">
<meta property="og:site_name" content="Appernetic.io blog"/>
<meta property="og:url" content="https://blog.appernetic.io/" />
<meta property="og:locale" content="en-EN">
<meta property="og:type" content="website" />
<link href="https://blog.appernetic.io/index.xml" rel="alternate" type="application/rss+xml" title="Appernetic.io blog" />
<link rel="canonical" href="https://blog.appernetic.io/" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://blog.appernetic.io/touch-icon-144-precomposed.png">
<link rel="icon" href="https://blog.appernetic.io/favicon.png">
<meta name="generator" content="Hugo 0.30.2" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://blog.appernetic.io/css/bootswatch/paper/bootstrap.min.css">
<link rel="stylesheet" href="https://blog.appernetic.io/css/font-awesome.min.css">
<link rel="stylesheet" href="https://blog.appernetic.io/css/style.css">
<link rel="stylesheet" href="https://blog.appernetic.io/css/style_custom.css">
<link rel="stylesheet" href="https://blog.appernetic.io/css/highlight/codepen-embed.css">
</head>
<body class="map[name:paper]" data-ng-app="myapp" data-ng-controller="MyController" data-ng-mouseleave="MouseLeave($event)">
<header id="main-header">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-img" href="https://blog.appernetic.io/">
<img alt="Appernetic blog" src="https://blog.appernetic.io/images/apperneticlogo.png">
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="https://appernetic.io/app/#/about" >
About
</a>
</li>
<li class="">
<a href="https://blog.appernetic.io/post/" >
Blog
</a>
</li>
<li class="">
<a href="https://appernetic.io/app/" >
Dashboard
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="row">
<div class="col-sm-9">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/07/14/use-live-chat-to-beat-the-competition/">Use live chat to beat the competition</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-07-14">14 Jul, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/chat" class="label label-primary">Chat</a>
<a href="https://blog.appernetic.io/tags/support" class="label label-primary">Support</a>
<a href="https://blog.appernetic.io/tags/happyfox" class="label label-primary">Happyfox</a>
<a href="https://blog.appernetic.io/tags/zoho-support" class="label label-primary">Zoho Support</a>
<a href="https://blog.appernetic.io/tags/helpdesk" class="label label-primary">Helpdesk</a>
</div>
</div>
<p>
You’re trying to evaluate an online service, wondering if they’d have the features you are looking for when - katching, a window pops up on the bottom of the page asking if it can be of any assistance. You reply, and your queries are quickly answered by a real, live human. That’s the magic of live chat. Online SaaS and e-commerce systems can be uninhabited, impersonal places. Adding the digital equivalent of a salesperson helping website visitors can be the difference between a happy customer and another sale lost to competitors.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/07/14/use-live-chat-to-beat-the-competition/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/06/01/appernetic-theme-showcase-gallery/">Appernetic theme showcase gallery</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-06-01">1 Jun, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/static-website-service" class="label label-primary">Static website service</a>
<a href="https://blog.appernetic.io/tags/hugo" class="label label-primary">Hugo</a>
<a href="https://blog.appernetic.io/tags/theme-showcase-gallery" class="label label-primary">Theme showcase gallery</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
The theme showcase gallery is ready! Now you can browse the gallery and install a theme just by clicking on it. This is the themes listed at Hugo Theme Showcase.
Aggregated meta information We automatically aggregate and build a JSON file each week that contains the extracted meta information from each of the 86 themes.
I also check if each theme has an exampleSite folder and a config.toml file and if they have we give them a star in the frontend.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/06/01/appernetic-theme-showcase-gallery/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/05/29/how-to-build-a-mailing-list-with-zapier-and-mailchimp/">How to build a mailing list with Zapier and MailChimp</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-05-29">29 May, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/zapier" class="label label-primary">Zapier</a>
<a href="https://blog.appernetic.io/tags/mailchimp" class="label label-primary">MailChimp</a>
<a href="https://blog.appernetic.io/tags/mailmunch" class="label label-primary">MailMunch</a>
<a href="https://blog.appernetic.io/tags/sumome" class="label label-primary">SumoMe</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
In our latest theme: hugo-bootstrap-premium we have integrated a newsletter opt-in form that is super easy to customize without any coding. You only have to enable the form and add your Zapier post hook that’s post to MailChimp to use it.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/05/29/how-to-build-a-mailing-list-with-zapier-and-mailchimp/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/04/26/now-you-can-sign-in-with-twitter-facebook-and-github/">Now you can sign in with twitter, facebook, github or your e-mail!</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-04-26">26 Apr, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/appernetic-static-site-generator" class="label label-primary">Appernetic Static Site Generator</a>
<a href="https://blog.appernetic.io/tags/appernetic-service" class="label label-primary">Appernetic Service</a>
<a href="https://blog.appernetic.io/tags/enhancements" class="label label-primary">Enhancements</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
Update! After users having expressed concerns about privacy we contemplated the implications over the weekend what impact it would have to add a custom sign up and log in with e-mail and a user-generated password to the static website service.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/04/26/now-you-can-sign-in-with-twitter-facebook-and-github/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/04/09/how-to-set-up-a-static-hugo-website-on-github-pages-in-2-minutes/">How to set up a static Hugo website on GitHub pages in 2 minutes</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-04-09">9 Apr, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/static-website-generator" class="label label-primary">Static website generator</a>
<a href="https://blog.appernetic.io/tags/hugo" class="label label-primary">Hugo</a>
<a href="https://blog.appernetic.io/tags/how-to" class="label label-primary">How to</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
A static website is fast and secure but it is not easy to start a new blog or website if you don’t know a lot of commands, tools and also how to install them.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/04/09/how-to-set-up-a-static-hugo-website-on-github-pages-in-2-minutes/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/03/14/minor-enhancements-and-fixes/">Minor enhancements and fixes</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-03-14">14 Mar, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/apperentic-static-site-generator" class="label label-primary">Apperentic Static Site Generator</a>
<a href="https://blog.appernetic.io/tags/appernetic-service" class="label label-primary">Appernetic Service</a>
<a href="https://blog.appernetic.io/tags/git" class="label label-primary">Git</a>
</div>
</div>
<p>
There was a case of a very sticky cache and this doesn’t work well if you immediately would want to check changes. Site preview has also been moved to its own subdomain: preview.appernetic.io, and now it is also possible to view the site preview if you are not signed in, so it is easier to share the URL and collaborate.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/03/14/minor-enhancements-and-fixes/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/license/">license</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-03-12">12 Mar, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/one" class="label label-primary">one</a>
<a href="https://blog.appernetic.io/tags/two" class="label label-primary">two</a>
</div>
</div>
<p>
description
</p>
<p class="lead"><a href="https://blog.appernetic.io/license/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/03/09/manage-your-web-site-images-in-the-cloud/">Manage your web site images in the cloud</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-03-09">9 Mar, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/cloudinary" class="label label-primary">Cloudinary</a>
<a href="https://blog.appernetic.io/tags/digital-asset-management" class="label label-primary">Digital Asset Management</a>
<a href="https://blog.appernetic.io/tags/appernetic-service" class="label label-primary">Appernetic Service</a>
<a href="https://blog.appernetic.io/tags/appernetic-static-site-generator" class="label label-primary">Appernetic Static Site Generator</a>
<a href="https://blog.appernetic.io/tags/help" class="label label-primary">Help</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
Cloudinary is a cloud service that offers a solution to a web application’s entire image management pipeline. Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/03/09/manage-your-web-site-images-in-the-cloud/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/03/08/performance-optimization/">Performance optimization</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-03-08">8 Mar, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/internet" class="label label-primary">Internet</a>
<a href="https://blog.appernetic.io/tags/performance-optimization" class="label label-primary">Performance Optimization</a>
<a href="https://blog.appernetic.io/tags/appernetic-service" class="label label-primary">Appernetic Service</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
We have made significant performance improvements of our service and have dug deep into everything on the client and server side. All images is now sent with Cloudinary’s Akamai CDN.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/03/08/performance-optimization/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div>
<h2><a href="https://blog.appernetic.io/2016/02/18/collaborating-and-working-with-hugo-themes/">Collaborating and working with hugo themes</a>
</h2>
<div class="margin-10">
<small>
<i class="fa fa-calendar"></i>
<time datetime="2016-02-18">18 Feb, 2016</time>
</small>
<i class="fa fa-tags"></i>
<a href="https://blog.appernetic.io/tags/static-web-site-generator" class="label label-primary">Static web site generator</a>
<a href="https://blog.appernetic.io/tags/blogging" class="label label-primary">Blogging</a>
<a href="https://blog.appernetic.io/tags/github" class="label label-primary">GitHub</a>
<a href="https://blog.appernetic.io/tags/static-website" class="label label-primary">static website</a>
</div>
</div>
<p>
If you just have set up your Appernetic account you need to add a theme. The easiest way is to clone a theme which you can do from the drop down button beside the blue Preview button to the right.
</p>
<p class="lead"><a href="https://blog.appernetic.io/2016/02/18/collaborating-and-working-with-hugo-themes/" class="btn btn-default">Read more →</a></p>
</div>
</div>
<nav>
<ul class="pagination">
<li class="disabled" >
<a aria-label="First" href="https://blog.appernetic.io//">
<span aria-hidden="true">««</span>
</a>
</li>
<li class="disabled" >
<a aria-label="Previous" href="#">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="active" >
<a href="https://blog.appernetic.io//">
1
</a>
</li>
<li >
<a href="https://blog.appernetic.io//page/2/">
2
</a>
</li>
<li >
<a aria-label="Next" href="https://blog.appernetic.io//page/2/">
<span aria-hidden="true">»</span>
</a>
</li>
<li >
<a aria-label="Last" href="https://blog.appernetic.io//page/2/">
<span aria-hidden="true">»»</span>
</a>
</li>
</ul>
</nav>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<div>
<div class="section">
<header><div class="title"><b>Latest Posts</b></div></header>
<div class="content">
<ul>
<li>
<a href="https://blog.appernetic.io/2016/07/14/use-live-chat-to-beat-the-competition/">Use live chat to beat the competition</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/06/01/appernetic-theme-showcase-gallery/">Appernetic theme showcase gallery</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/05/29/how-to-build-a-mailing-list-with-zapier-and-mailchimp/">How to build a mailing list with Zapier and MailChimp</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/04/26/now-you-can-sign-in-with-twitter-facebook-and-github/">Now you can sign in with twitter, facebook, github or your e-mail!</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/04/09/how-to-set-up-a-static-hugo-website-on-github-pages-in-2-minutes/">How to set up a static Hugo website on GitHub pages in 2 minutes</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/03/14/minor-enhancements-and-fixes/">Minor enhancements and fixes</a>
</li>
<li>
<a href="https://blog.appernetic.io/license/">license</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/03/09/manage-your-web-site-images-in-the-cloud/">Manage your web site images in the cloud</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/03/08/performance-optimization/">Performance optimization</a>
</li>
<li>
<a href="https://blog.appernetic.io/2016/02/18/collaborating-and-working-with-hugo-themes/">Collaborating and working with hugo themes</a>
</li>
</ul>
</div>
</div>
<div class="section taxonomies">
<header><div class="title"><b>tag</b></div></header>
<div class="content">
<ul>
<li><a href="https://blog.appernetic.io/tags/static-website">static-website</a></li><li><a href="https://blog.appernetic.io/tags/appernetic-service">appernetic-service</a></li><li><a href="https://blog.appernetic.io/tags/appernetic-static-site-generator">appernetic-static-site-generator</a></li><li><a href="https://blog.appernetic.io/tags/hugo">hugo</a></li><li><a href="https://blog.appernetic.io/tags/internet">internet</a></li><li><a href="https://blog.appernetic.io/tags/static-website-generator">static-website-generator</a></li><li><a href="https://blog.appernetic.io/tags/apperentic-static-site-generator">apperentic-static-site-generator</a></li><li><a href="https://blog.appernetic.io/tags/blogging">blogging</a></li><li><a href="https://blog.appernetic.io/tags/chat">chat</a></li><li><a href="https://blog.appernetic.io/tags/cloudinary">cloudinary</a></li>
</ul>
</div>
</div>
<div class="section taxonomies">
<header><div class="title"><b>topic</b></div></header>
<div class="content">
<ul>
<li><a href="https://blog.appernetic.io/topics/static-website">static-website</a></li><li><a href="https://blog.appernetic.io/topics/how-to">how-to</a></li><li><a href="https://blog.appernetic.io/topics/customer-support">customer-support</a></li><li><a href="https://blog.appernetic.io/topics/enhancements">enhancements</a></li><li><a href="https://blog.appernetic.io/topics/performance">performance</a></li><li><a href="https://blog.appernetic.io/topics/static-website-enhancements">static-website-enhancements</a></li><li><a href="https://blog.appernetic.io/topics/static-website-generator">static-website-generator</a></li><li><a href="https://blog.appernetic.io/topics/topic-1">topic-1</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer hidden-print">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="pull-left">
<a class="toplink" href="javascript:" id="return-to-top">back to top</a>
</div>
<div class="pull-right">
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<div class="container footline">
<small>
Coded with <i class='fa fa-heart'></i>. Theme: <a href='https://github.com/appernetic/hugo-bootstrap-premium'>Hugo-bootstrap-premium</a> <a href='http://www.bloggranking.se/in/361' target='_blank'><img src='http://www.bloggranking.se/bild/361' alt='Bloggranking'></a> <a href='http://www.ontoplist.com/' target='_blank'><img src='http://www.ontoplist.com/images/ontoplist31.png?id=574eee935b577' alt='Blog Directory & Business Pages - OnToplist.com' border='0' /></a> <a href='http://www.sutradirectory.com/'>Web Directory</a>
</small>
</div>
<div class="container copyright">
<small>
© 2017 Appernetic.io
</small>
</div>
</div>
</div>
</div>
</footer>
<script src="//load.sumome.com/" data-sumo-site-id="10b7b6402734c894bc9ceb82feaaa9778a3eb6a936d292b51e723f2c24a31fe8" async="async"></script>
<script src="https://blog.appernetic.io/js/jquery.min.js"></script>
<script src="https://blog.appernetic.io/js/bootstrap.min.js"></script>
<script src="https://blog.appernetic.io/js/angular.min.js"></script>
<script src="https://blog.appernetic.io/js/popover/angular-storage.min.js"></script>
<script src="https://blog.appernetic.io/js/highlight.pack.js"></script>
<script src="https://blog.appernetic.io/js/site.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
var _gaq=[['_setAccount','UA-73770938-2'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
var ENABLE_POPOVER = true ,
EXPIRE_COOKIE = 7 ,
SHOW_MODAL_TIMEOUT = 16000 ,
MOUSE_LEAVE = true ,
MODAL_SIZE = "sm",
POST_URL = "https://zapier.com/hooks/catch/1227569/2vcwb6/",
SIGNUP_HEADER = "Appernetic.io",
HEADER_IMAGE = "https://res.cloudinary.com/appernetic/v1461282690/placeitipad_sj067i.jpg",
IMG_DESCRIPTION = "Appernetic.io",
SIGNUP_TEXT = "Signup today for free and be the first to get notified on new updates.",
INPUT_PLACEHOLDER = "Enter your email",
SUBMIT_BUTTON = "Subscribe",
SUCCESS_MESSAGE = "Thanks for your subscription!",
ERROR_MESSAGE = "Submitting form failed!",
OPTIN = true ,
COOKIE_NAME = "appzapc2",
CONTENTLANGUAGE = "";
</script>
<script src="https://blog.appernetic.io/js/popover/angular-modal-service.min.js"></script>
<script src="https://blog.appernetic.io/js/angular-ismobile.min.js"></script>
<script src="https://blog.appernetic.io/js/popover/popover.min.js"></script>
</body>
</html>