-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
668 lines (642 loc) · 27 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
659
660
661
662
663
664
665
666
667
668
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BumbleBeeVape</title>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107220467-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107220467-1');
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.3/css/bulma.min.css" />
<link rel="stylesheet" href="styles.css">
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous">
</script>
</head>
<body>
<nav class="navbar bv_nav">
<div class="navbar-brand">
<a class="navbar-item" href="/index.html">
<img src="assets/Logo.png" alt="Bumblebee vapes" width="112" >
</a>
<div class="navbar-burger burger" data-target="navMenuExample">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navMenu" class="navbar-menu is-hidden-mobile">
<div class="navbar-start">
<a class="navbar-item" href="/index.html">
HOME.
</a>
<a class="navbar-item" href="#" id="products">
PRODUCTS.
</a>
<a class="navbar-item" href="#" id="shop">
SHOP.
</a>
<a class="navbar-item" href="#" id="events">
EVENTS.
</a>
<a class="navbar-item" href="#" id="locator">
LOCATOR.
</a>
<a class="navbar-item" href="#" id="faq">
FAQ.
</a>
<a class="navbar-item" href="https://medium.com/@bumblebeevape" target="_blank" id="faq">
BUZZ.
</a>
</div>
<div class="navbar-end">
<a class="navbar-item" href="https://www.instagram.com/bumblebeevape/" target="_blank">
<span class="icon">
<i class="fa fa-instagram"></i>
</span>
</a>
<a class="navbar-item" href="https://twitter.com/BumblebeeVape" target="_blank">
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
</a>
<a class="navbar-item" href="https://facebook.com/bumblebeevape">
<span class="icon">
<i class="fa fa-facebook"></i>
</span>
</a>
</div>
</div>
<div class="navbar-menu is-hidden-tablet mobileNav">
<div class="navMobileHalf">
<div class="navbar-start">
<a class="navbar-item" href="/index.html">
HOME.
</a>
<a class="navbar-item" href="#" id="products">
PRODUCTS.
</a>
<a class="navbar-item" href="#" id="shop">
SHOP.
</a>
<a class="navbar-item" href="#" id="events">
EVENTS.
</a>
<a class="navbar-item" href="#" id="locator">
LOCATOR.
</a>
<a class="navbar-item" href="#" id="faq">
FAQ.
</a>
<a class="navbar-item" href="https://medium.com/@bumblebeevape" target="_blank" id="faq">
BUZZ.
</a>
</div>
</div>
<div class="">
<div class="navbar-end">
<a class="navbar-item" href="https://www.instagram.com/bumblebeevape/" target="_blank">
<span class="icon">
<i class="fa fa-instagram"></i>
</span>
</a>
<a class="navbar-item" href="https://twitter.com/BumblebeeVape" target="_blank">
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
</a>
<a class="navbar-item" href="https://facebook.com/bumblebeevape">
<span class="icon">
<i class="fa fa-facebook"></i>
</span>
</a>
</div>
</div>
</div>
</nav>
<div class="modal is-active" id="minAgeCheck">
<div class="modal-background"></div>
<div class="modal-content">
<section class="hero">
<div class="hero-body has-text-centered">
<div class="columns">
<div class="column">
<figure class="image is-64x64 centered">
<img src="assets/Bee.png" alt="bee">
</figure>
</div>
</div>
<div class="minAgeCheck">
<h1 class="title ">Welcome!</h1>
<h2 class="title is-4">Please verify your age to enter</h2>
<a class="button is-success is-large" id="over">I'm 21 & over</a>
<br>
<a class="button is-danger is-large" id="under">I'm under 21</a>
</div>
<div class="underAge hidden">
<h1 class="title ">Sorry, you must be over 21 to enter this site</h1>
</div>
</div>
</section>
</div>
</div>
<div class="modal" id="collector">
<div class="modal-background"></div>
<div class="modal-content">
<section class="hero">
<div class="hero-body">
<div class="columns">
<div class="column">
<figure class="image is-64x64 centered">
<img src="assets/Bee.png" alt="bee">
</figure>
</div>
</div>
<div class="tile is-ancestor collectContainer">
<div class="tile is-parent">
<div class="tile is-child">
<video loop muted autoplay poster="http://dummyimage.com/320x240/ffffff/fff" class="">
<source src="assets/video5.mp4" type="video/mp4">
</video>
</div>
</div>
<form id="pincheForm" class="tile is-6 is-vertical">
<div class="tile is-child is-12">
<p class="enterToWin">ENTER TO WIN $500</p>
</div>
<div class="tile">
<div class="tile is-child">
<div class="field">
<div class="control">
<input class="input" id="name" type="text" placeholder="NAME" autofocus required>
</div>
</div>
</div>
<div class="tile is-child">
<div class="field ">
<div class="control">
<input class="input" id="zipCode" type="number" placeholder="ZIP CODE" required>
</div>
</div>
</div>
</div>
<div class="tile">
<div class="tile is-child">
<div class="field">
<div class="control">
<input class="input" id="email" type="email" placeholder="EMAIL" required>
</div>
</div>
</div>
</div>
<div class="tile">
<div class="tile is-child">
<button class="button is-light" id="formSubmit">LETS DO THIS</button>
</div>
</div>
<div class="tile">
<div class="tile is-child">
<button class="button is-link noThanks" id="noThanks">NO THANKS</button>
</div>
</div>
</form>
</div>
<div class="sentMessage has-text-centered hidden">
<p class="enterToWin has-text-white">Thank you!</p>
<p class="has-text-white">You will be contacted if you win, make sure to have access to the email provided</p>
</div>
</div>
</section>
</div>
<button class="modal-close is-large"></button>
</div>
<section class="bv_main">
<div class="fullscreen-bg">
<video loop muted autoplay poster="http://dummyimage.com/320x240/ffffff/fff" class="fullscreen-bg__video">
<source src="assets/video5.mp4" type="video/mp4">
</video>
</div>
<div class="container">
<h1 class="is-capitalized">ONE HIVE.</h1>
<h1 class="is-capitalized">ONE TRIBE.</h1>
<h1 class="is-capitalized">WE ALL MATTER.</h1>
</div>
</section>
<section class="bv_mission ">
<div class="hero-body container">
<h1 class="is-capitalized">MISSION.</h1>
<h4>Friendly, Convenient Value</h4>
<p>
We believe medicine should be universally accessible, and that the Cannabis Industry has the potential to drive innovation across many facets of our lives. As the Industry continues to rapidly evolve and grow, our team strives to provide exceptional value, customer service, and consistency you can count on!
</p>
</div>
</section>
<section class="image bv_beehive">
<div class="hero-body container">
<h1 class="is-capitalized">OUR<br>BEEHIVE.</h1>
<p>
We are committed to your patients’ satisfaction and we pride ourselves in our quality, consistency and customer service. All of our products are tested at multiple stages with the most advanced equipment available. We invite you to experience why Bumblebee is becoming California’s favorite vaporizer
</p>
</div>
</section>
<section class="image bv_pens">
<div class="columns">
<div class="column is-paddingless penMargin">
<figure class="product pen">
<h1 class="product_header">PENS.</h1>
<img src="assets/Pen_Sour_diesel.jpg" alt="Thumb"/>
<figcaption class="produc pen1"><div class="">learn More</div></figcation>
</figure>
</div>
<div class="modal" id="pen1">
<div class="modal-background"></div>
<div class="modal-content">
<div class="box black">
<p class="bv_pens_info">Pens</p>
<span class="tag is-success is-medium is-radiusless">Indica</span>
<span class="tag is-primary is-medium is-radiusless">Hybrid</span>
<span class="tag is-info is-medium is-radiusless">Sativa</span>
<br>
<hr>
<p class="bv_pens_content">We at Bumblebee vaporizers have offered the long lasting, durable and reliable single use vape pen for years, and it remains the industry's leading single use vaporizer pen due to our commitment to quality. We use proven vape technology that allows consumption of a full gram of concentrate, with less headache and less hassle for the user. The cartridge is pre-filled with a gram of our high potency concentrate giving the user a full dose of our strain specific medicine in one short puff. The battery comes pre-charged and lasts the duration of the medicine so using the pen is a breeze, just inhale and enjoy! The sleek, all black design allows for discreet medication anytime, anywhere. Try one, and see what all the buzz is about!</p>
</div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<div class="column is-paddingless penMargin">
<figure class="product cartridge">
<h1 class="product_header">CARTRIDGES.</h1>
<img src="assets/cartridge.jpg" alt="Thumb"/>
<figcaption class="produc pen2"><div>learn More</div></figcation>
</figure>
</div>
<div class="modal" id="pen2">
<div class="modal-background"></div>
<div class="modal-content">
<div class="box black">
<p class="bv_pens_info">CARTRIDGES</p>
<span class="tag is-success is-medium is-radiusless">Indica</span>
<span class="tag is-primary is-medium is-radiusless">Hybrid</span>
<span class="tag is-info is-medium is-radiusless">Sativa</span>
<br>
<hr>
<p class="bv_pens_content">Our 500ml vape cartridge exemplifies our commitment to excellence. We use a state of the art stainless steel cartridge that provides bigger puffs, better flavor, and is highly resistant to overheating. Our potent pure cannabis oil is enhanced with strain specific terpenes to give patients the medicine they need with the quality they expect. 510 thread designed to work best with our battery.and see what all the buzz is about!</p>
</div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
<div class="column is-paddingless penMargin">
<figure class="product batteries">
<h1 class="product_header">BATTERIES.</h1>
<img src="assets/battery.jpg" alt="Thumb"/>
<figcaption class="produc pen3"><div>learn More</div></figcation>
</figure>
</div>
</div>
<div class="modal" id="pen3">
<div class="modal-background"></div>
<div class="modal-content">
<div class="box black">
<p class="bv_pens_info">Batteries</p>
Our branded 3.2volt battery is compatible with any 510 thread cartridge that can be air-drawn. The voltage setting is designed to heat your Bumblebee vape cartridge to the correct vaporizing temperature to reduce overheating and provide a smooth, flavorful puff. It comes pre-charged with a USB charger included.and see what all the buzz is about!
</div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
</section>
<section class="image bv_shop">
<div class="columns">
<div class="column is-paddingless centeredShop">
<figure class="shop shirt">
<img src="assets/yellow_on_grey_mens_tag.jpg" alt="Thumb"/>
</figure>
<a href="https://www.merchamigos.com/shop/bumblebeevape-organic-mens-tshirt" target="_blank" class="button is-large is-outlined shopBtn">Shop Now</a>
</div>
<div class="column is-paddingless centeredShop">
<figure class="shop shirt2">
<img src="assets/yellow_on_grey_womens_tag.jpg" alt="Thumb"/>
</figure>
<a href="https://www.merchamigos.com/shop/bumblebeevape-organic-womens-tshirt" target="_blank" class="button is-large is-outlined shopBtn">Shop Now</a>
</div>
<div class="column is-paddingless centeredShop">
<figure class="shop shirt3">
<img src="assets/hats.jpg" alt="Thumb"/>
</figure>
<a href="https://www.merchamigos.com/shop/bumblebeevape-beefree-caps" target="_blank" class="button is-large is-outlined shopBtn">Shop Now</a>
</div>
</div>
</section>
<section class="bv_events" id="calendar">
<div id="app-container"></div>
<script>(function () {
window.eventCalId=564;
window.eventCalWidgetUuid="a8695840-5d3d-445b-bacd-b2d19ab44fdc";
var integrationScript = document.createElement("script");
integrationScript.async = 1;
integrationScript.setAttribute("src", "https://api.eventcalendarapp.com/integration-script.js");
document.head.appendChild(integrationScript);
})();
</script>
</section>
<section class="image bv_locate">
<iframe width="100%" height="100%" src="https://thexs-mapping.firebaseapp.com/mapping.html?fid=19Jp6vPoWG4aj6wtVKLLExvf64l4-_V_2" frameborder="0" allowfullscreen></iframe>
</section>
<section class="bv_faq has-text-black container">
<h1>FAQ.</h1>
<h3>Frequently Asked Questions regarding our Products, Practices and Test Results</h3>
<br>
<div class="container">
<div class="tabs is-boxed is-large">
<ul class="tabsjs">
<li class="tab-link is-active" data-tab="tab-1"><a>Products</a></li>
<li class="tab-link" data-tab="tab-2"><a>Practices</a></li>
<li class="tab-link" data-tab="tab-3"><a>Results</a></li>
</ul>
</div>
<div class="faqs">
<div id="tab-1" class="tab-content content is-active">
<ul>
<li>
<input type="checkbox" checked>
<i></i>
<h2>How does the pen work?</h2>
<p class="faq_text">
The pen comes pre-loaded with a full gram of concentrate and a pre-charged battery. Once out of the packaging, simply remove the plastic cap from the mouthpiece, and inhale.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>What does the pen contain?</h2>
<p class="faq_text">
The pen contains a full gram of strain-specific concentrate, and a small amount of vegetable flavoring. The vegetable flavoring helps the concentrate wick up the pen properly, delivering a potent dose of medicine.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>What type of battery is used in the pen?</h2>
<p class="faq_text">
The pen contains a pre-charged nickel cadmium battery, which is nearly 100% recyclable once collected.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
What if the pen's red LED light is flashing?
</h2>
<p class="faq_text">
The pen can overheat if drawn for too long, causing the red LED light to flash. We suggest 3 to 4 second inhales for the best-tasting dose of medicine.
<br>
<br>
If the light blinks, give the pen a few minutes to cool down before taking another dose. If the pen still does not produce vapor, it may be empty.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
How long will the pen last? How can I tell when the pen is empty?
</h2>
<p class="faq_text">
Some patients inhale longer than others, so the pen's lifespan varies per person. The pen is empty when you draw from it, the LED lights up, but you no longer get a dose of medicine.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
Once the pen is empty, can I recycle it?
</h2>
<p class="faq_text">
Yes, the pen is recyclable. Bumblebee recycle bins are posted at dispensaries that carry our products. Drop off your old pen when you come in for a new one.
</br>
</br>
Additonally, you can visit www.call2recycle.org to find a recycling location near you.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
What if my pen isn't working? Can I exchange my pen?
</h2>
<p class="faq_text">
If your pen is not working properly, these troubleshooting tips may help. Flip the pen backwards and blow through the end where the LED light glows. Also try taking a long inhale from the mouthpiece - somewhere between 6 and 8 seconds. These techniques can "unstick" the concentrate inside the pen.
<br>
<br>
If those tricks don't work, we have an exchange policy in place at every access point that sells our products. Specifics of an exchange vary by location, so you may need to bring your receipt, or the defective unit with you to complete the process. Please contact the access point where you bought the pen for details.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
Do you carry any products that are high in CBD?
</h2>
<p class="faq_text">
We don't currently carry products that are high in CBD, but hope to in the near future. We'll be sure to announce when we do!
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
What does the information on the packaging label mean?
</h2>
<p class="faq_text">
The label on a product's packaging displays strain type and name, along with our test results from Anresco Laboratories. Our products are tested to ensure patients aren't being exposed to residual chemicals, pesticides, or any forms of mold. We also provide patients with detailed information on the cannabinoids found in our strains, and at what percentages they appear.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>
How can I tell if my product contains indica, sativa, or hybrid concentrate?
</h2>
<p class="faq_text">
Strain type and name are displayed on the product's packaging. The pen also features strain information on its housing, and a colored band indicating red for sativa, purple for indica, and green for a hybrid of the two.
</p>
</li>
</ul>
</div>
<div id="tab-2" class="tab-content content">
<ul>
<li>
<input type="checkbox" checked>
<i></i>
<h2>Where can I purchase Bumblebee products?</h2>
<p class="faq_text">
The Vape Locator section of this site displays each of our access points. Search for a specific strain and product, or enter your city or zip code to view all of our nearby locations.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>How can I tell which Bumblebee products are in stock at different access points?</h2>
<p class="faq_text">
The Vape Locator section of this site displays the access points currently stocked with each of our products. Click the 'Locate' button for the product you're interested in to list its locations on the map.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>Can I purchase Bumblebee products outside of California? How about internationally?</h2>
<p class="faq_text">
Currently, our products are available only in the state of California. They are not available in any other part of the U.S., nor internationally. As soon as they are, we will be sure to announce it!
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>Can you ship Bumblebee products to me?</h2>
<p class="faq_text">
Unfortunately, because the sale of cannabis is not federally legalized, we cannot currently ship Bumblebee products.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2></h2>
<p class="faq_text">
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>How can I carry Bumblebee products at my dispensary or delivery?</h2>
<p class="faq_text">
We would love for you to join the Hive! Send an e-mail to sales@bumblebeevape.com with your name and contact phone number. One of our sales representatives will respond promptly to discuss all of the details.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>How much do Bumblebee products cost?</h2>
<p class="faq_text">
Bumblebee products vary in cost depending on the product and the access point.
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>How do I get a medical marijuana card?</h2>
<p class="faq_text">
Obtaining your medical cannabis recommendation is a process that varies from state to state. In California, you will need to visit a doctor who specifically evaluates patients for medical cannabis cards. (You can usually find one near you by googling or by calling a nearby access points for recommendations!) After your evaluation, the doctor will decide whether or not to issue you a medical cannabis card - and then you can visit an access point to pick up your Bumblebee Vape products!
</p>
</li>
<li>
<input type="checkbox" checked>
<i></i>
<h2>What's the difference between indica, sativa, and hybrid strains?</h2>
<p class="faq_text">
Indica and sativa are the two best known species of cannabis, each with its own predominant characteristics. There are many defining traits, but indicas tend to have stronger body effects, while sativas can be more mentally stimulating. Hybrids blend strains to produce unique combinations of the two.
</p>
</li>
</ul>
</div>
<div id="tab-3" class="tab-content content">
<p class="padded">Anresco Laboratories of San Francisco, CA provides comprehensive test results for each of our cannabis products. Unlike many cannabis-only laboratories, Anresco is ISO 17025 accredited, FDA registered, and has a proven track record of accurate results.</p>
</div>
</div>
</div>
</section>
<section class="zig-zag-top">
<div class="container-fluid">
<div class="columns">
<div class="column">
<form id="pincheForm2" class="tile is-12 is-vertical">
<div class=" is-child is-12">
<p class="enterToWin">ENTER TO WIN $500</p>
</div>
<div class="tile">
<div class="tile is-child">
<div class="field">
<div class="control">
<input class="input" id="name2" type="text" placeholder="NAME" autofocus required>
</div>
</div>
</div>
<div class="tile is-child">
<div class="field ">
<div class="control">
<input class="input" id="zipCode2" type="number" placeholder="ZIP CODE" required>
</div>
</div>
</div>
</div>
<div class="tile">
<div class="tile is-child">
<div class="field">
<div class="control">
<input class="input" id="email2" type="email" placeholder="EMAIL" required>
</div>
</div>
</div>
</div>
<div class="tile">
<div class="tile is-child">
<button class="button is-light" id="formSubmit2">LETS DO THIS</button>
</div>
</div>
</form>
<div class="sentMessage2 has-text-centered hidden">
<p class="enterToWin has-text-white">Thank you!</p>
<p class="has-text-white">You will be contacted if you win, make sure to have access to the email provided</p>
</div>
</div>
<div class="column has-text-centered">
<h1 class="enterToWin ftr">CONTACT US</h1>
<a class="subtitle is-white" href="tel:+18447863331">1(844)SUNFED1</a>
<br>
<a class="subtitle is-6 is-white" href="tel:+8447863331">(844)786-3331</a>
<h2 class="subtitle"><a class="is-white" href="mailto:info@bumblebeevape.com">info@bumblebeevape.com</a></h2>
</div>
<div class="column has-text-centered socialLinks">
<h1 class="enterToWin ftr">FOLLOW US</h1>
<h2 class="subtitle">
<a href="https://www.instagram.com/bumblebeevape/" class="is-white">
<i class="fa fa-instagram fa-2x"></i>
</a>
<a href="https://twitter.com/BumblebeeVape" class="is-white">
<i class="fa fa-twitter fa-2x"></i>
</a>
<a href="https://facebook.com/bumblebeevape" class="is-white">
<i class="fa fa-facebook fa-2x"></i>
</a>
</h2>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<figure class="image is-64x64 centered">
<img src="assets/Bee.png" alt="bee">
</figure>
<p class="is-size-7 has-text-white">
Copyright© 2017 BUMBLEBEE LLC. ALL RIGHTS RESERVED
</p>
<br>
<br>
<p class="testLab is-size-7 has-text-white">
TEST RESULTS Anresco Laboratories of San Francisco, CA provides comprehensive test results for each of our cannabis peoducts. Unlike many cannabis-only laboratories, Anresco is ISO accredited, FDA registered and has a proven track record of accurate results.
</p>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>