-
Notifications
You must be signed in to change notification settings - Fork 1
/
Index.html
502 lines (431 loc) · 14.5 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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!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.0" />
<!-- META DATA -->
<meta property="og:title" content="Appheart e-Services" />
<meta property="og:description" content="Get it done with confidence" />
<meta property="og:image" content="/img/appheart_logo_square.png" />
<title>Automated Cafe</title>
<!-- GOOGLE ANALYTICS - Global site tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-208815638-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-208815638-1");
</script>
<!-- FAVICON -->
<link
rel="shortcut icon"
href="./assets/images/favicon/favicon.ico"
type="image/x-icon"
/>
<!-- CSS -->
<link rel="stylesheet" href="./assets/css/styles.css" />
<!-- MATERIAL ICONS -->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<!-- FONTAWESOME -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Poppins:wght@200;400;700&display=swap"
rel="stylesheet"
/>
</head>
<!-- MESSENGER -->
<!-- Messenger Chat Plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat"></div>
<script>
var chatbox = document.getElementById("fb-customer-chat");
chatbox.setAttribute("page_id", "100201719028077");
chatbox.setAttribute("attribution", "biz_inbox");
window.fbAsyncInit = function () {
FB.init({
xfbml: true,
version: "v12.0",
});
};
(function (d, s, id) {
var js,
fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js";
fjs.parentNode.insertBefore(js, fjs);
})(document, "script", "facebook-jssdk");
</script>
<!-- MESSENGER ends -->
<body id="home">
<!-- HEADER -->
<header class="header">
<a href="./">
<div class="brand toHome active" id="toHome">
<div class="logo">
<img src="./assets/images/kkk.png" alt="" />
</div>
<div class="">
<span></span> <span>Automated</span> <span>CafÉ</span>
</div>
</div>
</a>
<nav class="nav navbar">
<ul class="nav__list">
<li class="nav__item">
<a href="#technologies">Technologies</a>
</li>
<li class="nav__item"><a href="#solutions">Solutions</a></li>
<li class="nav__item">
<a href="#getStarted" class="button">Get Started</a>
</li>
</ul>
</nav>
<div id="menu-btn"><i class="fa fa-bars"></i></div>
</header>
<!-- ===== HEADER ends ===== -->
<!-- ===== MAIN ===== -->
<main class="container">
<!-- HERO -->
<section class="wrapper hero">
<div class="slider">
<div class="slides">
<div class="slide">
<h1>
Connectivity, Speed and Efficiency
<span>
<p>
The third-party integratable platform to assist in making
education life and learning process easier and better.
</p>
</span>
</h1>
</div>
<div class="slide">
<h1>
Data, Airtime, Quality Products and Durable Services
<span>
<p>All in one reach at the tip of your mobile device</p>
</span>
</h1>
</div>
<div class="slide">
<h1>
Professional services, connecting with people that matter most
<span>
<p>
All in its possibilities with peer-to-peer connections and
business partnerships
</p>
</span>
</h1>
</div>
<div class="slide">
<h1>
Our Goal, Our Mission and Vision
<span>
<p>is you <em>Disvovering Happiness</em></p>
</span>
</h1>
</div>
</div>
<div class="slide-navigator"></div>
</div>
</section>
<!-- ===== HERO ends ===== -->
<!-- -->
<!-- ===== OVERVIEW ===== -->
<section
class=""
style="
background-image: url('./assets/images/katie-rainbow-CBbXtCwBFjw-unsplash.jpg');
background-size: cover;
background-repeat: no-repeat;
"
>
<div class="section-content">
<h1 class="section-title">Why Automated Cafe</h1>
<div class="">
<p>
It is an education technological platform that has come to create
the transformation needed for the consistent ease of
communication, with institutions, stakeholders and the educational
bodies.
</p>
</div>
</div>
</section>
<!-- ===== OVERVIEW ends ===== -->
<!-- -->
<!-- ===== TECHNOLOGIES ===== -->
<section id="technologies">
<h1 class="section-title">Technologies</h1>
<div class="platforms cards">
<a href="/views/studentportal/">
<div class="platform card"><h3>Student App</h3></div>
</a>
<a href="#">
<div class="platform card">
<h3>Manage my cafe</h3>
</div>
</a>
<a href="#">
<div class="platform card">
<h3>File Transfer and Sharing</h3>
</div>
</a>
<a href="https://knowmynumber.netlify.app" target="_blank">
<div class="platform card">
<h3>My Mobile App</h3>
</div>
</a>
<a href="/views/store/" target="_blank">
<div class="platform card">
<h3>Affiliated Store</h3>
</div>
</a>
<a href="https://knowmynumber.netlify.app" target="_blank">
<div class="platform card">
<h3>aChat</h3>
</div>
</a>
</div>
</section>
<!-- ===== TECHNOLOGIES ends ===== -->
<!-- -->
<!-- ===== SOLUTIONS ===== -->
<section class="solutions" id="solutions">
<h1 class="section-title">Solutions</h1>
<div class="cards">
<div class="card">
<div class="card__title modalTrigger"><h2>Form Creator</h2></div>
<div class="card__desc">
Assists in building forms easy and fast
</div>
</div>
<div class="card">
<div class="card__title">
<h2>Excel Spreadsheet Maker</h2>
</div>
<div class="card__desc">
For building quick rows / columnes system.
</div>
</div>
<div class="card">
<div class="card__title"><h2>Web payment</h2></div>
<div class="card__desc">Remita API, Bank Transfer, e-Tranzact</div>
</div>
<div class="card">
<div class="card__title"><h2>Scheduler</h2></div>
<div class="card__desc">
Create consistent time for everything using Scheduler
</div>
</div>
<div class="card">
<div class="card__title"><h2>To-Do List</h2></div>
<div class="card__desc">
Achieve your priorities using the todo List.
</div>
</div>
<div class="card">
<div class="card__title"><h2>Get a job done</h2></div>
<div class="card__desc">
Cyber cafe services readily available and nearest to you twith
regulated prices, Delivery service and quality assurance.
</div>
</div>
<div class="card">
<div class="card__title"><h2>PDF Tools</h2></div>
<div class="card__desc">
Merge Files into One PDF, Convert file(s) to PDF, Convert File(s)
from PDF
</div>
</div>
<div class="card">
<div class="card__title"><h2>How to's Guideline</h2></div>
<div class="card__desc">This update is coming pretty soon.</div>
</div>
</div>
</section>
<!-- ===== SOLUTIONS ends ===== -->
<!-- -->
<!-- ===== REVIEW ===== -->
<section id="metricReviews">
<div class="metrics">
<div class="card metric__card">
<div class="metric__stat">23</div>
<p>Registered Cafes</p>
</div>
<p>in</p>
<div class="card metric__card">
<div class="metric__stat">10</div>
<p>Locations</p>
</div>
</div>
<div class="review">
<h1 class="section-title">Google Reviews</h1>
<div
class="review-widget_net"
data-uuid="67ea34ab-2c5a-48e3-bc06-c0adf332f157"
data-template="2"
data-filter=""
data-lang="en"
data-theme="dark"
>
<center>
<a
href="https://goo.gl/maps/SBZUy43AW5epevj37"
target="_blank"
rel="noopener"
><img
src="https://grwapi.net/assets/spinner/spin.svg"
title="Happy Customers' Reviews"
alt="Review Widget"
/></a>
</center>
</div>
</div>
</section>
<!-- ===== REVIEW ends ===== -->
<!-- -->
<!-- ===== GET STARTED ===== -->
<section class="getStarted" id="getStarted">
<h1 class="section-title">
Ready to Transform your Business Cafe into an Automated one?
</h1>
<center>
<a href="mailto:[email protected]" class="button">
Let's get Started
</a>
</center>
</section>
<!-- ===== GET STARTED ends ===== -->
<!-- -->
<!-- ===== PARTNERS ===== -->
<div class="partnersBg">
<h1 class="section-title">Partners</h1>
<div class="partners">
<div class="partner">
<a href="./views/JAMB/">
<img src="./assets/images/JAMB.jpeg" alt="" />
</a>
</div>
<div class="partner">
<img src="./assets/images/waec.png" alt="" />
</div>
<div class="partner">
<img src="./assets/images/JUPEB.jpg" alt="" />
</div>
<div class="partner">
<img src="./assets/images/remita_orange_new_logo.svg" alt="" />
</div>
<div class="partner">
<img src="./assets/images/NECO.jpg" alt="" />
</div>
</div>
</div>
<!-- ===== PARTNERS ends ===== -->
<!-- -->
<!-- ===== MODAL ===== -->
<div class="modalBg"></div>
<!-- ===== MODAL ends ===== -->
</main>
<!-- ===== MAIN ends ===== -->
<!-- -->
<!-- ===== FOOTER ===== -->
<footer class="footer" id="about">
<h1>ABOUT APPHEART</h1>
<div class="grid-container">
<div class="careers">
<h2>Careers</h2>
<a href="" class="">Appstore</a>
<a href="#" class="">Developers</a>
<a href="#" class="">Engineers</a>
<a href="#" class="">Designers</a>
<a href="#" class="">Influecers</a>
</div>
<div class="services">
<h2>Services</h2>
<a href="#" class="">Idea development</a>
<a href="#" class="">Business modelling</a>
<a href="#" class="">Design for Business</a>
<a href="#" class=""><span>Stock</span> Management</a>
<a href="#" class="">Platforms & integration</a>
</div>
<div class="platforms">
<h2>Platforms</h2>
<a href="" class="">Website</a>
<a href="" class="">Web Application</a>
<a href="" class="">Mobile Application</a>
<a href="" class="">Desktop Application</a>
<a href="" class="">Database Management</a>
</div>
<div class="integrations">
<h2>Integrations</h2>
<a href="" class="">Payment Integration</a>
<a href="" class="">Delivery Integration</a>
<a href="" class="">App dependecies</a>
</div>
<div class="social-media">
<h2>Social Media</h2>
<a href="https://facebook.com/automatedcafe" class="" target="_blank"
><i class="fab fa-facebook"></i> Facebook</a
>
<a href="mailto:[email protected]" class=""
><i class="fa fa-envelope"></i> Email</a
>
<a href="wa.me/+2348105865474" class=""
><i class="fab fa-whatsapp"></i>WhatsApp</a
>
</div>
<div class="">
<h2>Contact Us</h2>
<a href="wa.me/+2348105865474" class=""
><i class="fa fa-phone-alt"></i>0810 586 5474</a
>
<a href="wa.me/+2348105865474" class=""
><i class="fa fa-location-arrow"></i>Office 124, CEC Building,
Beside Nnamdi Azikwe's Library, UNN, Enugu State.</a
>
<a href="mailto:[email protected]" class=""
><i class="fa fa-envelope"></i>[email protected]</a
>
</div>
</div>
<div class="copyright">© 2021</div>
<div class="branding">
<img src="/assets/images/kkk.png" alt="" />
</div>
</footer>
<!-- ===== FOOTER ends ===== -->
<!-- -->
<!-- SCRIPT -->
<script src="./assets/js/menu-btn.js"></script>
<script src="./assets/js/modal.js"></script>
<script src="./controllers/router.js"></script>
<!-- Review Widget -->
<script
async
type="text/javascript"
src="https://grwapi.net/widget.min.js"
></script>
<!-- SCRIPT ends-->
</body>
</html>