-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
482 lines (438 loc) · 21.8 KB
/
index.html
File metadata and controls
482 lines (438 loc) · 21.8 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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Metas -->
<title>Portfolio</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="Danny Gonzalez">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/LogoCode.ico" type="image/x-icon" />
<script src="https://kit.fontawesome.com/fd954ef07a.js" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="politics_version">
<!-- LOADER -->
<div id="preloader">
<div id="main-ld">
<div id="loader"></div>
</div>
</div><!-- end loader -->
<!-- END LOADER -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<button class="navbar-toggler navbar-toggler-rigth" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarResponsive">
<ul class="navbar-nav text-uppercase">
<li class="nav-item">
<a class="nav-link js-scroll-trigger active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#resume">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="home" class="main-banner parallaxie" style="background-image: url('uploads//banner1.jpg');">
<div class="heading">
<h1>Danny Gonzalez</h1>
<h3 class="cd-headline clip is-full-width">
<span class="cd-words-wrapper">
<b class="is-visible">Computer Programmer</b>
<b>Data Analytic</b>
<b>Business Intelligence</b>
<b>T-SQL</b>
<b>SQL Developer</b>
<b>VBA</b>
<b>.NET</b>
</span>
</h3>
<div class="btn-group" role="group">
<a href="https://github.com/DaTaGV/" class="btn btn-outline-dark header-social"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/danny-gonzalez-182139134/" class="btn btn-outline-dark header-social">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="#contact" class="btn btn-outline-dark header-social"><i class="fa-solid fa-at"></i></a>
</div>
</div>
</section>
<svg id="clouds" class="hidden-xs" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 85 100" preserveAspectRatio="none">
<path d="M-5 100 Q 0 20 5 100 Z
M0 100 Q 5 0 10 100
M5 100 Q 10 30 15 100
M10 100 Q 15 10 20 100
M15 100 Q 20 30 25 100
M20 100 Q 25 -10 30 100
M25 100 Q 30 10 35 100
M30 100 Q 35 30 40 100
M35 100 Q 40 10 45 100
M40 100 Q 45 50 50 100
M45 100 Q 50 20 55 100
M50 100 Q 55 40 60 100
M55 100 Q 60 60 65 100
M60 100 Q 65 50 70 100
M65 100 Q 70 20 75 100
M70 100 Q 75 45 80 100
M75 100 Q 80 30 85 100
M80 100 Q 85 20 90 100
M85 100 Q 90 50 95 100
M90 100 Q 95 25 100 100
M95 100 Q 100 15 105 100 Z">
</path>
</svg>
<div id="about" class="section wb">
<div class="container">
<div class="row">
<div class="col-md-6">
<div>
<h2>About Me</h2>
<p> I am <b>Danny Gonzalez</b>, a software and data analyst developer living in Toronto. </p>
<p> I became passionate about building applications since I built my first C++ application in 2005. Then I became a data analytic consultant and developer. Finally, my interest in web development started back in 2017 when I decided to expand my knowledge at Humber college and solve real world problems by applying new and exciting technologies.</p>
<p> I’ve had the privilege of working at a business intelligence company in Colombia. My main focus those days were building Excel - VBA - Power BI advanced reports & automatized tasks, writing SQL commands, creating Data Warehouses, and ASP.Net Web Applications for a variety of clients and internal projects.</p>
<a href="Danny Gonzalez Resume.pdf" class="sim-btn btn-hover-new" data-text="Download Resume"><span>Download Resume</span></a>
</div><!-- end messagebox -->
</div><!-- end col -->
<div class="col-md-6">
<div class="right-box-pro wow fadeIn">
<img src="uploads/Person-coding-on-laptop.jpg" alt="" class="img-fluid img-rounded">
</div><!-- end media -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<div id="portfolio" class="section lb">
<div class="container">
<div class="section-title text-left">
<h3>Portfolio</h3>
<h4>RECENT AND MOST IMPORTANT PROJECTS</h4>
</div>
<div class="gallery-menu row">
<div class="col-md-12">
<div class="button-group filter-button-group text-left" style="border-style: none;">
<button style="border: 2px solid gray;" class="active mb-2" data-filter="*">All</button>
<button style="border: 2px solid gray;" data-filter=".gal_a">VBA</button>
<button style="border: 2px solid gray;" data-filter=".gal_b">T-SQL</button>
<button style="border: 2px solid gray;" data-filter=".gal_c">Web Applications</button>
<button style="border: 2px solid gray;" data-filter=".gal_d">Business Intelligence</button>
<button style="border: 2px solid gray;" data-filter=".gal_e">Excel</button>
<button style="border: 2px solid gray;" data-filter=".gal_f">JAVA</button>
</div>
</div>
</div>
<div class="gallery-list row align-middle mr-4">
<div class="col-md-3 col-sm-3 gallery-grid gal_a gal_b gal_e m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-01.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/SIMDI.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>SIMDI</b></h5>
<p class="text-dark">Intelligence Data Import System for end user without technical knowledge. It is an Excel Tool used to create Databases & Tables, Insert & Delete data into SQL Server.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> VBA - SQL Server - Excel - OOP Class Modules
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_a gal_e m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-02.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/SAAR.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>SAAR</b></h5>
<p class="text-dark">Automatic Alert and Notifications System for end user without technical knowledge. It is an Excel tool used to update, attach, and send automatic reports created in Excel.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> VBA - Excel - Microsoft Access - OOP Class Modules - Windows Task Scheduler
</p>
<a href="https://www.visiontecnologica.com/saar-software/" class="btn btn-secondary"><i class="fa-solid fa-link"></i></a>
<a href="https://www.youtube.com/watch?v=z9hKz_iUEog" class="btn btn-secondary"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_a gal_e m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-03.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/CASH.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>CASH</b></h5>
<p class="text-dark">Cash flow forecasting. It is an Excel tool that allows users or companies to manage their receivable accounts and payable accounts. The records are stored in SQL Server.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> VBA - SQL Server - Excel - OOP Class Modules - Data Warehouse (Transact-SQL) using Openquery/Linked Server
</p>
<a href="https://www.visiontecnologica.com/productos/#cash" class="btn btn-secondary"><i class="fa-solid fa-link"></i></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_c gal_d m-4" >
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-04.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/BIABLEWEB.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>BiableWeb</b></h5>
<p class="text-dark">ASP Web Application used to manage Power BI embeded dashboards (Software as a service model)</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> ASP.NET MVC - SQL Server - Power BI Embeded - Bootstrap - Html - CSS - JavaScript
</p>
<a href="https://www.biableweb.com" class="btn btn-secondary"><i class="fa-solid fa-link"></i></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_c m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-05.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/GRUPOACO.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Tax Calendar</b></h5>
<p class="text-dark">ASP Web Application used to control and manage their tax calendar and tax forms, phases (workflow) and email notifications</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> ASP.NET MVC - SQL Server - Bootstrap - Html - CSS - JavaScript
</p>
<a href="https://aplicaciones.alimentosalconsumidor.com:8087/" class="btn btn-secondary"><i class="fa-solid fa-link"></i></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_c m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-06.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/USAALO.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Phone Line Assignation</b></h5>
<p class="text-dark">ASP Web Application used to control, manage, and assign phone lines to travellers.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> ASP.NET MVC - SQL Server - Bootstrap - Html - CSS - JavaScript
</p>
<a href="http://app.usaalo.com/" class="btn btn-secondary"><i class="fa-solid fa-link"></i></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_d m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-07.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/PowerBI.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Power BI</b></h5>
<p class="text-dark">Power BI advanced reports & dashboards.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> Power BI - Power Query
</p>
<a href="https://www.youtube.com/watch?v=-dL1KaD73ZU" class="btn btn-secondary"><i class="fa-solid fa-link"></i></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_b gal_a m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-08.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/DATAWAREHOUSE.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Data Warehouses</b></h5>
<p class="text-dark"> Desktop application/tool that is used to centralise several databases or data sources in a Microsoft database SQL Server. This uses linked server as a bridge between data source and data warehouse, Openquery to implement the ETL or T-SQL commands and batch files for run the application.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> SQL Server - Linked Server - Openquery (Transact-SQL) - CMD
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_a gal_d gal_e m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-09.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/Dashboards.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Dashboard Tool</b></h5>
<p class="text-dark">VBA functionality tool employeed to create tachometer and thermometer charts.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> Excel - VBA - XML
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_a gal_d gal_e m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-10.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/Excel1.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Excel VBA Reports</b></h5>
<p class="text-dark">Top 10 salesmen’s report made in Excel. It was developed by applying advance knowledge of Excel and VBA.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> Excel - VBA
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 gallery-grid gal_a gal_d gal_e m-4">
<div class="card porfolio-images-custom">
<div class="gallery-single fix">
<img src="uploads/gallery_img-11.jpg" class="img-fluid" alt="Image">
<div class="img-overlay">
<a href="uploads/Excel2.gif" data-rel="prettyPhoto[gal]" class="hoverbutton global-radius"><i class="fa fa-picture-o"></i></a>
</div>
</div>
<div class="card-body">
<h5 class="card-title"><b>Excel VBA Reports</b></h5>
<p class="text-dark">Sales trend report made in Excel. It was made by applying advance knowledge of Excel and VBA.</p>
<p class="text-dark">
<b>Programming Languages, Tools & Platforms:</b> Excel - VBA
</p>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end portfolio -->
<div id="resume" class="section Wb">
<div class="container">
<div class="section-title text-left mb-0">
<h3 class="mb-0">RESUME</h3>
</div><!-- end title -->
<div class="row mt-0 border-top">
<div class="container mt-5 mb-5 border-bottom">
<div class="row">
<div class="col-md-7 offset-md-1">
<h2><i class="fa-solid fa-briefcase"></i> <b>RELEVANT EXPERIENCE</b></h2>
<ul class="timeline">
<li class="ml-4">
<a class="text-uppercase" target="_blank" href="https://www.visiontecnologica.com"><b>Visión Tecnológica S.A.S, Colombia</b></a>
<p class="float-right red-text"><b>Dec 2008 – Feb 2022 (13 Years)</b></p>
<p class="mb-0 red-text">Software Developer</p>
<p class="mb-0"><i class="fa-solid fa-caret-right"></i> Created reports, tools and automatized task using VBA, functions, Pivot Tables, Power Query, XML, Shell Scripting, Power BI for customers and internal projects</p>
<p class="mb-0"><i class="fa-solid fa-caret-right"></i> Wrote SQL sentences for the BI tool connected to a variety of databases such us Oracle, SQL Server, Postgres, FoxPro, Firebird.</p>
<p class="mb-0"><i class="fa-solid fa-caret-right"></i> Developed Data Warehouses for customers using T-SQL (Openquery) and Linked Servers</p>
<p class="mb-0"><i class="fa-solid fa-caret-right"></i> Developed web applications for a diverse array of client and internal projects using ASP.net MVC, Html, CSS, JavaScript</p>
</li>
</ul>
</div>
</div>
</div>
<div class="container mt-2 mb-5">
<div class="row ">
<div class="col-md-7 offset-md-1 ">
<h2><i class="fa-solid fa-graduation-cap"></i> <b>RELEVANT EDUCATION</b></h2>
<ul class="timeline">
<li class="ml-4">
<a target="_blank" href="https://www.humber.ca" class="text-uppercase" ><b>Computer Programming, Postsecondary</b></a>
<p class="float-right red-text"><b>June, 2019</b></p>
<p class="mb-0 red-text">Humber College, Toronto, ON</p>
<p>2 years diploma of computer programming, software and web development.</p>
</li>
<li class="ml-4">
<a target="_blank" href="http://cidca.edu.co/" class="text-uppercase" ><b>Computer Systems Technology, Postsecondary</b></a>
<p class="float-right red-text"><b>June, 2006</b></p>
<p class="mb-0 red-text">CIDCA College, Colombia</p>
<p>2 Years diploma of knowledge and technical skills in networking and computer system administration.</p>
</li>
</ul>
</div>
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
</div>
<div id="contact" class="section db">
<div class="container">
<div class="section-title text-left">
<h3>Contact</h3>
<p></p>
<!--Start contact information -->
<div class="col-md-7 contact-address">
<p> <i class="fa fa-map-marker red-text"></i> Toronto ON, Canada</p>
<p> <i class="fa fa-envelope red-text"></i><a href="mailto:danny03_7@hotmail.com?subject=Info-Request"> danny03_7@hotmail.com</a></p>
<p> <i class="fa fa-phone red-text"></i> (647) 207 9079</p>
<p class="footer-company-name"><a href="https://www.linkedin.com/in/danny-gonzalez-182139134/">Danny Gonzalez</a>
</div>
<!--End contact information -->
</div><!-- end title -->
</div><!-- end container -->
</div><!-- end section -->
<div class="copyrights">
<div class="container">
<div class="footer-distributed">
<div class="footer-left">
</div>
</div>
</div><!-- end container -->
</div><!-- end copyrights -->
<a href="#" id="scroll-to-top" class="dmtop global-radius"><i class="fa fa-angle-up"></i></a>
<!-- ALL JS FILES -->
<script src="js/all.js"></script>
<!-- Camera Slider -->
<script src="js/jquery.mobile.customized.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/parallaxie.js"></script>
<script src="js/headline.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- ALL PLUGINS -->
<script src="js/custom.js"></script>
<script src="js/jquery.vide.js"></script>
</body>
</html>