-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.html
More file actions
189 lines (188 loc) · 6.82 KB
/
resume.html
File metadata and controls
189 lines (188 loc) · 6.82 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<base target="external">
<title>My Resume</title>
<link rel="stylesheet" href="css/resume.css">
<script type="text/javascript" src="js/main.js"></script>
</head>
<body id="resume_body">
<br><nav>
<a text-align="center" download href="James A-10-7-17.pdf">Download the .pdf</a>
</nav>
<header>
<div class="buffer">spacer</div>
<div class="header_content">
<p>
<h1> James A. Stewart</h1><br>
<h6>
919-616-1559<br>
<table>
<tr>
<td><a href="mailto:andy4274@gmail.com?subject=I%20found%20your%20resume%20online">andy4274@gmail.com</a></td>
<td><a href="https://www.linkedin.com/in/james-stewart-7224ab88/">My LinkedIn</a></td>
</tr>
<tr>
<td><a href="https://github.com/search?utf8=%E2%9C%93&q=user%3Aandy4274&type=Repositories&ref=advsearch&l=&l=">Andy4274 on GitHubcom</a></td>
<td><a href="https://play.google.com/store/apps/developer?id=James+A.+Stewart">My Google Playstore Apps</a></td>
</tr>
</table>
</h6>
</p>
</div>
<div class="buffer">spacer</div>
</header>
<div class="content">
<span class="spacer">empty</span>
<table id="body_table">
<tr>
<td class="left">Objective<br><span class="buffer">spacer</span></td>
<td>To obtain a position as a software developer<br><span class="buffer">spacer</span></td>
</tr>
<tr>
<td class="left">Certifications <br><span class="buffer">spacer</span></td>
<td><a href="http://www.androidatc.com/" title="If you follow this link and scroll down to Transcript Authorization, you can enter my email, andy4274@gmail.com, and see my transcript here">Android ATC</a>:<br>
<a href="http://www.androidatc.com/">Android App Developer</a></td>
</tr>
<tr>
<td></td>
<td><a href="https://www.youracclaim.com/users/james-stewart.71878d72">Microsoft</a>:<br>
<a href="https://www.youracclaim.com/badges/9ce17d57-97e4-431b-befe-48731cf1d3ee/public_url">MTA Software Development Fundamentals</a></td>
</tr>
<tr>
<td></td>
<td> <a href="https://www.youracclaim.com/badges/4dcbb07f-b839-4b43-999d-862889687bcb/public_url">MTA Database Fundamentals</a></td>
</tr>
<tr>
<td></td>
<td> <a href="https://www.youracclaim.com/badges/12b9d2e9-7f62-411d-adf8-d03b9bd0bafe/public_url">MTA HTML5 Application Development Fundamentals</a></td>
</tr>
<tr>
<td class="left">Projects</td>
<td>Android Apps:</td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="https://play.google.com/store/apps/details?id=com.jassoftware.quicktext">QuickText</a>: </div><div>a simple app for sending texts that also maintains a file of common texts in a file that you can edit in the app or with a different app.</div></div></td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="https://play.google.com/store/apps/details?id=com.jassoftware.textmeeting">TextMeeting</a>: </div><div>lets you schedule a meeting through texts. Also, when a user receives a TextMeeting text, the app can send the meeting information to the default calendar app.</div></div></td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="https://play.google.com/store/apps/details?id=com.jassoftware.numbersgame">NumbersGame</a>: </div><div>is a simple game where you click the numbers in order as fast as you can. It has a working banner ad.</div></div></td>
</tr>
<tr>
<td></td>
<td>Windows Forms Application:</td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="https://github.com/Andy4274/Connect4-WindowsForms">Connect4</a>: </div><div>a version of the game written in C# that has a rudimentary AI opponent.</div></div></td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="https://github.com/WebDevBootCampFall2017/AndyTextEditor">TextEditor</a>: </div><div>a basic text editor written in C# to a spec document(included in the repository).</div></div></td>
</tr>
<tr>
<td></td>
<td>HTML, CSS and Javascript:</td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="index.html">My Personal Page</a>: </div><div>You probably came here from there.</div></div></td>
</tr>
<tr>
<td></td>
<td><div class="link_entry"><div> <a href="https://andy4274.github.io/TicTacToePage">Tic Tac Toe</a>: </div><div>I also used Jquery and Bootstrap on this page.</div></div></td>
</tr>
<tr>
<td class="left">Skills</td>
<td>Android App Development</td>
</tr>
<tr>
<td></td>
<td>Java</td>
</tr>
<tr>
<td></td>
<td>C#</td>
</tr>
<tr>
<td></td>
<td>Windows Forms Applications</td>
</tr>
<tr>
<td></td>
<td>C++</td>
</tr>
<tr>
<td></td>
<td>HTML and CSS</td>
</tr>
<tr>
<td></td>
<td>Javascript</td>
</tr>
<tr>
<td></td>
<td>VB</td>
</tr>
<tr>
<td></td>
<td>SQL</td>
</tr>
<tr>
<td></td>
<td>Access</td>
</tr>
<tr>
<td></td>
<td>Excel<br><span class="buffer">spacer</span></td>
</tr>
<tr>
<td class="left">Education<br><span class="buffer">spacer</span></td>
<td>B.S. in Computer Science, Christopher Newport University,Newport News, VA<br><span class="buffer">spacer</span></td>
</tr>
<tr>
<td class="left">Work History </td>
<td>The Body Shop, Wake Forest, NC</td>
</tr>
<tr>
<td></td>
<td>
March 2016 to present<br>
<ul>
<li>Forklift Operator</li>
</ul>
Prologistix, Raleigh, NC<br>
August 2016 to March 2016<br>
<ul>
<li>Forklift Operator at The Body Shop as a temp</li>
</ul>
Schneider Automation, Knightdale, NC<br>
March 2004 to November 2013<br>
<ul>
<li>Kitting parts</li>
<li>Tracking shortages</li>
<li>Shipping and Receiving</li>
<li>Forklift operating</li>
<li>Computer Assisted Engraving</li>
<li>Member of the Safety Committee</li>
</ul>
ABZ Rentals, Grafton, VA<br>
1994 to 2001<br>
<ul>
<li>Clean and Service Equipment</li>
<li>Deliver and Assemble Tents and Stages</li>
<li>Became Store Manager in 2000.</li>
</ul>
</td>
</tr>
</table>
<span class="spacer">empty</span>
</div>
</body>
</html>