This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpv.html
69 lines (63 loc) · 2.6 KB
/
pv.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
@@include('./partials/header.html')
<!-- Letter Section -->
<section id="sign" class="about-section text-center">
<div class="container">
<br />
<h1 class="text-white">Pleasant Valley Farms</h1>
<h5 class="text-white-50 mb-5">California</h5>
<div class="row">
<div class="col-lg-7 mb-5">
<div
class="embed-responsive embed-responsive-16by9"
style="border-radius: 10px"
>
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/yrlsZaLJHew"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="col-lg-5 my-auto">
<h3 class="text-white mb-3">Take Action</h3>
<p class="text-white">
Tell Costco CEO Craig Jelinek to drop Pleasant Valley Farms and
support the whistleblowers who exposed animal cruelty, instead of
suing DxE.
</p>
<p class="text-white mb-5">
<a href="mailto:[email protected]" class="btn btn-primary">Email</a>
</p>
</div>
</div>
</div>
</section>
<section id="description" class="projects-section bg-light">
<div class="container">
<div class="row">
<div class="col-lg-5 order-lg-2 mx-auto mb-3">
<img class="img-fluid" src="img/pv.jpg" />
</div>
<div class="col-lg-7 order-lg-1 my-auto mx-auto">
<p>
DxE investigators documented cannibalism, infections, and death inside
Pleasant Valley Farms, a Costco “cage-free” egg farm. Now, two
investigators are being charged over $330,000 in restitution. Costco
claims to give animals 5 freedoms, including freedom from pain and
suffering, and the company received widespread public praise for
committing to selling only cage-free eggs. But DxE’s exposé showed the
world the horrific reality behind the “cage-free” label, in the
Washington Post, New York Times and more. We have appealed the court's
decision, but the Superior Court of California, County of San Joaquin,
Appellate Division rejected our appeal by affirming the judge's
original decision. We have petitioned to transfer the case to the
Court of Appeal to see if they will hear it. In this case, the Court
of Appeal's role is similar to that of the Supreme Court in that it
has discretion to choose what cases to take.
</p>
</div>
</div>
</div>
</section>
@@include('./partials/footer.html')