-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (136 loc) · 5.86 KB
/
index.html
File metadata and controls
139 lines (136 loc) · 5.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Software Developer actively seeking roles in App Development, Web Design, or UI/UX design">
<link rel="canonical" href="https://jmcscript.com/">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>James McDonald | jmcscript.com</title>
</head>
<body>
<header>
<h1 class="title">James McDonald</h1>
<ul class="contact">
<li>
<a href="https://www.google.com/maps/place/73501/" target="_blank"
title="View Lawton, Oklahoma in Google Maps"><img src="/img/gms-icon-map-search.svg"
alt="Map Search Icon"><span class="label nowrap">Lawton, OK 73501</span></a>
</li>
<li>
<a href="tel:+15803518170" target="_blank" title="Call James McDonald"><img src="/img/gms-icon-call.svg"
alt="Call Icon"><span class="label nowrap">(580) 351-8170</span></a>
</li>
<li>
<a href="mailto:jmcscript+resume@gmail.com" target="_blank" title="E-mail James McDonald"><img
src="/img/gms-icon-mail.svg" alt="Mail Icon"><span class="label nowrap">jmcscript@gmail.com</span></a>
</li>
</ul>
<ul class="social">
<li><span class="print-only">https://github.com/jmcscript</span><a href="https://github.com/jmcscript"
target="_blank"><img src="/img/github-logo.png" alt="GitHub logo" title="View my GitHub profile"></a></li>
<li><span class="print-only">https://www.linkedin.com/in/jmcscript</span><a
href="https://www.linkedin.com/in/jmcscript/" target="_blank"><img src="/img/linkedin-logo.png"
alt="LinkedIn logo" title="View my LinkedIn profile"></a></li>
</ul>
</header>
<main>
<div class="hero">
<p>
Software Developer actively seeking roles in App Development, Web Design, or UI/UX design
</p>
</div>
<section class="experience">
<div class="example">
<a href="https://play.google.com/store/apps/details?id=air.com.tt.math5&hl=en_US" target="_blank">
<img src="/img/math-5-student-home.webp" alt="Student Home screen for the Math 5 application"
title="Open Math 5 on Google Play"></a>
</div>
<div class="summary">
<h2>Software Developer</h2>
<div class="employer">
<h3>Teaching Textbooks (Jan 2019 - Feb 2024)</h3>
<ul>
<li>Designed the v4.0 application suite from the ground up for the mathematics division (Basic Math –
Advanced Courses)
</li>
<li>Implemented best practices, policies, and procedures for both Functional and QA/QC Testing</li>
<li>Provided app support, software-related ticket support, and client education on products</li>
<li>Utilized database tools MySQL Workbench to data mine existing technical issues and provided solutions
based on data
reports</li>
</ul>
</div>
<div class="skills">
<h3>Skills</h3>
<p>Git, npm, Node.js, HTML5, CSS, JavaScript, TypeScript, MySQL, Webpack, React.js</p>
</div>
</div>
</section>
<section class="experience alt">
<div class="example">
<a href="/docs/incident-investigation.pdf" target="_blank" type="pdf">
<img src="/img/hr-investigation-form.webp" alt="HR Investigation Form"
title="HR Investigation Form (Requires Adobe Reader)">
</a>
</div>
<div class="summary">
<h2>Strategic Digital Media Developer</h2>
<div class="employer">
<h3>Assurant (February 2004 - August 2015)</h3>
<ul>
<li>Resolved IT tickets regarding website mobile app claims for key accounts (T-Mobile, Sprint)</li>
<li>Developed IT Implementation planning for new app/web initiatives</li>
<li>Discovered an employee recognition system that unified the business globally</li>
<li>Partnered with HR to create internal documentation, workflow charts, and tools</li>
</ul>
</div>
<div class="skills">
<h3>Skills</h3>
<p>JavaScript, HTML, CSS, ActionScript, Adobe Creative Suite, Subversion, C#</p>
</div>
</div>
</section>
<section class="experience">
<div class="example">
<a href="https://jones-seed.com" target="_blank">
<img src="/img/jones-seed-homepage.webp" alt="Jones-Seed Homepage" title="Visit https://jones-seed.com">
</a>
</div>
<div class="summary">
<h2>Web Designer</h2>
<div class="employer">
<h3>Self-employed (July 2017 - Present)</h3>
<ul>
<li>
Identified customer needs through initial consultation, planning, implementation, and maintaining live
website accounts
</li>
<li>
Designed, created, implemented technical configurations, and manged continuous service needs for customer
websites
</li>
<li>
Followed up with clients' points of contact, including C-Suite executives, key decision makers, and IT
managers
</li>
<li>Advertised, marketed, and campaigned for consulting services through various network sites</li>
</ul>
</div>
<div class="skills">
<h3>Skills</h3>
<p>Shopify, Google Analytics, Web Design</p>
</div>
</div>
</section>
</main>
<footer>
<p class="copyright">© 2025 James McDonald</p>
</footer>
</body>
</html>