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
/
diestel.html
86 lines (80 loc) · 3.35 KB
/
diestel.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
@@include('./partials/header.html')
<!-- Letter Section -->
<section id="sign" class="about-section text-center">
<div class="container">
<br />
<h1 class="text-white">Diestel Turkey Ranch</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/byb8WjknZxw"
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">
Share the video exposing Diestel’s cruel practices.
</p>
<p class="text-white mb-5">
<a
href="https://www.facebook.com/watch/?v=1089174481112900"
target="_blank"
class="btn btn-primary"
>Share</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">
<img class="img-fluid mb-3" src="img/diestel.jpg" />
</div>
<div class="col-lg-7 order-lg-1 my-auto mx-auto">
<p>
Did you purchase Diestel Turkey? If so, please let us know by filling
out
<a href="http://dxe.io/diestel" target="_blank">this form</a>.
</p>
<p>
DxE SF Bay Area investigated Diestel Turkey Ranch, a Whole Foods
supplier at the highest GAP welfare rating, in 2015 and filed suit in
2017 for consumer fraud. The case went to trial in October – December
2019. The judge who presided over the 2019 trial left the bench for
medical leave before rendering a decision. The case was then
reassigned to a new judge who issued a decision in November 2020
without the benefit of seeing any of the witnesses or hearing any of
the testimony. The new judge nevertheless concluded that: “Plaintiff
cannot establish actual reliance under the law if from the outset its
agents already strongly suspected that the defendant’s advertising was
false and were not deceived by it... Although it appears dubious that
Diestel is a ‘small’ family farm or that its birds receive
‘individual’ care or live ‘twice as long’ as other commercial turkeys,
because plaintiff lacks standing, this court is without jurisdiction
to adjudicate those claims.” DxE SF Bay Area appealed this decision in
January 2021. The appeal is pending. Separately, consumers who
purchased Diestel’s turkey products also sued Diestel Turkey Ranch for
consumer fraud in 2020. Cases are pending in both California and New
Mexico. More information is available by contacting counsel at <a
href="https://www.elsnerlaw.org/fowl-play"
target="_blank"
>https://www.elsnerlaw.org/fowl-play</a
>.
</p>
</div>
</div>
</div>
</section>
@@include('./partials/footer.html')