-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
95 lines (87 loc) · 4.88 KB
/
footer.html
File metadata and controls
95 lines (87 loc) · 4.88 KB
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
<footer class="sfooter">
{% block footer_content %}
<div class="container">
<!-- Desktop version -->
<div class="row hidden-xs">
<section class="column">
<h4 class="heading h-section">LEGAL</h4>
<ul class="links list-unstyled">
<li><a href="/terms">Terms of Service</a></li>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/shipping">Shipping & Return Policy</a></li>
<li><a href="/cancel-my-account">Canceling Your Account</a></li>
</ul>
</section>
<section class="column">
<h4 class="heading h-section">CONTACT US</h4>
<p>ZampleBox, LLC<br>2743 152nd Ave NE<br>Suite 5A<br>Redmond, WA 98052</p>
<br>
<p><strong>(650) 539-ZBOX (9269)</strong></p>
<br>
<p class="address"><a href="http://support.zamplebox.com/customer/portal/emails/new">EMAIL US</a></p>
</section>
<section class="column">
<h4 class="heading h-section">USEFUL LINKS</h4>
<ul class="links list-unstyled">
<li><a href="/careers">Open Positions @ ZampleBox</a></li>
<li><a href="http://support.zamplebox.com">FAQ</a></li>
<li><a href="/partners">Our Partners</a></li>
<li><a href="/community">ZampleBox Community</a></li>
<li><a href="/become-an-ambassador"><strong>Become an Ambassador</strong></a></li>
</ul>
</section>
<section class="column">
<h4 class="heading h-section">SHOP PRODUCTS</h4>
<ul class="links list-unstyled">
<li><a href="/subscribe">Subscriptions</a></li>
<li><a href="/shop/product/zamplebox-starter-kit">Starter Kits</a></li>
<li><a href="/shop/">Hardware</a></li>
<li><a href="/shop/">Apparel</a></li>
</ul>
</section>
</div>
<!-- /Desktop version -->
<!-- Mobile version -->
<div class="row visible-xs">
<div class="col-xs-6">
<h4 class="heading h-section hover" data-toggle="collapse" data-target="#legal-menu">LEGAL</h4>
<ul id="legal-menu" class="links list-unstyled collapse" data-toggle="dropdown">
<li><a href="/terms">Terms of Service</a></li>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/shipping">Shipping & Return Policy</a></li>
<li><a href="/cancel-my-account">Canceling Your Account</a></li>
</ul>
<h4 class="heading h-section hover" data-toggle="collapse" data-target="#useful-menu">USEFUL LINKS</h4>
<ul id="useful-menu" class="links list-unstyled collapse">
<li><a href="/careers">Open Positions @ ZampleBox</a></li>
<li><a href="http://support.zamplebox.com">FAQ</a></li>
<li><a href="/partners">Our Partners</a></li>
<li><a href="/community">ZampleBox Community</a></li>
<li><a href="/become-an-ambassador"><strong>Become an Ambassador</strong></a></li>
</ul>
<h4 class="heading h-section hover" data-toggle="collapse" data-target="#products-menu">SHOP PRODUCTS</h4>
<ul id="products-menu" class="links list-unstyled collapse">
<li><a href="/subscribe">Subscriptions</a></li>
<li><a href="/shop/product/zamplebox-starter-kit">Starter Kits</a></li>
<li><a href="/shop/">Hardware</a></li>
<li><a href="/shop/">Apparel</a></li>
</ul>
<h4 class="heading h-section"><a href="http://support.zamplebox.com/customer/portal/emails/new">EMAIL US</a></h4>
</div>
<div class="col-xs-6">
<h4 class="heading h-section">CONTACT US</h4>
<p>ZampleBox, LLC<br>2743 152nd Ave NE<br>Suite 5A<br>Redmond, WA 98052</p>
<h4 class="heading h-section">(650) 539-ZBOX (9269)</h4>
</div>
</div>
<!-- Mobile version -->
</div>
<div class="warning">
<div class="container">
<p>WARNING: Products included in ZampleBox contain nicotine, a poisonous and addictive substance. Products and accessories included in ZampleBox are only intended for committed smokers of legal smoking age and not by non-smokers, children, women who are pregnant or may become pregnant or any person with an elevated risk of, or preexisting condition of, any medical condition which includes, but is not limited to, heart disease, diabetes, high blood pressure or asthma. If you experience any side effects or possible side effects, stop using the product immediately and consult a physician. Products included in ZampleBox may be poisonous if orally ingested. Products included in ZampleBox are not smoking cessation products and have not been tested or guaranteed as such. Products included in ZampleBox have not been evaluated by the Food and Drug Administration nor is it intended to treat, prevent or cure any disease or condition. For their protection, please keep out of reach of children and pets.</p>
<p>CALIFORNIA PROPOSITION 65 - WARNING: This product contains nicotine, a chemical known to the state of California to cause birth defects or other reproductive harm.</p>
</div>
</div>
{% endblock %}
</footer>
<span class="scroll-top"><i class="arrow"></i></span>