-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
80 lines (65 loc) · 3.95 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
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link href="styles.css" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<script src="main.js" defer></script>
<link rel="icon" type="image/png" href="Ukraine-flag-icon-on-transparent-background-PNG.png">
</head>
<body>
<!-- top navigation bars -->
<div class="nav">
<a href="index.html", class="button-link-active">Home</a>
<a href="tv_media.html", class="button-link-inactive">Television Media</a>
<a href="national_press.html", class="button-link-inactive">National Press</a>
<a href="regional_media.html", class="button-link-inactive">Regional Media</a>
<a href="our-team/index.html", class="button-link-inactive">Our Team</a>
</div>
<!-- title-->
<h1 class="centered">How the War in Ukraine is Portrayed <br> in the American Media</h1>
<h4 class="centered">By Luke Schields, Sly Yushchyshyn, and Alina Beskrovna</h4>
<br><br>
<!-- introduction to research -->
<div class="centered">
<p>On February 24, 2022, Russia launched a full-scale invasion of Ukraine. In response, many NATO member nations, including the United States, have sent financial, humanitarian, and military aid to Ukraine to support their war efforts. As the war has played out, providing this aid has become a political football in the United States with the latest relief legislation failing in Congress in December 2023 after being panned by Republican members of Congress. As support for providing aid to Ukraine begins to show cracks along ideological lines, we aim to investigate how the war in Ukraine is portrayed by media outlets across the political spectrum and how these may contribute to this development.</p>
</div>
<hr>
<!--how to cite our research -->
<h2 class="centered">Cite This Project</h2>
<p class="centered">If you would like to cite any portion of this project, please feel free to use any of the premade citations below.</p>
<br>
<!--------- APA citation --------->
<p class="centered">APA</p>
<div class="centered" id="copyContainerAPA">
<p class="centered" id="textToCopyAPA">Luke, S., Yushchyshyn, S., & Beskrovna, A. (2024, January 14). <em>How the War in Ukraine is Portrayed in the American Media.</em> code4policy. https://code4policy.com/2024-b3-Ukraine-media/index.html</p>
<button id="copyButtonAPA">Copy Citation</button>
</div>
<br>
<!--------- Chicago citation --------->
<p class="centered">Chicago</p>
<div class="centered" id="copyContainerChicago">
<p class="centered" id="textToCopyChicago">Schields, Luke, Sly Yushchyshyn, and Alina Beskrovna. "How the War in Ukraine is Portrayed in the American Media." code4policy. January 14, 2024. https://code4policy.com/2024-b3-Ukraine-media/index.html.</p>
<button id="copyButtonChicago">Copy Citation</button>
</div>
<br>
<!--------- MLA citation --------->
<p class="centered">MLA</p>
<body>
<div class="centered" id="copyContainerMLA">
<p class="centered" id="textToCopyMLA">Schields, Luke, Yushchyshyn, Sly, and Beskrovna, Alina. "How the War in Ukraine is Portrayed in the American Media." <em>code4policy</em>, 14 Jan. 2024, https://code4policy.com/2024-b3-Ukraine-media/index.html.</p>
<button id="copyButtonMLA">Copy Citation</button>
</div>
</body>
<hr>
<!-- feedback form -->
<div class="centered-clipped">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdnkRcI6fMex_HDP-S0eekyg7nlY8lJq8r88n32z323OA8Dpw/viewform?embedded=true" scrolling="no" width="640" height="656" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<hr>
</body>
</html>
</script>
</script>