-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
456 lines (370 loc) · 20.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>MyFD Consulting - Homepage</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-jump">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="row">
<div class="header-logo">
<a class="site-logo" href="index.html"><img src="images/logo.svg" alt="Homepage"></a>
</div>
<nav class="header-nav-wrap">
<ul class="header-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#services" title="services">Services</a></li>
<li><a class="smoothscroll" href="#works" title="works">Testimonials</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
<li><a href="https://dash.myfd.gq" title="dashboard">Dashboard</a></li>
</ul>
</nav> <!-- end header-nav-wrap -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-icon"></span>
</a>
</div> <!-- end row -->
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home page-hero target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h1>
We provide advanced <br>
solutions to make your business <br>
ready for the digital world.
</h1>
<div class="home-content__button">
<a href="#about" class="smoothscroll btn btn-animatedbg">
More About Us
</a>
</div>
<div class="home-content__video">
<a class="video-link" href="https://player.vimeo.com/video/285415708?color=01aef0&title=0&byline=0&portrait=0" data-lity>
<span class="video-icon"></span>
<span class="video-text">Play Video</span>
</a>
</div>
</div> <!-- end home-content__main -->
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
Scroll
</a>
</div>
</div> <!-- end home-content -->
<ul class="home-social">
<li>
<a href="https://www.facebook.com/My-Future-Digital-253822008583720"><i class="fab fa-facebook-f" aria-hidden="true"></i><span>Facebook</span></a>
</li>
</ul> <!-- end home-social -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 data-num="01" class="subhead">Who We Are</h3>
<h1 class="display-1">
My Future Digital is a consulting agency operating in serving Atlanta, Macon, and the rest of the middle Georgia area specializing in getting you ready for the world of advanced media and the internet.
</h1>
<p class="lead">
We have been working in the technology industry for years. We have developed technology for rapid distribution of content and services. Along with this we have helped many companies get kickstarted with a digital presence whether that is just a website and social media, or even a full scale enterprise network. We can do it all.
</p>
</div>
</div>
<div class="row about-process block-1-2 block-tab-full">
<div class="col-block item-process" data-aos="fade-up">
<div class="item-process__header item-process__header--planning">
<h3>Target</h3>
</div>
<p>
We aim to help you efficiently get started with your digital presence with the least amount of hassle possible. We want you to be able to get online and get seen in the least time possible and receive sales with an amazing turnaround time.
</p>
</div>
<div class="col-block item-process" data-aos="fade-up">
<div class="item-process__header item-process__header--branding">
<h3>Branding</h3>
</div>
<p>
We can help connect you with the right people to get high quality, 21st century branding for your company. Whether that is workplace ads, local media, or even a new logo and social banner, we will make sure that your branding is A+.
</p>
</div>
<div class="col-block item-process" data-aos="fade-up">
<div class="item-process__header item-process__header--implementation">
<h3>Hard Work</h3>
</div>
<p>
We believe that with hard work comes great results. But what if you have the will but not the know-how? We will do that hard work and find you the people you need to get the job done and improve your digital presence. Whether it is a simple website and advertising campaign or a full enterprise network we can help you out.
</p>
</div>
<div class="col-block item-process" data-aos="fade-up">
<div class="item-process__header item-process__header--documentation">
<h3>Learn</h3>
</div>
<p>
Not only will we provide you with what you need to be successful, we will teach you the skills you need to keep these systems running without constant help from us. Of course we will be here to help you when you need it, but hey! Isn't it great to be able to handle support from within?
</p>
</div>
</div> <!-- end about-process -->
</section> <!-- end s-about -->
<!-- services
================================================== -->
<section id="services" class="s-services target-section">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 data-num="02" class="subhead">What We Do</h3>
<h1 class="display-1 display-1--light">
Our consulting service aims to give you a stunning online presence.
</h1>
<p class="lead lead-light">
We live in an age where technology is everything. As a business, if you want to grow you have to have a promising digital presence. Whether this is you needing a website, a social media campaign, or even a internal network for your employees, we will do what we can to help you survive and thrive.
</p>
</div>
</div>
<div class="row services-list block-1-3 block-m-1-2 block-tab-full">
<div class="col-block item-service" data-aos="fade-up">
<h4>Branding</h4>
<p>
We have contacts in some of the best branding and marketing companies in the world. We will match the skills you need to the company that can do it. No longer do you have to go with one branding company, have multiple options.
</p>
</div>
<div class="col-block item-service" data-aos="fade-up">
<h4>Social Media</h4>
<p>
Our team has been working with social media and search engine optimization (SEO) for many years now. We will help you with social media marketing to get you in front of the clients you know want to be your customers.
</p>
</div>
<div class="col-block item-service" data-aos="fade-up">
<h4>Web Design</h4>
<p>
Our web developers/designers have the skills you need to design a great website. Not only this but we have contact with some of the top web designers and can get a great custom site designed for you in a timely and affordable manner.
</p>
</div>
<div class="col-block item-service" data-aos="fade-up">
<h4>System Management</h4>
<p>
Receive access to system administration and setup services. We can setup enterprise networks, we can establish data centers, ensure top grade security in your business and receive the support needed to keep it running. Not only this but we have contact with many companies who can do this at even more affordable prices and will help get you an inside contact.
</p>
</div>
<div class="col-block item-service" data-aos="fade-up">
<h4>Media Advertising</h4>
<p>
An engaging television ad, a stellar YouTube ad, an audio ad on the radio, whatever advertising platform you need, we have the skills and software to design the videos to engage your customers around the world at home and abroad.
</p>
</div>
<div class="col-block item-service" data-aos="fade-up">
<h4>Mobile Design</h4>
<p>
Everyone is on their phones these days. In an age where mobile access is critical, your sites and media must be mobile accessible. We love our smartphones and we love working on them. Whether you need a mobile website, a phone dashboard, or even a custom app for your business, we can help you out.
</p>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 data-num="03" class="subhead">Testimonials</h3>
<h1 class="display-1">
Hear from our former clients on why they enjoyed working with MyFD!
</h1>
</div>
</div>
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">What Clients Are Saying...</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<span class="testimonials__icon"></span>
<p>Our company recently faced a new competitor who targeted the mobile market. We picked MyFD to help us out and they were able to not only save us from going under, we now have one of the most advanced mobile platforms in our industry.</p>
<div class="testimonials__author">
<!--<img src="images/avatars/user-01.jpg" alt="Author image" class="testimonials__avatar">-->
<span class="testimonials__name">Jason Mack</span>
<span class="testimonials__position">User Experience Lead</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<span class="testimonials__icon"></span>
<p>I was so incredibly surprised by the amount of services that My Future Digital provided for me. There were a few things they couldn't quite help me with, but they knew exactly who to direct me too and I was able to get a direct line with a representative instead of waiting weeks on a callback.</p>
<div class="testimonials__author">
<!--<img src="images/avatars/user-05.jpg" alt="Author image" class="testimonials__avatar">-->
<span class="testimonials__name">Parker Wilson</span>
<span class="testimonials__position">Project Manager</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<span class="testimonials__icon"></span>
<p>We've used MyFD in the past but never for networks and systems. They do great marketing and branding but what we weren't aware is how resilient their systems are. We trust the systems they put in place to store customer data and to handle our massive system load.</p>
<div class="testimonials__author">
<!--<img src="images/avatars/user-02.jpg" alt="Author image" class="testimonials__avatar">-->
<span class="testimonials__name">Peng Choi</span>
<span class="testimonials__position">System Administrator</span>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
</div> <!-- end testimonials-wrap -->
</section> <!-- end s-works -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 data-num="05" class="subhead">Get In Touch</h3>
<h1 class="display-1 display-1--light">Working on something great and need our help to establish your digital presence?
Drop us a line at <a href="mailto:#0">[email protected]</a></h1>
</div>
</div>
<div class="row contact-infos">
<div class="col-five md-seven tab-full contact-address" data-aos="fade-up">
<h4>Mail Us</h4>
<p>
11923 NE Sumner St <br>
STE 787091 <br>
Portland, Oregon <br>
97220 USA
</p>
</div>
<div class="col-three md-five tab-full contact-social" data-aos="fade-up">
<h4>Follow Us</h4>
<ul class="contact-list">
<li><a href="https://www.facebook.com/My-Future-Digital-253822008583720">Facebook</a></li>
</ul>
</div>
<div class="col-four md-six tab-full contact-number" data-aos="fade-up">
<h4>Contact Us</h4>
<ul class="contact-list">
<li><a href="mailto:#0">[email protected]</a></li>
<li>Corporate: <a href="skype:5035067527">+1 (503) 506-7527</li>
<li>Local Representative: <a href="skype:4788881530">+1 (478) 888-1530</li>
</ul>
</div>
</div> <!-- end contact-infos -->
<div class="row contact-bottom">
<div class="col-five tab-full contact-button" data-aos="fade-up">
<a href="mailto:[email protected]" class="smoothscroll btn btn-animatedbg">
Let's Talk
</a>
</div>
</div> <!-- end contact-button -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-full cl-copyright">
<span><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © 2016 - <script>document.write(new Date().getFullYear());</script> My Future Digital (MyFD Consulting). All rights reserved | This template is made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</span>
</div>
</div>
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"></a>
</div>
</footer>
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div><!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Verloop Input
<style>
.verloop-button {
left: 20px;
right: initial;
}
</style>
<script type="text/javascript">
(function(w, d, s, u) {
w.Verloop = function(c) { w.Verloop._.push(c) }; w.Verloop._ = []; w.Verloop.url = u;
var h = d.getElementsByTagName(s)[0], j = d.createElement(s); j.async = true;
j.src = 'https://myfdchat.verloop.io/livechat/script.min.js?v=v1.12.5';
h.parentNode.insertBefore(j, h);
})(window, document, 'script', 'https://myfdchat.verloop.io/livechat');
</script>-->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5b875202f31d0f771d84460e/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>