-
Notifications
You must be signed in to change notification settings - Fork 0
/
Focus-Areas.html
77 lines (63 loc) · 4.68 KB
/
Focus-Areas.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./CSS/style.css">
<title>Thunderbioink Portfolio</title>
</head>
<body>
<div class="background-site">
<header>
<!--Page Title Place holder-->
<!-- <img class="floating-img" src="./Images/welcome-gif-astro-transparent.gif" width="3%"> -->
<a id="page-logo" href="./"><h5>Thunderbioink⚡</h5></a>
<!--<a id="page-logo" href="./"><h5>Thunderbioink</h5></a>-->
<!--Navigation Links-->
<a href="./focus-areas.html">Focus-Areas</a>
<a href="./certifications.html">Certifications</a>
<a href="./senior-project.html">Senior Project</a>
<a href="./resume.html">Resume</a>
<a href="./about.html">About</a>
<a href="./contact.html">Contact</a>
</header>
<div class="container">
<h1>Focus Areas ✨ </h1>
<!-- <img class="images-right-text" src="./Images/focus-alien.gif" width="30%"> -->
<div class="row">
<div class="column-left">
<!-- <p>I began my career in tech when I began working for AT&T, at the Mexican Headquarters, located in Naucalpan de Juarez, Estado de Mexico on October 2017. There, I was a bilingual Customer Service Executive dispatching, selling, and troubleshooting for different technologies provided by the company spanning from VoIP, Wireless, Networking, Cable, to general Mobile, Television, and Dish services. There, I was a high-performer that continously achieved a great relationship with the customer and company. I made several mistakes too, however these led me to eventually translate my skills into solving on-floor troubleshooting tasks like </p> -->
<!-- <p>I've had the pleasure of gaining both theoretical knowledge and hands-on experience in the tech areas listed on the right. This learning journey included Experiential Learning Projects, Class Projects, and Work experiences.</p> -->
<!-- <p>I've worn many hats in the tech industry: Back-End Developer, Front-End Developer, Logic and Schematic Designer, IT Admin, and Tech Dispatcher. My work has ranged from coding audio and producing audio for gaming projects to leading global communication transition projects. I've even led a team to build a DSP and ensured proper audio broadcasting from a network standpoint. Often, I found myself in leadership roles, such as when being asked to oversee the design and development of the first Online Entry-Music College Class to be offered at BYU-Idaho during the pandemic. I also spent eight months building robots to understand the intersection of physics, mechanics, and engineering in technology. I look forward to continue improving both my soft and hard skills as I pursue future tech roles.</p> -->
<p>Hover over each button to the right to see my experiences in each area.</p>
<img class="images-center-text" src="./Images/focus-alien.gif" width="35%">
<!-- <p>Thank you for your interest in my work!👌</p> -->
</div>
<div class="column-right">
<!-- Add the following HTML for the buttons -->
<div class="button-group">
<div class="button" id="button1"><a href="./Focus-Area/IT-System-Admin">IT System Admin</a></div>
<div class="button" id="button2"><a href="./Focus-Area/Network-AV">Networking & A/V Tech</a></div>
</div>
<div class="button-group">
<div class="button" id="button3"><p>🤓</p>
</div>
<div class="button" id="button4"><a href="./Focus-Area/Programming-Projects">Programming-Projects</a>
</div>
</div>
<div class="button-group">
<div class="button" id="button5"><a href="./Focus-Area/Project-Management">Project Management</a>
</div>
<div class="button" id="button6"><a href="./Focus-Area/Robotics-Embedded">Robotics & Embedded Tech</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer content goes here -->
<footer>
<p>Thunderbioink © 2024</p>
</footer>
</div>
</body>
</html>