-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
137 lines (107 loc) · 4.73 KB
/
thanks.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<!--Page Title-->
<title>Appiko</title>
<link rel="canonical" href="https://appiko.org/thanks.html" />
<!--Meta Keywords and Description-->
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" title="Favicon"/>
<!-- Main CSS Files -->
<link rel="stylesheet" href="css/style.css">
<!-- Namari Color CSS -->
<link rel="stylesheet" href="css/namari-color.css">
<!--Icon Fonts - Font Awesome Icons-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate CSS-->
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!--Google Webfonts-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status" class="la-ball-triangle-path">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!--End of Preloader-->
<div class="page-border" data-wow-duration="0.7s" data-wow-delay="0.2s">
<div class="top-border wow fadeInDown animated" style="visibility: visible; animation-name: fadeInDown;"></div>
<div class="right-border wow fadeInRight animated" style="visibility: visible; animation-name: fadeInRight;"></div>
<div class="bottom-border wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;"></div>
<div class="left-border wow fadeInLeft animated" style="visibility: visible; animation-name: fadeInLeft;"></div>
</div>
<div id="wrapper">
<header id="banner" class="scrollto clearfix" data-enllax-ratio=".5">
<div id="header" class="nav-collapse">
<div class="row clearfix">
<div class="col-1">
<!--Logo-->
<div id="logo">
<!--Logo that is shown on the banner-->
<a href="//appiko.org"><img src="images/logo.svg" id="banner-logo" alt="Landing Page"/> </a>
<!--End of Banner Logo-->
<!--The Logo that is shown on the sticky Navigation Bar-->
<a href="//appiko.org"><img src="images/logo-2.png" id="navigation-logo" alt="Landing Page"/></a>
<!--End of Navigation Logo-->
</div>
<!--End of Logo-->
<aside>
<!--Social Icons in Header-->
<ul class="social-icons">
<li>
<a target="_blank" title="Github" href="https://www.github.com/appiko">
<i class="fa fa-github fa-2x"></i><span>Github</span>
</a>
</li>
<li>
<a target="_blank" title="Medium" href="https://medium.com/appiko">
<i class="fa fa-medium fa-2x"></i><span>Medium</span>
</a>
</li>
</ul>
<!--End of Social Icons in Header-->
</aside>
</div>
</div>
</div><!--End of Header-->
</header>
<!--Main Content Area-->
<main id="content">
<!--Introduction-->
<section id="about" class="introduction">
<div class="row thanks-padded">
<div class="col-1">
<div class="section-heading">
<!-- <h3>SUCCESS</h3> -->
<h2 class="section-title">Thanks for reaching out!</h2>
<p class="section-subtitle">
We’re thrilled to hear from you. We'll get back to you soon. Cheers!</p>
</div>
</div>
</div>
</section>
<!--End of Introduction-->
</div>
<!-- Include JavaScript resources -->
<script src="js/jquery.1.8.3.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/featherlight.min.js"></script>
<script src="js/featherlight.gallery.min.js"></script>
<script src="js/jquery.enllax.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.stickyNavbar.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/images-loaded.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/site.js"></script>
</body>
</html>