-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (112 loc) · 3.3 KB
/
Copy pathindex.html
File metadata and controls
124 lines (112 loc) · 3.3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Michael's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="images/circle-cropped.png" alt="michael banvard portrait"></td>
<td>
<h1>Michael James Banvard</h1>
<p><em>Aspiring Mainfarme/Cobol Developer at <strong>GalaxE Solutions O2StL</strong></em>.</p>
<p>Having gone through <strong><a href="https://www.launchcode.org/">LaunchCode</a></strong>'s LC101 and LiftOff, I have been searching for a
coding position, with no luck. Starting in October, through a virtual conference put
on <strong><a href="https://prepare.ai/">Prepare.ai</a></strong>, I connected with a Talent Recruiter from
<strong><a href="https://galaxe.com/outsource_to_america/">GalaxE Solutions</a></strong>. They are building their presence in St. Louis, and
I am now one of the first 15 members of their Outsource to America program, here in
St. Louis.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><a href="https://launchcode.org/">LaunchCode LC101 and Liftoff</a></li>
<ul><li>2019-2020</li></ul>
<li><a href="https://www.utexas.edu/">University of Texas - Austin</a></li>
<ul><li>1996-2001</li></ul>
<li><a href="https://odu.edu/">Old Dominion University</a></li>
<ul><li>1990-1996</li></ul>
<li><a href="https://www.rpi.edu/">Renssalaer Polytechnic Institute</a></li>
<ul><li>1988-1990</li></ul>
<li><a href="https://www.norfolkacademy.org/">Norfolk Academy</a></li>
<ul><li>Graduated 1988</li></ul>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing = "10">
<thead>
<tr>
<th>Dates</th>
<th>Postion</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>2005 - 2020</td>
<td>Journeyman Stagehand</td>
<td>IATSE Local 6, St. Louis</td>
</tr>
<tr>
<td>2019</td>
<td>General Carpenter</td>
<td>Season's Cycle, St. Louis</td>
</tr>
<tr>
<td>2014 - 2019</td>
<td>Foreman</td>
<td>Image Technologies Corporation, St. Louis</td>
</tr>
</tbody>
</table>
<hr>
<h3>Projects</h3>
<h3><a href="https://github.com/mjbanvard/river_modeling">River Modeling @ Github</a></h3>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Java</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Fiddle</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Banjo</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Trumpet</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3><a href="hobbies.html">My Hobbies</a></h3>
<h3><a href="contactme.html">Contact Me</a></h3>
<h3><a href="black_screen.html">Black Page</a></h3>
<hr>
</body>
</html>