-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtyc.html
68 lines (63 loc) · 3.25 KB
/
tyc.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>#QueSeaLey - Términos y condiciones</title>
<!-- favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- site meta tags -->
<meta name="title" content="#QueSeaLey - Términos y condiciones">
<meta name="description" content="Este 29 de diciembre nos sumamos a la lucha por el #AbortoLegal2020 con Marcha virtual.
Participá subiendo tu foto a Twitter o Instagram con algunos de los hashtags oficiales: #AbortoLegal2020 #EsUrgente #EsAhoraSenado
¡Que sea ley! 💚">
<!-- fb meta tags -->
<meta property="og:locale" content="es_LA" />
<meta property="og:type" content="website" />
<meta property="og:title" content="#QueSeaLey - Términos y condiciones" />
<meta property="og:description" content="Este 29 de diciembre nos sumamos a la lucha por el #AbortoLegal2020 con Marcha virtual.
Participá subiendo tu foto a Twitter o Instagram con algunos de los hashtags oficiales: #AbortoLegal2020 #EsUrgente #EsAhoraSenado
¡Que sea ley! 💚" />
<meta property="og:url" content="https://quesealey.com.ar" />
<meta property="og:image" content="https://quesealey.com.ar/og/og.jpg" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="512" />
<!-- tw meta tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://quesealey.com.ar">
<meta name="twitter:creator" content="@facttic">
<meta name="twitter:title" content="#QueSeaLey - Términos y condiciones">
<meta name="twitter:description" content="Este 29 de diciembre nos sumamos a la lucha por el #AbortoLegal2020 con Marcha virtual.
Participá subiendo tu foto a Twitter o Instagram con algunos de los hashtags oficiales: #AbortoLegal2020 #EsUrgente #EsAhoraSenado
¡Que sea ley! 💚">
<meta name="twitter:image" content="https://quesealey.com.ar/og/og.jpg">
<!-- css files -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<header>
<span>29 de diciembre</span>
</header>
<main>
<section class="main-section">
<article class="main-article">
<h1>Términos y condiciones</h1>
<div class="lead">
<p>La presente web levanta posteos de Twitter o Instagram que tengan algunos de los siguientes hashtags</p>
<p>#AbortoLegal2020, #AbortoLegal2020, #EsUrgente, #EsAhoraSenado</p>
</div>
</article>
</section>
</main>
<footer>
<ul class="credits">
<li>Diseño y Desarrollo: <a href="https://facttic.org.ar/fit" target="_blank" rel="noopener noreferrer">FACTTIC</a></li>
<li>Collage: <a href="https://www.instagram.com/mulata.dcv/" target="_blank" rel="noopener noreferrer">María Reboredo (@mulata.dcv)</a></li>
</ul>
</footer>
</div>
</body>
</html>