-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (80 loc) · 2.6 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jeremy's Personal Website</title>
</head>
<link rel="stylesheet" href="css/style.css">
<body>
<table>
<tr>
<td>
<img src="image/download.jpg" alt="Jeremy P. McKay, Developer">
</td>
<td>
<h1>Jeremy P. McKay</h1>
<p><em>Backend web developer and writer</em></p>
<p>I am a seasoned backend web developer.</p>
</td>
</tr>
</table>
<hr>
<h3>Experience</h3>
<ul>
<li>Backend engineer</li>
<li>
Php Developer
</li>
<li>
Perl Programmer
</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<tr>
<td>2015 - Present</td>
<td>Software Engineer PHP developer <a href="https://www.linkedin.com/company/rioseo/">Seo Automation Software</a></td>
</tr>
<tr>
<td valign="top">2013 - 2015</td>
<td>Software Engineer PHP developer <a href="https://www.linkedin.com/company/webhomes/about/">Web Homes</a><br>
Develop and maintain web applications.
<ul>
<li>Zend Applications development for https://www.solidmx.com (Free Email Filtering Service)</li>
<li>Drupal content management projects</li>
<li>Implemented Laravel on Google Appengine</li>
</ul>
Developed Api
<ul>
<li>Api Design using Apiary.io</li>
<li>PHP Laravel Framework to code the API
<li>
<li>Used Google BigTables for Datastore</li>
</ul>
</td>
</tr>
</table>
<hr>
<h3>Certifications and Degrees</h3>
<div id="container">
<div id="left">
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="d041cd70-e03c-47f8-82bc-f55c30179a80" data-share-badge-host="https://www.youracclaim.com"></div>
<script type="text/javascript" async src="//cdn.youracclaim.com/assets/utilities/embed.js"> </script>
<div>Completed August 16, 2020</div>
</div>
<div id="middle">
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="e585697b-4cd4-4285-a28e-fd583da739de" data-share-badge-host="https://www.youracclaim.com"></div>
<script type="text/javascript" async src="//cdn.youracclaim.com/assets/utilities/embed.js"></script>
<div>Completed September 27, 2020</div>
</div>
<div id="right">
<img src="image/masters.jpg" alt="Masters In Information Technology (Suma Cum Laude)" height="270" />
</div>
</div>
<hr>
<a href="goals.html">Goals For 2020</a><br />
<a href="hobbies.html">Hobbies And Interest</a><br />
<a href="contactme.html">Contact Me</a><br />
</body>
</html>