-
Notifications
You must be signed in to change notification settings - Fork 0
/
email_T.html
40 lines (40 loc) · 1.46 KB
/
email_T.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
<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
<p>
Hi <?= teacher.prefix ?> <?= teacher.last_name ?>!
</p>
<p>
Me and a couple other students from Foothill High School and Amador Valley High
School are running ML Hacks, a free online hackathon for girls and
non-binary high school students (trans included), from May 20 to May 22.
We would love it if students from all over the Bay Area (and the country)
could participate! We will run a project competition for prizes, where hackers
can make anything from a
website to an app or a game, as well as attend workshops for coding basics,
computer science applications, and AI/machine learning.
</p>
<p>
Would you be willing to tell your students about our hackathon and
encourage them to join? It will be a great opportunity for more
female/non-binary students to explore different areas of CS in an exciting
and welcoming environment and get free swag.
</p>
<p>
Here's the link to our
<a href="https://drive.google.com/file/d/1eoDBPBk7NqbSB8HO-fJURvtgRUq6t1FU/view"
target="_blank">
flyer</a> and
<a href="https://mlhacks2022.vercel.app/"
target="_blank">website</a>
for more information!
</p>
<p>
Sincerely, <br>
Claire Xu (junior at Foothill High School)
</p>
</body>
</html>