-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
91 lines (69 loc) · 3.33 KB
/
Copy pathdevelopment.html
File metadata and controls
91 lines (69 loc) · 3.33 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
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
<!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>fundraising:</h2>
<ul style = "list-style: none;">
<li>
<p>🐍 <a href = "https://kaya.com/2025/01/lunar-new-year-hot-pot-fundraiser/" target ="_blank">lunar new year hot pot fundraiser</a> for wildfire recovery <i>(with kaya press)</i> <br>
raised $1,227.78
</p>
</li>
<li>
<p>🚗 <a href = "https://kaya.com/2024/11/help-kaya-press-raise-36000/" target ="_blank">2024 annual fundraiser</a> <i>(with kaya press)</i> <br>
raised $21,440.87
</p>
</li>
<li>
<p>🤝 <a href = "https://www.instagram.com/p/C-YZ4-TSuOB/" target ="_blank">mutual aid fund for kundiman staff</a> <i>(with the asian american literature festival collective)</i> <br>
raised $14,073.00
</p>
</li>
<li>
<p>🚬 <a href = "https://kaya.com/2023/11/kaya-turns-29-celebrate-the-work-behind-the-work/" target ="_blank">2023 annual fundraiser</a> <i>(with kaya press)</i> <br>
raised $27,062.67
</p>
</li>
<li>
<p>🏳️⚧️ <a href = "https://www.reorientingreads.com/unghosted-reading/" target ="_blank">launch and fundraiser for reorienting reads</a> <i></i> <br>
raised $2,760.00
</p>
</li>
</ul>
</div>
<div class = "box" id = "second">
<h2>grant writing:</h2>
<ul style = "list-style: none;">
<li>
<p>🌴 la county department of arts and culture - <a href = "https://lacountyarts.org/sites/default/files/2025-07/2526OGP-GranteeList.pdf" target ="_blank">2025-26 ogp grantee</a> <i>(with kaya press)</i> <br>
$14,800.00
</p>
</li>
<li>
<p>⭐ community of literary magazines and presses - <a href = "https://www.clmp.org/press-center/kaya-press-receives-the-10000-constellation-award/" target ="_blank"> 2025 constellation award</a> <i>(with kaya press)</i> <br>
$10,000.00
</p>
</li>
<li>
<p>🏛️ national endowment for the arts - <a href = "https://www.instagram.com/p/DE5V8i7y1T6/" target ="_blank">2025 grantee</a> <i>(with kaya press)</i> <br>
$15,000.00
</p>
</li>
<li>
<p>🏙️ city of la department of cultural affairs - <a href = "https://culture.lacity.gov/current-grantees" target ="_blank">2024-25 grantee</a> <i>(with kaya press)</i> <br>
$8,150.00
</p>
</li>
</div>
</body>
</html>