-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·117 lines (99 loc) · 4.4 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Quiviro Enquerre" />
<meta name="description" content="Voy a ser tu desarrollador web favorito, porque me gusta y porque me divierte." />
<meta name="keywords" content="webmaster,web,desarrollador,programador,diseñador,administrador, joomla, adobe experience manager, aem" />
<title>Quiviro Enquerre - Webmaster del Universo</title>
<link rel="icon" href="./img/quiviro.svg" type="image/svg+xml">
<link rel="alternate icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/enquerre.css" />
</head>
<body>
<header>
<img src="./img/quiviro-enquerre.jpg" alt="retrato Quiviro" title="Cada uno, cada uno" width="150" height="150" />
<h1 class="">Quiviro Enquerre</h1>
<p class="destacado">Webmaster del Universo</p>
</header>
<main>
<article id="desarrollador">
<section class="texto">
<h2>No soy <em>Administrador Web</em></h2>
<ul>
<li>Joomla</li>
<li>Adobe Experience Manager (AEM)</li>
<li>cPanel, plesk</li>
<li>Hace tiempo que no uso Wordpress, WooCommerce o Prestashop.</li>
</ul>
<p>Personalización y actualizaciones.</p>
</section>
<section class="icono">
<span>♥</span>
</section>
</article>
<article id="programador">
<section class="texto">
<h2>No soy <em>Programador de la interfaz de usuario</em></h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>git</li>
</ul>
<p>Me gusta hacer maquetas.</p>
</section>
<section class="icono">
<span>♣</span>
</section>
</article>
<article id="maquetador">
<section class="texto">
<h2>No soy <em>Diseñador</em></h2>
<ul>
<li>GIMP</li>
<li>Inkscape</li>
</ul>
<p>No tengo gusto visual, pero entiendo de capas y vectores.</p>
</section>
<section class="icono">
<span>♦</span>
</section>
</article>
<article id="administrador">
<section class="texto">
<h2>No soy <em>un buen compañero de equipo</em></h2>
<ul>
<li>Jira</li>
<li>Microsoft 365</li>
<li>Google Workspace</li>
<li>Figma</li>
</ul>
<p>Colaboración y gestión de tareas online.</p>
</section>
<section class="icono">
<span>♠</span>
</section>
</article>
</main>
<footer>
<h3 class="destacado">Escoge una carta</h3>
<a href="https://www.linkedin.com/in/quiviro" target="_blank" rel="noopener noreferrer" title="LinkedIn" class="destacado">♥</a>
<a href="https://t.me/quiviroenquerre" target="_blank" rel="noopener noreferrer" title="Telegram" class="destacado">♣</a>
<a href="https://www.instagram.com/quiviro/" target="_blank" rel="noopener noreferrer" title="Instagram" class="destacado">♦</a>
<a href="https://volunteers.joomla.org/joomlers/3262-quiviro-enquerre" target="_blank" rel="noopener noreferrer" title="Joomla!" class="destacado">♠</a>
<p>
<small>
<a href="https://clientes.webempresa.com/europa/gestion/aff.php?aff=4644&landing=hosting-web" target="_blank" rel="noopener noreferrer" title="webempresa">Hosting Web</a>
<a href="https://clientes.webempresa.com/europa/gestion/aff.php?aff=4644&landing=ciberprotector" target="_blank" rel="noopener noreferrer" title="CiberProtector">Aplicación de Ciberseguridad</a>
<a href="https://clientes.webempresa.com/europa/gestion/aff.php?aff=4644&landing=arkibot" target="_blank" rel="noopener noreferrer" title="arkibot">Chatbot en español</a>
<a href="https://clientes.webempresa.com/europa/gestion/aff.php?aff=4644&landing=hosting-mautic-quickstart" target="_blank" rel="noopener noreferrer" title="Automatiza tu marketing con Mautic y dispara tus ventas">Hosting Mautic</a>
<a href="https://referworkspace.app.goo.gl/j5GZ" target="_blank" rel="noopener noreferrer" title="Pruéba Google Workspace gratis durante 14 días">Google Workspace</a>
<br /><br />
© <em>Quiviro Enquerre</em>
</small>
</p>
</footer>
</body>
</html>