-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (78 loc) · 4.31 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
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<title>Priya Chatwani</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta keywords="Priya Chatwani, Public Interest Tech, Tech for Good,
Remix, Politics Rewired, Stanford, Software Engineer">
<link href="css/style.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kalam|Open+Sans">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-16HQMLZGCK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-16HQMLZGCK');
</script>
</head>
<div class="header sticky">
<ul class="navBar">
<img class="sun" src="img/favicon.ico" />
<li class="navBarHeading selectedTab"><a href="#">About</a></li>
<li class="navBarHeading"><a href="media.html">Media</a></li>
</ul>
<div class="socialIcons">
<a href="https://twitter.com/PriyaChatwani" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/priya-chatwani/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/priya.chatwani/" target="_blank" class="fa fa-instagram"></a>
<a href="https://github.com/priya-chatwani" target="_blank" class="fa fa-github"></a>
</div>
</div>
<div class="aboutBanner">
<div class="aboutHeader">Priya Chatwani</div>
</div>
<body>
<div class="aboutContainer">
<img src="img/headshot.jpeg" class="headshot" />
<div class="paddedTextBlock">
<span><span class="headerText">Priya is an educator, organizer, and civic technologist.</span>
<br>I center anti-racism,
anti-capitalism,
anti-imperialism, and intersectionality in my efforts to redistribute resources, strengthen
people-powered movements, and inspire youth.
<br><br>
<span class="headerText">I'm building community power.</span><br>I advocate for radical change and
liberation in community with other South Asians, class-privileged young people, abolitionists, and California residents.
In 2020, I created a <a href="https://linktr.ee/usahelpinghands"
target="_blank">mutual aid network</a> that connected over 1000 people in LA
County and was replicated in three other cities.<br><br>
<span class="headerText">I'm building grassroots political change.</span><br>
At Politics Rewired, I helped equip Leftist candidates
and unions with effective organizing tools. I also volunteer for
grassroots political campaigns and support voting rights groups with the <a
href="https://www.voterempowerment.org/" target="_blank">Voter Empowerment
Project</a>.<br><br>
<span class="headerText">I'm building the future.</span><br>
As a public middle school teacher in East Oakland, I learn from students every day, and
I strive to integrate art, social justice, and restorative practices into my computer science classroom.<br><br>
I use she and they pronouns and grew up in Southern California on Tongva land. Catch me practicing yoga,
concocting a new popcorn spice mix, or dreaming about coffee.
</span>
</div>
</div>
</body>
<div class="connectBanner">
<div class="connectHeader">
<div class="bold">Looking to connect?</div>Send me an <a target="_top"
href="mailto:priyachatwani5@gmail.com?subject=Hi! (from your website)">email!
</div>
</div>
<!-- <footer>Priya Chatwani © 2023</footer> -->
</html>