-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·364 lines (349 loc) · 19.3 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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Jesús Guzmán | Home</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/img/favicon/safari-pinned-tab.svg" color="#008eb6">
<link rel="shortcut icon" href="assets/img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" >
<link rel="stylesheet" type="text/css" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/fonts/simple-line-icons.css">
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar indigo">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
</button>
<a href="index.html" class="navbar-brand"><img src="assets/img/logo.png" alt=""></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="onepage-nev navbar-nav mr-auto w-100 justify-content-end clearfix">
<li class="nav-item active">
<a class="nav-link" href="#intro-area">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">
About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">
Resume
</a>
</li>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="onepage-nev mobile-menu">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#resume">Resume</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
<!-- Intro Area Start -->
<div id="intro-area" class="intro-area-bg">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 text-center">
<div class="contents">
<h5 class=" wow fadeInUp" data-wow-delay="0.2s">Hi! My name is</h5>
<h2 class="head-title wow fadeInUp" data-wow-delay="0.4s">Jesús Guzmán</h2>
<ul class="social-icon wow fadeInUp" data-wow-delay="0.8s">
<li>
<a class="facebook" href="https://www.facebook.com/jesus.guzman" target="_blank"><i class="icon-social-facebook"></i></a>
</li>
<li>
<a class="twitter" href="https://twitter.com/jguzman.07" target="_blank"><i class="icon-social-twitter"></i></a>
</li>
<li>
<a class="instagram" href="https://www.instagram.com/jguzmanr.07/" target="_blank"><i class="icon-social-instagram"></i></a>
</li>
<li>
<a class="linkedin" href="https://www.linkedin.com/in/jguzman07/" target="_blank"><i class="icon-social-linkedin"></i></a>
</li>
<li>
<a class="github" href="https://github.com/jguzmanr07" target="_blank"><i class="icon-social-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Intro Area End -->
</header>
<!-- Header Area wrapper End -->
<!-- About Section Start -->
<section id="about" class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12">
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="assets/img/about/about-1.jpg" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="profile-wrapper wow fadeInRight" data-wow-delay="0.3s">
<h3>About me</h3>
<p>I'm a Self-motivated, reliable, and driven IT professional with excellent analytical, problem-solving, and interpersonal skills. 4+ years’ professional experience and a lifelong passion for technology. Always on the cutting-edge of technology and eager to pick up the next new thing.</p>
<div class="about-profile">
</div>
<a href="https://drive.google.com/file/d/1gKaWuP-HTcDEKkiPuja1tvZy0BnYM0gq/view?usp=share_link" target="_blank" class="btn btn-common"><i class="icon-paper-clip"></i> Download Resume</a>
<a href="mailto:[email protected]" class="btn btn-danger"><i class="icon-speech"></i> Contact Me</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Cert Area Start-->
<section class="cert-section">
<div class="cert-container wow fadeIn" data-wow-delay="0.2s">
<div class="row">
<div class="col-sm-6 col-md-2 mb-3"><a href="https://www.credly.com/badges/9b97b22c-5211-4ddd-8280-c665ad9c267d" target="_blank"><img class="img-fluid" src="assets/img/certs/CompTIAA.png" alt=""></a></div>
<div class="col-sm-6 col-md-2 mb-3"><a href="https://www.credly.com/badges/99795e47-a989-482d-a0cc-fe68939bdc45" target="_blank"><img class="img-fluid" src="assets/img/certs/GoogleIT.png" alt=""></a></div>
<div class="col-sm-6 col-md-2 mb-3"><a href="https://app.diplomasafe.com/en-US/diploma/d27f6445698b248ae4320e33c20e448d3dd9c873a" target="_blank"><img class="img-fluid" src="assets/img/certs/DattoAutotaskPSA.png" alt=""></a></div>
<div class="col-sm-6 col-md-2 mb-3"><a href="assets/files/vmtsp.pdf" target="_blank"><img class="img-fluid" src="assets/img/certs/VMTSP_Cloud_Service_Provider_2023.png" alt=""></a></div>
<div class="col-sm-6 col-md-2 mb-3"><a href="https://www.credly.com/badges/9fe88697-cbc6-41de-9f3c-7bea67975863/public_url" target="_blank"><img class="img-fluid" src="assets/img/certs/WS-Extreme-Fabric-Connect-Badge.png" alt=""></a></div>
<div class="col-sm-6 col-md-2 mb-3"><a href="https://www.credly.com/badges/7869f09a-916c-43e9-a1f2-64116073c547/public_url" target="_blank"><img class="img-fluid" src="assets/img/certs/certified-in-cybersecurity-cc.png" alt=""></a></div>
</div>
</div>
</section>
<!-- Cert Area End-->
<!-- Resume Section Start -->
<div id="resume" class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="experience wow fadeInRight" data-wow-delay="0.6s">
<ul class="timeline">
<li>
<i class="icon-briefcase"></i>
<h2 class="timelin-title">Experience</h2>
</li>
<li>
<div class="content-text">
<h3 class="line-title"><a href="https://www.idealintegrations.net" target="_blank">NOC Technician I - Ideal Integrations</a></h3>
<span>Nov 2022 - Present</span>
<p class="line-text">Proactively monitoring and supporting clients and services on a team that operates 24x7x365. Troubleshooting and prioritizing service incidents related to monitoring and NOC services. Assisting in creating and maintaining documentation for NOC procedures and processes.</p>
</div>
</li>
<li>
<div class="content-text">
<h3 class="line-title"><a href="https://www.ellucian.com" target="_blank">IT Support Specialist - Ellucian</a></h3>
<span>Sept 2021 - Sept 2022</span>
<p class="line-text">Answered, evaluated, and prioritized incoming telephone, voice mail, and e-mail requests for assistance from users experiencing problems with hardware, software, networking, learning management software, and a wide range of other services.</p>
</div>
</li>
<li>
<div class="content-text">
<h3 class="line-title"><a href="https://www.conduent.com" target="_blank">Technical Support Specialist - Conduent</a></h3>
<span>Jun 2019 - June 2021</span>
<p class="line-text">Provided support across multiple systems and applications for Apple's entire
line of consumer products and services for business, education, and private
customers.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="education wow fadeInRight" data-wow-delay="0.3s">
<ul class="timeline">
<li>
<i class="icon-badge"></i>
<h2 class="timelin-title">Certifications</h2>
</li>
<li>
<div class="content-text">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseCC">
(ISC)² - Certified in Cybersecurity℠ - CC
</button>
<div id="collapseCC" class="collapse">
<div class="card-body">
<p>The vendor-neutral CC credential starts newcomers on their path to advanced cybersecurity certifications and future leadership roles. It proves to organizations that newly certified team members understand fundamental security principles and operations, network security and access controls and that they have the skills to meet and exceed performance standards in their beginning roles. All this allows organizations to build a stronger line of defense.</p></br>
<p><b>Issued:</b> March 2023</br>
<b>Expires:</b> March 2026</br>
<b>Credential ID:</b> 1516862</p></br>
<a href="https://www.credly.com/badges/7869f09a-916c-43e9-a1f2-64116073c547/public_url" target="_blank">Verify</a>
</div>
</div>
</div>
</li>
<li>
<div class="content-text">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseSix">
Extreme Fabic Connect - Certified Associate
</button>
<div id="collapseSix" class="collapse">
<div class="card-body">
<p>Meet Fabric Connect is a 4 part series introducing learners to the power of modern network design. Earners of this badge understand topics such as: Shortest Path Bridging (SPB), Multicast, Security, IS-IS and much more. This series dives into the wonderful world of Extreme Fabric Connect, looking closely at specific Fabric scenarios and sharing how to explain these concepts.</p></br>
<p><b>Issued:</b> February 2023</br>
<b>Expires:</b> N/A</br>
<b>Credential ID: </b>N/A</p></br>
<a href="https://www.credly.com/badges/9fe88697-cbc6-41de-9f3c-7bea67975863/public_url" target="_blank">Verify</a>
</div>
</div>
</div>
</li>
<li>
<div class="content-text">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseFive">
VMTSP Cloud Service Provider
</button>
<div id="collapseFive" class="collapse">
<div class="card-body">
<p><b>Issued:</b> January 2023</br>
<b>Expires:</b> January 2025</br>
<b>Credential ID:</b> N/A</p></br>
<a href="assets/files/vmtsp.pdf" target="_blank">Verify</a>
</div>
</div>
</div>
</li>
<li>
<div class="content-text">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseOne">
Datto Certified Practitioner in Autotask PSA
</button>
<div id="collapseOne" class="collapse">
<div class="card-body">
<p><b>Issued:</b> January 2023</br>
<b>Expires:</b> January 2025</br>
<b>Credential ID:</b> N/A</p></br>
<a href="https://app.diplomasafe.com/en-US/diploma/d27f6445698b248ae4320e33c20e448d3dd9c873a" target="_blank">Verify</a>
</div>
</div>
</div>
</li>
<li>
<div class="content-text">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseThree">
CompTIA A+
</button>
<div id="collapseThree" class="collapse">
<div class="card-body">
<p>Earners of the CompTIA A+ certification are proven problem solvers who are able to perform critical IT support tasks including device configuration, data backup and recovery, and operating system configuration. CompTIA A+ certified professionals have demonstrated baseline security skills for IT support roles and are able to detect and remove malware, address privacy concerns, and troubleshoot core service challenges.</p></br>
<p><b>Issued:</b> August 2022</br>
<b>Expires:</b> August 2025</br>
<b>Credential ID:</b> M1CRS3XSD1REQ2G8</p></br>
<a href="https://www.credly.com/badges/9b97b22c-5211-4ddd-8280-c665ad9c267d" target="_blank">Verify</a>
</div>
</div>
</li>
<li>
<div class="content-text">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseFour">
Google IT Support
</button>
<div id="collapseFour" class="collapse">
<div class="card-body">
<p>Those who earn the Google IT Support Certificate have completed five-courses, developed by Google, that include hands-on, practice-based assessments and are designed to prepare them for entry-level roles in IT support. They are competent in foundational skills, including troubleshooting and customer service, networking, operating systems, system administration, and security.</p></br>
<p><b>Issued:</b> September 2021</br>
<b>Expires:</b> N/A</br>
<b>Credential ID:</b> C6NS7V6UF6LX</p></br>
<a href="https://www.credly.com/badges/99795e47-a989-482d-a0cc-fe68939bdc45" target="_blank">Verify</a>
</div>
</div>
</li>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Resume Section End -->
<!-- Parallax Area Start-->
<section class="parallax">
<div class="container">
<div class="row">
</div>
</div>
</div>
</section>
<!-- Parallax Area End-->
<!-- Footer Section Start -->
<footer class="footer-area section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-text text-center wow fadeInDown" data-wow-delay="0.3s">
<ul class="social-icon">
<li>
<a class="facebook" href="https://www.facebook.com/jonathan.stallard" target="_blank"><i class="icon-social-facebook"></i></a>
</li>
<li>
<a class="twitter" href="https://twitter.com/jguzman.07" target="_blank"><i class="icon-social-twitter"></i></a>
</li>
<li>
<a class="instagram" href="https://www.instagram.com/stallardjw/" target="_blank"><i class="icon-social-instagram"></i></a>
</li>
<li>
<a class="linkedin" href="https://www.linkedin.com/in/stallardjw/" target="_blank"><i class="icon-social-linkedin"></i></a>
</li>
<li>
<a class="github" href="https://github.com/jguzman.07" target="_blank"><i class="icon-social-github"></i></a>
</li>
</ul>
<p><a href="https://youtu.be/dQw4w9WgXcQ?autoplay=1" target="_blank">Copyright ©<script>document.write(new Date().getFullYear())</script> Jesús Guzmán </a></br>All trademarks, service marks and company names are the property of their respective owners.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="icon-arrow-up"></i>
</a>
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.mixitup.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>