-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (116 loc) · 5.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>President Immigration Policies</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="article-header">
<h1 class = "post-title">President Immigration Policies</h1>
<h3 class = "byline" >Jenna Piehl</h3>
</div>
<section id=timeline>
<div class="demo-card-wrapper">
<div class="demo-card demo-card--step1">
<div class="head">
<div class="number-box">
<span class="year">1994</span>
<span class="pres">CLINTON</span> PREVENTION THROUGH DETERRENCE<span></span>
</div>
<h2><span class="small"></span> </h2>
</div>
<div class="body">
<p>In 1994, President Bill Clinton authorized a prevention through deterrence strategy as a part of
Operation Gatekeeper to redistribute border security, heightening its presence in urban areas in
the hopes of deterring undocumented immigration.</p>
<img class = "img1" src="https://s.hdnux.com/photos/56/32/37/12167118/3/920x920.jpg" alt="Graphic">
<h3 class="card1"> Full Story </h3>
</div>
</div>
<div class="demo-card demo-card--step2">
<div class="head">
<div class="number-box">
<span class="year">1996</span>
<span class="pres">CLINTON</span><span> IMMIGRATION REFORM AND IIRAIRA</span>
</div>
<h2><span class="small"></span></h2>
</div>
<div class="body">
<p>Two years after the prevention through deterrence policies, Congress passed the Illegal
Immigration Reform and Immigration Responsibility Act of 1996 with President Clinton’s
approval.</p>
<img class="img2" src="https://hackinglawpractice.com/wp-content/uploads/2016/11/clinton.jpg">
<h3 class="card2"> Full Story </h3>
</div>
</div>
<div class="demo-card demo-card--step3">
<div class="head">
<div class="number-box">
<span class="year">2003</span>
<span class="pres">BUSH</span><span> THE CREATION OF HOMELAND SECURITY</span>
</div>
<h2><span class="small"></span> </h2>
</div>
<div class="body">
<p>In the aftermath of 9/11, President George W. Bush signed legislation to create the Department
of Homeland Security (DHS), resulting in a complete reorganization of governmental
departments. Immigration and Naturalization Services moved from the Department of Justice to the newly formed DHS and created U.S Immigration and Customs Enforcement (ICE) in 2003.</p>
<img class = "img3" src="https://www.georgewbushlibrary.smu.edu/en/The-President-and-Family/George-W-Bush/~/media/1468C47E162E4AC882238FAF3839F2FE.jpg">
<h3 class="card3"> Full Story </h3>
</div>
</div>
<div class="demo-card demo-card--step4">
<div class="head">
<div class="number-box">
<span class="year">2009</span>
<span class = "pres">OBAMA</span> THE DEPORTER-IN-CHIEF<span> </span>
</div>
<h2><span class="small"> </span> </h2>
</div>
<div class="body">
<p>In late 2008, just months before President Barack Obama was sworn into office, the Department
of Homeland Security launched Secure Communities. The new program used fingerprints and surveillance of local law enforcement agencies to detect and apprehend undocumented
immigrants.</p>
<img class="img4" src="https://im-media.voltron.voanews.com/Drupal/01live-166/styles/sourced/s3/2019-04/61638DE4-33D4-401A-9B4D-CD029D08A508.jpg?itok=1dae7CDA">
<h3 class="card4"> Full Story </h3>
</div>
</div>
<div class="demo-card demo-card--step5">
<div class="head">
<div class="number-box">
<span class="year">2018</span>
<span class = "pres">TRUMP</span><span> FAMILY SEPARATION</span>
</div>
<h2><span class="small"></span></h2>
</div>
<div class="body">
<p>Near the end of President Donald Trump’s first 100 days in office, he started a pilot program to
separate families at the border in El Paso, Texas without designing a clear system to track the children or reunite them with their parents. Any migrants crossing the U.S border illegally, including asylum-seekers, were detained and criminally charged.</p>
<img class = "img5" src="http://d279m997dpfwgl.cloudfront.net/wp/2019/02/AP_19043098615428-1000x666.jpg">
<h3 class="card5"> Full Story </h3>
</div>
</div>
<div class="demo-card demo-card--step6">
<div class="head">
<div class="number-box">
<span class="year">2021</span>
<span class="pres">BIDEN</span> <span>PROPOSED PLANS</span>
</div>
<h2><span class="small"></span></h2>
</div>
<div class="body">
<p>President Joe Biden ran a campaign focused on reversing President Trump’s tough policies on
immigration and detention. In his first 100 days, Biden plans to pass immigration policies that welcome asylum-seekers and work to end for-profit detention centers.</p>
<img class = "img6" src="https://www.milwaukeemag.com/wp-content/uploads/2020/06/JoeBiden-081019-GageSkidmore-web.jpg">
<h3 class="card6" > Full Story </h3>
</div>
</div>
</div>
</section>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>