-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutreach.html
105 lines (105 loc) · 4.28 KB
/
outreach.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="resources/CSS/index.css?v=1" rel="stylesheet" type="text/css">
<title>Outreach</title>
</head>
<body>
<header class="lighter">
<div class="navbar">
<!-- <div class="navbar-left"> -->
<a href="index.html"><img src="./resources/images/home/home.svg" height="35"></a>
<!-- <a style="float:left; padding:5px" href="index.html"></a> -->
<div class ="navbar-right">
<a href="projects.html">Projects</a>
<a href="outreach.html">Outreach</a>
<a href="art.html">Art</a>
<a href="about.html">About Me</a>
</div>
</div>
</header>
<h1 class="leftMargin">Outreach</h1>
<!-- <img src="./resources/images/IMG_7821_Original.jpg" alt="profile" style ="width:300px;height:300px;"> -->
<p class="leftMargin introText">Outside of my college coursework and activities, I enjoy volunteering and participating in STEM outreach events. I have been a tutor for the last 5 years of my life and always enjoyed being able to pass on my knowledge to others. If interested in tutoring services, please feel free to contact me.
</p>
<h2 class="leftMargin">Experience</h2>
<div class="row leftMargin">
<div class="column lighter box">
<h3>Computer Science,</h3>
<h3>9th-12th</h3>
<h5>CSES Outreach Staff</h3>
<h5>La Jolla, CA</h3>
<ul>
<li>led outreach events for local high schools for computer science exposure</li>
<li>developed basic programming workshops</li>
</ul>
</div>
<div class="column lighter box">
<h3>AP CS A & Algebra 1,</h3>
<h3>K-12th</h3>
<h5>Freelance Private Tutoring</h5>
<h5>Fremont, CA</h5>
<ul>
<li>private tutoring for subject of choice</li>
<li>tailored to student coursework and requirements</li>
</ul>
</div>
<div class="column lighter box">
<h3>Programming,</h3>
<h3>K-12th</h3>
<h5>Code With Us</h5>
<h5>Campbell, CA</h5>
<ul>
<li>instructed beginner level programming courses</li>
<li>taught languages, including Python, Java, and Scratch</li>
</ul>
</div>
</div>
<div class="row leftMargin">
<div class="column lighter box">
<h3>Computer Science,</h3>
<h3>9th-12th</h3>
<h5>CSES Outreach Staff</h3>
<h5>La Jolla, CA</h3>
<ul>
<li>led outreach events for local high schools for computer science exposure</li>
<li>developed basic programming workshops</li>
</ul>
</div>
<div class="column lighter box">
<h3>AP CS A & Algebra 1,</h3>
<h3>K-12th</h3>
<h5>Freelance Private Tutoring</h5>
<h5>Fremont, CA</h5>
<ul>
<li>private tutoring for subject of choice</li>
<li>tailored to student coursework and requirements</li>
</ul>
</div>
<div class="column lighter box">
<h3>Programming,</h3>
<h3>K-12th</h3>
<h5>Code With Us</h5>
<h5>Campbell, CA</h5>
<ul>
<li>instructed beginner level programming courses</li>
<li>taught languages, including Python, Java, and Scratch</li>
</ul>
</div>
</div>
<br>
<br>
<br>
<div class="lighter middle">
<br>
<p>Let's Connect!</p>
<a href="mailto: [email protected]" target="_blank" class="box"><img src="./resources/images/logos/gmail.png" width="40"></a>
<a href="https://www.linkedin.com/in/carleen-li/" target="_blank"><img src="./resources/images/logos/linkedin.png" width="40"></a>
<div class="rightMargin" style="text-align: right;">Programmed in HTML & CSS</div>
<br/>
</div>
<!-- <a href="https://ucsd.edu/" target="_blank"><img src="./resources/images/ucsdbanner.jpg" width="1424"></a> -->
</body>
</html>