-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
522 lines (463 loc) · 21.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Carlos González</title>
</head>
<body>
<!--Header(start)-->
<table id="header" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="#ED9121">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="90%" align="center">
<tr>
<td>
</td>
<td>
<font face="Helvetica" size="6">
<b>Carlos González</b>
</font>
</td>
<td width="15%">
</td>
<td>
<a href="#home" style="text-decoration:none">
<font face="Verdana" size="5" color=black>
Home
</font>
</a>
</td>
<td>
|
</td>
<td>
<a href="#projects" style="text-decoration:none">
<font face="Verdana" size="5" color=black>
Projects
</font>
</a>
</td>
<td>
|
</td>
<td>
<a href="#CV" style="text-decoration:none">
<font face="Verdana" size="5" color=black>
CV
</font>
</a>
</td>
<td>
|
</td>
<td>
<a href="#contact" style="text-decoration:none">
<font face="Verdana" size="5" color=black>
Contact
</font>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--Header(end)-->
<!--Home(start)-->
<table id="home" border="1" width="100%"
cellpadding="20" cellspacing="0" bgcolor="black">
</table>
<!--Home(end)-->
<!--About(start)-->
<table id="about" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="black">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="80%" align="center">
<tr>
<td height="180" align="center"
valign="middle" colspan="2">
<font face="Verdana" size="7"
color="#ED9121">
About Me
</font>
<hr color="#ED9121" width="90">
</td>
</tr>
<tr>
<td width="40%">
<img src="profile.jpg" width="100%" height="100%">
</td>
<td width="60%">
<font face="Verdana" size="4"
color="white">
Thanks for your interest, here
is a quick story of me and this
website.
<hr color="black">
I'm an engineer from Barcelona. I started coding at university and sticked to it after I saw it's potential.
<hr color="black">
I've always been curious so I've been exploring related technologies since the. Currently I'm exploring the data and blockchain sectors as I think will be key habilities in the future world.
<hr color="black">
I have worked in a datawarehouse for the banking industry and I'm currently working for Amazon, where I develop optimization projects saving thousands of dollars to the company.
<hr color="black">
I got introduced to cryptocurrencies in 2016 and I'm trying to figure out how to apply my knowledge to the sector.
<hr color="black">
I believe in automation and optimization. I’ve applied those principles to my career, specializing myself in those areas that can impact more heavily in a business development.
<br>
<b>Carlos González</b>
</font>
</td>
</tr>
</table>
<hr color="black">
<hr color="black">
<hr color="black">
</td>
</tr>
</table>
<!--About(end)-->
<!--Projects(start)-->
<table id="projects" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="#c2c0c3">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="80%" align="center">
<tr>
<td height="180" align="center"
valign="middle" colspan="2">
<font face="Verdana" size="7"
color="black">
Projects
</font>
<hr color="black" width="90">
</td>
</tr>
<tr>
<td height="10">
<font face="Times New Roman"
size="5" color="black">
<ul>
<li>
Drone building
<p>My final project at university was building a modular drone. I used ML and sensors to make it follow people and I also created a topography module based on a sonar and a python ETL process. </p>
<img src="drone.jpg" width="50%">
</li>
<li>
<hr color="#c2c0c3">
Cryptocurrency trading bot
<p>I'm currently developing a trading bot for cryptocurrencies. In order to feed it I'm collecting data over the internet and extracting interesting information using on-chain analysis over Bitcoin and Ethereum networks.</p>
</li>
</ul>
<hr color="#c2c0c3">
<hr color="#c2c0c3">
<hr color="#c2c0c3">
<hr color="#c2c0c3">
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--Projects(end)-->
<!--Achievement(start)-->
<table id="CV" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="black">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="80%" align="center">
<tr>
<td height="180" align="center" valign="middle">
<font face="Verdana" size="7" color="#ED9121">
CV
<hr color="#ED9121" width="100">
</font>
</td>
</tr>
<tr>
<td>
<font face="Verdana" size="4" color="white">
<ul>
<li>
<b>BI developer at Amazon Logistics</b>
<ul>
<li>
January, 2020 - Present.
</li>
<li>
Coded an AWS lambda server from scratch.
</li>
<li>
Fullstack desktop applications developement.
</li>
<li>
Bot scripts to automate repetitive tasks.
</li>
<li>
Dashboards and reporting.
</li>
<li>
KPI definition and project management.
</li>
</li>
</ul>
</li>
<li>
<hr color="black">
<hr color="black">
<hr color="black">
<b>Logistics Scheduler at Amazon Logistics.</b>
<ul>
<li>
October, 2019 - January, 2020.
</li>
<li>
Last mile process control
</li>
<li>
Process optimization
</li>
<li>
MVP development for future software deployments
</li>
</ul>
</li>
<li>
<hr color="black">
<hr color="black">
<hr color="black">
<b>Business Analyst at Minsait by Indra</b>
<ul>
<li>
October,2020.
</li>
<li>
Data warehouse mantainance and new deployments.
</li>
<li>
Tech support and team coordination.
</li>
<li>
Task automation.
</li>
<hr color="black">
<hr color="black">
<hr color="black">
<hr color="black">
<hr color="black">
</ul>
</li>
<li>
<a href="carlos_gonzalez_cv.pdf" download="carlos_gonzalez_cv.pdf">Download full CV</a>
</li>
</ul>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--Achievement(end)-->
<!--Contact(start)-->
<table id="contact" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="#c2c0c3">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="80%" align="center">
<tr>
<td height="180" align="center"
valign="middle" colspan="2">
<font face="Verdana" size="7"
color="black">
Contact
</font>
<hr color="black" width="90">
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" width="50%" cellpadding="15"
cellspacing="0" align="center" bgcolor="black">
<tr>
<td width="30%">
<hr color="black">
<font face="Verdana" size="4"
color="#ffffff">
Name
</font>
</td>
<td width="70%">
<font face="Verdana" size="4"
color="#ffffff">
<input type="text" size="40" id="emailName">
</font>
</td>
</tr>
<tr>
<td width="30%">
<font face="Verdana" size="4"
color="#ffffff">
Email
</font>
</td>
<td width="70%">
<font face="Verdana" size="4"
color="#ffffff">
<input type="email" size="40" id="emailFrom">
</font>
</td>
</tr>
<tr>
<td width="30%">
<font face="Verdana" size="4"
color="#ffffff">
Number
</font>
</td>
<td width="70%">
<font face="Verdana" size="4"
color="#ffffff">
<input type="number" size="12" id="emailNumber">
</font>
</td>
</tr>
<tr>
<td width="30%">
<font face="Verdana" size="4"
color="#ffffff">
Message
</font>
</td>
<td width="70%">
<font face="Verdana" size="4"
color="#ffffff">
<textarea rows="5" id='messageText'
cols="37">
</textarea>
</font>
</td>
</tr>
<tr>
<td width="30%">
</td>
<td width="70%">
<button type="Submit" onclick="sendEmail()">
<font face="Verdana"
size="4" color="black">
<b>Submit</b>
</font>
</button>
<hr color="black">
<hr color="black">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
</table>
</td>
</tr>
</table>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<script>
function sendEmail() {
Email.send({
Host : "smtp.mailtrap.io",
Username : "cc8c0ad7666cd1",
Password : "f50333f61774c4",
To : '[email protected]',
From : document.getElementById('emailFrom').value,
Subject : "WebEmail:" + document.getElementById('emailName').value + "," + document.getElementById('emailNumber').value,
Body : document.getElementById('messageText').value
}).then(
message => alert(message)
);
}
</script>
<!--Contact(end)-->
<!--Footer1(start)-->
<table id="footer" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="#ED9121">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="90%" align="center">
<tr>
<td width="13%" valign="top">
<a href="https://www.linkedin.com/in/carlos-gonz%C3%A1lez-rodr%C3%ADguez-194195141" style="text-decoration:none" target="_blank" >LinkedIn
</a>
</td>
<td>
|
</td>
<td width="13%" valign="top">
<a href="https://github.com/carlos1014tgn" style="text-decoration:none" target="_blank">GitHub
</a>
</td>
<td>
|
</td>
<td width="13%" valign="top">
<a href="https://www.instagram.com/carlos.gz.rz/" style="text-decoration:none" target="_blank">Instagram
</a>
</td>
<td>
|
</td>
<td width="13%" valign="top">
<a href="mailto: [email protected]" >Email
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--Footer1(end)-->
<!--Footer2(start)
<table id="footer" border="0" width="100%"
cellpadding="0" cellspacing="0" bgcolor="black">
<tr>
<td>
<table border="0" cellpadding="15"
cellspacing="0" width="90%" align="center">
<tr>
<td width="80%" valign="top">
<font face="Verdana"
color="#4CAF50" size="5">
©Copyright 2050 by nobody.
All rights reserved.
</font>
</td>
<td width="10%">
<font face="arial" color="black" size="5">
<a href="#header" style="text-decoration:none">
<font face="Verdana" color="#4CAF50" size="6">
<b>TOP ☝</b>
</font>
</a>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
Footer2(end)-->
</body>
</html>