forked from freddier/hyperblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogpost.html
118 lines (116 loc) · 4.64 KB
/
blogpost.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
118
<html>
<head>
<title>Hyperblog 2.0 es un blog del futuro</title>
<link rel="stylesheet" href="css/estilos.css" />
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="imagenes/dragon.png" />
Hyperblog
<span id="tagline">Tu blog de confianza</span>
</div>
<div id="post">
<h1>Aquí inicia la historia de un gran proyecto</h1>
<p>Y este es el párrafo de inicio donde vamos a explicar las cosas increíbles que se pueden hacer con ramas</p>
<p><img src="imagenes/equipo.jpg" width="100%" /></p>
<p>Los blogs son la mejor forma de compartir información y tus ideas. Mucho mas que ir a conferencias o salir en Youtube. Excepto si eres un rockstar. Pero estadísticamente no lo eres.... por ahora.</p>
<p>Suscribete y dale like</p>
<p>Edgar Barragán</p>
<p>@luiscarlos</p>
<p>Christopher Andrés Acevedo Galo</p>
<p>Moises Patiño</p>
<p>Ismael Dominguez Moreno</p>
<p>Edgar Hernández</p>
<p>rafaelrrp</p>
<p>Giselle Castillo</p>
<p>@centenarioalta</p>
<p>JuanDC</p>
<p>@elyager</p>
<p>JamaHCS</p>
<p>Oscar Daniel</p>
<p>Moises Patiño</p>
<p>Claudio Vazquez<p>
<p>Juan Ageitos</p>
<p>galvismj</p>
<p>crumblecoder</p>
<p>BauTancredi</p>
<p>Angel Barrios</p>
<p>Victor Isaac Chavez Escamilla</p>
<p>Santiago Harkes</p>
<p>Matías Cariboni</p>
<p>Juan Pablo Leyva</p>
<p>Diego</p>
<p>Ildebrando</p>
<p>gonzalo986</p>
<p>Norbs</p>
<p>José Gregorio Hernández Arciles</p>
<p>Erik</p>
<p>Irvingsan</p>
<p>Mauricio Alejandro Escobar Sejas</p>
<p>Luis Daniel Caraballo</p>
<p>Adrian Moreno</p>
<p>JaredOrtz</p>
<p>Joel Gaspar</p>
<p>@Yerko0</p>
<p>Eden Verdugo</p>
<p>Alex Abel Lerman</p>
<p>Víctor Landa</>
<p>Pablo Córdoba</>
<p>FixingMind5</p>
<p>Max88</p>
<p>Uzziel Adolfo Solís Vega</p>
<p>Gustavo Quino</p>
<p>Juan Sebastian Montealegre Calle</p>
<p>Jhon Sánchez</p>
<p>Cristhian Ochoa</p>
<p>alirioAngel</p>
<p>Ricardo Tierra</p>
<p>Daniel Martinez Sarta</p>
<p>luisfloresdev</p>
<p>Daniel Guillermo Perico Sánchez</p>
<p>Rodri</p>
<p>Eric Rodriguez</p>
<p>Santiago Quintero</p>
<p>Paula Sierra</p>
<p>Abdel Mejia<p>
<p>Germám</p>
<p>Jhon Caceres</p>
<p>Jair Partida Santana</p>
<p>Rodrigo Rodríguez</p>
<p>David Casadiegos</p>
<p>Miguel Ángel Baquero</p>
<p>Angely Granados</p>
<p>Ernesto Cruz</p>
<p>Rogelio Lenin Godínez Mata</p>
<p>Alexis Delgado</p>
<p>Jhon Mario Ochoa Lemus</p>
<p>Bea P. Santana</p>
<p>Bernardo Ayala</p>
<p>Luis Fernando Raga Renteria</p>
<p>Santiago Dalmasso</p>
<p>Rubén Pipe Álvarez A.</p>
<p>Julio Cárdenas</p>
<p>Matias Urra</p>
<p>Sebastian Alejandro</p>
<p>Andres Carrero</p>
<p>Alexis Alvarez</p>
<p>Axel N. Gómez H.</p>
<p>Cristian Rosales</p>
<p>John Dev</p>
<p>Javier Eduardo Acevedo Altube</p>
<p>Santiago Moran</p>
<p>Jose Monterrey</p>
<p>Joshval97</p>
<p>Jesus Haans</p>
<p>Bryan Cipriano Tarazona</p>
<p>Rodrigo Gaona</p>
<p>Octavio Moreno García</p>
<p>Judy Zapata</p>
</div>
<div id="footer">
Hecho con amor en Platzi <3
</div>
</div>
</body>
</html>