-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (216 loc) · 8.17 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title> Adalberto Alexander Acosta </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script type="text/javascript">
var titleText = document.title;
function titleMarquee() {
titleText = titleText.substring(1, titleText.length) + titleText.substring(0, 1);
document.title = titleText;
setTimeout("titleMarquee()", 300);
}
</script>
</script>
</head>
<body class="is-preload" onload="titleMarquee()">
<!-- SideBar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">About me</a></li>
<li><a href="#one">Experience</a></li>
<li><a href="#two">Resume</a></li>
<li><a href="#three">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<a href="#" class ="image"><img src="images/thumbnail_Acosta1.jpg" style="height: 30%; width: 30%"></a>
<h1>Adalberto Acosta</h1>
<p> Welcome, my name is Adalberto, and you have found my portfolio website!
<br>
I also go by Alex, and I recently finished my final quarter at Seattle Pacific University, where I pursued a Bachelor of Science in Computer Science.
I am passionate about geeky hobbies and found my love for programming because it combines creativity and problem-solving in a beautiful way. I've grown up with software
all my life and I'm excited to finally be able to produce it myself.
<ul class="actions">
<li><a href="#one" class="button scrolly">My Experience</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="GPA.html" class="image"><img src="images/GPA_hat.png" alt="" data-position="top" /></a>
<div class="content">
<div class="inner">
<h2>Graduation Planning App</h2>
<p>A web application designed for thousands of students at SPU</p>
<ul class="actions">
<li><a href="GPA.html" class="button">More</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="commuteNewt.html" class="image"><img src="images/traffic.png" alt="" data-position="top" /></a>
<div class="content">
<div class="inner">
<h2>Commute Newt</h2>
<p>A python automation to help me commute to school in a timely manner</p>
<ul class="actions">
<li><a href="commuteNewt.html" class="button">More</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="dollarScholar.html" class="image"><img src="images/Screenshot_1679187039.png" alt="" data-position="top" /></a>
<div class="content">
<div class="inner">
<h2>Dollar Scholar</h2>
<p>A mobile application using react native for budget and spending tracking</p>
<ul class="actions">
<li><a href="dollarScholar.html" class="button">More</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="menuManagmentSystem.html" class="image"><img src="images/StartHome1.png" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Menu Management Service</h2>
<p>A web application using the ASP.NET framework to create and use a menu for a kiosk</p>
<ul class="actions">
<li><a href="menuManagmentSystem.html" class="button">More</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Two -->
<section class="wrapper style3 fade-up">
<div class="inner">
<h2>Certifications</h2>
<br>
<ul class="alt">
<li>
<a href="https://aws.amazon.com/certification/certified-developer-associate/" target="_blank" ><h3>AWS Certified Developer - Associate</h3></a>
<blockquote>
<strong>Obtained:</strong> December 2024 <br>
<strong>Company:</strong> Amazon<br>
</blockquote>
</li>
<li>
<a href="https://learn.nvidia.com/courses/course-detail?course_id=course-v1:DLI+S-AC-04+V1" target="_blank" ><h3>Getting Started with Accelerated Computing in CUDA C/C++</h3></a>
<blockquote>
<strong>Obtained:</strong> November 2024 <br>
<strong>Company:</strong> NVIDIA<br>
</blockquote>
</li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style3-alt fade-up">
<div class="inner">
<h2>Resume</h2>
<iframe src="images/AAcosta_Resume.pdf" width="100%" height="900px">
</iframe>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Get in touch</h2>
<section>
<ul class="contact">
<li>
<h3>Email</h3>
A.Acosta@IEEE.org
<button id="copyEmailButton" class="button small" data-tooltip="Click to copy">
copy
</button>
</li>
<li>
<h3>Social</h3>
<ul class="icons">
<!-- Label for School GitHub -->
<li style="text-align: center;">
<span style="display: block; font-weight: bold;">School</span>
<a href="https://github.com/AAA2spu" class="icon brands fa-github"><span class="label">GitHub</span></a>
</li>
<li>
<br>
</li>
<!-- Label for Personal GitHub -->
<li style="text-align: center;">
<span style="display: block; font-weight: bold; text-align: center;">Personal</span>
<a href="https://github.com/AdalbertoAcosta" class="icon brands fa-github"><span class="label">GitHub</span></a>
</li>
<li>
<br>
</li>
<li>
<a href="https://www.linkedin.com/in/adalberto-acosta/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a>
</li>
</ul>
</li>
<li>
<h3>Location</h3>
<span>Seattle, Washington</span>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
const button = document.getElementById('copyEmailButton');
const email = "A.Acosta@IEEE.org";
button.addEventListener('click', function () {
navigator.clipboard.writeText(email)
.then(() => {
button.setAttribute('data-tooltip', 'Copied!');
setTimeout(() => button.setAttribute('data-tooltip', 'Click to copy'), 2000);
})
.catch(err => {
console.error('Failed to copy email: ', err);
button.setAttribute('data-tooltip', 'Error!');
setTimeout(() => button.setAttribute('data-tooltip', 'Click to copy'), 2000);
});
});
</script>
</body>
</html>