-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
403 lines (364 loc) · 14.7 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
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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Genaro's Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link rel="icon" href="favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" />
<!-- Only one jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<nav>
<div class="dropdown">
<button class="dropdown-btn">☰</button>
<div class="dropdown-content">
<a href="#me">Home</a>
<a href="#education">Expertise & Education</a>
<a href="#certificates">Certificates</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
</div>
</nav>
<a href="images/avatar.jpg" class="avatar-popup" data-fancybox data-touch="true">
<img src="images/avatar.jpg" alt="Genaro's Avatar" class="image avatar"> </a>
<h1><strong>I'm Genaro Di Stilio. </strong><br /> Software developer and <br /> computer science
student.<br /></h1>
<br />
</div>
</header>
<!-- Main -->
<div id="main">
<!-- About me tab-->
<section id="me">
<header class="major">
<h2>Welcome to my portfolio</h2>
</header>
<p> Below, you will find information about my work experience, personal projects,
as well as my formal education, courses, and contact information.
My goal with this website is not only to expand my proficiency in web development but also to
showcase my knowledge in an engaging manner.</br>
As I advance in my career, additional information will be incorporated into this page. Thank you for taking the time to explore my portfolio,
and I hope you find it engaging.</p>
<h3>Tools and technologies</h3>
<ul class="actions">
<section id="skills">
<ul class="icon-list">
<li><i class="devicon-dot-net-plain-wordmark icon-3x"><span class="tooltip">.NET</span></i></li>
<li><i class="devicon-csharp-plain icon-3x"><span class="tooltip">C#</span></i></li>
<li><i class="fab fa-python fa-3x"><span class="tooltip">Python</span></i></li>
<li><i class="devicon-microsoftsqlserver-plain icon-3x"><span class="tooltip">Microsft SQL Server</span></i></li>
<li><i class="devicon-mysql-plain icon-3x"><span class="tooltip">MySQL</span></i></li>
<li><i class="devicon-javascript-plain icon-3x"><span class="tooltip">JavaScript</span></i></li>
<li><i class="devicon-css3-plain-wordmark icon-3x"><span class="tooltip">CSS3</span></i></li>
<li><i class="devicon-html5-plain-wordmark icon-3x"><span class="tooltip">HTML5</span></i></li>
<li><i class="devicon-git-plain icon-3x"><span class="tooltip">Git</span></i></li>
</ul>
</section>
</ul>
</section>
<a href="#projects" class="button">Explore my projects</a></li>
</section>
<!-- Work experience
<section id="work-experience">
<h2>Work Experience</h2>
</section>-->
<!-- Education tab -->
<section id="education">
<h2>Expertise & Education</h2>
<div class="certificate-wrapper">
<div class="education-container">
<div class="education-item">
<div class="item-header">
<h3>Software developer at Efisat+ </h3>
<h4>Jan 2024 - Present</h4>
</div>
<ul>
<li>.NET Framework (C#)</li>
<li>ASP.NET</li>
<li>Microsoft SQL Server</li>
</ul>
</div>
<div class="education-item">
<div class="item-header">
<h3>Software developer at Emotion IT</h3>
<h4>Jan 2023 - Feb 2024</h4>
</div>
<ul>
<li>.NET Framework (C#)</li>
<li>Microsoft SQL Server</li>
<li>Visual Basic</li>
</ul>
</div>
<div class="education-item">
<div class="item-header">
<h3>Universidad Siglo 21</h3>
<h4>Bachelor's degree in Computer Science</h4>
</div>
<ul>
<li>Third year in progress</li>
<li>Systems Analysis Associate degree anticipated in mid 2024</li>
<li>Graduation expected in 2025</li>
</ul>
</div>
<div class="education-item">
<div class="item-header">
<h3>University of Helsinki & Coursera</h3>
<h4>Massive open online courses (MOOCs) / Cisco Networking Academy</h4>
</div>
<ul>
<li>Java Programming I & II</li>
<li>Python Advanced Programming</li>
<li>Internet Connection: How to Get Online</li>
</ul>
</div>
</div>
</section>
<!-- Certificates tab -->
<section id="certificates">
<h2>Certificates </h2>
<div class="certificate-wrapper">
<button class="scroll-btn scroll-left" onclick="scrollGallery('left')"><</button>
<div class="certificate-container">
<div class="certificate-item">
<a href="images/java1.png" class="poptrox-item" data-caption="Java I">
<img src="images/java1.png" alt="Java Certificate I" />
<h4>Java I</h4>
</a>
</div>
<div class="certificate-item">
<a href="images/java2.png" class="poptrox-item" data-caption="Java II">
<img src="images/java2.png" alt="Java Certificate II" />
<h4>Java II</h4>
</a>
</div>
<div class="certificate-item">
<a href="images/python1.png" class="poptrox-item" data-caption="Python I">
<img src="images/python1.png" alt="Python Certificate I" />
<h4>Python I</h4>
</a>
</div>
<div class="certificate-item">
<a href="images/python2.png" class="poptrox-item" data-caption="Python II">
<img src="images/python2.png" alt="Python Certificate II" />
<h4>Python II</h4>
</a>
</div>
<div class="certificate-item">
<a href="images/cisco.png" class="poptrox-item" data-caption="Cisco">
<img src="images/cisco.png" alt="Cisco Certificate" />
<h4>Cisco</h4>
</a>
</div>
<div class="certificate-item">
<a href="images/efset.png" class="poptrox-item" data-caption="EFSET">
<img src="images/efset.png" alt="EF SET Certificate" />
<h4>EF SET</h4>
</a>
</div>
</div>
<button class="scroll-btn scroll-right" onclick="scrollGallery('right')">></button>
</div>
</section>
<!-- Projects tab -->
<section id="projects">
<h2>My projects</h2>
<div class="tabs">
<button class="tab-button active" onclick="changeTab('Applications')">Applications</button>
<button class="tab-button" onclick="changeTab('DataStructures')">Data Structures</button>
</div>
<div class="row tab-row Applications active">
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/01.jpg" data-url="https://github.com/GenaroDS/PingTest"
class="image fit thumb"><img src="images/thumbs/01.jpg" alt="" /></a>
<h3>Ping Tester</h3>
<p>A clean and lightweight application that monitors network performance through customizable ping
tests, providing real-time system tray updates and statistics.
</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/thumbs/11.png" data-url="https://github.com/GenaroDS/SimpleVideoDownloader"
class="image fit thumb"><img src="images/thumbs/10.png" alt="" /></a>
<h3>Simple Video Downloader</h3>
<p>Minimalist application designed to easily download videos. No clutter,
no unnecessary features, just the essentials.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/02.jpg" data-url="https://github.com/GenaroDS/VaadinInvetoryStockApp"
class="image fit thumb"><img src="images/thumbs/02.jpg" alt="" /></a>
<h3>Stock Management Web App</h3>
<p> Built with Vaadin, Spring Security/Data and Hibernate. It's responsive, has authorization and
authentication for users, and CRUD full functionalities for items.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/04.jpg" data-url="https://github.com/GenaroDS/DesktopStockApp"
class="image fit thumb"><img src="images/thumbs/04.jpg" alt="" /></a>
<h3>Stock Management Desktop App</h3>
<p>A desktop inventory management application built with Java, MySql and Gluon with fxml files for
the GUI. With account creation, CRUD functionality for items.</p>
</article>
</div>
<div class="row tab-row DataStructures">
<article class="col-6 col-12-xsmall work-item"
data-repo-url="https://github.com/GenaroDS/DoublyLinkedList">
<a href="images/fulls/05.png" data-url="https://github.com/GenaroDS/DoublyLinkedList"
class="image fit thumb"><img src="images/thumbs/05.png" alt="" /></a>
<h3>Doubly Linked List</h3>
<p>A doubly linked list built from scratch without libraries. It features sorted insertion by
product code, featuring error handling and console output.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/06.png" data-url="https://github.com/GenaroDS/BinarySearchTree"
class="image fit thumb"><img src="images/thumbs/06.png" alt="" /></a>
<h3>Binary Search Tree</h3>
<p>A binary search tree built on Java from scratch without libraries. It features search and
insertion method, and a console print of the tree structure.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/07.png" data-url="https://github.com/GenaroDS/Queue"
class="image fit thumb"><img src="images/thumbs/07.png" alt="" /></a>
<h3>Queue</h3>
<p>A simple and functional FIFO (First in first out) Queue made from a linked list built from
scratch. It features add(enqueue), remove(dequeue), and print(show Queue) methods.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/08.png" data-url="https://github.com/GenaroDS/Stack"
class="image fit thumb"><img src="images/thumbs/08.png" alt="" /></a>
<h3>Stack</h3>
<p>A simple and functional LIFO (last in first out) stack built from scratch. It features push(add),
pop(delete), peak(see top), and print(show stack) methods.</p>
</article>
</div>
<ul class="actions">
<li><a href="https://github.com/GenaroDS" target="_blank" class="button">View my full portfolio on
GitHub</a></li>
</ul>
</section>
<!-- Contact me -->
<section id="contact">
<h2>Contact me</h2>
<p>If you have any questions or wish to get in touch with me, please don't hesitate to use the contact
form below, also you can click on my email address/phone number to automatically copy them to your
clipboard.<br>
I'm always open to discussing potential projects, collaboration opportunities, or
simply answering questions related to my work. </p>
<div class="row">
<div class="col-8 col-12-small">
<form method="post" action="https://formspree.io/f/xoqzpdra">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name"
placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email"
placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message"
rows="4"></textarea></div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</div>
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-home"><span class="label">Address</span></h3>
Buenos Aires/Santa Fe<br />
Argentina
</li>
<li>
<h3 class="icon solid fa-mobile-alt"><span class="label">Phone</span></h3>
<span id="phone-number" class="click-to-copy">+54-336-4686925</span>
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<span id="email-address" class="click-to-copy">genarodistilio@gmail.com</span>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li>
<span class="tooltip-icon" data-tooltip="Open curriculum vitae">
<a href="documents/Cv%20english.pdf" target="_blank" class="icon solid fa-user">
<span class="label">Resumee</span>
</a>
</span>
</li>
<li>
<span class="tooltip-icon" data-tooltip="Open Github repository">
<a href="https://github.com/GenaroDS" target="_blank" class="icon brands fa-github">
<span class="label">Github</span>
</a>
</span>
</li>
<li>
<span class="tooltip-icon" data-tooltip="Open LinkedIn profile">
<a href="https://www.linkedin.com/in/genarods/" target="_blank" class="icon brands fa-linkedin">
<span class="label">LinkedIn</span>
</a>
</span>
</li>
<li>
<span class="tooltip-icon" data-tooltip="Contact me via Email">
<a href="#contact" class="icon solid fa-envelope">
<span class="label">Email</span>
</a>
</span>
</li>
</ul>
<ul class="copyright">
<li>© Genaro's portfolio</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.poptrox.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>
<!-- Filters -->
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0">
<filter id="icon-shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feOffset dx="0" dy="0" result="offsetblur" />
<feFlood flood-color="rgba(0, 0, 0, 0.15)" />
<feComposite in2="offsetblur" operator="in" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<filter id="icon-strong-shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="6" />
<feOffset dx="0" dy="0" result="offsetblur" />
<feFlood flood-color="rgba(0, 0, 0, 0.20)" />
<feComposite in2="offsetblur" operator="in" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</svg>
</body>
</html>