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
/
rain.html
144 lines (134 loc) · 4.83 KB
/
rain.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
@@include('./partials/header.html')
<!-- Letter Section -->
<section id="sign" class="about-section text-center">
<div class="container">
<br />
<h1 class="text-white">Sospiro Ranch</h1>
<h5 class="text-white-50 mb-5">North Carolina</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.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Fdirectactioneverywhere%2Fvideos%2F1836799003017107%2F&show_text=0"
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">
Call or email Transylvania County District Attorney Andrew Murray
asking him to drop the charges for saving Rain, a baby goat who was
sick with pneumonia at Sospiro Ranch.
</p>
<p class="text-white mb-5">
<a href="tel:828-885-3010" class="btn btn-primary"
>Call: 828-885-3010</a
>
<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">
<img class="img-fluid mb-3" src="img/rain.jpg" />
</div>
<div class="col-lg-7 order-lg-1 my-auto mx-auto">
<p>
DxE co-founder Wayne Hsiung was charged with felony counts of
breaking or entering and larceny for rescuing a sick baby goat from a goat meat ranch in North
Carolina in 2018, an incident which unfolded on Facebook live. Wayne took the
baby, named Rain, to emergency veterinary care and today, Rain is safe
with a family who takes care of him. Wayne's trial began on Monday, November 29, 2021 at the Transylvania County Courthouse in
Brevard, NC. It concluded on Monday, December 6, 2021 when the jury reached a verdict of guilty on both felony charges. The judge issued a suspended sentence. Wayne will have to do two years of supervised probation and pay $250 in restitution, but no jail time. He plans to appeal.
</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 class="container">
<div class="iframely-embed my-3">
<div
class="iframely-responsive"
style="height: 140px; padding-bottom: 0"
>
<a
href="https://sanfrancisco.cbslocal.com/2018/05/03/bay-area-dxe-animal-activists-charged/"
data-iframely-url="//cdn.iframe.ly/HMwzJrp?iframe=card-small"
></a>
</div>
</div>
<div class="iframely-embed my-3">
<div
class="iframely-responsive"
style="height: 140px; padding-bottom: 0"
>
<a
href="https://www.foxcarolina.com/news/lawyer-facing-felony-charges-says-its-because-he-rescued-sick-baby-goat-from-nc-meat/article_8f5bdff7-aa72-5e88-bbfd-7ece43a88ccb.html"
data-iframely-url="//cdn.iframe.ly/sIwV19P?iframe=card-small"
></a>
</div>
</div>
<script
async
src="https://cdn.iframe.ly/embed.js"
charset="utf-8"
></script>
</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 Defendant</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<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>
@@include('./partials/footer.html')