-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlastingimpact.html
169 lines (155 loc) · 8.06 KB
/
lastingimpact.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
<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> Written Work </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>
<body class="has-background-primary-light">
<div class="title has-text-centered is-size-2-mobile">
The Successful Results of the Sanctions
</div>
<div class="padding">
<div class="columns">
<div class="column is-one-half">
<p class="is-size-5 is-size-3-mobile">
The U.S. naming of Iran as a “state sponsor of terrorism” triggered several sanctions with lasting impact on the economy of Iran, including the follows: 1)Restrictions on sales of U.S. dual use items; 2) Ban on direct U.S. financial assistance and arms
sales to Iran; 3)Requirement to oppose multilateral lending; 4) Withholding of U.S. foreign assistance to countries that assist or sell arms to terrorism list countries; 5) Withholding of U.S. Aid to Organizations That Assist Iran.
</p>
</div>
<div class="column is-one-half">
<p class="is-size-6 is-size-3-mobile has-text-centered">
<!-- add image with caption "Oil production from 2010 to 2020" and image is: https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/decline_of_oilprod_2019.jpg -->
<img src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/decline_of_oilprod_2019.jpg" alt="Oil production from 2010 to 2020" width="500px" />
<!-- add text with is-size-5 -->
<br><b>Oil production from 2010 to 2020</b>
</p>
</div>
</div>
<br>
<div class="columns">
<div class="column is-size-5">
On June 14th, 2019, the US with the help of neighboring countries officially reduced the power of the Supreme Leader of Iran and the rest of his office. Due to this, the U.S. has significantly reduced the trade of products from its energy and oil sectors.
The news spread throughout the world and the U.S. prompted other nations to withdraw their ties with Iran. The oil production, which also helped its nuclear production, reduced significantly.
<br>
<br>
<img src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/unknown.png" width="450px"> <br><br>
<span class="is-size-6"><b> Timeline on US/Iran relations over the last 6 decades. </b></span>
</div>
<div class="column has-text-centered" style="margin-bottom:70px">
<img src="https://raw.githubusercontent.com/primitt/nhd/gh-pages/images/curbing.png">
<br><b>Major parts of the Iran nuclear deal.</b> </div>
</div>
<div class="columns">
<div class="column is-size-5">
While imposing sanctions has arguably not changed Iran’s core strategy of increasing their nuclear weapon arsenal, it has definitely put a lid on their proliferation activities. The U.S. taking a leadership role in imposing these sanctions have possibly
prevented another catastrophic war with global consequences.
</div>
</div>
</div>
</body>
<footer class="has-background-primary-light footer">
<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="./mainimpact.html" title="Next Page">
<i>←</i>
<span>
<b>Short Term Impact </b>
</span>
</a>
<a class="button bd-fat-button is-primary is-light bd-pagination-next" href="./credits.html" title="Next Page">
<span>
<b>Sources </b>
</span>
<i>→</i>
</a>
</nav>