-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (57 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Appiko's landing page">
<meta name="author" content="Appiko">
<title>Appiko</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<style type="text/css">
<!--
body {
background: url(images/background/yellow-billed-hornbill-4849753_1920_1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
p {
text-shadow: 0 0 5px #FFFFFF;
}
-->
</style>
<body>
<nav class="navbar bg-white tz-header-bg no-margin alt-font shrink-header light-header" style="background-color: rgb(255, 255, 255) !important;" id="ui-id-20">
<div class="container navigation-menu">
<div class="row">
<!-- logo -->
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#header" class="inner-link"><img alt="Appiko logo" src="images/logo/logo_text_small.png" data-img-size="(W)163px X (H)39px" style="border-radius: 0px; border-color: rgb(78, 78, 78); border-style: none; border-width: 1px !important;" id="ui-id-25"></a>
</div>
<!-- logo -->
<div class="col-md-9 col-sm-8 col-xs-6 position-inherit xs-no-padding-left">
</div>
</div>
</div>
</nav>
<!-- end nav -->
<!-- Page Content -->
<section>
<div class="container">
<div class="row xs-padding-fifteen xs-no-padding-lr">
<div class="col-lg-6">
<h1 class="mt-5">Operations suspended</h1>
<p>We could not persist in face of the hardships due to the COVID-19 pandemic. Appiko's operations are suspended till further notice. Thanks everyone for your support.</p>
<a class="btn btn-large propClone bg-light-green text-dark-gray btn-circle" href="https://appiko.org/index1.html" style="color: rgb(40, 40, 40); background-color: rgb(255, 182, 0); border-color: rgba(0, 0, 0, 0); font-size: 16px; font-weight: 500; font-family: Montserrat, sans-serif; text-transform: none; border-radius: 30px;" id="ui-id-66"><span class="tz-text" style="color: rgb(40, 40, 40); background-color: rgba(0, 0, 0, 0); font-size: 16px; font-weight: 500; font-family: Montserrat, sans-serif; text-transform: none; border-radius: 0px;" id="ui-id-43">Old Site</span><i class="fa icon-extra-small tz-icon-color fa-arrow-right" style="color: rgb(40, 40, 40); font-size: 12px; background-color: rgba(0, 0, 0, 0);" id="ui-id-4"></i></a>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>