-
Notifications
You must be signed in to change notification settings - Fork 4
/
for-partners.html
584 lines (562 loc) · 23.4 KB
/
for-partners.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>Brown Initiative For Policy</title>
<meta name="title" content="Brown Initiative For Policy">
<meta name="description" content="Brown Initiative for Policy is a student-run, non-partisan think tank. We propose and advocate for sensible solutions to problems in the Providence and R.I. community.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://metatags.io/">
<meta property="og:title" content="Brown Initiative For Policy">
<meta property="og:description" content="Brown Initiative for Policy is a student-run, non-partisan think tank. We propose and advocate for sensible solutions to problems in the Providence and R.I. community.">
<meta property="og:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://metatags.io/">
<meta property="twitter:title" content="Brown Initiative For Policy">
<meta property="twitter:description" content="Brown Initiative for Policy is a student-run, non-partisan think tank. We propose and advocate for sensible solutions to problems in the Providence and R.I. community.">
<meta property="twitter:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NCVSMR5');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Brown Initiative for Policy | Information for Partners</title>
<link rel="icon" href="/favicon.ico">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<script src="/js/home.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCVSMR5" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<div class="header-wrapper">
<nav class="navbar navbar-expand-lg navbar-light bg-light nav-custom">
<div class="navbar-brand" onclick="window.location.href='/'" style="cursor: pointer;">
<img src="/img/home/logo.png" height="30" alt="">
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="for-partners.html">For Partners<span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="for-students.html">For Students</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html" style="padding-right: 0px">About Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Loader -->
<div class="preloader">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="website-wrapper">
<div id="story-section-header" style="margin-bottom: 60px; width: 60%">
<div class="story-title story-header-text">
Work With Us
</div>
<div class="story-text story-header-text" style="margin-top: 40px">
With the common goal of addressing social problems in Providence,
BIP collaborates with community partners to find policy-based solutions.
BIP research teams and partners may jointly write a report about the
mental healthcare system, lobby for education policy change, or advise
the governor’s office.
</div>
</div>
</div>
<div class="full-width-white-background-p" style="padding-top: 50px; padding-bottom: 50px;">
<div class="website-wrapper">
<div class="partner-bsection-header">
<div class="partner-small-title join-header-text">
Who do we work with?
</div>
<div class="story-text" style="margin-top: 10px; margin-bottom: 10px;">
We work with all different kinds of stakeholders. In the past, BIP has collaborated with
government
officials, public policy-oriented NGOs, and state legislators, among others.
</div>
</br>
<div class="partner-small-title join-header-text">
What role do we play?</div>
<div class="story-text" style="margin-top: 10px;">
In the past, BIP analysts have fulfilled roles in the realms of research, policy writing, and
advocacy. This may include, but is not limited to, the following:
</br>
<div style="height: 10px;"></div>
<ul>
<li> Data collection through database research and/or conducting of surveys
<li> Writing of white papers / issue briefs on topics relevant to stakeholders
<li> Organizing of public events / rallies to amplify advocacy efforts
<li> Testifying in support of a given policy initiative before the state legislature
</ul>
</div>
</div>
</div>
</div>
<div class="website-wrapper">
<div class="partner-csection-header">
<div class="story-title story-header-text" style="margin-top: 100px">
Past Collaborations
</div>
<div class="partner-small-title join-header-text" style="margin-top: 50px">
Our Partners
</div>
<div class="partner-logo-wrapper" style="margin-top: 1rem;">
<div class="partner-logo-grid">
<div class="partner-logo">
<div onclick="window.location.href='https://mhari.org/'" style="cursor: pointer;">
<img src="img/home/mha.png">
</div>
</div>
<div class="partner-logo" style="width: 80px;">
<div onclick="window.location.href='https://www.ri.gov'" style="cursor: pointer;">
<img src="img/home/rhode-island-logo.png">
</div>
</div>
<div class="partner-logo">
<div onclick="window.location.href='https://www.thewomxnproject.org/'" style="cursor: pointer;">
<img src="img/home/womxn.png">
</div>
</div>
</div>
</div>
<!-- The Cards -->
<div class="partner-small-title join-header-text" style="margin-top: 50px; margin-bottom: 40px;">
Collaborated Projects
</div>
<div class="projects-grid">
<!-- Image Card 1-->
<div class="img-card" onclick="window.location.href='./project/bears.html'" style="cursor: pointer;">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/bears-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Completed
</div>
<div class="img-card-text-title">
Basic Emergency and Response Skills
</div>
<div class="img-card-text-description">
In collaboration with the RI Parity Initiative, we are advocating for new RI legislation that will
ensure that teachers across the state are trained in a series of “Basic Emergency and Response Skills”
(BEARS).
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>Learn More<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.1
25.8" enable-background="new 0 0 36.1 25.8" xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg></span>
</a>
</div>
</div>
<!-- Image Card 3 -->
<div class="img-card" onclick="window.location.href='./project/refugee-education.html'"
style="cursor: pointer;">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/refugee-card-2.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Completed
</div>
<div class="img-card-text-title">
Refugee Education
</div>
<div class="img-card-text-description">
In collaboration with the Refugee Dream Center, we are tackling the systemic failures of the
Providence public school system. This marks the state's first ever takeover of the school
district.
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>Learn More<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.1
25.8" enable-background="new 0 0 36.1 25.8" xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg></span>
</a>
</div>
</div>
<!-- Image Card 4 -->
<div class="img-card" onclick="window.location.href='./project/water-quality.html'"
style="cursor: pointer;">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/water-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Completed
</div>
<div class="img-card-text-title">
Water Quality
</div>
<div class="img-card-text-description">
In partnership with Providence Water, we have an ambitious goal to advocate for
equitable full lead pipe replacement.
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>Learn More<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.1
25.8" enable-background="new 0 0 36.1 25.8" xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg></span>
</a>
</div>
</div>
<!-- Image Card 2 -->
<div class="img-card" onclick="window.location.href='./project/mental-health.html'"
style="cursor: pointer;">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/elders-card.png">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Ongoing
</div>
<div class="img-card-text-title">
Mental Health
</div>
<div class="img-card-text-description">
In partnership with the Mental Health Association of Rhode Island (MHARI), BIP’s Mental
Health research team operates with the ambitious goal of assessing the state of
behavioral healthcare in Rhode Island.
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>Learn More<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.1
25.8" enable-background="new 0 0 36.1 25.8" xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg></span>
</a>
</div>
</div>
<!-- Image Card 4 -->
<div class="img-card" onclick="window.location.href='./project/accountability.html'"
style="cursor: pointer;">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/confession-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Ongoing
</div>
<div class="img-card-text-title">
Confession Accountability
</div>
<div class="img-card-text-description">
In collaboration with the Providence Student Union and the Rhode Island Public Defender's Office,
we aim to investigate the impact of student interrogation tactics and use our findings to enact change.
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>Learn More<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.1
25.8" enable-background="new 0 0 36.1 25.8" xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg></span>
</a>
</div>
</div>
<!-- Image Card 4 -->
<div class="img-card" onclick="window.location.href='./project/sara.html'"
style="cursor: pointer;">
<div class="img-card-img-wrapper">
<img class="img-card-img" src="/img/home/sara-card.jpg">
</div>
<div class="img-card-text-wrapper">
<div class="img-card-item-type">
Ongoing
</div>
<div class="img-card-text-title">
Sexual and Reproductive Access
</div>
<div class="img-card-text-description">
In partnership with the Womxn Project, our goal is to expand sexual and reproductive health
services in Rhode Island.
</div>
</div>
<div class="image-card-link-wrapper">
<a class="card-link-text card-link-arrow">
<span>Learn More<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.1
25.8" enable-background="new 0 0 36.1 25.8" xml:space="preserve">
<g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
x1="0" y1="12.9" x2="34" y2="12.9"></line>
<polyline fill="none" stroke="#000000" stroke-width="3" stroke-miterlimit="10"
points="22.2,1.1 34,12.9 22.2,24.7"></polyline>
</g>
</svg></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- white space divider-->
<div class="thick-white-line-space">
<hr class="thick-white">
</div>
<div class="website-wrapper">
<div class="partner-dsection-header">
<div class="story-title story-header-text" style="margin-top: 80px">
Contact Us
</div>
<div class="partner-text partner-header-text" style="margin-top: 1rem">
To get in touch with us, inquire about a potential collaboration, or submit proposals for prospective projects, please email us at <a href="mailto:bip@brown.edu">bip@brown.edu</a>. You can also follow us on Instagram at <a href="https://www.instagram.com/brown_policy">@brown_policy</a> to see more about what we are up to.
</br>
</br>
</div>
</div>
</div>
<!-- white space divider-->
<div class="thick-white-line-space">
<hr class="thick-white">
</div>
<!-- Accordion -->
<div class="website-wrapper">
<div class="partner-dsection-header">
<div class="story-title story-header-text" style="margin-top: 80px">
Frequently Asked Questons
</div>
</div>
<div class="accordion-space" style="margin-top: 2rem">
<button class="accordion">What is the time commitment for a partner?</button>
<div class="panel">
<p>Although time commitment varies based upon the nature of the collaboration, BIP research teams
typically meet with community partners either weekly or once every two weeks.</p>
</div>
<button class="accordion">How many BIP analysts will be working with us?</button>
<div class="panel">
<p>BIP research teams typically include between 6-10 analysts.</p>
</div>
<button class="accordion">How much agency does the BIP research team have over project direction?</button>
<div class="panel">
<p>The degree of control exerted by a given BIP research team over the project on which it is working
varies depending on factors including the nature of the end product and the number of other
stakeholders. However, our research teams have found in the past that projects are most enriching
and successful when all parties involved function in synergistic collaboration, as opposed to
strictly delegated roles of varying authority.</p>
</div>
<button class="accordion">Is there a cost associated with a partnership with BIP? </button>
<div class="panel">
<p>There is no cost associated with a partnership with BIP. Our analysts choose to engage with the
projects they do because they are eager to develop their skills in policy analysis, and - most
importantly - because the goals of the projects resonate meaningfully with them.</p>
</div>
<button class="accordion">Do I need to have a fully formed idea for a project when I inquire about
collaboration? </button>
<div class="panel">
<p>Not at all! We encourage any individual students or organizations interested in pursuing a
partnership with BIP to reach out and schedule a meeting with a member of our Executive Board. </p>
</div>
</div>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("accordion_active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
<!-- desktop footer-->
<div id="footer-white-background">
<div class="website-wrapper">
<div class="footer">
<div class="footer-left-area">
<div class="footer-logo-area">
<img class="footer-logo" src="./img/common/footer-logo.png">
<div class="footer-slogan">
Proposing and advocating for sensible solutions to problems in our community.
</div>
</div>
<div class="footer-copyright">
© Brown Initiative for Policy All Rights Reserved
</div>
</div>
<div class="footer-right-area">
<div class="footer-flex">
<div class="footer-subspace">
<ul class="footer-ul">
<li class="footer-headpage">Key Links</li>
<li> <a href="index.html" class="footer-page">
Home
</a></li>
<li> <a href="projects.html" class="footer-page">
Projects
</a></li>
<li> <a href="about-us.html" class="footer-page" style="margin-bottom: 0;">
About Us
</a></li>
</ul>
</div>
<div class="footer-subspace">
<ul class="footer-ul">
<li class="footer-headpage">Join Us</li>
<li> <a href="for-partners.html" class="footer-page">
For Partners
</a></li>
<li> <a href="for-students.html" class="footer-page">
For Students
</a></li>
<li> <a href="#" class="footer-page" style="margin-bottom: 0;">
Pitch a Project
</a></li>
</ul>
</div>
<div class="footer-subspace">
<ul class="footer-ul">
<li class="footer-headpage">Follow Us</li>
<li> <a href="https://www.facebook.com/BrownInitiativeforPolicy/" class="footer-page">
Facebook
</a></li>
<li> <a href="https://www.instagram.com/browninitiativeforpolicy/" class="footer-page">
Instagram
</a></li>
<li> <a href="https://www.linkedin.com/company/brown-initiative-for-policy"
class="footer-page" style="margin-bottom: 0;">
LinkedIn
</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- mobile footer -->
<div id="footer-white-background-mobile">
<div class="website-wrapper">
<div class="mobile-footer-logo-area">
<img class="mobile-footer-logo" src="./img/common/footer-logo.png">
<div class="mobile-footer-slogan">
Proposing and advocating for sensible solutions to problems in our community.
</div>
</div>
<div class="mobile-footer-link-area">
<a href="index.html" class="mobile-footer-page" style="margin-bottom: 0;">
Home
</a> <span>·</span>
<a href="projects.html" class="mobile-footer-page" style="margin-bottom: 0;">
Projects
</a> <span>·</span>
<a href="about-us.html" class="mobile-footer-page" style="margin-bottom: 0;">
About Us
</a> <span>·</span>
<a href="for-partners.html" class="mobile-footer-page" style="margin-bottom: 0;">
For Partners
</a> <span>·</span>
<a href="for-students.html" class="mobile-footer-page" style="margin-bottom: 0;">
For Students
</a> <span>·</span>
<a href="#" class="mobile-footer-page" style="margin-bottom: 0;">
Pitch a Project
</a> <span>·</span>
<a href="https://www.facebook.com/BrownInitiativeforPolicy/" class="mobile-footer-page"
style="margin-bottom: 0;">
Facebook
</a> <span>·</span>
<a href="https://www.instagram.com/browninitiativeforpolicy/" class="mobile-footer-page"
style="margin-bottom: 0;">
Instagram
</a> <span>·</span>
<a href="https://www.linkedin.com/company/brown-initiative-for-policy" class="mobile-footer-page"
style="margin-bottom: 0;">
LinkedIn
</a>
</div>
<div class="mobile-footer-copyright">
© Brown Initiative for Policy<br>All Rights Reserved
</div>
</div>
</div>
<!-- JS for Bootstrap -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
</body>
</html>