-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (30 loc) · 1.49 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
<html>
<head>
<title>Resume - Kathleen Weaver</title>
<link rel=stylesheet href="styles.css">
</head>
<body>
<h1>Kathleen Weaver</h1>
<p>Available for freelance mobile web design and teaching others</p>
<h2>Projects</h2>
<ul>
<li><a href="http://www.ambrn.org">Website for a non-profit</a></li>
</ul>
<h2>Experience</h2>
<ul>
<li><h3>Johns Hopkins University Center for Talented Youth, Online Programs 2014 - Present</h3></li>
<p>Teach computer science and web design to 3-12 students. This includes Scratch, Python, and JavaScript. Have created and edited curriculum.</p>
<li><h3>Udacity - Mentor - Introduction to Computer Science</h3></li>
<li><h3>Contract position - Mobile Payment App</h3></li>
<li><h3>Dallas ISD - Computer Science and Math Teacher</h3></li>
<p>Taught high school computer science, web design and mathematics. Wrote curriculum and taught other teachers. Also provided technical support</p>
<li><h3>Texas Instruments - Financial Systems</h3></li>
</ul>
<h2>Education</h2>
<ul>
<li><h3>University of Southern Mississippi, BS Majoring in Computer Science</h3></li>
<li><h3>Texas Womans University, Teaching Certificate</h3></li>
<li><h3>University of North Texas, MS Majoring in Computer Education and Cognitive Studies</h3></li>
</ul>
</body>
</html>