-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
106 lines (72 loc) · 3.95 KB
/
about.html
File metadata and controls
106 lines (72 loc) · 3.95 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
<!-- FALTA POR ARREGLAR:
-FOTOS PEQUES DENTRO DEL TEXTO
-CENTRAR Y HACER QUE BRILLE EL SVG CON CITA
-BAJADA Y BYLINE NO ESTAN CENTRADAS NI EN BLANCO ....ALGO FALTA EN EL CODIGO QUE NO ME HE DADO CUENTA
-AGREGAR FOTO DE MENDOZA Y DE ANGEL EL VENDEDOR AMBULANTE (SI ES NECESARIO...)
-PONER PIE DE FOTOS A TODAS
-PONER CALCULADORA/BOT
-CAMBIAR ALGUNA CITAS GRANDES POR CIFRAS? MAYBE
-NO PUDE CAMBIAR EL TAMANO DEL TITULO PRINCIPAL
*****ORDENE EL CSS LO MEJOR QUE PUDE, PERO IGUAL Y FALTA ALGO Y POR ESO NO SE ESTAN CAMBIANDO CIERTAS COSAS EN PG ********
-->
<!doctype html>
<html class="no-js" lang="es">
<!--
Copyright 2017. Constanza Gallardo, Monica Cordero, Alma Sacasa. Trabajo realizado durante el curso de Craft 2 en Español de CUNY Graduate School of Journalism.
-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>About: Prestamistas de Barrios</title>
<meta name="author" content="Poner aquí nombre de autor">
<meta name="description" content="Aquí va la descripción de la página o sitio web">
<meta property="og:site_name" content="Reportaje final de Craft 2 en Español"/>
<meta property="og:title" content="Los Préstamos en la sombra">
<meta property="og:longTitle" content="Préstamos en la sombra: usura, dinero y sueños">
<meta property="og:image" content="Incluir link a imagen principal de la historia "/>
<meta property="og:description" content="Las comunidades latinas crean alternativas financieras, como prestamistas de barrio, por no tener acceso a bancos. Aunque tener efectivo rápido sea un beneficio para ciertas personas, los altos intereses, deudas y falta de historial crediticio son posibles consecuencias."/>
<meta property="og:url" content="AGREGAR LA URL DE LA PÁGINA"/>
<meta property="og:type" content="article"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="https://twitter.com/cunyjschool"/>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>
<section class="headerabout">About</section>
<section class="about">
<p>Reportería y producción: Mónica Cordero, Constanza Gallardo y Alma Sacasa</p>
<div class="foto-about" >
<img src="assets/images/about.JPG">
</div>
<p>Tecnología usada: HTML, CSS y JavaScrip</p>
<p>Este es un proyecto de la clase Craft 2 Periodismo y Redacción Avanzada, Programa Bilingüe de la Maestría de Periodismo de CUNY Graduate School of Journalism.</p>
<p>Instructores: Luis Trelles y Miguel Paz. Cristina Maldonado (Research), Davo Galavotti (Coach de Interactivo).</p>
<p>Producido en Nueva York </p> </div>
<p></p>
<p></p>
</section>
<!-- agregar sección de redes sociales para estar dentro de esta sección -->
<footer>
<nav class="menu-footer">
<ul>
<li class="item"><a href="about.html">About</a></li>
<li class="item"><a href="story.html">Audio</a></li>
<li class="item"><a href="audioslide.html">Video</a></li>
<!-- link que lleva a este misma pg <li class="item"><a href="videoexplainer.html">Reportaje</a></li> -->
</ul>
</nav>
</footer>
<script src="http://code.jquery.com/jquery-1.12.4.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.4.min.js"><\/script>')</script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>