-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (158 loc) · 9.04 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
<!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="" />
<meta name="author" content="" />
<title>Resume - Walter Euceda-Mendoza</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<style>
.bg-image-full {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/* Optional: set a minimum height to ensure it covers the viewport */
min-height: 100vh; /* Full height */
}
.white-out {
background-color: rgba(255, 255, 255, 0.8); /* White with 80% opacity */
padding: 15px;
border-radius: 8px;
margin-bottom: 20px; /* Space between sections */
}
</style>
</head>
<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#!">Resume</a>
</div>
</nav>
<!-- Header - set the background image for the header in the line below-->
<div class="py-5 bg-image-full" style="background-image: url('/assets/golfball.jpg');">
<div class="text-center my-5">
<img class="img-fluid rounded-circle mb-4" src="/assets/Euceda_Walter.png" alt="..." style="width: 250px;" />
<!-- About me Section -->
<div class="container my-0">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="white-out">
<h1>Walter Euceda-Mendoza</h1>
<p class="lead">Major: Computer Science</p>
<p class="lead">Minor: Info Systems, Data Science, Math</p>
<p class="lead">Salisbury University</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content section-->
<section class="py-0">
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="white-out">
<h2>Education</h2>
<p class="lead">Salisbury University; GPA 3.5; Computer Science</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">Relevant Coursework:</p>
<p class="mb-0">Networks, Computer Security, Software Engineering, Data Structures and Algorithms</p>
</div>
</div>
</div>
</div>
</section>
<!-- Work Experience section-->
<section class="py-0">
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="white-out">
<h2 class="mb-3">Work Experience</h2>
<p class="lead">KPMG Embark IT/Engineering Intern</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">KPMG; Tysons Corner Va; June 2024 – Aug 2024</p>
<ul>
<li>Participated in a rotational internship gaining hands-on experience across three service lines: Audit, Tax, and Advisory</li>
<li>Advisory: Navy Foreign Military Sales account transferring MISIL to S^3ALE</li>
<li>Audit: Federal Tech Assurance</li>
<li>Engaged in the development of a capstone project focused on reducing carbon emissions for KPMG employees</li>
</ul>
<p class="lead">IT Help Desk</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">Salisbury University; Salisbury MD; Sep. 2022 – May 2025</p>
<ul>
<li>Assess and troubleshoot computer problems brought by students, faculty, and staff.</li>
<li>Maintain upkeep of computers, classroom equipment, and printers across campus.</li>
</ul>
<p class="lead">Electrical Apprentice</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">Dittmar Company; Vienna Va; July 2017 - Aug 2023</p>
<ul>
<li>Assisted in troubleshooting and optimizing electrical systems, developing analytical skills and attention to detail, while interpreting data and crafting visualizations for informed decision making</li>
<li>Supported analysis of electrical systems to identify areas for improvement and contributed to the implementation of effective solutions for enhanced performance.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Research Experience section-->
<section class="py-0">
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="white-out">
<h2>Research Experience</h2>
<p class="lead">Smart Players Tracking App</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">Project Initiator, Research Assistant; Feb 2024 - May 2025</p>
<p class="mb-0" style="font-size: 1em;">React Native, MediaPipe Pose Estimation, Python, more TBD.</p>
<ul>
<li>Leading research, data collection, and model implementation for swing analysis utilizing MediaPipe and Python</li>
<li>Collaborating in the design and deployment of an AI model to provide personalized feedback on user swings using video analysis</li>
</ul>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">Funding:</p>
<p class="mb-0" style="font-size: 1em;">$1000 for advancing to second round of Salisbury University Entrepreneurship Competition; $4000 from Salisbury University Comp Sci Department</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects section-->
<section class="py-0">
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="white-out">
<h2>Projects</h2>
<p class="lead">Golf Database Website</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">Sep 2023 – Dec 2023</p>
<p class="mb-0" style="font-size: 1em;">SQL, PHP, HTML, CSS</p>
<ul>
<li>Led a team in developing a golf database with data from local courses.</li>
<li>Utilized SQL, MySQL, PHP, and Bootstrap for a seamless user experience.</li>
<li>Implemented search functionality, advanced filtering, and secure admin login.</li>
</ul>
<p class="lead">Personal Portfolio Website</p>
<p class="mb-0" style="font-size: 1em; font-weight: bold;">July 2024</p>
<p class="mb-0" style="font-size: 1em;">HTML, CSS</p>
<ul>
<li>Personal Website serving as an online resume</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container"><p class="m-0 text-center text-white">Copyright © Walter Euceda-Mendoza</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>