-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·393 lines (324 loc) · 17.7 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
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!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, user-scalable=no">
<!-- Title of Website -->
<title>Canada Buying Group – Earn Credit Card Points for Free</title>
<meta name="description"
content="Canada Buying Group – Earn Credit Card Points for Free"/>
<meta name="keywords"
content="Canada Buying Group, Canada Credit Credit Card Points"/>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/plugins/bootstrap.min.css">
<!-- Font Icons -->
<link rel="stylesheet"
href="css/icons/font-awesome.css">
<link rel="stylesheet"
href="css/icons/linea.css">
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700">
<!-- Plugins CSS -->
<link rel="stylesheet" href="css/plugins/loaders.min.css">
<link rel="stylesheet" href="css/plugins/photoswipe.css">
<link rel="stylesheet" href="css/icons/photoswipe/icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".scrollspy" class="bg-dark">
<!-- Preloader -->
<div class="loader bg-dark">
<div class="loader-inner ball-scale-ripple-multiple ball-scale-ripple-multiple-color">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- /End Preloader -->
<div id="page">
<!-- ============================
BG & Overlays
================================= -->
<!-- Image BG -->
<div class="section-overlay media page-image reveal scale-in"></div>
<!-- /End Image BG -->
<!-- Overlay BG -->
<div class="section-overlay bg-black overlay-opacity"></div>
<!-- /End Overlay BG -->
<!-- ============================
Header Navigation
================================= -->
<header>
<nav class="navbar navbar-fixed-top">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-white col-transform">
<div class="navbar-wrapper">
<!-- Navbar Button -->
<button class="navbar-button show-info" data-href="#content">
<span></span>
<span></span>
<span></span>
</button>
<!-- /End Navbar Button -->
<!-- Navbar Links -->
<div class="navbar-links scrollspy">
<ul class="nav">
<li><a class="smooth-scroll link-white" href="#about">About</a></li>
<li><a class="smooth-scroll link-white" href="#contact">Contact</a></li>
<li>
<a class="smooth-scroll link-white"
href="https://app.buyinggroup.ca/register">
Register
</a>
</li>
<li>
<a class="smooth-scroll link-white"
href="https://app.buyinggroup.ca/login">
Login
</a>
</li>
</ul>
</div>
<!-- /End Navbar Links -->
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="container-fluid">
<div class="row">
<!-- ============================
Info
================================= -->
<div id="info" class="col-md-12 text-white text-center page-info col-transform">
<div class="vert-middle">
<div class="reveal scale-out">
<!-- Count Down -->
<!-- <div class="count-down p-t-b-15" data-end-date="Jan 1, 2022 00:00:00"></div>-->
<!-- /End Count Down -->
<!-- Logo -->
<div class="p-t-b-15">
<img src="images/1.png" id="logo" alt="">
</div>
<!-- /End Logo -->
<div class="p-t-b-15">
<!-- Headline & Description -->
<h2>
our new portal
<span class="font-weight-200">is live!</span>
</h2>
<!-- <p>Fill in the form below to be first to have access to the new vendor portal</p>-->
<!-- /End Headline & Description -->
</div>
<!-- Arrow -->
<div class="p-t-b-20">
<i class="icon icon-sm icon-arrows-slim-down-dashed"></i>
</div>
<!-- /End Arrow -->
<!-- Buttons -->
<div class="p-t-b-15 btn-row">
<a class="btn btn-color show-info" role="button" data-href="#about" href="#about">
About Us
</a>
<a class="btn btn-color show-info" role="button" data-href="#contact" href="#contact">
Contact Us
</a>
<a class="btn btn-border-white show-info"
href="https://app.buyinggroup.ca/register" role="button">
Register
</a>
<a class="btn btn-border-white show-info"
href="https://app.buyinggroup.ca/login" role="button">
Login
</a>
</div>
<!-- /End Buttons -->
<!-- Social Media Links -->
<!-- <div class="p-t-b-30">
<p>
<a href="https://www.facebook.com/egotypes" class="link-white"><i
class="fa fa-facebook"></i></a>
<a href="https://twitter.com/egotype" class="link-white"><i
class="fa fa-twitter"></i></a>
<a href="https://plus.google.com" class="link-white"><i
class="fa fa-google-plus"></i></a>
<a href="https://www.behance.net/egotype" class="link-white"><i
class="fa fa-behance"></i></a>
</p>
</div>-->
<!-- Social Media Links -->
</div>
</div>
</div>
<!-- ============================
Content
================================= -->
<div id="content" class="page-content col-md-6 text-center bg-white-09">
<!-- ----------------------------
About Section
--------------------------------- -->
<section id="about" class="p-t-b-30">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<!-- Headline -->
<div class="wrap-line border-dark">
<h3><span class="font-weight-200">About</span> Us</h3>
</div>
<!-- /End Headline -->
<!-- Description -->
<div class="p-t-b-15 text-grey text-left">
<p>Canada Buying Group (or “<strong>CBG</strong>”) is a buying group that allows you to
quickly accumulate cash back and credit card points without actually having to lay
out any cash to do so. CBG seeks to purchase specific items from various online
retailers and enlists the help of you, our members, to do so. Earn cash back and
credit card points through 3 easy steps: </p>
<ol style="margin-top: 15px">
<li>CBG advises you about the items it is currently buying via e-mail and/or
Whatsapp;
</li>
<li>
You buy the requested items online and ship it to our warehouse; no handling of
the items are required;
</li>
<li>CBG will send you an electronic payment via direct deposit to reimburse you for
what you spent within 7 business days of us receiving the items you sent to us.
</li>
</ol>
<p style="margin-top: 15px">
Our seamless system means that you never have to handle any items and allows you to
potentially spend tens of thousands of dollars a month to help you earn credit card
points and cash back. You can also earn additional cash or points by purchasing
through online portals such as Rakuten (formerly Ebates) and the Aeroplan eStore.
</p>
<p style="margin-top: 15px">
Please contact <a href="mailto:[email protected]">[email protected]</a> for more information.
</p>
</div>
<!-- /End Description -->
<!-- Social Media Links -->
<!-- <div class="p-t-b-15">
<p>
<a href="https://www.facebook.com/egotypes" target="_blank">
<i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/egotype" target="_blank">
<i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/egotype___design" target="_blank">
<i class="fa fa-instagram"></i></a>
</p>
</div>-->
<!-- /End Social Media Links -->
</div>
</div>
</section>
<!-- ----------------------------
Contact Section
--------------------------------- -->
<section id="contact" class="p-t-b-30">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<!-- Headline -->
<div class="wrap-line border-dark">
<h4>Contact Us</h4>
<h3>Get in touch.</h3>
</div>
<!-- /End Headline -->
<!-- Description -->
<div class="p-t-b-15 text-grey">
<p>Ask a question, get more info, or just test out our stellar customer service.</p>
<p>Fill out the form and a rep will get back to you as soon as possible.</p>
</div>
<!-- /End Description -->
<!-- Contact Form -->
<form name="contact" method="POST" data-netlify="true">
<!-- Input Name -->
<div class="form-group" id="name-field">
<label for="form-name-field" class="sr-only">Name</label>
<input type="text" class="form-control form-control-dark"
id="form-name-field" name="form-name-field" placeholder="Name"/>
</div>
<!-- /End Input Name -->
<!-- Input Email -->
<div class="form-group" id="email-field">
<label for="form-email" class="sr-only">Email</label>
<input type="email" class="form-control form-control-dark"
id="form-email" name="form-email" placeholder="Email"/>
</div>
<!-- /End Input Email -->
<!-- Input Phone -->
<div class="form-group" id="name-phone">
<label for="form-phone" class="sr-only">Phone</label>
<input type="text" class="form-control form-control-dark"
id="form-phone" name="form-phone" placeholder="Phone #"/>
</div>
<!-- /End Input Phone -->
<div class="form-group" id="message-field">
<label for="form-message" class="sr-only">Message</label>
<textarea class="form-control form-control-dark" rows="1" id="form-message" name="form-message" placeholder="Message"></textarea>
</div>
<!-- Submit Button -->
<div class="btn-row">
<div class="form-group">
<button type="submit" class="btn btn-dark" role="button">
Send Message
</button>
</div>
</div>
<!-- /End Submit Button -->
</form>
<!-- /End Contact Form -->
</div>
</div>
<!-- Contact Alert -->
<div id="message-contact" class="message-wrapper text-white message">
<i class="icon icon-sm icon-arrows-slim-right-dashed"></i>
<span class="message-text"></span>
</div>
<!-- /End Contact Alert -->
</section>
</div>
</div>
</div>
</div>
<!-- /#page -->
<!-- Scripts -->
<script src="js/plugins/jquery-1.12.4.min.js"></script>
<script src="js/plugins/bootstrap.min.js"></script>
<script src="js/plugins/scrollreveal.min.js"></script>
<!--<script src="js/plugins/contact-form.js"></script>-->
<!--<script src="js/plugins/newsletter-form.js"></script>-->
<script src="js/plugins/jquery.ajaxchimp.min.js"></script>
<!--<script src="js/plugins/photoswipe/photoswipe.min.js"></script>-->
<!--<script src="js/plugins/photoswipe/photoswipe-ui-default.min.js"></script>-->
<script src="js/plugins/jquery.countdown.min.js"></script>
<script src="js/plugins/prefixfree.min.js"></script>
<!-- Custom Script -->
<script src="js/custom.js"></script>
</body>
</html>