-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
485 lines (395 loc) · 10.3 KB
/
style.css
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
html {
scroll-behavior: smooth;
}
body{
margin: 0px;
}
nav ul {
display: flex; /* Usamos flexbox para manejar la alineación */
align-items: center; /* Centra los elementos verticalmente */
margin: 0px;
padding: 30px;
background-color: #ffffff;
}
.headName {
margin-right: auto; /* Empuja el .headName a la izquierda */
}
nav ul li{
text-decoration: none;
list-style-type: none; /* Elimina las viñetas */
}
nav ul li a{
display: inline;
padding: 0.0rem 1rem;
font-family: "Bebas Neue", sans-serif;
letter-spacing: 2px;
color: rgb(25, 25, 25);
font-weight: 200;
font-size: 1.2rem;
cursor: pointer;
transition: color 0.3s ease; /* Añade transición suave para el color */
}
nav ul li a:hover {
color: #466bff;
}
#it {
color: #466bff;
font-weight: 400;
}
.headName li {
display: inline;
padding: 0.orem 1rem;
letter-spacing: 2px;
color: rgb(25, 25, 25);
}
section h1{
font-family: "Bebas Neue", sans-serif;
font-size: 6rem;
text-transform: uppercase;
letter-spacing: 10px;
text-align: center;
color: #3e3e3e;
}
div #imAgus{
font-family: "Bebas Neue", sans-serif;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
bottom: 3.5vh;
left: 34.3vw;
color: #3e3e3e;
font-weight: 800;
width: 50%;
}
.about-text p{
font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem;
letter-spacing: 0.5px;
text-align: left;
color: #3e3e3e;
font-weight: 500;
}
a{
text-decoration: none;
font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem;
padding: 1rem 2rem;
text-align: center;
}
.averam-letsrock-btn{
text-align: center;
background: #466bff;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
border-radius: 100px;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
transition: 0.3s;
}
.averam-letsrock-btn:hover{
text-align: center;
background: #0033ff;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
}
.averam-contact-btn{
/* font-size: 1rem; */
text-align: center;
background-color: #466bff;
border-radius: 100px;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
transition: 0.3s;
background: #343434;
color: #fff;
text-transform: uppercase;
}
/*HOME*/
.scroll {
width: 25px;
height: 40px;
border: 2px solid #3e3e3e;
border-radius: 60px;
position: relative;
top: 25%;
overflow: hidden;
margin: 0 auto;
}
.scroll::before {
content: '';
width: 5px;
height: 5px;
position: absolute;
top: 7px;
left: 50%;
transform: translateX(-50%);
background-color: #3e3e3e;
border-radius: 50%;
opacity: 1;
animation: wheel 1.3s infinite;
-webkit-animation: wheel 1.3s infinite
}
@keyframes wheel {
to {
opacity: 0;
top: 27px
}
}
@-webkit-keyframes wheel {
to {
opacity: 0;
top: 27px
}
}
.averam-home {
padding: 5rem;
text-align: center;
color: white;
z-index: 1;
height: 70%;
}
.averam-home::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
/* Gradiente que va de la imagen de fondo a transparente */
linear-gradient(to bottom, rgba(237, 237, 237, 0.599) 100%, rgb(255, 255, 255) 100%),
/* Imagen de fondo */
url('/portfolio/img/backgound3.svg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
}
/*ABOUT*/
.about-content {
margin: 0 10% 10% 10%;
display: grid;
grid-template-columns: 55% 40%; /* Define dos columnas de igual ancho */
gap: 5%; /* Espacio entre las columnas */
}
.about-text {
grid-column: 1; /* Coloca el contenido en la primera columna */
}
.about-skills {
grid-column: 2; /* Coloca el contenido en la segunda columna */
}
.averam-skill{
text-align: center;
background: #5f7df5;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin: 10px;
border-radius: 5px;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.averam-about h1{
font-family: "Bebas Neue", sans-serif;
font-size: 6rem;
text-transform: uppercase;
letter-spacing: 3px;
text-align: left;
margin: 0;
color: #3e3e3e;
font-weight: 800;
}
.averam-about .btn{
font-weight: 400
}
.averam-skill{
font-size: 1rem;
text-align: center;
background-color: #466bff;
border-radius: 100px;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
transition: 0.3s;
}
/* .averam-cv-btn{
margin-left: 2rem;
} */
.averam-about a:hover{
text-align: center;
background: #0033ff;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
}
.line{
content: '';
position: absolute;
margin-bottom: 1rem;
height: 5px;
width: 3rem;
background: #5f7df5;
left: 50%;
transform: translateX(-50%);
border-radius: 5px;
}
/*SKILLS*/
.averam-skills h2{
font-family: "Bebas Neue", sans-serif;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
color: #3e3e3e;
font-weight: 800;
}
.averam-skillsSection{
margin-top: 7rem;
}
.averam-skills {
margin-top: 3rem;
display: grid;
grid-template-columns: repeat(4, 1fr); /* Establece 4 columnas */
gap: 16px; /* Espacio entre los elementos de la grilla */
padding: 16px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #5f7df5 100%);
padding-left: 20rem;
padding-right: 20rem;
position: relative; /* Necesario para posicionar el pseudo-elemento */
overflow: hidden; /* Asegura que el pseudo-elemento no se desborde */
}
/* Agrega animación para el pseudo-elemento */
.averam-skills::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
/* Gradiente que va de la imagen de fondo a transparente */
linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255) 100%),
/* Imagen de fondo */
url('/portfolio/img/background2.jpg');
background-size: cover;
background-position: center; /* Posiciona la imagen de fondo en el centro */
background-repeat: repeat-y; /* Repite la imagen verticalmente */
z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
animation: scrollBackground 30s linear infinite; /* Ajusta la duración y tipo de animación */
}
/* Define la animación */
@keyframes scrollBackground {
0% {
background-position: center top;
}
100% {
background-position: center bottom;
}
}
.salesforce,
.frontend,
.backend,
.database {
background-color: #f4f4f4; /* Color de fondo para cada categoría */
border-radius: 8px; /* Esquinas redondeadas */
padding: 16px;
}
.salesforce h2,
.frontend h2,
.backend h2,
.database h2 {
margin-top: 0;
}
.averam-skills__skill {
font-family: "Bebas Neue", sans-serif;
background-color: #e0e0e0; /* Color de fondo para cada habilidad */
/* Borde alrededor de cada habilidad */
border-radius: 4px; /* Esquinas redondeadas para las habilidades */
padding: 8px;
margin: 8px; /* Espacio entre habilidades */
}
/*PROJECTS*/
.averam-projects {
background: linear-gradient(to bottom, #5f7df5 0%, #6a3bcb 100%);
}
.averam-projects h1{
color: white;
margin: 0;
padding-top: 2rem;
text-align: left;
padding-left: 10rem;
padding-right: 40rem;
}
.swiffy-slider{
margin: 0 auto;
max-width: 60%;
}
/*CONTACT*/
.averam-contact {
padding: 2rem;
padding-bottom: 9rem;
position: relative;
text-align: center;
color: white;
z-index: 1;
height: 70%;
background: linear-gradient(to right, rgba(245,245,245,0.8), rgba(245,245,245,0.8)),url(../../assets/svg/common-bg.svg);
background-size: cover;
background-position: center
}
.averam-contact::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
/* Gradiente que va de la imagen de fondo a transparente */
linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%),
/* Imagen de fondo */
url('/portfolio/img/background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
}
.contact__form-container {
box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
background: white;
padding: 4rem; /* Reducido de 10rem a 5rem */
margin-top: 2rem;
max-width: 30rem; /* Reducido de 40rem a 30rem */
height: auto;
text-align: right;
border-radius: 5px;
margin: 0 auto; /* Reducido el margen superior */
}
.contact__form-field {
margin-bottom: 1rem; /* Reducido de 4rem a 2rem */
}
.contact__form-label {
color: #666;
font-size: 0.5rem; /* Reducido de 1rem a 0.9rem */
letter-spacing: 0.3px; /* Reducido de 1px a 0.5px */
font-weight: 400;
display: block;
text-align: left;
}
.contact__form-input {
padding: 0.6rem; /* Reducido de 1rem a 0.8rem */
width: 100%;
border: 1px solid #ebebeb;
font-size: 0.6rem; /* Reducido de 1rem a 0.9rem */
letter-spacing: 0px;
background: #f0f0f0;
border-radius: 5px;
font-weight: 400;
}
.contact__btn {
width: 20%; /* Reducido de 50% a 60% */
padding: 1.2rem 0.6rem; /* Reducido el padding */
font-size: 0.8rem; /* Reducido de 1.6rem a 1.4rem */
}
/*FOOTER*/
.main-footer {
padding: 5%;
background: #3e3e3e;
color: #6c6c6c
}