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 pathridglan.html
133 lines (123 loc) · 4.67 KB
/
ridglan.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
@@include('./partials/header.html')
<!-- Letter Section -->
<section id="sign" class="about-section text-center">
<div class="container">
<br />
<h1 class="text-white">Ridglan Farms</h1>
<h5 class="text-white-50 mb-5">Wisconsin</h5>
<div class="row">
<div class="col-lg-7 mb-5">
<div
class="embed-responsive embed-responsive-1by1"
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%2F1940219196008420%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 and email Dane County District Attorney Ismael Ozanne asking him
to prosecute Ridglan Farms for animal cruelty, instead of prosecuting
the people who rescued three beagles from experimentation.
</p>
<p class="text-white">
<a href="tel:608-266-4211" class="btn btn-primary"
>Call: 608-266-4211</a
>
</p>
<p class="text-white mb-5">
<a
href="mailto:[email protected]"
target="_blank"
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/ridglan.jpg" />
</div>
<div class="col-lg-7 order-lg-1 my-auto mx-auto">
<p>
Ridglan Farms is a dog breeding and research facility in Wisconsin
that raises beagles for cruel experiments. A few years ago, DxE
investigators entered the facility and documented the filthy
conditions and the psychological trauma of the dogs spinning endlessly
inside small cages. The team rescued three beagles. Although the
investigation and rescue happened years ago, the charging documents
were filed in August 2021. No hearing dates have been set yet, but our
legal team is working on the case. This is an important opportunity to
show the world the horrors inflicted on humankind’s supposed best
friend and to move toward ending experimentation on dogs and other
animals.
</p>
</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-4">
<img class="img-fluid mb-3 mb-lg-0" src="img/eh.jpg" alt="" />
<div class="featured-text text-center text-lg-left">
<h4>Eva Hamer</h4>
<p class="text-black-50 mb-0">
Eva is a researcher with Pax Fauna, a nonprofit that seeks to
improve the ways animal advocates organize, take action, and
communicate with the public. She currently lives in Boulder,
Colorado, where she enjoys hiking, biking, and fostering puppies.
</p>
</div>
</div>
<div class="col-lg-4">
<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-4">
<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
countless farms and currently faces over a dozen felony charges for
rescuing sick animals.
</p>
</div>
</div>
</div>
</div>
</section>
@@include('./partials/footer.html')