-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (424 loc) · 15.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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Information about site -->
<title>Portfolio de Juan García</title>
<meta property="og:title" content="Portfolio de Juan García" />
<meta property="og:description" content="Descripción de mi Portfolio" />
<meta property="og:url" content="juangarciatorrens.netlify.app" />
<!-- <meta property="og:image" content="./" /> -->
<!--Favicon-->
<link rel="icon" type="image/x-icon" href="./images/transparent-logo.png">
<!-- CSS -->
<link rel="stylesheet" href="./css/jg.css">
<link rel="stylesheet" href="./css/main.css">
<!-- Font awesome 5 and font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway&display=swap">
<script src="https://kit.fontawesome.com/3e6664068e.js" crossorigin="anonymous"></script>
<!-- Define stuff for css -->
<style>
/* Font */
body, html {
height: 100%;
line-height: 1.8;
font-family: "Raleway", sans-serif
}
/* Fondo principal */
.backgroundstuff {
background-position: center;
background-size: cover;
min-height: 100%;
display: flex;
height: 100vh;
justify-content: center;
background-image: linear-gradient(270deg, #08AEEA 0%, #0c85b1 100%);
}
/* Barra navegación */
.jg-bar .jg-button {
padding: 16px;
}
</style>
</head>
<body data-instant-intensity="viewport">
<!-- Barra navegación -->
<div class="jg-top">
<div class="jg-bar jg-white jg-card">
<a href="#home" class="jg-bar-item jg-button jg-wide">
<img src="./images/transparent-logo.png" width="30" height="30">
</a>
<!-- Boton derecha -->
<div class="jg-right">
<a href="./proyectos/" class="jg-bar-item jg-button">Proyectos</a>
</div>
</div>
</div>
<!-- Header con animación 3d -->
<header class="backgroundstuff jg-display-container" id="home">
<iframe src='https://pcfondobig.netlify.app' frameborder='0' width='100%' height='100%'></iframe>
<!-- Texto delante del header-->
<div class="jg-display-left jg-text-white" style="padding:48px">
<div class="headertext">
<p class="jg-jumbo jg-text-black ">Juan García </p>
</div>
<div class="headertext">
<p class="jg-large jg-text-black">Programador y emprendedor. </p>
</div>
<button class="conoceme-button jg-margin-top-left" style="left: 0em; top: 1em;" onclick="window.location.href='#about'">Conóceme <div class="icon">
<svg height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z" fill="currentColor"></path>
</svg>
</div>
</button>
</div>
<!-- Iconos de redes sociales -->
<div class="jg-display-bottomleft jg-text-grey jg-large blur" style="padding:24px 48px">
<a href="https://instagram.com/juan_garcia2006_/" target="_blank" class="fa fa-instagram jg-no-underline jg-hover-opacity jg-text-black"></a>
<a href="https://youtube.com/channel/UCr2BL4M0lVXs_ZjaFEeI6KQ" target="_blank" class="fa fa-youtube jg-no-underline jg-hover-opacity jg-text-black"></a>
<a href="https://www.linkedin.com/in/juan-antonio-garc%C3%ADa-torrens-42959023a/" target="_blank" class="fa fa-linkedin jg-no-underline jg-hover-opacity jg-text-black"></a>
<a href="https://discord.gg/VeFtX5rUBQ" target="_blank" class="fab fa-discord jg-no-underline jg-hover-opacity jg-text-black"></a>
<a href="https://github.com/BananaC9" target="_blank" class="fab fa-github jg-no-underline jg-hover-opacity jg-text-black"></a>
<a href="mailto:[email protected]" class="fas fa-envelope jg-no-underline jg-hover-opacity jg-text-black"></a>
</div>
</header>
<!-- Sobre mí -->
<div class="jg-container" style="padding:32px 32px" id="about">
<br>
<h1 class="jg-center">Sobre mí</h1>
<div class="jg-row-padding jg-center" style="margin-top:64px">
<div class="jg-quarter">
<i class="fa fa-book jg-margin-bottom jg-jumbo jg-center"></i>
<p class="jg-large">Idiomas</p>
<p>Se hablar español, alemán e inglés.</p>
</div>
<div class="jg-quarter">
<i class="fa fa-heart jg-margin-bottom jg-jumbo"></i>
<p class="jg-large">Pasión</p>
<p>Siempre me ha apasionado el mundo del emprendimiento y de la informática.</p>
</div>
<div class="jg-quarter">
<i class="fa fa-bar-chart jg-margin-bottom jg-jumbo"></i>
<p class="jg-large">Emprendedor</p>
<p>He montado varios e-commerce, mineros y diferentes negocios.</p>
</div>
<div class="jg-quarter">
<i class="fa fa-cog jg-margin-bottom jg-jumbo"></i>
<p class="jg-large">Técnico</p>
<p>He arreglado y montado más de 30 ordenadores. </p>
</div>
</div>
</div>
<!-- Skills -->
<div class="skillbar jg-gradient-green-blue jg-round-xxlarge" style="padding: 1.5625em;">
<h2>Mis habilidades </h2>
<div class="bar high jg-background-blue" data-skill="Java"></div>
<div class="bar veryhigh" data-skill="E-commerce"></div>
<div class="bar veryhigh" data-skill="SQL y MariaDB"></div>
<div class="bar high" data-skill="HTML"></div>
<div class="bar low" data-skill="CSS"></div>
<div class="bar high" data-skill="Networking"></div>
<div class="bar veryhigh" data-skill="Hardware y electrónica"></div>
<div class="bar veryhigh" data-skill="Linux y SBCs"></div>
<div class="bar high" data-skill="Web 3, crypto, etc."></div>
<div class="bar medium" data-skill="Diseño e impresión 3d"></div>
<div class="bar high" data-skill="IoT"></div>
<div class="bar veryhigh" data-skill="SEO y SEM"></div>
<div class="bar mediumhigh" data-skill="Edición de fotos y videos"></div>
<div class="bar veryhigh" data-skill="Redes sociales"></div>
<div class="bar veryhigh" data-skill="Marketing digital orgánico"></div>
<div class="bar veryhigh" data-skill="Marketing digital"></div>
</div>
<!-- Experiencia -->
<div class="jg-container jg-white jg-padding-16 jg-center">
<h4>Experiencia</h4>
<p>DSM (Colegio Alemán de Madrid) 2013 - 2025 <br>WayGaming CEO 2022 <br>WayIndustries CEO 2022 - ahora <br>Co-Fundador de UnidosEmprendedores (Discord de 2200 miembros) </p>
</div>
<!-- Slider small mucho codigo -->
<style>
.slidercontainer {
align-items: center;
background: #E3E3E3;
display: flex;
height: 100vh;
justify-content: center;
}
@-webkit-keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-15.625em * 6));
}
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-15.625em * 6));
}
}
.slider {
background: white;
height: 100px;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
}
.slider::before,
.slider::after {
background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 9em;
position: absolute;
width: 12.5em;
z-index: 2;
}
.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slider .slide-track {
-webkit-animation: scroll 34.2s linear infinite;
animation: scroll 34.2s linear infinite;
display: flex;
width: calc(15.625em * 12);
}
.slider .slide {
height: 9em;
width: 15.625em;
}
.sliderstuff1 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}
.sliderstuff2 {
display: block
}
.sliderstuff3 {
list-style: none
}
.sliderstuff4 {
quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none
}
.sliderstuff5 {
border-collapse: collapse;
border-spacing: 0
}
</style>
<!-- Slider -->
<div class="slider slidercontainer sliderstuff1 sliderstuff2 sliderstuff3 sliderstuff4">
<div class="slide-track">
<div class="slide">
<img loading="lazy" src="./images/java.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/html.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/css.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/mysql.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/shopify.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/seo.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/java.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/html.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/css.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/mysql.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/shopify.jpg" height="100px" width="250px" />
</div>
<div class="slide">
<img loading="lazy" src="./images/seo.jpg" height="100px" width="250px" />
</div>
</div>
</div>
<br>
<!-- Cursos-->
<div class="jg-container jg-gradient-green-blue jg-center" style="padding:32px 32px">
<div class="jg-row-padding">
<h2>Cursos</h2>
<a href="https://learndigital.withgoogle.com/link/1nur091p2ww" target="_blank">Digitaliza paso a paso tu negocio con herramientas de Google</a>
<p>Código: GSPAGT79A</p>
<a href="https://learndigital.withgoogle.com/link/1nur091p2ww" target="_blank">Competencias digitales para profesionales</a>
<p>Código: JRPUQYTLX</p>
<a href="https://learndigital.withgoogle.com/link/1nur091p2ww" target="_blank">Protege tu Negocio: Ciberseguridad en el Teletrabajo</a>
<p>Código: M3HTJ9DTA</p>
</div>
</div>
<!-- Project Section -->
<style>
button {
position: relative;
left: 45%;
display: inline-block;
cursor: pointer;
outline: none;
border: 0;
vertical-align: middle;
text-decoration: none;
background: transparent;
padding: 0;
font-size: inherit;
font-family: inherit;
justify-content: center;
}
button.learn-more {
width: 12rem;
height: auto;
}
button.learn-more .circle {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: relative;
display: block;
margin: 0;
width: 3rem;
height: 3rem;
background: #282936;
border-radius: 1.625rem;
}
button.learn-more .circle .icon {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
background: #fff;
}
button.learn-more .circle .icon.arrow {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
left: 0.625rem;
width: 1.125rem;
height: 0.125rem;
background: none;
}
button.learn-more .circle .icon.arrow::before {
position: absolute;
content: "";
top: -0.29rem;
right: 0.0625rem;
width: 0.625rem;
height: 0.625rem;
border-top: 0.125rem solid #fff;
border-right: 0.125rem solid #fff;
transform: rotate(45deg);
}
button.learn-more .button-text {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0.75rem 0;
margin: 0 0 0 1.85rem;
color: #282936;
font-weight: 700;
line-height: 1.6;
text-align: center;
text-transform: uppercase;
}
button:hover .circle {
width: 100%;
}
button:hover .circle .icon.arrow {
background: #fff;
transform: translate(1rem, 0);
}
button:hover .button-text {
color: #fff;
}
</style>
<div class="jg-row-padding jg-gradient-green-blue">
<button class="learn-more" onclick="window.location.href='./proyectos/'">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">Ver más</span>
</button>
<p>
<br>
</p>
</div>
</div>
<div class="jg-row-padding jg-gradient-green-blue">
<div class="jg-col l3 m6 jg-margin-bottom">
<div class="jg-display-container">
<img loading="lazy" src="/images/wayindustries-min.jpg" alt="WayIndustries" width="100%" height="100%">
<img loading="lazy" src="/images/mac-min.jpg" alt="3d mac macintosh 3d design" width="100%" height="100%">
<img loading="lazy" src="/images/titancore-min.jpg" alt="TitanCore" width="100%" height="100%">
<img loading="lazy" src="/images/jgcss-min.jpg" alt="jg.css" width="100%" height="100%">
</div>
</div>
<div class="jg-col l3 m6 jg-margin-bottom">
<div class="jg-display-container">
<img loading="lazy" src="/images/pcbuilds.gif" alt="PCs" width="100%" height="100%">
<img loading="lazy" src="/images/waygaming-min.jpg" alt="WayGaming" width="100%" height="100%">
<img loading="lazy" src="/images/waysticker.jpeg" alt="WayStickers" width="100%" height="100%">
</div>
</div>
<div class="jg-col l3 m6 jg-margin-bottom">
<div class="jg-display-container">
<img loading="lazy" src="/images/wayminer-min.jpg" alt="WayMiner" width="100%" height="100%">
<img src="/images/ender-min.jpg" alt="Ender 3 v2" width="100%" height="100%">
</div>
</div>
<div class="jg-col l3 m6 jg-margin-bottom">
<div class="jg-display-container">
<img loading="lazy" src="/images/tiktok-min.jpg" alt="OvniReturns" width="100%" height="100%">
<img loading="lazy" src="/images/coolpetbed-min.jpg" alt="CoolPetBed" width="100%" height="100%">
</div>
</div>
</div>
<!-- Footer -->
<footer class="jg-center jg-black jg-padding-16">
<a href="./" class="jg-button jg-light-grey">
<i class="fa fa-arrow-up jg-margin-right"></i>Subir arriba </a>
<div class="jg-xlarge jg-section">
<a href="https://instagram.com/juan_garcia2006_/" target="_blank" class="fa fa-instagram jg-no-underline jg-hover-opacity"></a>
<a href="https://youtube.com/channel/UCr2BL4M0lVXs_ZjaFEeI6KQ" target="_blank" class="fa fa-youtube jg-no-underline jg-hover-opacity"></a>
<a href="https://www.linkedin.com/in/juan-antonio-garc%C3%ADa-torrens-42959023a/" target="_blank" class="fa fa-linkedin jg-no-underline jg-hover-opacity"></a>
<a href="https://discord.gg/VeFtX5rUBQ" target="_blank" class="fab fa-discord jg-no-underline jg-hover-opacity"></a>
<a href="https://github.com/BananaC9" target="_blank" class="fab fa-github jg-no-underline jg-hover-opacity"></a>
<a href="mailto:[email protected]" class="fas fa-envelope jg-no-underline jg-hover-opacity"></a>
<p class="jg-tiny">[email protected]</p>
</div>
<p class="jg-small">© Copyright 2022 - Juan García</p>
</footer>
<!-- Preload when link is on screen -->
<script src="//instant.page/5.1.1" type="module" integrity="sha384-MWfCL6g1OTGsbSwfuMHc8+8J2u71/LA8dzlIN3ycajckxuZZmF+DNjdm7O6H3PSq"></script>
</body>
</html>