-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
638 lines (533 loc) · 33.6 KB
/
index.html
File metadata and controls
638 lines (533 loc) · 33.6 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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta datos -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Edgar Fuentes.">
<meta name="description" content="Portfolio of Data Analyst of Edgar Fuentes.">
<meta name="keywords" content="data entry, load and transform data, clean data, data vizualization, sql for data analysis, excel for data analysis, data wrangling, stadistics for analyst, python for data analyst, R for data analyst">
<!-- mis estilos css -->
<link rel="stylesheet" href="css/mistyles.css">
<!-- favicon -->
<link rel="icon" href="img/favicon/favicon2.png" type="img/x-icon">
<!-- titulo de la ventana -->
<title>Edgar Fuentes. | Data Analyst.</title>
<!-- bootstrap css -->
<!--
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- bootstrap icons -->
<!--
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
-->
<link rel="stylesheet" href="bootstrap-icons/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css">
<!-- letras desde google fonts -->
<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=Rubik+Dirt&display=swap" rel="stylesheet">
</head>
<body>
<!-- task1: barra de navegacion con bootstrap -->
<!-- ayuda de bootstrap -->
<nav class="navbar navbar-expand-md navbar-light ">
<!-- bg-body-tertiary -->
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<a class="navbar-brand" href="#"> <img src="img/logo/LOGO_EF_rojon.png" width="50" alt="Logo of page web" class="rounded-circle"> </a>
<ul class="navbar-nav d-flex justify-content-center align-items-center" >
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#about-me">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#more-about-me">More About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pie">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- seccion principal o hero -->
<section class="hero align-items-stretch">
<div class="hero-principal d-flex flex-column justify-content-center align-items-center">
<img class="hero-imagen-perfil" src="img/mifoto/EDGARPNGPF2.png" alt="Picture of Edgar Fuentes.">
<h1>Hi, I am Edgar Fuentes.</h1>
<h2>Load, Transformation, Analysis and Visualization of Data.</h2>
</div>
</section>
<!-- seccion about-me -->
<section class="about-me dark-section" id="about-me">
<div class="contenedor">
<h2 class="title-section" >About me</h2>
<p class="text-section">Hello, my name is Edgar and I work remotely as a Data Analyst. I graduated as a mechanical engineer
but I have always been involved in the world of computers, working specifically with large volumes of data in the areas
of Economics, Human Resources and Health statistics for the Cuban government.</p>
<h2 id="more-about-me">More About Me</h2>
<p>I currently reside in the United States and have returned to the world of data at the Pathstream University of California
from which I have graduated as a Data and Business Analyst. Obtaining a "Business Analytics Fundamentals" Certificate using
Google Sheets as a fundamental tool for analysis, organization, cleaning, manipulation and preparation of data and Google
Slides for creating presentations and communicating the results.
</p>
<p>I have also completed and received a certificate for the "Data Visualization with Tableau" course. With which I can create
incredible dashboards and impressive data stories and find the best answers to your business or company concerns based on
your data. Make better decisions. Which means being more efficient by incurring less wasted time and unnecessary expenses.
</p>
<p>My third course "SQL for Analytics" developed with SQL Workbench has allowed me to have new skills, so I am in the best
conditions to generate SQL queries based on your data sets and to be able to provide you with the answers to your concerns
in a more efficient way, fast and effective.
</p>
<p>In parallel, I expanded my data analyst skills by studying "Python for Data Analyst" on kaggle.com for both Exploratory
Data Analysis and data-based visualization of results.
</p>
<p>Do you want to work with me? <a href="#pie">Contact me</a> through the form.</p>
</div>
</section>
<!-- seccion skills -->
<section class="skill clear-section" id="skills">
<div class="container text-center">
<h3>Skills</h3>
<!-- skill1 link to project in excell-->
<div class="row">
<div class="col-12 col-md-1 columna">
<a href="https://docs.google.com/spreadsheets/d/11v2DD8eXpqpRfH7jgCNhziT9vA78Yt4o/edit?usp=sharing&ouid=111590815924617377632&rtpof=true&sd=true">
<img class="img-skill" src="img/skills/excel-skills.png" >
</a>
</div>
<div class="col-12 col-md-4 columna">
<p class="title-skill">Data Cleaning, Data Wrangling, Visualization and Analysis Raw Of Data Sets.</p>
</div>
<div class="col-12 col-md-7 columna">
<p class="paragraph-skill"> Cleaned, manipulated, visualized, and analyzed raw data using spreadsheet software (i.e. Google Sheets, Microsoft Excel) and BI data visualization tool (i.e. Tableau).<p>
</div>
</div>
<!-- skill2 link to project google sheets-->
<div class="row">
<div class="col-12 col-md-1 columna">
<a href="https://docs.google.com/spreadsheets/d/1q_scI_Z-BwaLS7QqM33oXo123ZeXnbiFTMmcVesoud0/edit?usp=sharing">
<img class="img-skill" src="img/skills/excel-skills-eda.png">
</a>
</div>
<div class="col-12 col-md-4 columna">
<p class="title-skill">
To Apply Descriptive Statistics And Exploratory Data Analysis To The Data Set.
</p>
</div>
<div class="col-12 col-md-7 columna">
<p class="paragraph-skill">
To use Descriptive Statistics with spreadsheets. (Google Sheets or Microsoft Excel) for apply and to conducte an exploratory data analysis (EDA) to provide key stakeholders with data-based evidence of user success characteristics to make the business case for additional funding.
</p>
</div>
</div>
<!-- skill3 -->
<div class="row">
<div class="col-12 col-md-1 columna">
<a href="crime-analysis-sql/index.html" target="_blank">
<img class="img-skill" src="img/skills/sql-skills.png">
</a>
</div>
<div class="col-12 col-md-4 columna">
<p class="title-skill">
To Create SQL Query For Get Information Insights Of Business.
</p>
</div>
<div class="col-12 col-md-7 columna">
<p class="paragraph-skill">
To Create DDL and DML SQL queries from formal and ad hoc data requests to draw insights and make data-driven recommendations to support company growth.
</p>
</div>
</div>
<!-- skill4 -->
<div class="row">
<div class="col-12 col-md-1 columna">
<a href="https://public.tableau.com/shared/TCP2CHZKR?:display_count=n&:origin=viz_share_link">
<img class="img-skill" src="img/skills/tableau-skills.png">
</a>
</div>
<div class="col-12 col-md-4 columna">
<p class="title-skill">
To Create Incredible Story, Dashboard And Slides of Data Sets.
</p>
</div>
<div class="col-12 col-md-7 columna">
<p class="paragraph-skill">
To Built a Tableau Story with interactive dashboards and dashboard objects to report insights from the comparative analysis completed in Tableau Desktop to technical and non-technical stakeholders.
To create slides with Google Sheets or PowerPoint, for explain and present insights.
</p>
</div>
</div>
</div>
</section>
<!-- seccion services -->
<section class="service section-yellow-green" id="services">
<div class="container text-center">
<h3>Services</h3>
<div class="row">
<div class="col-12 col-md-1">
<img class="img-service" src="img/services/data-analysis-services.png">
</div>
<div class="col-12 col-md-2"><p class="title-service">Data Analyst</p></div>
<div class="col-12 col-md-9"><p>I am specialized in Data Analysis. I perform cleaning, manipulation, visualization and analysis of data sets. Using spreadsheets (Excel, Google Sheets) as tools.
In addition, I use Tableau to create interactive dashboards, stories and visualizations. Google Slides and PowerPoint to show valuable information on slides.</p></div>
</div>
<div class="row">
<div class="col-12 col-md-1">
<a href="crime-analysis-sql/index.html" target="_blank">
<img class="img-service" src="img/services/SQL-query-services.png">
</a>
</div>
<div class="col-12 col-md-2"><p class="title-service" >SQL Query</p></div>
<div class="col-12 col-md-9"><p>I provide and answer to several questions that you have about your data set using SQL queries that will give you the answer you are looking for and in conclusion better functioning of your business.</p></div>
</div>
<div class="row">
<div class="col-12 col-md-1"><img class="img-service" src="img/services/Training-services.png"></div>
<div class="col-12 col-md-2"><p class="title-service">Training</p></div>
<div class="col-12 col-md-9"><p>I provide training in SQL query, Google Sheets, Excel, Google Slide, PowerPoint and Tableau software.</p></div>
</div>
<div class="row">
<div class="col-12 col-md-1"><img class="img-service" src="img/services/data-entry-services.png"></div>
<div class="col-12 col-md-2"><p class="title-service" >Data Entry</p></div>
<div class="col-12 col-md-9"><p> I do Data Entry service in spreadsheets and SQL databases for your business.</p> </div>
</div>
</div>
</section>
<!-- seccion proyects -->
<section class="project orange-section" id="projects">
<div class="container contenedor-project text-center d-flex flex-column justify-content-center align-items-center">
<h3>Projects</h3>
<!-- Proyecto # 1 -->
<div class="row row-project">
<div class="col-12 ">
<p class="title-project">Medals The Olympics Games</p>
<a href="https://public.tableau.com/views/athlete_events_games/Whichcountryhaswonthemostgoldmedalswhichonehasthegreatestefficiencyandwhichoneistheoverallleader?:language=en-US&:sid=&:redirect=auth&:display_count=n&:origin=viz_share_link">
<img class="img-project" src="img/projects/country eficiency, location, medals.jpg">
</a>
<p class="paragraph-project">
Full study of olympics game to 2016. This data set collects information on the Olympic Games
from their inception until 2016. An advanced analysis of the most outstanding countries and
sports and athletes was carried out.
</p>
<p class="link-project">
<a href="https://public.tableau.com/views/athlete_events_games/Whichcountryhaswonthemostgoldmedalswhichonehasthegreatestefficiencyandwhichoneistheoverallleader?:language=en-US&:sid=&:redirect=auth&:display_count=n&:origin=viz_share_link">Check it Out</a>
</p>
</div>
<!-- ═══════════════════════════════════════════════════════════════
Proyecto # 2 — CRIMES LOS ANGELES CITY
UPDATED: Now links to the full SQL Server ETL pipeline page.
Previous link (Tableau only) kept as comment for reference:
href="https://public.tableau.com/views/crime_data_1/..."
New link: crime-analysis-sql/index.html
═══════════════════════════════════════════════════════════════ -->
<div class="col-12">
<p class="title-project">Crimes Los Angeles City</p>
<!-- Image now links to the full SQL + Tableau project page -->
<a href="crime-analysis-sql/index.html" target="_blank">
<img class="img-project" src="img/projects/top ten districts, location districts.jpg"
alt="LAPD Crime Data SQL Server ETL Pipeline and Analysis">
</a>
<p class="paragraph-project">
End-to-end SQL Server data engineering pipeline applied to 1M+ LAPD crime
records (2020–2025). Covers full ETL process: raw CSV ingestion, text cleaning,
duplicate detection, missing value analysis, invalid record removal, outlier
detection (Tukey IQR), type casting, multivalued column normalization and
5 analytical views ready for Tableau Public visualization.
</p>
<!-- TWO links: SQL pipeline page + original Tableau dashboard -->
<p class="link-project">
<a href="crime-analysis-sql/index.html" target="_blank">SQL Pipeline ↗</a>
|
<a href="https://public.tableau.com/views/crime_data_1/TheTopTenDistrictsAndGeoLocationTheHighestDistrict?:language=en-US&:sid=&:redirect=auth&:display_count=n&:origin=viz_share_link"
target="_blank">Tableau Dashboard ↗</a>
</p>
</div>
<!-- ═══════════════════════════════════════════════════════════════ -->
<!-- Proyecto # 3 -->
<div class="col-12 ">
<p class="title-project">AirBnB NYC</p>
<a href="https://docs.google.com/spreadsheets/d/1BIOBxdyZHls4ZG-PmA1SL9GD4eJNhzodO7WGSFE1OuE/edit?usp=sharing">
<img class="img-project" src="img/projects/airbnb values multiples.jpg">
</a>
<p class="paragraph-project">
Project Of Data Analysis using Google Sheets for the Data Set Of AirBnB NYC. Includes cleaning,
preparation, analysis and visualization.
</p>
<p class="link-project">
<a href="https://docs.google.com/spreadsheets/d/1BIOBxdyZHls4ZG-PmA1SL9GD4eJNhzodO7WGSFE1OuE/edit?usp=sharing">Check it Out</a>
</p>
</div>
</div>
</div>
</section>
<!-- seccion del pie de pagina -->
<!-- ==================== CONTACT SECTION ==================== -->
<section id="contacto" class="contact-section">
<div class="container">
<!-- Título principal -->
<h2 class="contact-title">Let's Work Together</h2>
<p class="contact-subtitle">Ready to turn your data into actionable insights?</p>
<!-- Contenedor principal de contacto -->
<div class="row contact-content">
<!-- Columna izquierda: Información -->
<div class="col-lg-6 contact-info">
<!-- Disponibilidad -->
<div class="availability-card">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
<polyline points="12 6 12 12 16 14"></polyline>
</svg>
</div>
<div class="card-content">
<h3>Current Availability</h3>
<p class="status-badge available">✓ Available for Projects</p>
<ul class="availability-list">
<li><strong>Full-time opportunities:</strong> Open to discuss</li>
<li><strong>Freelance/Contract:</strong> Currently accepting</li>
<li><strong>Part-time consulting:</strong> Available</li>
</ul>
</div>
</div>
<!-- Tipos de proyectos -->
<div class="projects-card">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>
<polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline>
<line x1="12" y1="22.08" x2="12" y2="12"></line>
</svg>
</div>
<div class="card-content">
<h3>Projects I'm Looking For</h3>
<ul class="projects-list">
<li>
<span class="project-icon">📊</span>
<strong>Business Intelligence Dashboards</strong>
<p>Interactive Tableau/Excel dashboards for business insights</p>
</li>
<li>
<span class="project-icon">🔍</span>
<strong>Data Analysis & Reporting</strong>
<p>Exploratory data analysis and automated reporting solutions</p>
</li>
<li>
<span class="project-icon">💾</span>
<strong>SQL Database Projects</strong>
<p>Database queries, optimization, and data extraction</p>
</li>
<li>
<span class="project-icon">🐍</span>
<strong>Python Data Analysis</strong>
<p>Data cleaning, manipulation, and visualization with Python</p>
</li>
<li>
<span class="project-icon">📈</span>
<strong>Data Migration & Cleaning</strong>
<p>ETL processes and data quality improvement</p>
</li>
</ul>
</div>
</div>
<!-- Información de contacto directa -->
<div class="contact-methods">
<h3>Or Reach Out Directly</h3>
<div class="contact-items">
<a href="mailto:myregistersonline@gmail.com" class="contact-item">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
<span>myregistersonline@gmail.com</span>
</a>
<a href="https://www.linkedin.com/in/eddataanalyst" target="_blank" class="contact-item">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
<span>LinkedIn Profile</span>
</a>
<a href="https://edgarworks.github.io/" class="contact-item">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
<line x1="2" y1="12" x2="22" y2="12"></line>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>
</svg>
<span>Portfolio Website</span>
</a>
</div>
</div>
</div>
<!-- Columna derecha: CTA y Calendario -->
<div class="col-lg-6 contact-cta">
<!-- Botón principal -->
<div class="cta-box">
<h3>Ready to Start Your Project?</h3>
<p>Let's discuss how I can help you make better data-driven decisions.</p>
<a href="mailto:myregistersonline@gmail.com?subject=Project Inquiry - Data Analysis" class="btn-primary-large">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
Hire Me for Your Project
</a>
<p class="response-time">⚡ Typical response time: Within 24 hours</p>
</div>
<!-- Calendario Calendly (Placeholder) -->
<div class="calendar-box">
<h3>Schedule a Free Consultation</h3>
<p>Book a 30-minute call to discuss your data needs</p>
<a href="https://calendly.com/myregistersonlineefc/30min" target="_blank" class="btn-calendar">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Schedule a Call
</a>
<div class="calendar-placeholder">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
<line x1="8" y1="14" x2="8" y2="14.01"></line>
<line x1="12" y1="14" x2="12" y2="14.01"></line>
<line x1="16" y1="14" x2="16" y2="14.01"></line>
<line x1="8" y1="18" x2="8" y2="18.01"></line>
<line x1="12" y1="18" x2="12" y2="18.01"></line>
</svg>
<p>Calendar widget will appear here</p>
<p class="small-text">Set up your Calendly account to enable scheduling</p>
</div>
</div>
<!-- Badges de confianza -->
<div class="trust-badges">
<div class="badge-item">
<span class="badge-icon">✓</span>
<span>Certified Analyst</span>
</div>
<div class="badge-item">
<span class="badge-icon">⚡</span>
<span>Fast Response</span>
</div>
<div class="badge-item">
<span class="badge-icon">🔒</span>
<span>NDA Available</span>
</div>
</div>
</div>
</div>
<!-- Formulario de contacto -->
<div class="row mt-5">
<div class="col-12">
<div class="contact-form-box">
<h3>Send Me a Message</h3>
<form class="contact-form" action="mailto:myregistersonline@gmail.com" method="post" enctype="text/plain">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="name">Your Name *</label>
<input type="text" id="name" name="name" class="form-control" required placeholder="John Doe">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="email">Your Email *</label>
<input type="email" id="email" name="email" class="form-control" required placeholder="john@example.com">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="company">Company (Optional)</label>
<input type="text" id="company" name="company" class="form-control" placeholder="Your Company">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="project-type">Project Type *</label>
<select id="project-type" name="project-type" class="form-control" required>
<option value="">Select project type...</option>
<option value="dashboard">Dashboard Development</option>
<option value="analysis">Data Analysis</option>
<option value="sql">SQL Database Project</option>
<option value="python">Python Analysis</option>
<option value="consulting">Consulting</option>
<option value="other">Other</option>
</select>
</div>
</div>
</div>
<div class="form-group">
<label for="message">Project Details *</label>
<textarea id="message" name="message" class="form-control" rows="6" required placeholder="Tell me about your project, timeline, and budget..."></textarea>
</div>
<button type="submit" class="btn-submit">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
</svg>
Send Message
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="pie-de-pagina" id="pie">
<div class="container">
<div class="row">
<div class="col-md-4">
<h4>Edgar Fuentes</h4>
<p>Data Analyst specializing in turning complex data into actionable business insights.</p>
</div>
<div class="col-md-4">
<h4>Quick Links</h4>
<ul class="footer-links">
<li><a href="#about-me">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contacto">Contact</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Connect</h4>
<div class="social-links">
<a href="https://www.linkedin.com/in/eddataanalyst" target="_blank" aria-label="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
<a href="mailto:myregistersonline@gmail.com" aria-label="Email">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Edgar Fuentes. All rights reserved.</p>
</div>
</div>
</footer>
<!-- bootstrap js -->
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>