-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_nohero.html
226 lines (177 loc) · 9.33 KB
/
template_nohero.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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<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-N2P24M3');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Paymi - </title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Favicon files -->
<link rel="apple-touch-icon" sizes="180x180" href="/paymi/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/paymi/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/paymi/favicon-16x16.png">
<link rel="manifest" href="/paymi/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N2P24M3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<a href="index.html" class="logo mr-auto"><img src="assets/img/[email protected]" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<!-- <li class="active"><a href="index.html">Home</a></li> -->
<li><a href="#">Partners</a></li>
<li><a href="#about">How It Works</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#testimonials">Community</a></li>
<li><a href="https://web.paymi.com/">Login</a></li>
<!--
<li class="drop-down"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="drop-down"><a href="#">Deep Drop Down</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
-->
<a href="https://web.paymi.com/users/sign-up" type="button" class="btn btn-primary navbar-btn navbar-right float-right align-middle" style="margin-left: 20px; margin-bottom:5px; padding: 10 px 30px; color: #fff;">Join Paymi</a>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<!--
<section id="hero" class="d-flex align-items-stretch">
<div class="container">
<div class="row">
<div class="col-lg-6 order-1 order-lg-1 hero-img align-items-stretch">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-2 d-flex flex-column justify-content-center">
<h1>Big title.</h1>
<h2>Little tagline.</h2>
</div>
</div>
</div>
</section>
-->
<!-- End Hero -->
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="main" class="clients">
<div class="container">
<div class="section-title-inner">
<h2>Title</h2>
</div>
<h3>Heading</h3>
<p>The website located at www.paymi.com and the Paymi mobile application (collectively and individually referred to as "Paymi.com") are owned and operated by Integrated Rewards Inc. ("Company"). This document ("Terms") governs all services provided by Integrated Rewards Inc. ("We", "Us", or "Our") through Paymi.com, and all content, services, and products available at or through Paymi.com. By using the Paymi.com or the Services, you acknowledge that you have read and understand these Terms and Conditions and will be bound by this Agreement. If you do not agree to be bound by this Agreement (as defined below), do not use or access Paymi.com and/or our Service.If you sign up for a Paymi.com account through one of our Marketing Partners (as defined below), your use of our Service may be subject to additional terms of that agreement that are different from these Terms and Conditions.</p>
<h5>Small Heading</h5>
<p>Lorem ipsum dolor sit.</p>
</div>
</section><!-- End Clients Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<!--
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<img src="assets/img/paymi-logo-footer.svg" width="150" style="margin-bottom: 10px;">
<p>Google Play and the Google Play logo are trademarks of Google LLC. App Store and the Apple Logo are trademarks of Apple Inc.
</p>
<div class="social-links mt-3">
<a href="https://twitter.com/paymicash?lang=en" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/PaymiCashBack/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/paymicash/?hl=en" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/paymi-/?originalSubdomain=ca" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="https://www.paymi.com/en/faq">FAQ</a></li>
<li><a href="https://web.paymi.com/">Login</a></li>
<li><a href="https://web.paymi.com/users/sign-up">Sign Up</a></li>
<li>EN / <a href="https://www.paymi.com/fr/accueil"> FR</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Install App</h4>
<img src="assets/img/apple.svg" width="135" style="margin-left: 10px;"><img src="assets/img/google.png" width="160">
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright 2020 Integrated Rewards Inc. | <a href="https://www.paymi.com/en/terms-of-use">Terms of Use</a> | <a href="https://www.paymi.com/en/privacy-policy">Privacy Policy</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>