-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow-it-works.php
174 lines (167 loc) · 6.2 KB
/
how-it-works.php
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
<?php
session_start();
require('Connection/connect.php');
require_once('fns.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Faceflyer - A complete customer reward system, earn faceflyer coin each time you complete a task, shop deals at a store, or get cash back on every purchase from your favorite store">
<title>Faceflyer - How it works</title>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="assets/images/logo.png">
<!-- Custom fonts for this template-->
<link rel="stylesheet" href="assets/fontawesome/css/all.min.css">
<!-- Custom styles for this template-->
<link href="assets/css/theme.css" rel="stylesheet">
<!-- Material Design Icons -->
<link href="assets/css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
<!-- Select2 CSS -->
<link href="assets/css/select2-bootstrap.css" />
<link href="assets/css/select2.min.css" rel="stylesheet" />
<!-- icofont -->
<link href="assets/css/icofont.min.css" rel="stylesheet">
<!-- Owl Carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<!-- Custom styles for this template-->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Hotjar Tracking Code for www.faceflyer.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1964395,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Topbar -->
<?php include 'header.php'; ?>
<!-- End of Topbar -->
<!-- Begin Page Content -->
<div class="bg-primary pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-md-7 text-center mx-auto my-4">
<!-- Title -->
<div class="mb-4">
<h1 class="display-4 text-white mb-0 font-weight-bold">How it works</h1>
</div>
<!-- End Title -->
</div>
</div>
</div>
</div>
<div class="section-padding">
<div class="container py-lg-4 mx-auto col-md-9">
<div class="row">
<!-- Main Content -->
<div class="col-md-4">
<div class="box border rounded bg-white mb-4">
<div class="p-4 d-flex align-items-center">
<i class="icofont-laptop-alt display-4"></i>
<div class="ml-4">
<h5 class="text-gray-900 mb-3 mt-0">Join Faceflyer</h5>
<p class="mb-0 text-muted">Sign up to find amazing deals, tasks and cashback around you
</p>
</div>
</div>
<div class="overflow-hidden align-items-center p-2"></div>
</div>
</div>
<div class="col-md-4">
<div class="box border rounded bg-white mb-4">
<div class="p-4 d-flex align-items-center">
<i class="icofont-safety display-4"></i>
<div class="ml-4">
<h5 class="text-gray-900 mb-3 mt-0">Earn Coin</h5>
<p class="mb-0 text-muted">Complete Task, shop Deals,and earn Cashback on every purchase
</p>
</div>
</div>
<div class="overflow-hidden align-items-center p-2"></div>
</div>
</div>
<div class="col-md-4">
<div class="box border rounded bg-white mb-4">
<div class="p-4 d-flex align-items-center">
<i class="icofont-cc display-4"></i>
<div class="ml-4">
<h5 class="text-gray-900 mb-3 mt-0">Get free stuff</h5>
<p class="mb-0 text-muted">Earn coin for each completed task, or shopping. Use coin to buy vouchers, gift cards, DATA e.t.c
</p>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div align="center">
<?php if($_SESSION['facer']){ ?>
<button type="button" onclick="window.location.href='home'" class="btn btn-primary" name="button">Start earning FC coin</button>
<?php }else{ ?>
<button type="button" onclick="window.location.href='sign-up'" class="btn btn-primary" name="button">Sign up and start earning FC coin</button>
<?php } ?>
</div>
<br><br>
<div class="desktop">
<ul class="list-group list-group-horizontal">
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Shop Online & Offline</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Watch Videos</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Subscription</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Discover Amazing deals</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Share, Follow, Likes</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Play Games</li>
</ul>
</div>
<div class="mobile">
<ul class="list-group">
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Shop Online & Offline</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Watch Videos</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Subscription</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Discover Amazing deals</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Share, Follow, Likes</li>
<li class="col-md-2 list-group-item"><i class="ml-2 icofont-star text-danger mr-2"></i>Play Games</li>
</ul>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
</div>
<!-- End of Content Wrapper -->
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded-circle" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- select2 Js -->
<script src="assets/js/select2.min.js"></script>
<!-- Owl Carousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- Custom -->
<script src="assets/js/custom.js"></script>
</body>
</html>