-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
404 lines (374 loc) · 25.9 KB
/
index.html
File metadata and controls
404 lines (374 loc) · 25.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--CSS bundle-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- CSS Sheet -->
<link rel="stylesheet" href="portfolio.css">
<!-- Google Fonts (Open Sans) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap" rel="stylesheet">
</head>
<body class="bgTabsColor">
<div class="container p-0">
<!-- Insert Nav with social media links below -->
<h2 class="mb-4 lightText">Jenna Devora</h2>
<!-- Tab nav for Pages -->
<div>
<ul class="nav nav-tabs row text-center justify-content-center" id="myTab" role="tablist">
<li class="nav-item col-md-3" role="presentation">
<a data-bs-toggle="tab" data-bs-target="#home" type="button" role="tab" aria-controls="home"
aria-selected="true" class="nav-link active darkText" id="home-tab">Home</a>
</li>
<li class="nav-item col-md-3">
<a data-bs-toggle="tab" data-bs-target="#menu1" type="button" role="tab" aria-controls="menu1"
aria-selected="false" class="nav-link darkText" id="menu1-tab">Projects</a>
</li>
<li class="nav-item col-md-3">
<a data-bs-toggle="tab" data-bs-target="#menu2" type="button" role="tab" aria-controls="menu2"
aria-selected="false" class="nav-link darkText" id="menu2-tab">About Me</a>
</li>
<li class="nav-item col-md-3">
<a data-bs-toggle="tab" data-bs-target="#menu3" type="button" role="tab" aria-controls="menu3"
aria-selected="false" class="nav-link darkText" id="menu3-tab">Contact Me</a>
</li>
</ul>
<!-- HOMEPAGE -->
<div class="tab-content bgBodyColor">
<div id="home" class="tab-pane active card border-0" role="tabpanel" aria-labelledby="home-tab"
tabindex="0">
<div class="card-body p-0">
<!-- <img src="img/portfolioSplashpage.jpg" alt="Pink bubble homepage"-->
<!-- class="img-fluid position-relative">-->
<div class="card-img-overlay text-center">
<div class="text-bg-color position-relative justify-content-center">
<h2 id="homeLabel" class="mb-2">Jenna Devora</h2>
<h5>Full-Stack Software Developer</h5>
</div>
</div>
<img src="img/homepagePortfolio.jpeg" id="eldenRingPic">
</div>
</div>
<!-- PROJECTS CAROUSEL -->
<div id="menu1" class="tab-pane mx-2" role="tabpanel" aria-labelledby="menu1-tab" tabindex="0">
<!-- Projects Carousel Cards -->
<article class="text-center mt-4 mb-5">
<h2 id="projects" class="mb-4 mt-3 darkText">My Projects</h2>
<div class="d-flex justify-content-center mt-4">
<a href="#projects" class="text-decoration-none text-dark">
<div class="col-md-8 col-12"> <!-- Update the column class here -->
<div class="carousel-overlay bg-boxshadow">
<div id="carouselExampleInterval" class="carousel slide mb-5"
data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<div class="card m-auto p-2">
<img src="img/pawsomeadoptions.png"
class="card-img-sizing bg-boxshadow carousel-overlay rounded d-block"
alt="Project picture">
<div class="card-body d-flex flex-column">
<h5 class="card-title mt-3"><strong> Pawsome Adoptions</strong></h5>
<p class="mt-3">Pawsome Adoptions is a full-stack website
dedicated to potential dog or cat owners who can search for
and adopt their future pets. Our site also features a
community timeline where you can post stories about your
adoption experience.</p>
<br>
<p class="card-text mt-2 pinkText"><strong>Skills: </strong>Java (Spring
Boot), Javascript,
MySQL,
HTML, CSS, Bootstrap</p>
<a href="https://github.com/pawsome-adoptions/pawsome-adoptions"
class="btn btn-primary mt-auto">Github Repo</a>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="card m-auto p-2">
<img src="img/PlantLister.png"
class="card-img-sizing bg-boxshadow carousel-overlay rounded d-block"
alt="Project picture">
<div class="card-body d-flex flex-column">
<h5 class="card-title mt-3"> <strong>Plantlister</strong></h5>
<p class="mt-3">Plantlister is a full-stack website dedicated to
plant enthusiasts, offering a platform to buy and sell a
wide variety of seeds, seedlings, plants, trees, and more.
My personal focus was on connecting the functionality to the
intended views. As well as ensuring the flow of a user's
experience is seamless and navigable.</p>
<p class="card-text my-auto pinkText"><strong>Skills: </strong>Tomcat,
MySQL, JavaSE, Bootstrap,
Cascading Style Sheets (CSS), HTML5, JavaScript</p>
<a href="https://github.com/devora-garces-salas-sarabia-adlister/plants-adlister"
class="btn btn-primary mt-auto">Github Repo</a>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="card p-2 m-auto">
<img src="img/WeatherMapProject.png"
class="bg-boxshadow card-img-sizing carousel-overlay rounded d-block"
alt="Project picture">
<div class="card-body d-flex flex-column my-auto">
<h5 class="card-title mt-3"><strong>Weather Map</strong> </h5>
<p class="mt-3">A solo-built application where users can search
and display the current weather conditions along with a
5-day forecast for the searched location. Utilizing
OpenWeather API and Mapbox features as well as implementing
search functionality and a draggable location pin to allow
accessibility.</p>
<br>
<p class="card-text my-2 pinkText"><strong>Skills: </strong>jQuery,
Javascript, CSS, HTML,
Bootstrap 5, AJAX, and OpenWeatherMap API</p>
<a href="https://github.com/JenDevo/codeup-web-exercises/blob/main/js/weather_map.js"
class="btn btn-primary mt-auto">Github Repo</a>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button"
data-bs-target="#carouselExampleInterval" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span hidden>Previous</span>
</button>
<button class="carousel-control-next me-1" type="button"
data-bs-target="#carouselExampleInterval" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span hidden>Next</span>
</button>
</div>
</div>
</div>
</a>
</div>
<br>
</article>
</div>
<!-- About Me -->
<div id="menu2" class="tab-pane" role="tabpanel" aria-labelledby="menu2-tab" tabindex="0">
<article class="container px-1">
<div class="text-center mt-md-3 darkText">
<h1>Jenna Devora</h1>
<h3>Full-Stack Software Developer</h3>
<div>
<p>Web Development Certificate from Codeup (2023)</p>
<p>B.A. Psychology from Wells College (2021)</p>
</div>
</div>
<br>
<p class="text-center darkText">
Professional Software Developer with a prior focus on psychological and cognitive
sciences.
Experience
implementing industrial-organizational psychology for developing an advanced work
environment.
Challenging myself by utilizing full-stack skills alongside a psychological mindset
to
compose inventive
solutions and produce optimized software applications ideal for enhanced user
experience.
</p>
<!-- Not so professional carousel about me -->
<div class="row-md">
<div class="carousel-overlay bg-boxshadow col-md">
<div id="aboutMeInterval" class="carousel slide mb-5"
data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<div class="card m-auto p-2">
<img src="img/JDPortrait.jpg"
class="bg-boxshadow card-img-sizing carousel-overlay rounded d-block"
alt="Project picture">
<div class="card-body d-flex flex-column text-center my-auto">
<h5 class="card-title mt-3">FAQs</h5>
<p class="">
<ul>
<li>I have a 7-year-old Lhasa Apso / Schnauzer mix. He has been such a joy and headache.
</li>
<li>I am a middle child and left-handed.</li>
<li>My favorite dish is Chicken Alfredo with broccoli</li>
<li>I played softball for over 19 years of my life.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="card my-auto p-2">
<img src="img/owParamore.png"
class="bg-boxshadow card-img-sizing carousel-overlay rounded d-block"
alt="Project picture">
<div class="card-body d-flex flex-column text-center my-auto">
<h5 class="card-title mt-3">Some Hobbies</h5>
<p class="mt-3">I enjoy gaming, usually on Xbox or switch. I mostly play Elden Ring / Dark Souls, Minecraft, Overwatch, Animal Crossing, or Dead by Daylight. And love listening to music, my favorite artists at the moment are Paramore, Miley Cyrus, and Young the Giant.</p>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="card p-2 m-auto">
<img src="img/Everytown_final_logo.png"
class="bg-boxshadow card-img-sizing carousel-overlay rounded d-block"
alt="Project picture">
<div class="card-body d-flex flex-column my-auto text-center">
<h5 class="card-title mt-3">Something I am Passionate About</h5>
<p class="my-auto">Volunteer with Everytown for Gun Safety for the past year. A common misconception about Everytown is that we are trying to get rid of all guns, which isn't true. We still believe in the right to the second amendment but our goal is to change the requirements for being able to purchase a gun to make our community safer for all. Fact: In Texas you need to be 21 to buy a handgun, but you can be 18 and still purchase an automatic rifle).</p>
<br>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button"
data-bs-target="#aboutMeInterval" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span hidden>Previous</span>
</button>
<button class="carousel-control-next me-1" type="button"
data-bs-target="#aboutMeInterval" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span hidden>Next</span>
</button>
</div>
</div>
</div>
<div class="m-3 p-4 row-md d-md-flex gx-5 darkText" id="aboutMe">
<div class="col-md-5">
<div>
<p>
<strong>Technical Skills:</strong>
HTML - CSS - Bootstrap - JavaScript - ES6 - jQuery - Ajax - JSON - RESTful API -
REST
API -
Maven - Java SE - Java EE (Servlets, JSP, J2EE) - File I/O - MVC - Spring Boot -
Hibernate -
MySQL - Thymeleaf - Object-Oriented Programming (OOP) - Test-Driven Development
(TDD) -
Version Control with Git - Paired Programming - Agile Methodologies - Debugging -
Dokku
Deployment - Apache TomCat - Unit Testing (JUnit)
<br>
<strong>Exposure to:</strong> Agile Management Tools - KanBan for Workflow - Project
Management Tools - Github Pages - NPM - Scrum Stand Up - Documentation - Spring
Framework
</p>
<br>
<p><strong>Soft Skills:</strong>
Collaborative - Peer Review - Innovative - Strong Communication Skills - Teamwork -
Builds
Relationships - Initiative - Analytical - Flexibility - Reliable - Integrity - Work
Independently - Visualization - Virtualization- Willingness to Learn - Collaborate -
Problem
Solving Skills - Research Skills - Dedicated - Competitive - Self-motivated -
Committed
-
Team Player - Innovative - Independent - Written and Oral Communication Skills -
Culture
-
Fast Paced</p>
</div>
</div>
<div class="col-md-7 ps-md-2 mt-md-1">
<div class="text-center ms-md-5">
<h4><strong>Professional Experience</strong></h4>
<p>Accenture - San Antonio, TX <br>
Customer Service Associate / Aug 2022 - Dec 2022
<ul>
<li>Assisted in reducing a queue of over 200 cases by managing benefits and
compensation
programs for employees; closed between 20-50 cases per day to ensure cases were
completed within a 72-hour timeframe.
</li>
<li>Work on a team of over 30 human resource specialists, collaborating, and
troubleshooting, to provide resources to internal employees.
</li>
</ul>
</p>
<br>
<p>
The Grind - Aurora, NY <br>
Human Resources Manager / Jul 2020 - Dec 2020
<ul>
<li>Managed biweekly payroll in ADP and maintained weekly schedule in Excel around
the
varying availability of 15 baristas, ensuring timely employee pay and reliable
shop
hours for customers.
</li>
<li>Worked with 2 other managers to research and enforce COVID-19 safety procedures
and
guidelines to ensure safe consumerism during a pandemic.
</li>
</ul>
</p>
<br>
<p>
W.C. Fitness Center - Aurora, NY <br>
Front Desk Attendant / Aug 2017 - Mar 2020
<ul>
<li>Greeted and checked in over 30 members per shift, managed entry fees, and
sanitized
facilities every hour while organizing equipment which created a secure and
clean
environment for patrons.
</li>
<li>Oversee at least 3 events weekly within gym facilities. Monitoring over 200
guests
attending the events, ensuring facilities are clean and tidy as well as managing
traffic flow.
</li>
</ul>
</p>
</div>
</div>
</div>
</article>
</div>
<!-- Contact Me -->
<div id="menu3" class="tab-pane m-4" role="tabpanel" aria-labelledby="menu3-tab" tabindex="0">
<article id="contactMe" class="panel text-center darkText">
<header>
<h2>Contact Me</h2>
</header>
<form action="https://formsubmit.co/jenna.elise.devora@gmail.com" method="POST"
class="d-flex justify-content-center">
<div class="form-group col-md-6">
<div class="form-row d-flex justify-content-evenly">
<div class="col-6 mb-2 me-2">
<input type="text" name="name" placeholder="Full Name" class="form-control"/>
</div>
<div class="col-6 mb-2">
<input type="email" name="email" placeholder="Email" class="form-control"/>
</div>
</div>
<div class="form-group">
<div class="col mb-2">
<input type="text" name="subject" placeholder="Subject" class="form-control"/>
</div>
<div class="col-12 mb-2">
<textarea name="message" placeholder="Your Message" rows="10"
class="form-control"></textarea>
</div>
</div>
<div class="mb-2">
<button type="submit" value="Send Message" class="btn btn-lg btn-dark btn-block">Send
</button>
</div>
</div>
</form>
<h5 class="mb-3 p-2">Thanks for taking the time to look at my page! <br> You can also reach me at (210)-504-6776 (:
</h5>
</article>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
</body>
</html>