-
Notifications
You must be signed in to change notification settings - Fork 0
/
worldcup.html
42 lines (31 loc) · 1.51 KB
/
worldcup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>jjasminew</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<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=Barlow:wght@400;500;600;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- code for side nav bar -->
<div id="mySideNav" class="sideNav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">home</a>
<a href="aboutme.html">about me</a>
<a href="projects.html">projects</a>
<a href="portfolio.html">portfolio</a>
<a href="today.html">today i...</a>
<a href="resume.html">resume</a>
</div>
<h1 class= "menuBtn" onclick="openNav()">menu</h1>
<h1 class="todayTitle2">today i learned...</h1>
<div class="todaySubImagesAlign">
<img src="worldcup.jpg" alt="World Cup" class="todaySubImages">
</div>
<h1 class="todayText">learned that the 2022 world cup is problematic due to it being in qatar. there are many reports saying qatar bribed fifa to hold the world cup. qatar built seven brand-new stadiums for the event, treating and paying its migrant workers poorly. according to a 2021 guardian report, 37 migrants died while working on qatar’s world cup stadiums. qatar is also discriminatory towards women and the lgbtq+ community.</h1>
<script src="script.js"></script>
</body>
</html>