-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·83 lines (78 loc) · 2.87 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
---
layout: index
title: Home
permalink: /
---
<!-- GOOGLE ANALYTICS WEBPAGE TRACKING -->
<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-102193034-1', 'auto');
ga('send', 'pageview');
</script>
<!-- /.GOOGLE ANALYTICS WEBPAGE TRACKING -->
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-magic" aria-hidden="true"></i>
<span class="sr-only">An image of a magic wand</span>
<h4>No Config</h4>
<p>Seamless integration with existing services.</p>
</div>
<div class="col-md-4">
<i class="fa fa-shield" aria-hidden="true"></i>
<span class="sr-only">An image of a shield</span>
<h4>Super Secure</h4>
<p>Support SSL/TLS end-to-end encryption.</p>
<p><br/><a href="#" class="btn btn-theme">Claim your Free Trial</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-bolt" aria-hidden="true"></i>
<span class="sr-only">An image of a bolt</span>
<h4>Fast React</h4>
<p>Real-time managing of cloud instances.</p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
<br>
<!-- Competitors Table Content -->
{% include competitors.html title="" limit=5 %}
<!-- /.Competitors Table Content -->
<br>
<br>
<!-- Pricing Table Content -->
{% include pricing.html title="" limit=0 %}
<!-- /.Pricing Table Content -->
<br>
{% include portfolio.html title="" limit=0 %}
<!-- PRE FOOTER -->
<!--
<div class="container mtb">
<div class="row">
<div class="col-lg-4 col-lg-offset-1">
<h4>The legend of Kaito.</h4>
<div class="hline"></div>
<p>{{ site.about }}</p>
<p><br/><a href="{{ "/about/" | prepend: site.baseurl }}" class="btn btn-theme">Discover the Legend</a></p>
</div>
<div class="col-lg-3">
<h4>Frequently Asked</h4>
<div class="hline"></div>
{% for question in site.questions %}
<p><a href="{{ question.url | prepend: site.baseurl }}">{{ question.title }}</a></p>
{% endfor %}
</div>
<div class="col-lg-3">
<h4>Latest Posts</h4>
<div class="hline"></div>
{% for post in site.posts limit:5 %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}.</a></p>
{% endfor %}
</div>
-->
</div><! --/row -->
</div><! --/container -->