-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathediting.html
More file actions
59 lines (45 loc) · 2.6 KB
/
Copy pathediting.html
File metadata and controls
59 lines (45 loc) · 2.6 KB
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
<!DOCTYPE html>
<html>
<head>
<title>kaitlin hsu 徐欣</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="shortcut icon" href="computer.gif"/>
</head>
<body>
<div class = "box" id = "header">
<h1>kaitlin hsu 徐欣</h1>
<h1>👀✂️🕵️📍✍️📤❤️🔥📖🤓🪄</h1>
<p>[ <a href = "index.html">home</a> | <a href="writing.html">writing</a> | <a href="editing.html">editing<a> | <a href="development.html">development<a> | <a href = "events.html">events</a> ]</p>
</div>
<div class = "box" id = "first">
<h2>articles:</h2>
<ul style = "list-style: none;">
<li>
<p>🧇 <i>in these times</i> - <a href="https://inthesetimes.com/article/waffle-house-hurricanes-workers-union" target="_blank">"waffle house workers, at the front lines of disasters, demand more"</a> <font size="-1"><i>(2024)</i></font> <br>
sole fact checker
</p>
</li>
<li>
<p>🧓 <i>in these times</i> - <a href="https://inthesetimes.com/article/wisconsin-seniors-nursing-home-healthcare-rural-privatization-organizing" target="_blank">"not in our nursing homes"</a> <font size="-1"><i>(2024)</i></font> <br>
sole fact checker
</p>
</li>
<li>
<p>🦠 <i>in these times</i> - <a href="https://inthesetimes.com/article/mold-landlords-tenants-rights-housing-health-crisis-city-government" target="_blank">"as corporate landlords spread, a mold epidemic takes root"</a> <font size="-1"><i>(2024)</i></font> <br>
one of two fact-checkers
</p>
</li>
<li>
<p>🌹 <i>in these times</i> - <a href="https://inthesetimes.com/article/progressives-left-kamala-harris-election-2024-democrats-resistance" target="_blank">"why didn't the progressive movement challenge kamala harris?"</a> <font size="-1"><i>(2024)</i></font> <br>
one of two fact-checkers
</p>
</li>
<li>
<p>🗳️ <i>bay city news</i> - <a href="https://localnewsmatters.org/2022/12/19/ca-propositions-with-the-most-funding-flopped-in-november-election/" target="_blank">"ca propositions with the most funding flopped in november election"</a> <font size="-1"><i>(2022)</i></font> <br>
analyzed california proposition funding from cal-access campaign finance using <br> python, visualized in tableau
</p>
</li>
</ul>
</div>
</body>
</html>