-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (186 loc) · 6.04 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
<!DOCTYPE html>
<!--
Background animation by Bárbara Rodríguez:
https://codepen.io/baarbaracrr/pen/KKovmGb
-->
<head>
<title>César Gutiérrez, UX</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="ES">
<meta name="subject" content="Portfolio y CV digital de César Gutiérrez (UX, Mérida)">
<meta name="topic" content="Portfolio y CV digital de César Gutiérrez (UX, Mérida)">
<meta name="Classification" content="Portfolio">
<meta name="category" content="Portfolio">
<meta name="abstract" content="César Gutiérrez es un sociólogo, Social Media Manager y diseñador web y de Experiencia de Usuario que vive en Mérida, Extremadura.">
<meta name="summary" content="César Gutiérrez es un sociólogo, Social Media Manager y diseñador web y de Experiencia de Usuario que vive en Mérida, Extremadura.">
<meta name="description" content="Portfolio y CV digital de César Gutiérrez: sociólogo especializado en redes sociales, diseño web y diseño de Experiencia de Usuario en Mérida, Extremadura.">
<meta name="keywords" content="césar gutiérrez, sociólogo, social media, redes sociales, diseño web, experiencia de usuario, ux, mérida, extremadura">
<meta name="coverage" content="Worldwide">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta name="author" content="César Gutiérrez Pérez (UX, Mérida)">
<meta name="designer" content="César Gutiérrez (UX, Mérida)">
<meta name="reply-to" content="cesar.gutierrez.merida@gmail.com">
<meta name="owner" content="César Gutiérrez (UX, Mérida)">
<meta name="url" content="https://cesar-gp.github.io/">
<meta name="identifier-url" content="https://linkedin.com/in/cesar-gutierrez-perez/">
<meta name="copyright" content="César Gutiérrez Pérez">
<meta name="revised" content="Jueves, 28 de noviembre de 2024">
<meta name="revisit-after" content="7 days">
<meta http-equiv="Expires" content="0">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/global.css">
<link rel="icon" type="image/webp" href="/assets/img/favicon.webp">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
<nav class="flex row morepad">
<div class="hamburger hcentered short">
<input type="checkbox">
<span class="top"></span>
<span class="middle"></span>
<span class="bottom"></span>
<ul class="hamburgermenu blurbg">
<li>
<a href="/">
Inicio
</a>
</li>
<li>
<a href="/cv">
CV
</a>
</li>
<li>
<a href="/me">
Sobre mí
</a>
</li>
</ul>
</div>
<div class="flex row spaced hcentered medium">
<div class="flex row spaced hcentered left">
<a href="/">
<button>
<span>
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/home.svg#home"></use>
</svg>
</span>
</button>
</a>
<a href="/cv">
<button>
<span>
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/briefcase.svg#briefcase"></use>
</svg>
</span>
</button>
</a>
<a href="/me">
<button>
<span>
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/user.svg#user"></use>
</svg>
</span>
</button>
</a>
</div>
</div>
<div class="flex row spaced hcentered long">
<div class="flex row spaced hcentered left">
<a href="/">
<button>
<span>
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/home.svg#home"></use>
</svg>
</span>
</button>
</a>
<a href="/cv">
<button>
<span>
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/briefcase.svg#briefcase"></use>
</svg>
<span class="hidden">CV</span>
</span>
</button>
</a>
<a href="/me">
<button>
<span>
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/user.svg#user"></use>
</svg>
<span class="hidden">Sobre mí</span>
</span>
</button>
</a>
</div>
</div>
<div class="flex row spaced hcentered right">
<a href="https://instagram.com/asdf_cesar" target="_blank">
<button class="instagram flex row vcentered">
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/instagram.svg#instagram"></use>
</svg>
</button>
</a>
<a href="https://www.linkedin.com/in/cesar-gutierrez-perez/" target="_blank">
<button class="linkedin flex row vcentered">
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/linkedin.svg#linkedin"></use>
</svg>
</button>
</a>
<a href="mailto:cesar.gutierrez.merida@gmail.com" target="_blank">
<button class="gmail flex row vcentered">
<svg class="icon white" viewbox="0 0 24 24">
<use xlink:href="/assets/img/icons/mail.svg#mail"></use>
</svg>
</button>
</a>
</div>
</nav>
<div class="grid fadein-y morepad nopad-top">
<div id="presentation" class="box flex col bigpad vcentered gridleft">
<h1 id="name">César Gutiérrez</h1>
<ul>
<li class="linespaced" id="job">
Sociólogo
</li>
<li class="linespaced" id="job">
Social Media Manager
</li>
<li class="linespaced" id="job">
Diseñador de
<a href="#pum" onclick="
party.confetti(this, {
count: party.variation.range(20, 40),
size: party.variation.range(0.8, 1.2),
});
">
Experiencia de Usuario
</a>
</li>
</ul>
<a href="/cv">
<button class="action">
<b>¿Quieres saber más? →</b>
</button>
</a>
</div>
<div class="box flex col gridright hcentered vcentered">
<img id="face" src="/assets/img/face1.webp">
</div>
</div>
<script src="/assets/js/party.min.js"></script>
</body>