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 pathnorbest.html
154 lines (140 loc) · 5.25 KB
/
norbest.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
@@include('./partials/header.html')
<!-- Letter Section -->
<section id="sign" class="about-section text-center">
<div class="container">
<br />
<h1 class="text-white">Norbest Turkey</h1>
<h5 class="text-white-50 mb-5">Utah</h5>
<div class="row">
<div class="col-lg-12 mb-5">
<div
class="embed-responsive embed-responsive-16by9"
style="border-radius: 10px"
>
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/YzL41kwYIP8"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</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/nb.jpg" />
</div>
<div class="col-lg-7 order-lg-1 my-auto mx-auto">
<p>
Whistleblowers exposed the disturbing reality behind the “humane”
marketing at a Norbest turkey farm in Utah, and the company’s own CEO
called their findings “disturbing.” Two activists were facing felony
"theft" charges for rescuing a few sick turkeys from the farm, but the
owner of Norbest came out against the prosecutions and has even
released turkeys to the activists for the last four years. In November
2021, the charges were officially "dismissed by compromise." The
dismissal order stated that “all parties agree that there is
legitimate concern and passion about our food system” and “all parties
agree that the criminalization of nonviolent investigation and rescue
is unnecessary.” This is a win for the right to rescue!
</p>
</div>
</div>
</div>
</section>
<!-- Press Section -->
<section
id="press"
class="projects-section bg-light"
style="padding-top: 0 !important"
>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center" style="padding-bottom: 2rem">
<h2>Read the Press</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="iframely-embed">
<div class="iframely-responsive" style="height: 140px; padding-bottom: 0">
<a
href="https://theintercept.com/2018/05/04/six-animal-rights-activists-charged-with-felonies-for-investigation-and-rescue-that-led-to-punishment-of-a-utah-turkey-farm/"
data-iframely-url="//cdn.iframe.ly/nfH8dIG?card=small"
></a>
</div>
</div>
<div class="iframely-embed">
<div class="iframely-responsive" style="height: 140px; padding-bottom: 0">
<a
href="https://www.cbsnews.com/news/as-thanksgiving-nears-animal-group-decry-conditions-at-turkey-farm/"
data-iframely-url="//cdn.iframe.ly/WSUW50z?card=small"
></a>
</div>
</div>
<div class="iframely-embed">
<div class="iframely-responsive" style="height: 140px; padding-bottom: 0">
<a
href="https://www.sltrib.com/news/2018/05/04/animal-rights-activists-are-charged-with-a-felony-in-sanpete-county-for-taking-a-sickly-turkey-chick/"
data-iframely-url="//cdn.iframe.ly/goyHan4?card=small"
></a>
</div>
</div>
<div class="iframely-embed">
<div class="iframely-responsive" style="height: 140px; padding-bottom: 0">
<a
href="https://www.fox13now.com/news/local-news/utah-seeks-to-block-animal-rights-activists-from-justifying-factory-farm-break-in"
data-iframely-url="//cdn.iframe.ly/H7fdGZ1?card=small"
></a>
</div>
</div>
</div>
</section>
<!-- Cases Section -->
<section
id="cases"
class="projects-section bg-light"
style="padding-top: 0 !important"
>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center" style="padding-bottom: 2rem">
<h2>Meet the Defendants</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<img class="img-fluid mb-3 mb-lg-0" src="img/sf-ut-paul.jpg" alt="" />
<div class="featured-text text-center text-lg-left">
<h4>Paul Darwin Picklesimer</h4>
<p class="text-black-50 mb-0">
When Paul was a roofer in West Virginia, they worked on farms and
saw animal abuse up close. Those experiences helped lead them to
becoming an animal rights activist.
</p>
</div>
</div>
<div class="col-lg-6">
<img class="img-fluid mb-3 mb-lg-0" src="img/sf-ut-wayne.jpg" alt="" />
<div class="featured-text text-center text-lg-left">
<h4>Wayne Hsiung</h4>
<p class="text-black-50 mb-0">
Wayne was a lawyer with DLA Piper before co-founding the animal
rights network, Direct Action Everywhere. He has investigated dozens
of farms and currently faces 16 felonies for rescuing sick animals.
</p>
</div>
</div>
</div>
</div>
</section>
<script async src="//cdn.iframe.ly/embed.js" charset="utf-8"></script>
@@include('./partials/footer.html')