-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
286 lines (243 loc) · 14 KB
/
index.html
File metadata and controls
286 lines (243 loc) · 14 KB
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
<!-- Oscar Rosales' personal portfolio website -->
<!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="styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon.ico">
<script defer src="app.js"></script>
<script src="https://kit.fontawesome.com/c31e4ff6de.js" crossorigin="anonymous"></script>
<title>Oscar Rosales' Portfolio</title>
</head>
<body>
<div class="wrapper">
<div class="gradient-container" style="height: 40rem;">
<nav class="navbar">
<a href="#" class="icon nav-item">OR</a>
<ul class="links">
<li class="nav-item"><a href="#">HOME</a></li>
<li class="nav-item"><a href="#about">ABOUT</a></li>
<li class="nav-item"><a href="#skills">SKILLS</a></li>
<li class="nav-item"><a href="#projects">PROJECTS</a></li>
<li class="nav-item"><a href="#contact">CONTACT</a></li>
</ul>
</nav>
</div>
<div class="main-container">
<div class="profile">
<img src="images/1731645961796.jpg" alt="Picture of Oscar Rosales">
<div class="bio">
OSCAR ROSALES
<p>
BUSINESS INFORMATION TECHNOLOGY STUDENT
</p>
</div>
</div>
<div class="line"></div>
<div class="content">
<div class="break" style="margin-top: 8%;"></div>
<div class="about" id="about">
<h1 class="section-title">ABOUT ME</h1>
<p class="hidden text">
Welcome to my portfolio! My name is Oscar Rosales, and I am
currently studying Business Information Technology in my
final academic term. I have a passion for web and software
development as I love the feeling of satisfaction when
completing a project! I am eager to learning and adapting to new
technology!<br>
<br>
I'm currently in search for a co-op or internship for my work-integrated
learning term and I'm open to exploring any opportunities
related to my field of study. I hope to grow as an IT professional, being
able to provide effective, secure, and scalable business solutions.<br>
<br>
A few unrelated facts about me:
<br>• I'm very passionate about cars, Pokémon, and anime
</p>
<br>
<a class="hidden" href="assets/Oscar Rosales - Resume.pdf" download="Oscar Rosales - Resume.pdf">DOWNLOAD RESUME</a>
</div>
<div class="break"></div>
<div class="skills" id="skills">
<h1 class="section-title">MY SKILLS</h1>
<h3 class="sub-title">TECHNICAL SKILLS</h3>
<ul class="hidden text">
<li>Python</li>
<ul class="sub-points hidden">
<li>Writing, testing, modifying, and debugging small business software</li>
<li>Implementing error handling</li>
<li>Object oriented Python</li>
<li>Using Flask and Jinja2 to create web applications</li>
<li>Using looping and conditional structures to develop Python programs</li>
<li>Ensuring code meets PEP8 standards</li>
</ul>
<li>C#</li>
<ul class="sub-points hidden">
<li>Using C#.NET Framework to create business applications</li>
<li>Object oriented programming</li>
<li>Ensuring code follows common coding conventions</li>
<li>Utilizing file I/O</li>
<li>Debugging and unit testing</li>
<li>Implementing error handling</li>
<li>Used LINQ for querying database data</li>
<li>Developed a web application using ASP.NET MVC Framework</li>
</ul>
<li>Web Development</li>
<ul class="sub-points hidden">
<li>Front-end Technologies: HTML5, CSS, JavaScript, React, Vite, Python Jinja2</li>
<li>Back-end Technologies: PHP, Ruby on Rails, Python Flask</li>
<li>Developed a rich and dynamic CMS website for eCommerce</li>
<li>Data sanitization and validation</li>
<li>Utilizing Session and Cookies</li>
<li>Using JSON, APIs to populate websites with data</li>
<li>Deploying websites to the public</li>
</ul>
<li>Version Control</li>
<ul class="sub-points hidden">
<li>Utilize version control software such as Git and GitHub</li>
<li>Branching, Committing, Staging, Pushing, Pulling</li>
<li>Descriptive commit messages</li>
<li>Code reviews and pull requests</li>
</ul>
<li>Database Management</li>
<ul class="sub-points hidden">
<li>Writing SQL queries using DDL, DML, and Transact-SQL</li>
<li>Creating Entity-Relationship Diagrams (ERD) to represent databases visually</li>
<li>Using database normalization process</li>
<li>Using programs such as PostgreSQL, MS SQL Server, PHP MySQL, Mongo</li>
<li>Importing/Exporting data, automating maintenance tasks, creating security groups</li>
<li>Utilizing databases for website and application back-ends</li>
</ul>
<li>Network Computing</li>
<ul class="sub-points hidden">
<li>Cisco Certified Network Associate (CCNA) Certified</li>
<li>Building simple LAN topologies</li>
<li>Implementing IP addessing schemes</li>
<li>Configuring routers and switches</li>
</ul>
<li>AWS</li>
<ul class="sub-points hidden">
<li>Using Lambda and Cloud9 to run Python functions</li>
<li>Creating VPC and Security Groups</li>
<li>Using EC2 instances to host Flask websites</li>
<li>Configuring AWS Identity and Access Management</li>
<li>Knowledge of basic cloud concepts</li>
</ul>
<li>UX/UI Design</li>
<ul class="sub-points hidden">
<li>Using Figma to build wireframes for application UI design</li>
<li>Creating personas to represent different end users</li>
<li>Utilizing UX perspectives to identify potential improvements</li>
</ul>
</ul>
<h3 style="padding-top: 3%;">SOFT SKILLS</h3>
<ul class="hidden text">
<li>Skilled in team collaboration and cooperation</li>
<li>Strong time management and organizational skills</li>
<li>Clear and effective verbal and written communication</li>
<li>Analytical problem-solving capabilities</li>
<li>Enthusiastic, which a proactive approach to learning and growth</li>
<li>Detail-oriented and committed to producing quality work</li>
</ul>
</div>
<div class="break"></div>
<div class="projects" id="projects">
<h1 class="section-title">PROJECTS</h1>
<h3>SPARK DETAILING</h3>
<img
src="assets/sparkdetailing.gif"
alt="Spark Detailing website demo"
class="video"
width="640px"
>
<p class="hidden text">
I created a CRUD-based Content Management System using PHP for my fictional client,
Spark Detailing, a company that specializes in automotive detailing. They required
a website which will showcase their past work, products they sell, various detailing
services they offer, and customer testimonials. <br>
<br>
<ul class="sub-points hidden" style="max-width: 60%;">
<li>
Administrators of this site are able to create, read, update, and delete pages related
to their services, products, as well as manage bookings, orders, and customer reviews.
</li>
<li>
Customers or non-administrative users are able to navigate the site and leave a review
if they are logged in.
</li>
</ul>
Tech Stack:
<ul class="sub-points hidden" style="max-width: 60%;">
<li>
Front-end: HTML5, CSS
</li>
<li>
Back-end: PHP, MySQL
</li>
</ul>
The website can be viewed
<a href="https://sparkdetailing.store" target="_blank" class="hidden link">
here
</a>
</p>
<h3 style="padding-top: 8%;">Pokédex on Rails</h3>
<img
src="assets/pokedex.gif"
alt="Pokedex app demo"
class="video"
width="640px"
>
<p class="hidden text">
I developed this Pokédex as a project driven by my passion for Pokémon. It allows
users to search for a Pokémon by it's name or through the homepage, and will
display the Pokémon's information such as it's name, species, type, abilities and base stats.
The app features hierarchical collection navigation, so the user can navigate between
different show pages.<br>
<br>
This project was created with Ruby on Rails, and I seeded the database using PokéAPI v2.
For styling I used Bulma CSS framework, to ensure mobile responsiveness and making use
of the grid system. <br>
<br>
Project repository can be viewed
<a href="https://github.com/oscrosales/pokedex_on_rails" target="_blank" class="hidden link">
here
</a>
</p>
<h3 style="padding-top: 8%;">Oscar's Weather Network</h3>
<img
src="assets/weatherapp.gif"
alt="Weather app demo"
class="video"
width="640px"
>
<p class="hidden text">
I built a simple weather app as a personal project to hone my skills with the
React library. Using WeatherAPI, the app shows real-time weather data based on a city
entered by the user.
</p>
</div>
<div class="break"></div>
<div class="contact" id="contact">
<h1 class="section-title">CONTACT ME</h1>
<p class="hidden text">
Feel free to reach out if you'd like to discuss a project, potential opportunities,
ask questions, or just say hello! <br>
<br>
I can be reached via:
<div class="icons">
<a href="https://linkedin.com/in/oscrosales" target="_blank" class="link"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/oscrosales" target="_blank" class="link"><i class="fa-brands fa-github"></i></a>
<i onclick="copyEmail()" class="fa-regular fa-envelope link"></i>
</div>
<br>
<br>
Thank you for viewing my portfolio!
</p>
</div>
<footer>Oscar Rosales © 2025</footer>
</div>
</div>
</div>
</body>
</html>