-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquienes-somos.html
More file actions
136 lines (135 loc) 路 4.52 KB
/
Copy pathquienes-somos.html
File metadata and controls
136 lines (135 loc) 路 4.52 KB
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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<title>Quienes somos | Conquer Blocks</title>
<meta
name="description"
content="Descubre el equipo que forma nuestra academia."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-Conquer.png"
/>
<link rel="manifest" href="site.webmanifest" />
<meta name="theme-color" content="#fafafa" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<figure>
<img
src="img/common/Conquer-Blocks-logo.avif"
alt="Logotipo de Conquer Blocks"
width="150px"
/>
</figure>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<p>Quienes somos</p>
<li>
<a href="cursos.html">Cursos</a>
<ul class="dropdown">
<li>
<a href="cursos/curso-fullstack.html">Desarrollo Fullstack</a>
</li>
<li>
<a href="cursos/curso-ia.html">Inteligencia Artificial</a>
</li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contacto.html">Contacto</a></li>
<li><a href="registro.html">Registro</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</nav>
</header>
<main>
<div class="container">
<article>
<section class="quienes_hero">
<h2 class="quienes_hero_title">Sobre nosotros</h2>
<p class="quienes_hero_subtitle">
Conquer Blocks es la mayor academia de programaci贸n en habla
hispana, y la que cuenta con mayores garant铆as de empleo. Aqu铆
podr谩s aprender sobre Desarrollo Full-Stack, Desarrollo
Blockchain, Inteligencia Artificial y Ciberseguridad.
</p>
</section>
<section class="quienes_profesores">
<h2>Equipo docente</h2>
<div class="quienes_profesores_grid">
<article>
<h3>Carlos Azaustre</h3>
<figure>
<img
src="img/quienes-somos/carlos-azaustre.avif"
alt="Carlos Azaustre"
width="100"
/>
</figure>
<p>
Est谩 reconocido por Google desde 2019 como Developer Expert
GDE en Tecnolog铆as web y premiado en 2022 y 2023 como
Microsoft MVP (Most Valuable Professional).
</p>
</article>
<article>
<h3>Alan Buscaglia</h3>
<figure>
<img
src="img/quienes-somos/alan-buscaglia.avif"
alt="Alan Buscaglia"
width="100"
/>
</figure>
<p>
Es arquitecto l铆der front-end con una pasi贸n desbordante por
crear aplicaciones escalables y eficientes. Mi experiencia
abarca big data, arquitectura, implementaci贸n de mejores
pr谩cticas.
</p>
</article>
<article>
<h3>Pedro Plasencia</h3>
<figure>
<img
src="img/quienes-somos/pedro-plasencia.avif"
alt="Pedro Plasencia"
width="100"
/>
</figure>
<p>
Especializado en desarrollo web, actualmente ejerciendo como
technical leader de frontend, l铆der de equipo y arquitecto de
soluciones web como freelance. Aprendiz y mentor entusiasta.
</p>
</article>
</div>
</section>
</article>
</div>
</main>
<footer class="footer">
<figure>
<img
src="img/common/Conquer-Blocks-logo.avif"
alt="Logotipo de Conquer Blocks"
width="150px"
/>
</figure>
<div class="footer_conquer">
<p>漏 ConquerBlocks 2025 - <a href="aviso-legal.html">Aviso Legal</a></p>
</div>
</footer>
</body>
</html>