-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
79 lines (64 loc) · 2.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Juan Chaves</title>
<link rel ="stylesheet" href = "style.css">
</head>
<body>
<nav>
<ul>
<li class ='logo'>Juan Chaves</li>
<li><a href="index.html">Home</a></li>
<li><a href="about_me.html">About Me</a></li>
<li><a href="https://www.linkedin.com/in/juanmcr">Contact</a></li>
</ul>
</nav>
<div class = 'jumbotron'></div>
<aside>
<h2>Objective Statement</h2>
<p>A solutions-focused information technology specialist skilled in providing rapid, in-depth client support. 5+ years of military experience with proven ability to diagnose complications and providing innovative lasting solutions. Extensive training including CompTIA Security+ certification. Experienced in communicating complex information in an easily understood format to a diverse customer base. Proficient in a number of operating systems and applications. A solid reputation for professionalism and responsiveness.</p>
</aside>
<div class = 'content'>
<br/>
<h2>Employment History</h2>
<ul>
<li>Satellite Communications Supervisor: US Army (2016)</li>
<li>Help Desk Support Specialist: US Army (2015)</li>
<li>Human Resources Supervisor: US Army (2011 -2014)</li>
</ul>
<h2>Education</h2>
<ul>
<li>Web Development, Code Fellows Seattle, WA (anticipated Spring 2017)</li>
<li>Law Studies, Interamerican University of Puerto Rico, Rio Piedras, PR (2008-2010)</li>
<li>Microbiology, B.Sc., University of Puerto Rico, Arecibo, PR (2007) </li>
</ul>
<h2>Certifications</h2>
<ul>
<li>Computer Technology Industry Association (CompTIA) Security + CE, Ft. Lewis, WA</li>
<li>Leadership and Management Development Course, Ft. Lewis, WA</li>
</ul>
<h2>Courses</h2>
<ul>
<li>Certified Ethical Hacker Course, Ft. Lewis, WA</li>
<li>Department of Defense (DoD) Information Assurance Certificate Program, Ft. Lewis, WA</li>
<li>Joint Network Node - Network, Ku Band Satellite Transportable Terminal, Ft. Lewis, WA</li>
<li>Satellite Systems Operator Course, Ft. Lewis, WA</li>
</ul>
<h2>Technical Skills</h2>
<ul>
<li>Software: MS Office Suite, SHarePoint, BMC Ticketing (ITSM),and Army Training and Certification Tracking System (ATCTS)</li>
<li>Operating Systems: MS Windows 7 profesional, Windows Server 2008 RT, Mac OSX</li>
<li>Programming: HTML, CSS, JavaScript (begginer)</li>
<li>Cyber Security: Security + CE, DoD IA program</li>
</ul>
</div>
<br/>
<footer>
<ul>
<li><a href="https://www.linkedin.com/in/juanmcr">Contact me @ LinkedIn</a></li>
</ul>
</footer>
<script src="#"></script>
</body>
</html>