-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·659 lines (613 loc) · 33 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
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!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">
<title>Linc - Shopping Assist & Messenger</title>
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/ultimate-flat-social-icons/ultm-css/ultm.css">
<link rel="stylesheet" href="assets/css/form-elements.css">
<link rel="stylesheet" href="assets/css/buttons.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<!-- Top content -->
<div class="top-content">
<a href="/faqpage.html">
<img class="faqbutton" src="assets/img/FaqButton.jpg" alt="frequently asked questions">
</a>
<div class="inner-bg">
<div class="container">
<div class="row">
<div class="col-sm-5 phone wow fadeInLeft">
<img src="assets/img/iphoneshopline.png" alt="">
<!--<div class="row">
<a class="button-1" href="#">
<span class="button-1-left"><i class="fa fa-mobile"></i></span>
<span class="button-1-right">
<span class="button-1-right-top">Available on the</span>
<span class="button-1-right-bottom">App Store</span>
</span>
</a>
<a class="button-2" href="#">
<span class="button-2-left"><i class="fa fa-android"></i></span>
<span class="button-2-right">
<span class="button-2-right-top">Get it now for</span>
<span class="button-2-right-bottom">Android</span>
</span>
</a>
</div>-->
</div>
<div class="container">
<div class="col-sm-7 text wow fadeInUp">
<div class="logo">
<img alt="" class="img-responsive" src="assets/img/linclogoappsite.png">
</div>
<h1>Shopping Assist, Messenger & Therapist</h1>
<h3><strong id="redbg">CAUTION: THIS APP MAY REDUCE STRESS</strong></h3>
<div class="description">
</div>
<!--<div class="top-button">
<a class="button-1" href="#">
<span class="button-1-left"><i class="fa fa-mobile"></i></span>
<span class="button-1-right">
<span class="button-1-right-top">Available on the</span>
<span class="button-1-right-bottom">App Store</span>
</span>
</a>
<a class="button-2" href="#">
<span class="button-2-left"><i class="fa fa-android"></i></span>
<span class="button-2-right">
<span class="button-2-right-top">Get it now for</span>
<span class="button-2-right-bottom">Android</span>
</span>
</a>-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Call to action -->
<div class="call-to-action-container section-container section-container-full-bg" style="background-color: #25A3D5;">
<div class="container">
<div class="row">
<div class="col-sm-12 call-to-action section-description wow fadeIn">
<h2> Getting Assistance Has never been easier
</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12 call-to-action-button wow fadeInUp">
<a class="button-1" href="#">
<span class="button-1-left"><i class="fa fa-mobile"></i></span>
<span class="button-1-right">
<span class="button-1-right-top">Available on the</span>
<span class="button-1-right-bottom">App Store</span>
</span>
</a>
<a class="button-2" href="#">
<span class="button-2-left"><i class="fa fa-android"></i></span>
<span class="button-2-right">
<span class="button-2-right-top">Get it now for</span>
<span class="button-2-right-bottom">Android</span>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Features -->
<!--<div id="getit" class="features-container section-container">
<div class="container">
<div class="row">
<div id="getit" class="col-sm-12 features section-description wow fadeIn">
<h2>Getting Assistance has never been easier</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12 call-to-action-button wow fadeInUp">
<a class="button-1" href="#">
<span class="button-1-left"><i class="fa fa-mobile"></i></span>
<span class="button-1-right">
<span class="button-1-right-top">Available on the</span>
<span class="button-1-right-bottom">App Store</span>
</span>
</a>
<a class="button-2" href="#">
<span class="button-2-left"><i class="fa fa-android"></i></span>
<span class="button-2-right">
<span class="button-2-right-top">Get it now for</span>
<span class="button-2-right-bottom">Android</span>
</span>
</a>
</div>
<div class="row">
<div class="col-sm-4 features-box wow fadeInUp">
<div class="features-box-icon">
<i class="fa fa-music"></i>
</div>
<h3>No More Hold <br>Music</h3>
</div>
<div class="col-sm-4 features-box wow fadeInDown">
<div class="features-box-icon">
<i class="fa fa-search"></i>
</div>
<h3>Stop Searching for Answers</h3>
</div>
<div class="col-sm-4 features-box wow fadeInUp">
<div class="features-box-icon">
<i class="fa fa-calendar"></i>
</div>
<h3>Never Miss a <br>Return</h3>
</div>
</div>-->
</div>
</div>
<!-- Single feature -->
<div id="enjoy" class="single-feature-container section-container section-container-full-bg">
<div class="container">
<div class="row">
<div class="col-sm-12 single-feature section-description wow fadeIn">
<h2>Enjoy More</h2>
<p> <strong>
Connect and message with stores when you have product-related issues, general
questions or need expert guidance. Anytime and Anywhere.
</strong></p>
</div>
</div>
<div class="row">
<div class="col-sm-12 single-feature-box wow fadeInDown">
<img src="assets/img/iphone-1.png" alt="">
</div>
</div>
</div>
</div>
<!-- Single feature -->
<div id="shop" class="single-feature-container section-container" style="background-color: #9D9D9D">
<div class="container">
<div class="row">
<div class="col-sm-12 single-feature section-description wow fadeIn">
<h2 id="whitetxt1">Shop More</h2>
<p class="whitetxt"><strong>
No need to search your inbox for information regarding your purchases. <br> We've got it all right here with Linc's Shopline.</p>
</strong><p>
</div>
</div>
<div class="row">
<div class="col-sm-12 single-feature-box wow fadeInDown">
<img src="assets/img/iphone-3.png" alt="">
</div>
</div>
</div>
</div>
<!-- Single feature -->
<div id="cafe" class="single-feature-container section-container section-container-full-bg">
<div class="container">
<div class="row">
<div class="col-sm-12 single-feature section-description wow fadeIn">
<h2>Relax More</h2>
<p><strong>
Track your purchases from shipment to delivery. <br>
Real-time alerts and direct access to sellers and shippers.
</strong></p>
</div>
</div>
<div class="row">
<div class="col-sm-12 single-feature-box wow fadeInDown">
<img src="assets/img/iphone-2.png" alt="">
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="testimonials-container section-container">
<div class="container">
<div class="row">
<div class="col-sm-12 testimonials section-description wow fadeIn">
<h2>What our users have to say...</h2>
<div class="testimonial-active"></div>
<div class="testimonial-quote">“ ”</div>
<div class="testimonial-single">
<p>
Linc has created a personal customer service experience for me that solves all of my needs.
<br>I don't know what I would do without it. <br>
<a href="">Rebecca - San Francisco, CA</a>
</p>
<div class="testimonial-single-image">
<img src="assets/img/testimonials/1.png" alt="" data-at2x="assets/img/testimonials/1.png">
</div>
</div>
<div class="testimonial-single">
<p>
I shop online all the time, and it's a hassle searching through my e-mails for information. <br>
Linc helps me access all of my purchases in one place.
<br>
<a href="">Katie - New York, NY</a>
</p>
<div class="testimonial-single-image">
<img src="assets/img/testimonials/2.png" alt="" data-at2x="assets/img/testimonials/2.png">
</div>
</div>
<div class="testimonial-single">
<p>
I would definitly recommend Linc to a friend. It organizes my purchases <br> and connects me directly with stores when I need help.
<br>
<a href="">Axel - Miami, FL</a>
</p>
<div class="testimonial-single-image">
<img src="assets/img/testimonials/3.png" alt="" data-at2x="assets/img/testimonials/3.png">
</div>
</div>
<div class="testimonial-single">
<p>
It's suprising it took so long for an app like this. <br> If you shop online a lot then you should check it out!
<br>
<a href="">Jaemi - Los Angeles, CA</a>
</p>
<div class="testimonial-single-image">
<img src="assets/img/testimonials/4.png" alt="" data-at2x="assets/img/testimonials/4.png">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Call to action -->
<div class="call-to-action-container section-container section-container-full-bg" style="background-color: #25A3D5;">
<div class="container">
<div class="row">
<div class="col-sm-12 call-to-action section-description wow fadeIn">
<h2> What are you waiting for?
</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12 call-to-action-button wow fadeInUp">
<a class="button-1" href="#">
<span class="button-1-left"><i class="fa fa-mobile"></i></span>
<span class="button-1-right">
<span class="button-1-right-top">Available on the</span>
<span class="button-1-right-bottom">App Store</span>
</span>
</a>
<a class="button-2" href="#">
<span class="button-2-left"><i class="fa fa-android"></i></span>
<span class="button-2-right">
<span class="button-2-right-top">Get it now for</span>
<span class="button-2-right-bottom">Android</span>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- FAQ --> <!--
<div class="faq-container section-container">
<div class="container">
<div class="row">
<div class="col-sm-12 faq section-description wow fadeIn">
<h2>Frequent questions</h2>
</div>
</div>
<div class="row">
<div class="col-sm-6 faq-box wow fadeInLeft">
<div class="single-faq">
<h3><strong>How does Linc work?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Simply connect the email address you use for your online shopping, and allow Linc to use your “Current Location” to suggest places you
shopped at or snap a photo of your store receipt.
</p>
<p>
That’s just the start. Have a question or comment on item you just purchased? Want to track your online shipments? Need
to set return reminder? Tap on the Assist button in any of your Shopping Event Cards and enjoy a whole new way of getting
customer service.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>How do I get started?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
1. Download Linc App to your smartphone by going to iTunes App Store or Google Play Store.
</p>
<p>
2. Create your Linc account by Tapping on “Why Sign-Up”. Linc allows you to enter an email address or your Facebook account credentials to get started.
</p>
<p>
3. Please note: You should connect the email address you use for your online shopping. At this point you will be asked to confirm your email
address and enter your email password. We do not store your email credentials. If you have additional email address you
like to connect we give you a way once you inside the app. (Via Capture Screen “+” in Navigation Bar).</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Why does Linc need to my email?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Linc uses intelligent computer scripting to process your email account and identify online purchases. All data is secured
and encrypted. We do not share your data without your permission.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>How can I change the the notification settings?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
To access and customize your notifications, enter the Profile/Settings screen via Navigation Bar, Scroll down Profile
Screen and adjust your Notification Alerts. Turn any notifications On/Off with your toggle button.
</p>
<p>Notifications are a reliable way
of keeping you connected to your stores and shopping activities.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Why can't I log into my account?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Sometimes we loose or forget our passwords. To retrieve your password launch the app, tap on “Log-In” and once again
on “Forgot password?”. You will be asked for the email address you used to create an account with Linc.
</p>
<p>If you receive any errors while trying to log-in please send a note to [email protected] and we will get back to as
quickly as possible.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>How do I disconnect my email with Linc?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
To disconnect your email address from Linc you need to go to the Capture Screen by tapping on “+” in the Navigation Bar.
Find the Email at bottom of screen. Once you in the Email Accounts screen, swipe right-to-left on the email address you
like to delete. This will ensure that any future email activity is not accessible by Linc.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Does Linc access my credit card or banking information?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
No! The only information used by Linc is your purchase item information, amount of item/total, shipment information. In addition,
retailers protect their customers by not including credit card or financial institution information in you online receipts.
</p>
</div>
</div>
</div>
<div class="col-sm-6 faq-box wow fadeInUp">
<div class="single-faq">
<h3><strong>Who am I contacting when I send a message to Stores?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Linc helps you connect with the stores directly. When you “Message Store” from the Assist menu, you are directly
contacting the best person in the Customer Support department for that specific merchant.
</p>
<p>
To help you get the the best assistance from the store, we will include your purchase information.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Who sees the messages I send to stores?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Linc provides you with an easy way to communicate directly with the stores you purchase from. The message you send to
Store will be directed to their Customer Support or Customer Relations department.
</p>
<p>
To ensure your messages are addressed, Linc will monitor the reply from the merchant. If we detect that the merchant has not responded in 24hrs, we
will resend your original message and work with the store to resolve your need/issue.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>How quickly will a store respond? <br>What happens if they don't?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
We like to ensure that any message you send gets to the best person in the Store/Merchant’s Customer Support. In
addition, we include all relevant purchase information to help expedite your question or issue. The response time is
entirely at the discretion of the Store/Merchant Customer Service policy.
</p>
<p>
To ensure your messages are addressed, Linc
will monitor the reply from the merchant. If we detect that the merchant has not responded in 24hrs, we will resend your
original message.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Which stores can I Contact with Linc?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Linc is an intelligent Assist and Messaging tool. There are 2 ways you can contact a Store/Merchant. You can “Message”
or “Call”. Each Shopping Event Card in your ShopLine contains an Assist Button. This Assist button is customized for
each Shopping Event Card. You will have the choice to “Message” or “Call” store.
</p>
<p>
If neither of these options are available, it
means that we do not have the contact information for you.
</p>
<p>
Note: We are constantly updating our systems to ensure you have
the best experience and you can always offer suggestions to improve Linc.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Can I delete a shopline event card?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
You can delete or discard any Shopping Event Card from your ShopLine by swiping right-to-left on top of Card. At this time
we do not provide a way to retrieve your Event Card once it has been deleted.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>Why is Linc missing my tracking status?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Not all retailers are created equal. In some cases when you purchase from an on-line retailer only the order information is made
available by the store and it is difficult for Linc to obtain your tracking information.
</p>
<p>If you find this is happening too often please let Linc know
and we will do our best to work with the store directly to improve the experience and access to information.
</p>
</div>
</div>
<div class="single-faq">
<h3><strong>What does Linc do with my location information?</strong></h3>
<span><i class="fa fa-plus"></i></span>
<div class="single-faq-text">
<p>
Our promise to you is to help capture your shopping activities whether online on at retail. Linc uses your location information to suggest
places you may have shopped at during the day. We use location information to taylor your Linc Experience and provide you an easy
way to capture places you shop at.
</p>
<p>
This information is NOT shared with anyone without your permission. You have the option to disable
Suggest Locations anytime from the Profile/Settings screen.
</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Call to action --> <!--
<div class="call-to-action-container section-container section-container-full-bg" style="background-color: #25A3D5">
<div class="container">
<div class="row">
<div class="col-sm-12 call-to-action section-description wow fadeIn">
<h2> Linc to the Rescue
</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12 call-to-action-button wow fadeInUp">
<a class="button-1" href="#">
<span class="button-1-left"><i class="fa fa-mobile"></i></span>
<span class="button-1-right">
<span class="button-1-right-top">Available on the</span>
<span class="button-1-right-bottom">App Store</span>
</span>
</a>
<a class="button-2" href="#">
<span class="button-2-left"><i class="fa fa-android"></i></span>
<span class="button-2-right">
<span class="button-2-right-top">Get it now for</span>
<span class="button-2-right-bottom">Android</span>
</span>
</a>
</div>
</div>
</div>
</div>
-->
<!-- Subscription form -->
<div id='email' class="subscribe-container section-container" style="background-color: #9D9D9D;">
<div class="container">
<div class="row">
<div class="col-sm-12 subscribe section-description wow fadeIn">
<h2 id="whitetxt2">Stay Informed</h2>
<p class="whitetxt"> <strong> Sign up now and you'll be among the first to know about new features and releases.</strong> </p>
<form class="form-inline" action="assets/subscribe.php" method="post">
<input type="text" name="email" placeholder="Enter your email..." class="subscribe-email">
<button type="submit" class="btn"> <strong>Let's Linc</strong></button>
</form>
<div class="success-message"></div>
<div class="error-message"></div>
</div>
</div>
</div>
</div>
<!-- Contact us -->
<!--<div class="contact-container section-container section-container-full-bg">
<div class="container">
<div class="row">
<div class="col-sm-12 contact section-description wow fadeIn">
<h2>Contact us</h2>
<!--<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-7 contact-form wow fadeInLeft">
<h3>Send us a message</h3>
<form method="post" action="assets/contact.php">
<input type="text" name="email" placeholder="Email..." class="contact-email">
<input type="text" name="subject" placeholder="Subject..." class="contact-subject">
<textarea name="message" placeholder="Message..." class="contact-message"></textarea>
<button type="submit"><strong>Send Message</strong></button>
</form>
</div>
<div class="col-sm-5 contact-address wow fadeInUp">
<h3>Contact details</h3>
<p><i class="fa fa-map-marker"></i>440 North Wolfe Road, Sunnyvale, CA 94085</p>
<p><i class="fa fa-phone"></i>Phone: 0039 333 12 68 347</p>
<p><i class="fa fa-envelope"></i>Email: <a href="">[email protected]</a></p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-7 footer-copyright">
© Linc Global
</div>
<div class="col-sm-5 footer-social">
<a class="ultm ultm-facebook ultm-32 ultm-square ultm-color-to-gray" href=""></a>
<a class="ultm ultm-linkedin ultm-32 ultm-square ultm-color-to-gray" href=""></a>
<a class="ultm ultm-twitter ultm-32 ultm-square ultm-color-to-gray" href=""></a>
<a class="ultm ultm-google-plus-1 ultm-32 ultm-square ultm-color-to-gray" href=""></a>
</div>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="assets/js/jquery-1.10.2.min.js"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/retina-1.1.0.min.js"></script>
<script src="assets/js/scripts.js"></script>
<!--[if lt IE 10]>
<script src="assets/js/placeholder.js"></script>
<![endif]-->
</body>
</html>