-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
336 lines (309 loc) · 17.6 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
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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>JC Portfolio</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>
<link id="icon" rel="icon" href="images/icon.png">
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Portfolio</a></h1>
<nav id="nav">
<ul>
<li><a href="#one">About</a></li>
<li>
<a href="#two">Skills</a>
<!-- <ul>-->
<!-- <li><a href="left-sidebar.html">Left Sidebar</a></li>-->
<!-- <li><a href="right-sidebar.html">Right Sidebar</a></li>-->
<!-- <li><a href="no-sidebar.html">No Sidebar</a></li>-->
<!-- <li>-->
<!-- <a href="#">Submenu</a>-->
<!-- <ul>-->
<!-- <li><a href="#">Option 1</a></li>-->
<!-- <li><a href="#">Option 2</a></li>-->
<!-- <li><a href="#">Option 3</a></li>-->
<!-- <li><a href="#">Option 4</a></li>-->
<!-- </ul>-->
<!-- </li>-->
<!-- </ul>-->
</li>
<li><a href="#four">Projects</a></li>
<li><a href="#five" class="button primary">Contact</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2>JC is here</h2>
<p>She is a junior software engineer.<br/>
And she is eager to apply her skills in <br/>
providing solutions to various software problems.</p>
</header>
<span class="image"><img src="images/pic05.png" alt="profile-picture"/></span>
</div>
<a href="#one" class="goto-next scrolly">Next</a>
</section>
<!-- One -->
<section id="one" class="spotlight style1 bottom">
<span class="image fit main"><img src="images/pic02.jpg" alt=""/></span>
<div class="content">
<div class="container">
<div class="row">
<div class="col-4 col-12-medium">
<header>
<h2>More about JC</h2>
<p>Here are other things you should know about her.</p>
</header>
</div>
<div class="col-4 col-12-medium">
<p>She is a graduate of BA Economics from the University of the Philippines. She is a banker
by profession who codes on the side. She is passionate about programming and envisions
to delve into software development, data science, and machine learning in the future.</p>
</div>
<div class="col-4 col-12-medium">
<p>On her spare time, she likes to play video games such as Mass Effect, Sleeping Dogs,
Dragon Age, and Elder Scrolls if she is not watching fantasy, action, comedy and animated
shows.</p>
</div>
</div>
</div>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- Two -->
<div id="two" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2>Things She Can Do</h2>
<p>What she has is a very particular set of skills.</p>
</header>
<!-- Content -->
<div class="row row-skills">
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/python.png" alt="python"/></span>Write clean and
scalable codes using object-oriented programming.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/bootstrap.png" alt="bootstrap"/></span>Front-end
development using HTML, CSS, Bootstrap, & Javascript.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/pandas.png" alt="pandas"/></span>Data
manipulation with pandas, json & csv.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/selenium.png" alt="selenium"/></span>Web scraping
and automation using Beautiful Soup and Selenium.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/api.png" alt="api"/></span>API
integration in programs.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/flask.png" alt="flask"/></span>Backend
development using Flask framework with jinja templating, REST API.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/sqlite.jpg" alt="sqlite"/></span>Database management
with SQL, ORM, SQLite and SQLAlchemy.</p>
</section>
<section class="col-6 col-12-medium col-12-small">
<p><span class="image left"><img src="images/chart.png" alt="line-chart"/></span>Data analysis and
data visualization using pandas,
matplotlib, plotly, NumPy, scikit-learn, and seaborn.</p>
</section>
</div>
</div>
<div class="divider"><span></span><span>🖤</span><span></span></div>
<!-- Four -->
<section id="four" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2>Things She Has Created</h2>
<p>
<blockquote>It does not matter how slowly you go so long as you do not stop. - Confucius
</blockquote>
</p>
</header>
<div class="box alt">
<div class="row gtr-uniform">
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-chalkboard-user"></span>
<h3>Association Website</h3>
<p>A website created for an elementary alumni association using html, css, and bootstrap.
<br><a href="https://b1esaa.github.io/website/">See website here.</a>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-percent"></span>
<h3>Market Rate Projection</h3>
<p>Commissioned app using javascript, html, css, and bootstrap.
<br><a href="https://jhenac.github.io/market-forecast-js/">See application here.</a>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-chart-line"></span>
<h3>Data Analysis & Visualization</h3>
<p>Analysis and visualization using google colaboratory, pandas, matplotlib, plotly, numpy,
scikit-learn, and seaborn.
<br><a href="https://github.com/jhenac/lego-analysis">Lego Analysis; </a>
<a href="https://github.com/jhenac/google-trends">Google Trends; </a>
<a href="https://github.com/jhenac/programming-languages">Programming Languages; </a>
<a href="https://github.com/jhenac/google-playstore-apps">Google Play Store Apps; </a>
<a href="https://github.com/jhenac/numpy-img">Image Manipulation with Numpy; </a>
<a href="https://github.com/jhenac/seaborn_and_scikit-learn">Movie Revenues</a>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-b"></span>
<h3>Blog</h3>
<p>Blog that lets users register and log in to comment. An admin account can create, edit,
and delete blog posts. Data are stored in an SQL database.
<br><a href="https://github.com/jhenac/blog-with-users">
See code here.
</a><br><a href="https://jhenac-blog.onrender.com/">
See blog here.
</a>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-hotel"></span>
<h3>Hotel Design</h3>
<p>Designed a pseudo-hotel in Canva.
<br><a href="https://www.canva.com/design/DAFcbBt5rEU/G3sFzxYl_5Cer9FHlclzDQ/view?website#4:cityscape-hotel">
See design here.
</a></p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-clapperboard"></span>
<h3>Top 10 Movies</h3>
<p>Database of top 10 movies using flask, bootstrap5, wtforms, sql, sqlalchemy, and API.
HTML and CSS are also included.
<br><a href="https://github.com/jhenac/flask-sqlalchemy-top-10-movies">
See code here.
</a></p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-mug-saucer"></span>
<h3>Cafe Database</h3>
<p>A cafe database which uses flask framework, jinja templating, wtforms, bootstrap, html,
css &
csv.
<br><a href="https://github.com/jhenac/coffee-and-wifi-flask">
See code here.
</a></p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-table"></span>
<h3>Data Entry</h3>
<p>An automation project. Scrapes data from zillow website to get the addresses, prices, and
links of listings then inputted to Google form. It uses Beautiful Soup, Selenium
Webdriver,
and Object Oriented Programming.
<br><a href="https://github.com/jhenac/data-entry-automation">See code here.</a></p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-plane-departure"></span>
<h3>Flight Deals</h3>
<p>A program that finds the lowest deals to selected destinations. It uses environment
variables, API, requests library, object oriented programming, datetime module, and
smtplib.
<br><a href="https://github.com/jhenac/flight-deals3">See code here.</a></p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-heart"></span>
<h3>Flash Card</h3>
<p>A flashcard game. A French word is shown in the flash card and the player try to guess
its
English translation. After a few seconds, it will show the correct English translation.
Player can check the buttons whether he is right or wrong. A score tracker is also
incorporated in the game.
<br><a href="https://github.com/jhenac/flash-card-project">See code here.</a>
</p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-road"></span>
<h3>Turtle Crossing</h3>
<p>A turtle racing game which uses Graphical User Interface (GUI), for loop, if-else
statements,
and while loop. <br><a href="https://github.com/jhenac/turtle-crossing-game">
See code here.
</a></p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-diamond"></span>
<h3>Blackjack Game</h3>
<p>A game using python and applying functions, random module, if-elif-else statements, and
while
loop. <br> <a href="https://replit.com/@jacajeras/blackjack-start-1#main.py">See code
here.</a>
</p>
</section>
</div>
</div>
<footer class="major">
<ul class="actions special">
<li><a href="https://github.com/jhenac?tab=repositories" class="button">See All Projects</a>
</li>
</ul>
</footer>
</div>
</section>
<!-- Five -->
<section id="five" class="wrapper style2 special fade">
<div class="container">
<header>
<h2>Want to work with her?</h2>
<p>She would be glad to get in touch with you.</p>
</header>
<form method="post" action="mailto: jacajeras@gmail.com" class="cta">
<div class="row gtr-uniform gtr-50">
<div class="col-8 col-12-xsmall"><input type="text" name="message" id="message"
placeholder="Your Message"/></div>
<div class="col-4 col-12-xsmall"><input type="submit" value="Send Message" class="fit primary"/>
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/jacajeras/" class="icon brands alt fa-linkedin-in"><span
class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/jhenac" class="icon brands alt fa-github"><span
class="label">GitHub</span></a>
</li>
<li><a href="mailto: jacajeras@gmail.com" class="icon solid alt fa-envelope"><span
class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© JC 2023. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.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 src="https://kit.fontawesome.com/86e6ea146f.js" crossorigin="anonymous"></script>
</div>
</body>
</html>