-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmitreceipt.html
executable file
·179 lines (162 loc) · 7.89 KB
/
submitreceipt.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Sabra - Buy, Get</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<!--Sabra Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!--START HEADER -->
<!--Header Content -->
<header>
<div class="container-fluid">
<div class="row padding-0">
<div class="col-md-12 padding-0">
<img src="images/header_desktop.jpg" class="img-fluid d-none d-sm-block" width="100%" alt="Serve Up Fresh Taste in a free bowl. While supplies last.">
<img src="images/header_mobile.jpg" class="img-fluid d-sm-none" width="100%" alt="Serve Up Fresh Taste in a free bowl. While supplies last.">
</div>
</div>
</div>
</header>
<!-- Wobbly Navigation -->
<section class="wobbly-nav">
<!-- Wobbly Nav Top -->
<div class="container-fluid">
<div class="row padding-0">
<div class="col-md-12 padding-0 text-center wobbly-top">
<img src="images/wobbly-top.png" width="100%" class="img-fluid">
</div>
</div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg py-lg-2">
<div class="container">
<a class="navbar-brand text-expanded" href="myactivity.html"><i class="fas fa-home"></i> Home</a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item px-lg-3 d-none d-lg-block">
<span class="nav-link text-expanded">Contact Us: 1-888-677-1235</span>
</li>
<li class="nav-item px-lg-3 d-none d-lg-block">
<span class="nav-link text-expanded">|</span>
</li>
<li class="nav-item px-lg-3">
<a class="nav-link text-expanded" href="aboutthebowls_signedin.html">About the Bowls</a>
</li>
<li class="nav-item px-lg-3">
<a class="nav-link text-expanded" href="my-account.html">My Account</a>
</li>
<li class="nav-item px-lg-3">
<a class="nav-link text-expanded js-scroll-trigger" href="index.html"><i class="far fa-user-circle"></i> Sign Out</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Wobbly Nav Bottom -->
<div class="container-fluid">
<div class="row padding-0">
<div class="col-md-12 padding-0 text-center wobbly-bottom">
<img src="images/wobbly-bottom.png" width="100%" class="img-fluid">
</div>
</div>
</div>
</section>
<!--END HEADER -->
<!--START BODY -->
<!-- Submit Receipts -->
<section class=" mb-5 pb-3">
<div class="container">
<div class="row">
<div class="col-sm-12 pt-4 text-center">
<h1>- Submit Receipt -</h1>
<p>Submit valid receipts for 3 Sabra products (7 oz. or larger) in order to select your bowl.</p>
</div>
<div class="col-sm-8 text-center receipt mx-auto">
<p>Before you upload your receipt please confirm the image clearly displays:
<br />
<br />
<span style="font-family: Nexa-Bold;">Date of purchase
<br />
Retailer name
<br />
Eligible items purchased are circled
<br />
Receipt total</span></p>
</div>
<div class="col-sm-12 pt-4 text-center">
<p>Please enter the purchase date from your receipt below and upload your receipt image.</p>
<div class="col-md-6 mx-auto">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Purchase Date<span class="text-alert">*</span></label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="MM/DD/YYYY">
</div>
<p class="text-center">You may upload a PDF, JPG, or PNG image. Please make sure your receipt image does not exceed 5MB and is clear and legible.</p>
<div class="mx-auto text-center mb-5">
<a class="btn btn-secondary" href="#" role="button"><i class="fas fa-upload"></i> UPLOAD RECEIPT</a><br />
<br />
<a class="btn btn-primary" href="myactivity_one.html" role="button">SUBMIT RECEIPT</a>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--END BODY -->
<!-- START FOOTER -->
<!-- Wobbly Footer -->
<div class="container-fluid">
<div class="row padding-0">
<div class="col-md-12 padding-0 text-center">
<img src="images/sabra_footer.png" width="100%" class="img-fluid footer-wobble">
</div>
<div class="col-md-12 no-pad text-center">
<img src="images/sabra_logo.png" class="img-fluid footer-logo">
</div>
</div>
</div>
<!-- Footer -->
<footer class="py-5">
<div class="container">
<div class="col-md-12 no-pad text-center d-lg-none">
<p class="phone">Contact Us: 1-888-677-1235</p>
</div>
<div class="col-md-12 no-pad text-center">
<p class="pt-3 pb-2 font-weight-bold"><a href="#" alt="">Offer Terms</a> <a href="http://sabra.com/privacy-policy" alt="Privacy Policy">Privacy Policy</a> <a href="http://sabra.com/terms-privacy" alt="Terms of Use">Terms of Use</a> <a href="#" alt="">Participating Products</a></p>
<p class="footer">
Purchase three (3) participating Sabra products between 12:00:00 p.m. CT on 5/13/18 and 11:59:59 p.m. CT on 8/31/18. Submit receipt(s) by 11:59:59 p.m. CT on 8/31/18. Once you have met the purchase requirements and your submission has been verified, you will be able to choose one (1) bowl from the inventory of available Sabra Bowls displayed on the Website. Your Sabra Bowl selection must be made by 11:59:59 p.m. CT on 9/21/18, WHILE SUPPLIES LAST. Allow up to six (6) weeks for delivery of your Sabra Bowl. Limit one (1) Sabra Bowl per household. Subject to <a href="#" class="footer-link">Offer Terms and Conditions</a>. Open to legal residents of one of the 50 US/DC, 18 or older. Void where prohibited. Sponsor: Sabra Dipping Company, LLC, 777 Westchester Ave #300, White Plains, NY 10604.
<br />
<br />
Questions? Call 1-888-677-1235 between 7:00 a.m. CT and 7:00 p.m. CT Sunday through Saturday.
<br />
<br />
©2018 SABRA DIPPING CO., LLC
</p>
</div>
</div>
</footer>
<!--END FOOTER-->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!--Smooth Scroll -->
<script src="js/scrolling.js"></script>
</body>
</html>