-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
107 lines (101 loc) · 6.32 KB
/
index3.html
File metadata and controls
107 lines (101 loc) · 6.32 KB
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
106
107
<!DOCTYPE html>
<html>
<head>
<title>Timothy Levi</title>
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="index3.css" type="text/css">
<link rel="shortcut icon" type="image/ico" href="favicon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header>
<img src="./nature.png">
<div class="headline">
<h1 class="name">Timothy Levi Campbell</h1>
Web Developer & Tutor
</div>
<nav>
<ul class="social">
<h2>Social</h2>
<!-- <li><a href="https://twitter.com/timothylevi"><i class="fa fa-twitter"></i>Twitter</a></li> -->
<li><a href="https://github.com/timothylevi"><i class="fa fa-github"></i>Github</a></li>
<li><a href="https://linkedin.com/in/timothylevi"><i class="fa fa-linkedin"></i>Linkedin</a></li>
<!-- <li><a href="https://bestjs.tumblr.com"><i class="fa fa-tumblr"></i>Tumblr</a></li> -->
<!-- <li><a href="https://soundcloud.com/timothylevicampbell"><i class="fa fa-soundcloud"></i>Soundcloud</a></li> -->
</ul>
</nav>
</header>
<main>
<section class="about">
<h2>About</h2>
<p>
I'm a Brooklyn, New York based web developer and tutor with two
years of professional experience and more than ten years as a
passionate hobbyist. I love working in JavaScript and work every
day to master my craft.
</p>
</section>
<section class="experiences">
<h2>Experiences</h2>
<ul>
<!-- The More Things Change -->
<li class="exp">
<h3 class="exp-position">Web Developer for <a href="http://hrp.bard.edu/" class="exp-employer">Bard Human Rights Project</a></h3>
<date class="exp-duration">May 2016 - present</date>
<p class="exp-description">
The More Things Change is a collaboration with Bard College's Human Rights Project to produce an interactive website to chronicle human rights abuses on tea plantations in in India. The website content is maintained using the Scalar API, the app is built with Meteor, and the front end is built in React with React Router.
</p>
</li>
<!-- Thinkful -->
<li class="exp">
<h3 class="exp-position">Mentor at <a href="http://www.thinkful.com/" class="exp-employer">Thinkful</a></h3>
<date class="exp-duration">May 2015 - present</date>
<p class="exp-description">
Guiding Thinkful learners through their journey to understand code and how to incorporate programming into their lives by applying what they learn to their short- and long-term goals. I mentor six students in Frontend Web Development, and am training to mentor other courses.
</p>
</li>
<!-- Hive -->
<li class="exp">
<h3 class="exp-position">Software Developer at <a href="http://www.hive.com/" class="exp-employer">Hive</a></h3>
<date class="exp-duration">February 2016 - June 2016</date>
<p class="exp-description">
Hive is an app that connects a team's upcoming and past tasks, chat, and file storage with the ability to create workflows with triggers. Develop test-driven, responsive user interfaces and process user data. Technologies used: Javascript, Meteor, React.js, Handlebars templating, Node.js, CSS (LESS), Electron, and MongoDB.
</p>
</li>
<!-- Yieldmo -->
<li class="exp">
<h3 class="exp-position">Front End Engineer at <a href="http://www.yieldmo.com/" class="exp-employer">Yieldmo</a></h3>
<date class="exp-duration">July 2015 - December 2015</date>
<p class="exp-description">
At Yieldmo, I had the opportunity to build new user interfaces for mobile ad formats. We primarily used JavaScript in the Node.js ecosystem. I also supported the A/B Testing by creating/updating ad formats for performance optimization. At Yieldmo, I:
</p>
<ul class="exp-highlights">
<li class="exp-highlight">Researched, strategized, ideated, prototyped, and delivered new ad formats, specifically the Pull (patent pending), Ticker (patent pending), Feature, and Showroom formats.</li>
<li class="exp-highlight">Partner with UX/UI designers to implement mobile-responsive ad format layouts for major mobile browsers and screen sizes.</li>
</ul>
</li>
<!-- Offerpop -->
<li class="exp">
<h3 class="exp-position">Software Developer at <a href="http://www.offerpop.com/" class="exp-employer">Offerpop</a></h3>
<date class="exp-duration">April 2014 - May 2015</date>
<p class="exp-description">
I worked on two projects delivering new software to support all of our clients’ increasing social media marketing efforts. Achievements at Offerpop include having:
</p>
<ul class="exp-highlights">
<li class="exp-highlight">Worked with a small team to build a customer interaction dashboard using Django, MongoDB, and Elasticsearch for robust and up-to-date analytics and re-architected the AngularJS front-end application for the dashboard with a focus on performance, maintainability, and documentation.</li>
<li class="exp-highlight">Created and implemented an engineering department employee on-boarding process.</li>
</ul>
</li>
<!-- App Academy -->
<li class="exp">
<h3 class="exp-position">Student at <a href="http://www.appacademy.io/" class="exp-employer">App Academy</a></h3>
<date class="exp-duration">December 2013 - March 2014</date>
<p class="exp-description">
Immersive 12-week web development course in New York. Lab-based instruction, which values hands-on experience over traditional lectures. App Academy empowers students to solve problems with software and covers topics like SQL, Rails, HTML/CSS, and Backbone.js.
</p>
</li>
</ul>
</section>
</main>
</body>
</html>