-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·439 lines (398 loc) · 18.1 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
<!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">
<meta name="description" content="Afyacy is a Software, corporate and business HTML template">
<meta name="keywords" content="advisor, corporate accountant, designer, web development, Software, investment, consultation">
<meta name="author" content="trendytheme.net">
<title>Afyacy | Software Technologies</title>
<!-- favicon -->
<link rel="shortcut icon" href="assets/img/ico/favicon.png">
<!-- apple-touch-icon -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/img/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/img/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/img/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/img/ico/apple-touch-icon-57-precomposed.png">
<!-- animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css" media="all" />
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.min.css" media="all" />
<!-- Owl Carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" media="all" />
<!-- Bootsnav Menu -->
<link rel="stylesheet" href="assets/css/bootsnav.css" media="all" />
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" media="all" />
<!-- Style CSS -->
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<!-- 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.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ::::::::::::::::::::: Header Section:::::::::::::::::::::::::: -->
<header>
<!-- start top bar -->
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-sm-8 hidden-xs">
<div class="contact">
<p>
<i class="fa fa-phone"></i>
+233 501 431 357
</p>
<p>
<i class="fa fa-envelope"></i>
<a href="mailto:afyacy@gmail.com">24hrsuport@afyacy.com</a>
</p>
</div><!-- /.contact -->
</div><!-- /.col-sm-8 -->
<div class="col-sm-4">
<div class="social-icon">
<ul>
<li><a href="https://www.facebook.com/jasmin.backman.5/"><i class="fa fa-facebook" target="_blank"></i></a></li>
<li><a href="https://twitter.com/afyacy?lang=en" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/charity-darko" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href=""><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.tumblr.com/blog/afyacy"><i class="fa fa-tumblr" target="_blank"></i></a></li>
</ul>
</div><!-- /.social-icon -->
</div><!-- /.col-sm-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- end top bar -->
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-sticky bootsnav">
<!-- Start Top Search -->
<div class="top-search">
<div class="container">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-search"></i></span>
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-addon close-search"><i class="fa fa-times"></i></span>
</div>
</div>
</div>
<!-- End Top Search -->
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" class="logo logo-scrolled" alt=""></a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="" data-out="">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Works</a>
<ul class="dropdown-menu">
<li><a href="portfolio.html">Work Showcase</a></li>
<li><a href="portfolio-details.html">Work Details</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Press & News</a>
<ul class="dropdown-menu">
<li><a href="blog.html">News Standard</a></li>
<li><a href="blog-details.html">News Details</a></li>
<li><a href="typography.html">Typography</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!-- End Navigation -->
<div class="clearfix"></div>
</header> <!-- end header -->
<!-- ::::::::::::::::::::: start slider section:::::::::::::::::::::::::: -->
<section class="slider-area">
<!-- slide item one -->
<div class="homepage-slider slider-bg1">
<div class="display-table">
<div class="display-table-cell">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="slider-content">
<h1>Prepare for the future with our services</h1>
<p>Interactively simplify 24/7 markets through 24/7 best services. Authoritatively foster cutting-edge manufactured products and distinctive.</p>
<a href="#">Meet Experts <i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slide item three -->
<div class="homepage-slider slider-bg3">
<div class="display-table">
<div class="display-table-cell">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="slider-content">
<h1>Prepare for the future with our advisors</h1>
<p>Interactively simplify 24/7 markets through 24/7 best practices. Authoritatively foster cutting-edge manufactured products and distinctive.</p>
<a href="#">Meet Experts <i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- slider area end -->
<!-- ::::::::::::::::::::: start intro section:::::::::::::::::::::::::: -->
<section class="section-padding darker-bg">
<div class="container">
<div class="row">
<div class="col-lg-offset-3 col-lg-6 col-md-offset-2 col-md-8">
<div class="intro-title text-center">
<h2>Welcome to the Afyacy Technologies</h2>
<div class="hidden-xs">
<p>Interactively simplify 24/7 markets through 24/7 best practices. Authoritatively foster cutting-edge manufactured products and distinctive.</p>
</div>
</div>
</div>
</div>
<div class="row">
<!-- single intro -->
<div class="col-md-4">
<div class="single-intro">
<div class="intro-img intro-bg1"></div>
<div class="intro-details text-center">
<h3>About Business</h3>
<p>Seamlessly envisioneer extensive interfaces and back wardcompatible applications. Proactively promote timely best.</p>
</div>
</div>
</div>
<!-- single intro -->
<div class="col-md-4">
<div class="single-intro">
<div class="intro-img intro-bg2"></div>
<div class="intro-details text-center">
<h3>Business Growth</h3>
<p>Seamlessly envisioneer extensive interfaces and back wardcompatible applications. Proactively promote timely best.</p>
</div>
</div>
</div>
<!-- single intro -->
<div class="col-md-4">
<div class="single-intro">
<div class="intro-img intro-bg3"></div>
<div class="intro-details text-center">
<h3>Sustainability</h3>
<p>Seamlessly envisioneer extensive interfaces and back wardcompatible applications. Proactively promote timely best.</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- intro area end -->
<!-- ::::::::::::::::::::: start block content area:::::::::::::::::::::::::: -->
<section class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="block-text">
<h2>A Software Agency Crafting Beautiful & Engaging Online Experiences</h2>
<p>Seamlessly communicate distinctive alignments and business models. Efficiently whiteboard robust meta-services whereas stand-alone synergy. Enthusiastically engage premier supply chains after intuitive testing procedures. Conveniently parallel task robust imperatives through corporate customer service.</p>
<p>Dynamically productivate tactical mindshare via business collaboration and idea-sharing. Credibly conceptualize extensive schemas for functionalized metrics. </p>
</div>
</div>
<div class="col-md-6">
<div class="block-img">
<img src="assets/img/homepageblock.jpg" alt="" />
</div>
</div>
</div>
</div>
</section><!-- block area end -->
<!-- ::::::::::::::::::::: start services section:::::::::::::::::::::::::: -->
<section class="section-padding darker-bg">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6">
<div class="template-title text-center">
<h2>We Provide Huge Range of Services</h2>
<p>Holisticly transform excellent systems rather than collaborative leadership. Credibly pursue compelling outside the box.</p>
</div>
</div>
</div>
<div class="row">
<!-- single service -->
<div class="col-sm-6 col-md-4">
<div class="services-tiem">
<img class="hvr-buzz-out" src="assets/img/services/1.png" alt="" />
<h3><a href="#">Performance</a></h3>
<p>Dynamically fabricate innovative products and distributed web services. Distinctively pontificate.</p>
</div>
</div>
<!-- single service -->
<div class="col-sm-6 col-md-4">
<div class="services-tiem">
<img src="assets/img/services/2.png" alt="" />
<h3><a href="#">Sustainability</a></h3>
<p>Dynamically fabricate innovative products and distributed web services. Distinctively pontificate.</p>
</div>
</div>
<!-- single service -->
<div class="col-sm-6 col-md-4">
<div class="services-tiem">
<img src="assets/img/services/3.png" alt="" />
<h3><a href="#">Web Design</a></h3>
<p>Dynamically fabricate innovative products and distributed web services. Distinctively pontificate.</p>
</div>
</div>
<!-- single service -->
<div class="col-sm-6 col-md-4">
<div class="services-tiem">
<img src="assets/img/services/4.png" alt="" />
<h3><a href="#">Web Development</a></h3>
<p>Dynamically fabricate innovative products and distributed web services. Distinctively pontificate.</p>
</div>
</div>
<!-- single service -->
<div class="col-sm-6 col-md-4">
<div class="services-tiem">
<img src="assets/img/services/5.png" alt="" />
<h3><a href="#">Branding Design</a></h3>
<p>Dynamically fabricate innovative products and distributed web services. Distinctively pontificate.</p>
</div>
</div>
<!-- single service -->
<div class="col-sm-6 col-md-4">
<div class="services-tiem">
<img src="assets/img/services/6.png" alt="" />
<h3><a href="#">Marketing </a></h3>
<p>Dynamically fabricate innovative products and distributed web services. Distinctively pontificate.</p>
</div>
</div>
</div>
</div>
</section><!-- end services section -->
<!-- ::::::::::::::::::::: Footer Section:::::::::::::::::::::::::: -->
<footer>
<div class="primary-footer">
<div class="container">
<div class="row">
<!-- start single footer widget -->
<div class="col-sm-6 col-md-4">
<div class="footer-widget about-us">
<a href="index.html"></a>
<p>Collaboratively create resource sucking manufactured products and worldwide e-services. Seamlessly revol tionize holistic data rather than intermandated results. Energistically innovate open-source systems for performance based total.</p>
<div class="online-card">
<a href="#"><img src="assets/img/online-card/1.png" alt="" /></a>
<a href="#"><img src="assets/img/online-card/2.png" alt="" /></a>
<a href="#"><img src="assets/img/online-card/3.png" alt="" /></a>
<a href="#"><img src="assets/img/online-card/4.png" alt="" /></a>
</div>
</div>
</div><!-- end single footer widget -->
<!-- start single footer widget -->
<div class="col-sm-6 col-md-2">
<div class="footer-widget usefull-link">
<h3>Useful Links</h3>
<ul>
<li><a href="#"><i class="fa fa-angle-right"></i>About Us</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i>Services</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i>Works</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i>Contact</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i>Support</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i>Privacy Policy</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i>Blog</a></li>
</ul>
</div>
</div><!-- end single footer widget -->
<!-- start single footer widget -->
<div class="col-sm-6 col-md-3">
<div class="footer-widget latest-post">
<h3>Latest Post</h3>
<ul>
<li>
<img src="assets/img/latest-post/1.png" alt="" />
<p><a href="#">Headset No Longer Wire For Sound</a></p>
<span>12 May 2017</span>
</li>
<li>
<img src="assets/img/latest-post/2.png" alt="" />
<p><a href="#">Headset No Longer Wire For Sound</a></p>
<span>12 May 2017</span>
</li>
<li>
<img src="assets/img/latest-post/3.png" alt="" />
<p><a href="#">Headset No Longer Wire For Sound</a></p>
<span>12 May 2017</span>
</li>
</ul>
</div>
</div><!-- end single footer widget -->
<!-- start single footer widget -->
<div class="col-sm-6 col-md-3">
<div class="footer-widget news-letter">
<h3>NewsLetter Subscription</h3>
<p>Subscribe to get the latest news, update and offer information. Don't worry, we won't send spam!</p>
<form class="subscribe-form mailchimp" method="post">
<div class="clearfix">
<div class="input-wrapper">
<label class="sr-only" for="email">Email</label>
<input id="subscribeEmail" type="email" name="subscribeEmail" class="validate form-control" placeholder="Your Email Please!">
<button type="submit"><i class="fa fa-arrow-circle-right"></i></button>
</div>
</div>
<!-- to showing success messages -->
<p class="subscription-success"></p>
</form>
</div><!-- /.news-letter -->
</div><!-- end single footer widget -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.primary-footer -->
<!-- footer copyright area -->
<div class="copyright-wrapper text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright@2018 Afyacy. All Rights Reserved. Credits <a href="#">Afyacy</a></p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- ./end copyright-wrapper -->
</footer>
<!-- preloader -->
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="object" id="object_four"></div>
<div class="object" id="object_three"></div>
<div class="object" id="object_two"></div>
<div class="object" id="object_one"></div>
</div>
</div>
</div>
<!-- main jQuery -->
<script src="assets/js/jquery-2.1.3.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bootsnav.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/ajaxchimp.js"></script>
<script src="assets/js/ajaxchimp-config.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>