-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrapper.html
58 lines (58 loc) · 2.84 KB
/
wrapper.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Remove Line --><link rel="stylesheet" href="css/wrapper.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
<style>
/* Insert CSS Here */
</style>
<!-- Slick for the cool carousel buttons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
</head>
<body>
<div>
[[S63:3]]
</div>
<div class="content wrapper-footer page">
<div class="footer-logo">
<a href="https://americares.org">
<img style="width:100%" href="americares.org" src="https://secure.americares.org/images/content/pagebuilder/logo.png" alt="" style="height: 30px;">
</a>
</div>
<div class = "footer-right-col">
<nav class="footer-breadcrumbs">
<li >
<a href="https://www.americares.org/en/about-us/">About us</a>
</li>
<li>
<a href="https://www.americares.org/en/our-privacy-policy/">Privacy Policy</a>
</li>
<li>
<a href="https://www.americares.org/en/contact-us/">Contact Us</a>
</li>
<li>
<a href="https://www.americares.org/en/our-faq/">FAQ</a>
</li>
</nav>
</div>
<div class="footer-left-col" >
<p class="variable-text-small" >88 harrison Ave. Stamford, CT 06902</p>
<p class="variable-text-medium">(800) 486-HELP (203) 658-950</p>
<a class="variable-text-small" href="mailto: info@americares.org">info@americares.org</a>
</div>
<p class="footer-description" style= "font-size: 10px; width: 40%">
Americares is approved by the Internal Revenue Service as a 501 (C) (3) tax-exempt organization, and all donations are tax deductible to the extent provided by law. Americares Federal Identification Number (EIN) is 061008595. Member of Reuters Alertnet.
</p>
<p class="footer-bottom-text-desktop">© 2018 Americares. All Rights Reserved. Health is On The Way is a trademark of Tandigm Health, LLC.</p>
<p class="footer-bottom-text-mobile">© 2018 Americares. All Rights Reserved.</p>
</div>
</body>
</html>