-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadnews.html
42 lines (31 loc) · 1.47 KB
/
badnews.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 experimented...</h1>
<div class="todaySubImagesAlign">
<img src="badNews.png" alt="Bad News" class="todaySubImages">
</div>
<h1 class="todayText">experimented with a gaming website called bad news that focuses on teaching people about disinformation tactics. i liked the way the game was structured as i’m put into the role of a fake news creator with my goal being to gain as many followers as possible and build fake credibility. it made me aware of the manipulation techniques involved in creating fake news.</h1>
<script src="script.js"></script>
</body>
</html>