-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
472 lines (430 loc) · 20 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
<!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="">
<meta property="og:title" content="Amazon: Stop Criminally Abusing Animals" />
<meta property="og:description" content="AMAZON IS SHIPPING ANIMAL CRUELTY INTO 300 MILLION HOMES AROUND THE WORLD, BUT ACTIVISTS ARE RISING UP TO TAKE ON THIS CORPORATE GIANT." />
<meta property="og:image" content="https://oneclickcruelty.com/img/fresh.jpg" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WXQWWZT');</script>
<!-- End Google Tag Manager -->
<title>One Click Cruelty</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<script src="https://kit.fontawesome.com/6eec7dd058.js" crossorigin="anonymous"></script>
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
<style>
.content-inner {
max-width: 1500px;
}
.view-list .entry-content {
width: 120%;
}
#page {
padding: 0px;
}
div.page-title-wrapper {
background-color: rgba(127, 25, 25, 0) !important;
}
.content-inner {
max-width: 1500px;
}
.view-list .entry-content {
width: 120%;
}
.sqs-gallery-block-slideshow .meta .meta-title {
font-size: 17px;
}
.sqs-gallery-block-slideshow .meta .meta-description p {
font-size: 17px !important;
}
.title-desc-wrapper.over-image.has-main-image {
padding: 0 !important;
height: calc(100vh - 99px) !important
}
.title-desc-inner {
position: relative;
margin: 0 auto;
max-width: none !important;
padding: 0;
height: 100%;
width: 100%;
}
.page-title-wrapper {
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
position: relative;
width: 100%;
}
.intro-text {
padding-top: 60px !important;
}
</style>
</head>
<body id="page-top">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WXQWWZT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img style="height: 2em;" src="./img/logos/circle.png"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">Why Amazon?</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Investigations</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Take Action</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">Amazon is shipping animal cruelty into 300 million homes around the world, but activists are rising up to take on this corporate giant. </div>
<div class="row">
<div class="col-md">
<center>
<div class="embed-responsive embed-responsive-1by1 video-top">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/dwIG-qhujOE?rel=0" allowfullscreen></iframe>
</div>
</center>
</div>
</div>
</div>
</div>
</header>
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Why Target Amazon?</h2>
<br />
<br />
<br />
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/1.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Amazon sells products that are illegal for animal cruelty.</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Amazon sells fur coats that have been banned in cities like San Francisco because of the brutal mistreatment of animals including dogs. For some of these furs, hundreds of chinchillas are killed just to make one coat. Amazon also sells cockfighting gear, even though cockfighting is illegal in every single US state, and the company sells foie gras, the fattened liver of force-fed ducks and geese, which is illegal in states like California.</p>
<br />
<p class="text-muted">Amazon says it is <a href="https://www.aboutamazon.com/sustainability/responsible-sourcing" target="_blank">“committed to a lawful and ethical” business</a>, and you’ll see all sorts of wonderful marketing slogans on their "cage-free" eggs and "humane" meat. But DxE has investigated Amazon’s suppliers and found criminal animal cruelty time and time again. The public deserves to see the truth behind Amazon's "humane" lies.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Amazon is the largest online retailer in the world.</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Amazon ships an estimated 1.6 million packages out every single day to their customer base of over 300 million homes. Amazon CEO Jeff Bezos is the richest man on the planet. Environmental and animal rights groups have repeatedly reached out to this massive company with concerns, but Amazon has consistently ignored them and shown zero accountability.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/3.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Amazon is taking over.</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Amazon recently purchased Whole Foods for nearly $14 billion dollars, and now the company is making a huge push to ship animal products right to people’s doorsteps. It’s called Amazon Fresh, and they want people to be able to buy everything from foie gras to veal in one click. Amazon is making it easier than ever to pay for animal cruelty. Online grocery sales are <a href="https://www.forbes.com/sites/pamdanziger/2018/01/18/online-grocery-sales-to-reach-100-billion-in-2025-amazon-set-to-be-market-share-leader/#77c90d7b62f3" target="_blank">predicted to capture 20% of total grocery retail by 2025</a>. And as Amazon continues to take over the grocery market, their one-click-cruelty has the potential to change the very way we think of grocery shopping.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
</div>
<div class="timeline-panel">
<div class="timeline-body">
<p class="text-muted">We're not calling for a boycott of Amazon. Although you may personally choose to boycott, what we urgently need is to take direct action to expose Amazon’s crime.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section class="" id="portfolio">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h2 class="section-heading text-uppercase" style="overflow: scroll;">Investigations</h2>
<h3 class="section-subheading text-muted">For years, whistleblowers have been exposing Amazon’s crimes.</h3>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/01-thumbnail.png" alt="">
</a>
<div class="portfolio-caption">
<h4>Sunrise Farms</h4>
<p class="text-muted">Sunrise Farms supplies eggs under the Clover brand, which is sold on Amazon and at Whole Foods. Amazon claims these eggs are “cage-free” and “American Humane Certified”, but activists found deceased and rotting hens along with thousands of others crammed into wire cages suffering from cannibalism and respiratory distress.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/02-thumbnail.png" alt="">
</a>
<div class="portfolio-caption">
<h4>Smithfield</h4>
<p class="text-muted">Activists have investigated Smithfield farms in California, Utah and North Carolina. While Smithfield claimed they eliminated gestation crates from their farms, activists found no evidence of the transition and instead found pigs languishing in their own feces and covered in sores from rubbing against crate bars. Smithfield products are sold on Amazon under various labels.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/03-thumbnail.png" alt="">
</a>
<div class="portfolio-caption">
<h4>Zonneveld</h4>
<p class="text-muted">Activists investigated Zonneveld Dairy in Central California, supplier to Land O’ Lakes and Amazon. They found hundreds of small hutches, each holding one isolated baby cow with no access to bedding or any stimulation. Some of the calves had already passed away, while others were covered in diarrhea and were being eaten alive by maggots.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/04-thumbnail.png" alt="">
</a>
<div class="portfolio-caption">
<h4>Diestel</h4>
<p class="text-muted">Despite the company’s claims of being “thoughtfully raised”, an investigation of Diestel Turkey Ranch revealed injured and diseased turkeys trapped in their own feces who had never been allowed outdoors. Diestel products are sold on Amazon and at Whole Foods.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Take Action</h2>
<br />
<br />
<br />
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<img src="./img/action/1.png" style="height: 100px;">
</span>
<h4 class="service-heading">Sign-up</h4>
<p class="text-muted"><a href="https://www.directactioneverywhere.com/sign-up" target="blank">Click here</a> to sign-up for action alerts and campaign updates</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<img src="./img/action/2.png" style="height: 105px;">
</span>
<h4 class="service-heading">Join an action</h4>
<p class="text-muted">Join us at our <a href="http://dxe.io/dayofaction" target="_blank">next Day of Action</a>.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<img src="./img/action/3.png" style="height: 105px;">
</span>
<h4 class="service-heading">Organize an action</h4>
<p class="text-muted">Our mentoring team will guide you through the steps of organizing an action. Contact them at <a href="mailto:[email protected]">[email protected]</a> to get started. </p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright"><a href="http://directactioneverywhere.com" target="_blank">Direct Action Everywhere</a></span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="http://facebook.com/directactioneverywhere" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/DxEverywhere" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<div class="embed-responsive embed-responsive-1by1">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/pV4LCWJaa18?rel=0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<div class="embed-responsive embed-responsive-1by1">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/gH1GLEC7VDQ?rel=0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/DvYDc0uuQEA?rel=0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/byb8WjknZxw?rel=0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 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>
<!-- Custom scripts for this template -->
<script src="js/agency.js"></script>
</body>
</html>