-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChristina-Truong.html
102 lines (86 loc) · 4.88 KB
/
Christina-Truong.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Christina Truong | Resume</title>
<link rel="stylesheet" href="BackUp/css/styles.css">
</head>
<body>
<!-- // Intro -->
<header>
<img src="BackUp/images/christina-truong.png" alt="Christina Truong">
<h1>Christina Truong</h1>
<h2>Web Developer + Educator</h2>
<p>As a developer, I specialize in creating modular and scalable front-end architectures. As an educator, I focus on creating inclusive learning environments, instructor training and curriculum development. I'm also a certified <a href="https://www.lesmills.com/workouts/fitness-classes/bodypump/" target="_blank">BODYPUMP</a> Instructor for GoodLife Fitness!</p>
</header>
<main>
<!-- // Work Experience -->
<section class="work">
<h2>Work Experience</h2>
<!-- Job 1 Details -->
<h3>Independent Front-end Developer & Educator</h3>
<p>Independent / Freelance</p>
<p>January 2012 - Present</p>
<p>Provides various front-end related services ranging from development work, consultations, speaking engagements, corporate training, workshops and online courses.</p>
<p>See more at <a href="http://christinatruong.com" target="_blank">christinatruong.com</a>.</p>
<!-- Job 2 Details -->
<h3>Director of Curriculum</h3>
<p>Ladies Learning Code</p>
<p>July 2014 - February 2016</p>
<p>Created and managed all adult focused curriculum, instructor training and tech related strategies and duties.</p>
<p>Key contributions:</p>
<ul>
<li>Created 9 new workshops focusing on HTML, CSS, JavaScript, jQuery, Wordpress and Responsive Web Design.</li>
<li>Created all Hackapalooza content (2 day conference style event), consisting of 2-4 hour workshop sessions focused on front-end coding languages and web development related topics.</li>
<li>Lead instructor and created curriculum for the Digital Skills part-time program.</li>
<li>Provided training for all instructors, in all Canadian chapters, focusing on creating an inclusive and engaging learning environment.</li>
<li>Maintained the ladieslearningcode.com website.</li>
<li>Created interactive slide deck template for consistent national workshop branding.</li>
<li>Volunteer lead instructor from 2011-2014 for Toronto workshops and several chapter launches.</li>
</ul>
<!-- Job 3 Details -->
<h3>Lead Front-End Developer</h3>
<p>Field ID</p>
<p>March 2013 - February 2014</p>
<p>Lead the front-end development for in-house safety inspection software.</p>
<p>Key contributions:</p>
<ul>
<li>Responsible for recommendations, setting code standards for the front-end development.</li>
<li>Created a fully customized front-end framework, including UI/UX.</li>
<li>Standardized the site architecture and design. The framework contains reusable components and extensible classes for customization and flexibility.</li>
</ul>
<p>See my complete work history on <a href="https://www.linkedin.com/in/christinatruong/" target="_blank">LinkedIn</a>.</p>
</section>
<!-- // Education -->
<section class="education">
<h2>Education</h2>
<!-- School 1 details. -->
<h3>Seneca College - Toronto, ON</h3>
<p>Webmaster Content Site Design Certificate, 2006</p>
<p>14 week full-time program.</p>
<!-- School 2 details. -->
<h3>York University - Toronto, ON</h3>
<p>Bachelor of Arts, 2001-2005</p>
<p>Double Major in Communications & Psychology.</p>
<!-- School 3 details. -->
<h3>San Jose State University - San Jose, CA</h3>
<p>General Studies, 2000</p>
<p>First year general studies.</p>
</section>
</main>
<!-- // Footer & contact info -->
<footer>
<h2>Let's Keep in Touch!</h2>
<!-- Social media links. Add or remove any networks. -->
<div>
<a href="mailto:[email protected]">[email protected]</a>
<a href="http://christinatruong.com">christinatruong.com</a>
<a href="https://twitter.com/christinatruong">Twitter</a>
<a href="https://www.linkedin.com/in/christinatruong/">LinkedIn</a>
<a href="http://fb.me/christinacodes">Facebook</a>
</div>
<p>Copyright 2017 by Christina Truong</p>
</footer>
</body>
</html>