-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathquienes_somos.html
62 lines (49 loc) · 2.13 KB
/
quienes_somos.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quiénes somos</title>
<style>
body {
line-height: 1.4;
font-size: 16px;
padding: 0 10px;
margin: 50px auto;
max-width: 650px;
}
#maincontent {
max-width: 42em;
margin: 15 auto;
}
@font-face {
font-weight: 400;
font-style: normal;
font-family: circular;
src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
}
@font-face {
font-weight: 700;
font-style: normal;
font-family: circular;
src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
}
</style>
</head>
<body>
<div id="maincontent" style="margin-top:70px">
<h1>Quiénes somos</h1>
<p><b><a href="https://www.instagram.com/juanozaragoza/">Juan Zaragoza</a></b><br>
Filosofía informática.</p>
<p><b><a href="https://www.instagram.com/giovigeraldina/">Giovanna Cirianni</a></b><br>
Lingüística y Literatura.</p>
<p><b><a href="https://x.com/NDomsch">Nicolás Domsch</a></b><br>
Ciencia de Datos y Política.</p>
<p><b><a href="https://www.instagram.com/marianofernandezzaragoza/">Mariano Fernández Zaragoza</a></b><br>
Arte y Modelado.</p>
<br>
Si querés saber más o participar de las reuniones, podés suscribirte a nuestra lista de correos y ponerte en contacto.
<iframe src="https://embeds.beehiiv.com/2d0e2dc5-d90a-40e0-aa29-7acec4c131d3" data-test-id="beehiiv-embed" width="100%" height="320" frameborder="0" scrolling="no" style="border-radius: 4px; border: 2px solid #e5e7eb; margin: 0; background-color: transparent;"></iframe>
</div>
</body>
</html>