-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdad.html
234 lines (214 loc) · 10.9 KB
/
dad.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="./bulma/bulma-pageloader-min.css">
<link rel="canonical" href="https://wikiki.github.io/elements/pageloader/">
<link rel="stylesheet" href="./style.css">
<link rel="icon" type="image/png" href="./image/favicon_nhd.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Debate an Democracy</title>
<meta content="NHD Headers Testing Page" property="og:title" />
<meta content="NHD Project by Idris Vohra and Priansh Mittra" property="og:description" />
<meta content="https://nhd.primitt.tk/home" property="og:url" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<style>
/* Add some padding on document's body to prevent the content
to go underneath the header and footer */
body {
padding-top: 60px;
padding-bottom: 40px;
}
.fixed-header,
.fixed-footer {
width: 100%;
position: fixed;
z-index: 1;
}
.fixed-header {
top: -1;
}
.fixed-footer {
bottom: 0;
}
.container {
width: 80%;
margin: 0 auto;
/* Center the DIV horizontally */
}
nav a {
color: #fff;
text-decoration: none;
padding: 7px 25px;
display: inline-block;
}
</style>
<header class="fixed-header">
<nav class="navbar has-background-white" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar">
<span aria-hidden="true"></span><span aria-hidden="true"></span><span aria-hidden="true"></span>
</a>
</div>
<div id="navbar" class="navbar-menu">
<a class="navbar-item" href="/"> <i class="fal fa-house"></i> </i> Home </a>
<a class="navbar-item" href="./backroundinfo.html"> <i class="fas fa-send-backward"></i> Background Information </a>
<a class="navbar-item" href="./dad.html"> <i class="fal fa-question-circle"></i> Debate and Diplomacy
</a>
<a class="navbar-item" href="./mainimpact.html"> <i class="fal fa-calendar-day"></i> Short Term Impact </a>
<a class="navbar-item" href="./lastingimpact.html"> <i class="fas fa-calendar-week"></i> Legacy </a>
<a class="navbar-item" href="./credits.html"> <i class="far fa-receipt"></i> Sources and Credits </a>
<a class="navbar-item" href="./devcredits.html"> <i class="far fa-code"></i> About </a>
</div>
<div class="navbar-end buttons has-addons">
<div class="navbar-item">
<div class="buttons">
</div>
</div>
</div>
</div>
</nav>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</header>
<br>
<body class="has-background-primary-light">
<section style="margin-left:20px;">
<div class="title has-text-centered is-size-2-mobile">
The Continuation to Limit Iran's Power</div>
<div class="columns">
<div class="column is-one-halfs is-size-5">
There were plenty of politicians that aided the US to continue the process of sanctions. The Department of State's Office of Economic Sanctions Policy and Implementation, Jimmy Carter, Ronald Regean, Bill Clinton, George Bush, Barack Obama, Donald Trump,
countries such as Russia, US Congress, Shah Mohammad Reza Pahlavi. The sanctions were sent from the US to Iran, including overseas. Iran had been the most affected from the operation as their nuclear production had significantly dropped,
and their main source of income was oil, which was also reduced, hence economic sanctions. The sanctions had started in 1979 to present day by the US after hearing that Iran's nuclear production was getting out of hand.
<p>
</div>
<div class="column">
<img src="./images/carter.png" width="500px">
<br>
<br>
<p class="is-size-6 is-italic">
<b>The Carter Administration.</b>
</p>
</div>
</div>
<div class="columns">
<div class="column is-one-halfs is-size-5">
US Imposed sanctions on Iran due to its nuclear proliferation activities. Radical students had seized the American Embassy in Tehran and took hostages. President Carter imposed an escalating series of sanctions, beginning with a ban on Iranian oil imports,
followed by blocking all $12 billion of Iranian government assets in the United States. In 1996, Congress passed the Iran and Libya Sanctions Act, (ILSA) which restricted foreign companies from importing oil and gas from Iran, which was
the main source of the Iranian government’s income.
</p>
<br>
<br>
</div>
<div class="column is-one-halfs is-size-6">
<img src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/unnamed%20(6).png">
<br>
<br>
<p class="is-italic">
<b> A graph showing its oil production during the sanctions.</b> Source: <a href="en.raidofarda.com">Raido
Farda</a>
</p>
</div>
</div>
<div class="columns">
<div class="column is-two-thirds">
<p class="is-size-5"> The UN officials disagreed on the official reason why they imposed sanctions on Iran, but many believe it was to stop Iran participating in nuclear activities. In 2013 the UN officials started to discuss compromises for Iran to stop building
nuclear weapons. Neighboring countries were told to stop trading oil with Iran, said by Clinton, due to the excessive production of nuclear weapons.
<br>
<br>
<img src="./images/GDPgrowth.png" width="300px" hight="200px">
<br>
<br>
<p class="is-size-6 is-italic">
<b>Iran’s GDP Growth/Decline
<br>
during the sanctions.</b>
</p>
<br>
</p>
</div>
<div class="column is-one-half is-size-6">
<img src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/firstphaseiransanc.png" width="350px">
<br>
<br>
<b>The US had a great hold on the economy's imports/exports.</b>
</div>
</div>
</div>
</div>
<p class="is-size-5">The UN and US have set a precedent to curb Iran’s use of nuclear energy to build weapons of mass destruction possessed by Iran. These sanctions were needed to ensure that no country grew so powerful that it became a threat to the international
community in the event of a war. As a consequence of the economic sanctions imposed on Iran their GDP growth decreased by around 2 percent a year. The sanctions on Iran have prompted many oil companies to stop trading with Iran and have also
caused a decline in oil production due to reduced access to technologies needed to improve their oil production efficiency.</p>
<br>
<br>
<nav class="level">
<div class="is-size-6">
<img src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/clintonadmin.png" width="400px">
<br>
<br>
<p class="is-size-6 is-italic">
The Clinton administration.
</p>
</div>
<div style="margin-right:20px;">
<iframe src="https://drive.google.com/file/d/1_7ahazXUa1X09XY3eGU69w0Fu8S_pOGa/preview" width="480" height="270" allow="autoplay"></iframe>
<br>
<br>
<p class="is-italic is-size-6">
President Carter confronting the case of Iran's nuclear hostages.
</p>
</div>
</nav>
<div class="content">
<blockquote class="is-size-5">“This resolution will put in place the toughest sanctions ever faced by the Iranian government ... It sends an unmistakable message about the international community’s commitment to <b>stopping the spread of
nuclear
weapons.”</b></blockquote>
<p class="is-size-6 is-italic">
- President Barak Obama, 2010
</p>
</div>
</section>
</body>
<footer class="has-backround-primary-light">
<br>
<br>
<div class="content has-text-centered">
<p>
Website created by <strong><a href="https://github.com/primitt">primitt</a></strong> using the <strong><a
href="https://bulma.io">Bulma CSS Framework</a></strong>
</p>
</div>
</footer>
<nav class="bd-docs-pagination bd-pagination-links level" style="margin:20px">
<a class="button bd-fat-button is-primary is-light bd-pagination-next" href="./backroundinfo.html" title="Next Page">
<i>←</i>
<span>
<b>Background Information </b>
</span>
</a>
<a class="button bd-fat-button is-primary is-light bd-pagination-next" href="./mainimpact.html" title="Next Page">
<span>
<b>Short Term Impact </b>
</span>
<i>→</i>
</a>
</nav>
<br>