-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
168 lines (150 loc) · 6.02 KB
/
resume.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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css">
<link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/bootstrap.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav">
<div class="container">
<ul class="pull-left">
<li><a href="file:///C://Users/DJ%20Blay/Desktop/Website/index.html">Home</a></li>
<li><a href="http://www.vigilantenights.com">Blog</a></li>
<li><a href="file:///C://Users/DJ%20Blay/Desktop/Website/resume.html">Resume</a></li>
</ul>
<ul class ="pull-right">
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Social Media</a></li>
</ul>
</div>
</div>
<div id = "resnav" class="nav">
<div class="row">
<ul text-align: center>
<li><a id="IndExp" href="#">Industry Experience</a></li>
<li><a id="Education" href="#">Education</a></li>
<li><a id="Skills" href="#">Skills</a></li>
</ul>
</div>
</div>
<div class="resumeIndExp">
<div class="container">
<div class = "entrya">
<p><b>SATELLITE COMMUNICATIONS OPERATOR AND MAINTAINER TEAM LEADER (E6/SSG)</b>
<i>December 2008-June 2015</i>
<br>Arkansas Army National Guard, Fayetteville, AR
<br> <b>+</b> Operated DHCP and SharePoint networks and servers
<br> <b>+</b> Created and implemented several professional helpdesk/tech support systems
<br> <b>+</b> Trained new soldiers on operating satellite communications equipment
<br> <b>+</b> Demonstrated to many high-ranking officers the capabilities of the STT satellite antenna
<br> <b>+</b> Assisted fellow units with conjoined network operations for maximum efficiency.
</p>
<div class = "rect">
<img id="recta" src="res/rect.png">
</div>
<div class = "circle">
<img id="circlea" src="res/circle.png">
</div>
</div>
</div>
<div class="container">
<div class = "entryb">
<p> <b>BUSINESS INTELLIGENCE INTERN</b>
<i>March 2014-June 2014</i>
<br>J.B. Hunt, Lowell, AR
<br> <b>+</b> Created reports for business users using SQL and Microsoft Visual Studio
<br> <b>+</b> Assisted business users in analyzing and formatting reports.
<br> <b>+</b> Converted COBOL jobs into XML jobs in accordance within J.B. Hunt's vision of a distributed system</p>
<div class = "rect">
<img id="rectb" src="res/rect.png">
</div>
<div class = "circle">
<img id="circleb" src="res/circle.png">
</div>
</div>
</div>
<div class="container">
<div class = "entrya">
<p> <b>IT APPLICATIONS INTERN</b>
<i>July 2013-March 2014</i>
<br>J.B. Hunt, Lowell, AR
<br> <b>+</b> Developed and constructed databases for mainframe initiative analysis
<br> <b>+</b> Updated several web pages written in HTML and PHP
<br> <b>+</b> Formatted, configured, and updated the MIB team SharePoint site
<br> <b>+</b> Designed graphical content for the MIB SharePoint site
<br> <b>+</b> Analyzed and prepared reports containing high-level internal mainframe component data</p>
<div class = "rect">
<img id="rectc" src="res/rect.png">
</div>
<div class = "circle">
<img id="circlec" src="res/circle.png">
</div>
</div>
</div>
<div class="container">
<div class = "entryb">
<p> <b>PC SUPPORT/CLIENT SERVICES INTERN</b>
<i>June 2012-July 2013</i>
<br>J.B. Hunt, Lowell, AR
<br> <b>+</b> Built, configured, and installed a variety of client devices to meet the needs of the end user
<br> <b>+</b> Installed and configured software to meet the needs of the end user
<br> <b>+</b> Assisted in the resolution of problem tickets with Client Services Technicians
<br> <b>+</b> Trained end users on IBM Lotus Notes, Windows Operating Systems, and J.B. Hunt applications
<br> <b>+</b> Operated and tested Intermec handheld devices using the Windows Mobile Operating System</p>
<div class = "rect">
<img id="rectd" src="res/rect.png">
</div>
<div class = "circle">
<img id="circled" src="res/circle.png">
</div>
</div>
</div>
</div>
<div class="resumeEducation" style="display: none;">
<div class="container">
<div class = "entrya">
<p><b>BACHELOR OF ARTS IN COMPUTER SCIENCE</b>
<i>Graduated May 9th 2015</i>
<br>University of Arkansas, Fayetteville, AR
<br> <b>+</b> Operated DHCP and SharePoint networks and servers
<br> <b>+</b> Created and implemented several professional helpdesk/tech support systems
<br> <b>+</b> Trained new soldiers on operating satellite communications equipment
<br> <b>+</b> Demonstrated to many high-ranking officers the capabilities of the STT satellite antenna
<br> <b>+</b> Assisted fellow units with conjoined network operations for maximum efficiency.
</p>
<div class = "rect">
<img id="recte" src="res/rect.png">
</div>
<div class = "circle">
<img id="circlee" src="res/circle.png">
</div>
</div>
</div>
</div>
<div class="resumeSkills" style="display: none;">
<div class="container">
<img id="skillsbackground" src="res/Map.png">
<img id="character" src="res/circle.png">
</div>
</div>
<div class="footer">
<div class="container">
<ul class="pull-left">
<li><a href="">Twitch</a></li>
<li><a href="">Youtube</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
</ul>
<ul class="pull-right">
<li><a href="">Contact Me</a></li>
<li><a href="#">Copyright 2015 José Luis Bonilla</a></li>
</ul>
</div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/app.js"></script>
<script src="js/skills.js"></script>
</body>
</html>