-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcredits.html
157 lines (142 loc) · 5.82 KB
/
credits.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
<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">
<p class="title has-text-centered">
Written Works
<!-- paper icon -->
</p>
<style>
.create {
margin-bottom: 50px
}
</style>
<div class="create"></div>
<div class="subtitle has-text-centered">
<b>Process Paper</b><br><br>
<iframe src="https://www.keepandshare.com/doc25/113101/u-s-sanctions-process-paper-1-pdf-58k?ifr=y&da=y" width="1000" height="700" scrolling="yes" frameborder="1"></iframe>
</div>
<div class="subtitle has-text-centered">
<b>Bibliography</b><br><br>
<iframe src="https://www.keepandshare.com/doc25/113100/u-s-sanctions-bibliography-1-pdf-116k?ifr=y&da=y" width="1000" height="700" scrolling="yes" frameborder="1"></iframe>
</div>
</body>
<footer class="footer has-background-primary-light ">
<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="./lastingimpact.html " title="Next Page ">
<i>←</i>
<span>
<b>Legacy </b>
</span>
</a>
<a class="button bd-fat-button is-primary is-light bd-pagination-next " href="./devcredits.html " title="Next Page ">
<span>
<b>About </b>
</span>
<i>→</i>
</a>
</nav>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>