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 pathsf-nc.html
49 lines (45 loc) · 1.96 KB
/
sf-nc.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
@@include('./partials/header.html')
<!-- Letter Section -->
<section id="sign" class="about-section text-center">
<div class="container">
<br />
<h1 class="text-white">Smithfield</h1>
<h5 class="text-white-50 mb-5">North Carolina</h5>
<br />
</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">
<div class="embed-responsive embed-responsive-1by1">
<iframe
class="embed-responsive-item"
src="https://www.youtube.com/embed/gH1GLEC7VDQ"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="col-lg-7 order-lg-1 my-auto mx-auto">
<p>
Two DxE activists in North Carolina were charged with multiple
felonies for investigating a Smithfield pig farm and rescuing two sick
piglets. They exposed rampant drug use, antibiotic-resistant diseases,
and the company’s continued use of cruel gestation crates. Their
investigation findings generated national media coverage in The New
York Times and Vox. Arwen and Sierra appeared in court in November
2019, and Sierra got out of the case. She was offered a deal without
charges if she named everyone involved in the investigation and rescue
at Smithfield, but she refused. She ended up with misdemeanor charges
and community service. Arwen was continuing to trial, but in 2021, she
was offered a greatly reduced plea deal with only 2 misdemeanor
charges and community service. Arwen took the plea deal and pled
guilty to misdemeanor breaking and entering and misdemeanor trespass
on March 24, 2021.
</p>
</div>
</div>
</div>
</section>
@@include('./partials/footer.html')