-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (83 loc) · 3.36 KB
/
index.html
File metadata and controls
83 lines (83 loc) · 3.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Resume: Justin Mitchell built with Nanoc</title>
<link href='/style.css' rel='stylesheet'>
</head>
<body>
<div id='main'>
<h1>Justin Mitchell</h1>
<h2>Rails Developer</h2>
<br>
<h4>Career Objective</h4>
<p>Take my skills to a solid and stable company to help further my career as a developer, and bring growth to the company.</p>
<h4>Experience</h4>
<br>
<div class='container'>
<div id='agentformula'>Web Developer | Agent Formula | Febuary 2012 - Current</div>
<ul>
<li>Project lead in Design and Development</li>
<li>Manage and maintain 200+ sites built with Agent Formula Platform</li>
<li>Extending Agent Formula with new features.</li>
<li>Dev/Ops for project on Linode VPS</li>
<li>Migration & maintenance of RETS data</li>
<li>Database Integrity & Management</li>
<li>DNS Management</li>
<li>Example site: <a href='http://lasvegasrealestate.com'>lasvegasrealestate.com</a></li>
</ul>
<p class='tools'>ruby, rails, mysql, ubuntu, javascript, git, sphinx, aws, devise, api</p>
<br>
<div id='devpoint-labs'>Project Manager | DevPoint Labs | 2014 Winter Cohort</div>
<ul>
<li>Aid students in building necessary skill sets for webdevelopment</li>
<li>Creation of exercises and projects to support lessons</li>
<li>Assist Primary instructor</li>
<li>Grade and assess progress of class individuals</li>
</ul>
<p class='tools'>ruby, rails, mysql, javascript, git, tdd, html, css</p>
<br>
<div id='help_desk'>Help Desk | ReMax Central | Febuary 2012 - March 2014</div>
<ul>
<li>Manage office computers</li>
<li>Help with printer and email client issues</li>
<li>Troubleshoot PCs & Macs</li>
<li>Computer Repair</li>
</ul>
<p class='tools'>windows, osx, outlook, google apps</p>
<br>
<div id='contract_work'>Web Developer | Contract Work | 2011 - current</div>
<ul>
<li>Turn PSD mocks into HTML & CSS</li>
<li>Intergrate into various different platforms including e-commerce</li>
<li>Setup Custom Wordpress Themes</li>
<li>Adhere to latest web standards</li>
<li>Take projects from inception to completion</li>
<li>Setup Google Analytics</li>
<li>Deploy sites and train clients</li>
</ul>
<p class='tools'>photoshop, html, css, jquery, various languages and framworks</p>
<br>
</div>
<h4>Misc</h4>
<br>
<div class='container'>
<div id='lvrug'>Las Vegas Ruby Group | Member since July 2011</div>
<ul>
<li>Assist with techsupport of Windows and Linux based systems</li>
<li>Answer questions about Ruby and Rails from beginner to intermediate</li>
</ul>
<br>
<div id='startup'>Startup Weekend 2012 | Team Properlaw</div>
<ul>
<li>Front-end Dev of admin portal</li>
</ul>
</div>
</div>
<div id='sidebar'>
jmitchell4140@gmail.com
<a class='social' href='http://www.linkedin.com/pub/justin-mitchell/55/456/123'>LinkedIn Profile</a><br/>
<h4>(702) 418-8721</h4>
</div>
</body>
</html>