-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-support.html
More file actions
118 lines (99 loc) · 5.25 KB
/
app-support.html
File metadata and controls
118 lines (99 loc) · 5.25 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N3CN3X4');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<!-- Following meta-tags are to enable colored browser bar in Chrome on mobile devices -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#0C639F">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#0C639F">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#0C639F">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Support page for apps from ClayFish Technologies.">
<meta name="keywords"
content="clayfish,clay fish,create website,mobile apps,java development,software solutions,develop mobile apps,
develop android, develop iOS,develop iPhone,freelance developer, prevent hot car death,hot car">
<meta name="robots" content="index,follow"/>
<title>Support at ClayFish Technologies</title>
<link rel="icon" href="img/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Merriweather:300,300italic,700,700italic' rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/custom.css" media="screen">
<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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-83779112-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N3CN3X4"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<section class="page-header">
<img class="serif-switch" src="//gravatar.com/avatar/ceb268ac7d31478fc9b5efa2250b7703?s=150">
<h1 class="project-name">ClayFish Technologies</h1>
<h2 class="project-tagline">Faster. Smarter. Reliable.</h2>
</section>
<section class="container">
<div class="site-content">
<h2>
<a id="support" class="anchor" href="#support" aria-hidden="true"><span class="octicon octicon-link"></span></a><i
class="fa fa-life-ring"></i> Support</h2>
<p>We are happy to help you. Please see if your question is covered in the FAQs below. If you don't find
solution to your problem on this page, please <a href="https://clay.fish#contact">contact us</a>.</p>
<h3>
<a id="faq" class="anchor" href="#faq" aria-hidden="true"><span class="octicon octicon-link"></span></a><i
class="fa fa-question"></i> FAQs</h3>
<p>There are no questions added yet in the knowledge base yet.</p>
</div>
<div class="social-media hidden-xs hidden-sm">
<a href="https://github.com/clayfish" target="_blank" title="ClayFish on GitHub"><i
class="fa fa-github-square"></i></a>
<a href="https://twitter.com/aclayfish" target="_blank" title="ClayFish on Twitter"><i
class="fa fa-twitter-square"></i></a>
<a href="https://www.facebook.com/aclayfish" target="_blank" title="ClayFish on Facebook"><i
class="fa fa-facebook-square"></i></a>
</div>
<footer class="site-footer">
<span class="site-footer-credits">© 2015-<span
class="current-year"></span> ClayFish Technologies</span>
<ul>
<li>This website is open-source and can be forked on <a
href="//github.com/clayfish/clayfish.github.io" target="_blank" title="Fork me on GitHub">GitHub</a>.
</li>
</ul>
</footer>
</section>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>