-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
641 lines (599 loc) · 40.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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with eddief landing page.">
<meta name="author" content="efuentesjr">
<title>Eduardo Fuentes Landing page</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + main styles -->
<link rel="stylesheet" href="assets/css/eddief.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<a href="components.html" class="btn btn-primary btn-component" data-spy="affix" data-offset-top="600"><i class="ti-shift-left-alt"></i> Components</a>
<header class="header">
<div class="container">
<ul class="social-icons pt-3">
<li class="social-item"><a class="social-link text-light" href="https://www.linkedin.com/in/eddie-fuentes-6286931ab/"><i class="ti-linkedin" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://github.com/efuentesjr"><i class="ti-github" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="mailto:[email protected]"><i class="ti-envelope" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="#" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="#" aria-hidden="true"></i></a></li>
</ul>
<div class="header-content">
<h4 class="header-subtitle" >Hello, I am</h4>
<h1. class="header-title">Eddie Fuentes</h1.>
<h6 class="header-mono" >Welcome to my GitHub Website! </h6>
<button class="btn btn-primary btn-rounded" style="width: 140px;">
<i class="ti-printer pr-2"></i><a href="./assets/documents/Eduardo Fuentes_Resumé.pdf"><p style="color: aliceblue;">Download Resume</p></a></button>
</div>
</div>
</header>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-white" data-spy="affix" data-offset-top="510">
<div class="container">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse mt-sm-20 navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="./assets/documents/Eduardo Fuentes_Resumé.pdf" class="nav-link">Resume</a>
</li>
</ul>
<ul class="navbar-nav brand">
<img src="assets/imgs/avatar.jpg" alt="" class="brand-img">
<li class="brand-txt">
<h5 class="brand-title">Eddie </h5>
<div class="brand-subtitle">Network Engineer | QA Test Engineer | Product Development Engineer</div>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li class="nav-item">
<a href="#blog" class="nav-link">Hobbies</a>
</li>
<li class="nav-item last-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Resume Section-->
<div class="container-fluid">
<div id="about" class="row about-section">
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">Site Purpose</h3>
<span class="line mb-1"></span>
<h5 class="mb-3"></h5>
<p class="mt-20">This platform is a reflection of my passion for networking, software development, open-source collaboration, and continuous learning. I'm dedicated to creating innovative solutions, exploring new technologies, and contributing to the broader developer community. Exploring my website will also give you the opportunity to get to know me on a more personal level, uncovering hidden personal insights and gems scattered throughout this site. </p>
</ul>
</div>
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">How This Site was Developed</h3>
<span class="line mb-1"></span>
<p class="mt-20">I developed this website using Visual Studio Code, it incorporates a blend of HTML, CSS, and JavaScript to bring the contents to life. The codebase was securely pushed to GitHub repository and GitHub Pages was then enabled creating a static (free of cost) website and allowing seamless hosting at 'https://efuentesjr.github.io/efuentes.github.io/'. I aim to showcase my proficiency in diverse coding languages with the primary goal of impressing prospective employers. The source code can be viewed in my github respository. Additionally, this website provides valuable instructional video content that I personally created. </p>
<button class="btn btn-outline-danger"><a href="./assets/documents/HMWWD.pdf"></i>See More</button></i></a>
</ul>
</div>
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">My Expertise</h3>
<span class="line mb-5"></span>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-desktop icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Network Engineering</h6>
<p class="subtitle"></p>
<hr>
</div>
</div>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-stats-up icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>QA Test Engineering</h6>
<p class="subtitle"></p>
<hr>
</div>
</div>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-settings icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Product Development</h6>
<p class="subtitle"></p>
<hr>
</div>
</div>
</div>
</div>
</div>
<!--gray section-->
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="text-light mb-5 font-weight-normal">Quote of The Week!</h2>
<p class="text-light mb-1">"Getting knocked down in life is inevitable. It's not about how many times you fall or how hard you fall, but how many times you rise again. Every challenge is an opportunity to grow stronger. Don't let adversity define you; let your resilience and determination shape you. Fight until the last bell." Eddie Fuentes</p>
</section>
<!--gray section ends-->
<!--Experience Section-->
<section class="section" id="resume">
<div class="container">
<h2 class="mb-5">My <span class="text-danger">Experience </span></h2>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>SENIOR PRODUCT DEVELOPMENT ENGINEER</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">Luxoft at AT&T Labs</h6>
<P>JAN 2023 - DEC 2021</P>
<P class="subtitle">Created and executed test...</P>
<button class="btn btn-outline-danger"><a href="./assets/documents/Luxoft.pdf"></i>Read more!</button></i></a>
<button class="btn btn-outline-danger"><a href="./assets/documents/Eddie fuentes_TamekoW.pdf"></i>Letter of Recommendation</button></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>QA NETWORK DATA ENGINEER        </h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">KForce at AT&T Labs</h6>
<P>DEC 2021 - AUG 2020</P>
<P class="subtitle">Evaluate Customer Premises Equipment (CPE)....</P>
<button class="btn btn-outline-danger"><a href="./assets/documents/Kforce.pdf"></i>Read more!</button></i></a>
<button class="btn btn-outline-danger"><a href="./assets/documents/Eddie Fuentes_LizD.pdf"></i>Letter of Recommendation</button></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>QA SOFTWARE TEST ENGINEER        </h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">DataVision at Commscope</h6>
<P>JUL 2020 - FEB 2017</P>
<P class="subtitle">Supported software products....</P>
<button class="btn btn-outline-danger"><a href="./assets/documents/DataVision.pdf"></i>Read more!</button></i></a>
<button class="btn btn-outline-danger"><a href="./assets/documents/Eddie Fuentes-Letter of Recommendation.pdf"></i>Letter of Recommendation</button></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>FUNCTIONAL TEST PRODUCT ENGINEER</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">Flextronics</h6>
<P>JUL 2014 - OCT 2003</P>
<P class="subtitle">Spearheaded support ....</P>
<button class="btn btn-outline-danger"><a href="./assets/documents/Flex.pdf"></i>Read more!</button></i></a>
</div>
</div>
</div>
</section>
<!--Experience section ends-->
<!--Gray section-->
<section class="section bg-dark text-center">
<div class="container">
<div class="row text-center">
<div class="col-md-6 col-lg-3">
<div class="row ">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-alarm-clock icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">~66560</h1>
<p class="text-light mb-1">Hours Worked</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-layers-alt icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">~50K</h1>
<p class="text-light mb-1">Projects Finished</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-heart-broken icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">~12k</h1>
<p class="text-light mb-1">Coffee Drinked</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="m-auto"><i class="ti-face-smile icon-xl"></i></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Gray section ends-->
<!--Certs section-->
<section class="section bg-custom-gray" id="portfolio">
<div class="container">
<h2 class="mb-5">My <span class="text-danger">Certifications </span> </h2>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="d0d07c09-d3ba-4d75-a06c-a45bef310ef6" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="8f0056d2-95e9-4a37-adf8-b18863353a9a" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="c5b8ba14-9708-4efe-914d-f255d9e2f909" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="97504712-c604-4fcf-8605-6ee5d1925f95" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="1ce25a60-cdfd-46bc-89be-304784824a71" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div class="portfolio">
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="e4cee2a3-a221-4d5e-9c8b-80383e945460" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="af18e896-9f0c-4f67-8180-6a1b07998cf2" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="001639bc-84f3-44a8-8ef4-0ba3e20ea38b" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="2cd02cfd-82d2-4e5a-8851-cb51d9753f4c" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="ba3a99a0-36e3-4cba-92aa-96a5aa36ac42" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div class="portfolio">
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="4ea7068a-4e7f-4e7b-8e91-36b2d766db7a" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div class="portfolio">
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="97ca5747-cbdf-4e21-b3a2-f09eb4fab91f" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="712ff9d2-7786-4e63-a0f7-f8c5f0aa2307" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="f8919780-2643-41f5-a855-dbe0abb83ec2" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="32337383-9129-4b2b-b52f-07371b12afe7" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="245" data-iframe-height="270" data-share-badge-id="f4b9eefc-c58e-4268-b58b-d20cac36d313" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Certs section ends-->
<!--Gray section-->
<section class="section bg-dark py-5">
<div class="container text-center">
<h3 class="text-light mb-5 font-weight-normal">I Am Available For FreeLance</h3>
<button class="btn bg-secondary w-sm"><a href="#contact" class="nav-link"><p class="subtitle">Hire Me</p></a></button>
</div>
</section>
<!--Gray section ends-->
<!--Portfolio section-->
<section class="section bg-custom-gray" id="portfolio">
<div class="container">
<h2 class="mb-5">My <span class="text-danger">Portfolio </span>& Content </h2>
<div class="portfolio">
<div class="filters">
<a href="#" data-filter=".new" class="active">
Portfolio
</a>
<a href="#" data-filter=".advertising">
Networking
</a>
<a href="#" data-filter=".branding">
Linux
</a>
<a href="#" data-filter=".web">
Notes
</a>
</div>
<div class="portfolio-container">
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/Knowledge_A.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/Knowledge.jpg"></a>
<div class="text-holder">
<h6 class="title">KNOWLEDGE</h6>
<a href=""><p class="subtitle">Coming Soon</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/Network_xX.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="./assets/imgs/network.jpg"></a>
<div class="text-holder">
<h6 class="title">NETWORKING</h6>
<a href="https://youtu.be/pBJnY8MxucQ"><p class="subtitle">Configure Cisco Switches Using Cisco Packet Tracer</p></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web">
<div class="portfolio-item">
<img src="assets/imgs/Networking Red-blue_X.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/Networking Red-blue.jpg"></a>
<div class="text-holder">
<h6 class="title">NOTES</h6>
<p class="subtitle">Notes 2 (coming soon)</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/code_A.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/documents/Wireshark.pdf"></a>
<div class="text-holder">
<h6 class="title">NOTES</h6>
<a href="assets/documents/Wireshark.pdf"><p class="subtitle">All Things Wireshark</p></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/Net1_xX.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/code.jpg"></a>
<div class="text-holder">
<h6 class="title">NETWORKING</h6>
<a href="assets/documents/Routing Protocols.pdf"><p class="subtitle">Routing Protocols</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/Lab_A.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/Lab1.jpg"></a>
<div class="text-holder">
<h6 class="title">NETWORKING</h6>
<p class="subtitle">Net3 (coming soon)</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/Linux1_A.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/documents/Wireshark.pdf"></a>
<div class="text-holder">
<h6 class="title">LINUX</h6>
<a href="assets/documents/Linux_Comands.pdf"><p class="subtitle">List of Important Commands</p></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/cyber hole_A.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-2.jpg"></a>
<div class="text-holder">
<h6 class="title">LINUX</h6>
<p class="subtitle">2 (coming soon)</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/Linux_A.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-3.jpg"></a>
<div class="text-holder">
<h6 class="title">LINUX</h6>
<p class="subtitle">3 (coming soon)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Protfolio Section ends-->
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="mb-5"> <span class="text-danger"> </span> </h2>
</div>
</section>
<!--Hobbies section-->
<section class="section" id="blog">
<div class="container">
<h2 class="mb-5">My <span class="text-danger">Hobbies</span></h2>
<div class="row">
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/AAA Dam.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h4 class="title">Mansfield Dam</h4>
<p><b>DJI MAVIC PRO</b></p>
<p> The dam spans the Colorado River just northwest of Austin, creating the expansive Lake Travis behind it. The reservoir not only serves as a water supply but also as a recreational haven, attracting boaters, anglers, and nature enthusiasts to its shores. The scenic beauty of the area, framed by the rolling hills of the Texas Hill Country, makes Mansfield Dam and Lake Travis a popular destination for outdoor activities. The dam itself is an impressive structure, stretching over 7,000 feet in length and rising to a height of more than 278 feet. Its massive spillway, with its iconic stepped design, allows controlled releases of water when needed, preventing downstream flooding during periods of heavy rain. </p>
<a href="https://youtu.be/j9ssK7l_14Y" class="read-more">Complete Video</Video> <i class="ti-angle-double-right"></i></a>
<p class="post-details">
<a href="#">By: Eddie Fuentes</a>
</p>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/AAA Peny.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h4 class="title">Pennybacker Bridge</h4>
<p><b>DJI MAVIC PRO</b></p>
<p> The Pennybacker Bridge, also known as the 360 Bridge, is an iconic steel arch bridge located in Austin, Texas, spanning over Lake Austin along Loop 360. The bridge was completed in 1982 and serves as a vital transportation link between the northern and southern areas of the city. What distinguishes the Pennybacker Bridge is its stunning architectural design and picturesque setting. The bridge's graceful arch rises dramatically over the surrounding landscape, creating a breathtaking silhouette against the backdrop of the Texas Hill Country. Its sleek steel structure and clean lines contribute to its modern aesthetic appeal. From the bridge, visitors can enjoy panoramic views of Lake Austin and the surrounding natural beauty. The area around the bridge is popular for outdoor activities such as hiking, picnicking, and photography, making it a favorite spot for both locals and tourists alike. </p>
<a href="https://youtu.be/WBxZ4HE1kRk" class="read-more">Complete Video</Video> <i class="ti-angle-double-right"></i></a>
<p class="post-details">
<a href="#">By: Eddie Fuentes</a>
</p>
</div>
</div><!-- end of blog wrapper -->
</div>
</div>
</section>
<!--Hobbies Section ends-->
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="mb-5"> <span class="text-danger"> </span> </h2>
<span style='font-size:100px;'>🐻</span>
</div>
</section>
<!--News Section begins-->
<section class="section" id="blog">
<div class="container">
<h2 class="mb-5">In The <span class="text-danger">News</span></h2>
<div class="row">
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/AAAAttack.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h4 class="title">Live Cyber attacks MAP</h4>
<p><b>LIVE!</b></p>
<p> Discover a comprehensive, real-time global analysis report of ongoing attacks unfolding across the globe. Are you equipped with the necessary protection to safeguard against these threats?. </p>
<a href="https://livethreatmap.radware.com/" class="read-more">Link</Video> <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/Lock.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">The Hacker News </h6>
<p> #1 Trusted Cybersecurity News Platform. Join over 120,000 professionals who rely on us to stay ahead of the curve, accessing the latest cybersecurity threats, cutting-edge technology trends, expert insights, and much, much more. Ensure you're equipped with the knowledge and tools to navigate the ever-evolving landscape of digital security." </p>
<a href="https://thehackernews.com/" class="read-more">Link <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- end of blog wrapper -->
<!--gray section-->
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="mb-5">† Philippians <span class="text-danger">4:13 </span> †</h2>
<p class="text-light mb-1"></p>
</section>
<!--gray section ends-->
<!--Test section -->
<section class="section bg-custom-gray" id="portfolio">
<div class="container">
<h2 class="mb-5">Test <span class="text-danger">Section </span>Ignore this area </h2>
<div class="portfolio">
</div>
</div>
<!--Test Section ends-->
<!--News Section ends-->
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="text-danger mb-6 font-weight-normal">THIS WEBSITE IS ALWAYS UNDER CONSTRUCTION!</h2>
</div>
</section>
<!--News section ends-->
<div class="section contact" id="contact" style="background-color: rgb(84, 0, 0);">
<!-- <div id="map" class="map"></div> -->
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="contact-form-card">
<h4 class="contact-title">Send a message</h4>
<form action="">
<div class="form-group">
<input class="form-control" type="text" placeholder="Name *" required>
</div>
<div class="form-group">
<input class="form-control" type="email" placeholder="Email *" required>
</div>
<div class="form-group">
<textarea class="form-control" id=" placeholder="Message * rows="7" required></textarea>
</div>
<div class="form-group ">
<button type="submit" class="form-control btn btn-primary" >Send Message</button>
</div>
</form>
</div>
</div>
<div class="col-lg-4">
<div class="contact-info-card">
<h4 class="contact-title">Get in touch</h4>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-map-alt icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Address :<br> <span class="text-muted">Austin, Texas | Travis County</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-envelope icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Email :<br> <span class="text-muted">[email protected]</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-linkedin icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Email :<br> <span class="text-muted">https://www.linkedin.com/in/eddie-fuentes-6286931ab/</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-github icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">GitHub :<br> <span class="text-muted">https://github.com/efuentesjr</span></h6>
</div>
</div>
</div>
</div>
</div>
<footer>
<small>
Coded, Designed, Developed, Quality Assured and Released by Eddie Fuentes
</small>
</footer>
</div>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- Google mpas -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCtme10pzgKSPeJVJrG1O3tjR6lk98o4w8&callback=initMap"></script>
<!-- eddief js -->
<script src="assets/js/eddief.js"></script>
</body>
</html>