-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 1.45 KB
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta description="Proyecto de curso de diseño web online" />
<title>Puls2014 Comunidad de personas atractivas y sexy</title>
</head>
<body>
<header>
<figure id="logo">
<img src="logo.png" />
</figure>
<h1>
Puls2014: Comunidad de personas atractivas y sexy
</h1>
<figure id="avatar">
<img src="avatar.jpg" />
</figure>
</header>
<nav>
<ul>
<li><a href="#">Python</a></li>
<li><a href="#">HTML5</a></li>
<li><a href="#">Javascript</a></li>
<li><a href="#">CSS3</a></li>
<li><a href="#">Django</a></li>
<li id="publicar_nav">
<a href="#">Publicar</a>
</li>
</ul>
</nav>
<section id="contenido">
<article class="item">
<figure class="imagen_item">
<img src="imagen.jpg" />
</figure>
<h2 class="titulo_item">
<a href="#">
Título del artículo
</a>
</h2>
<div class="autor_item">
por <a href="#">Johana Muñoz</a>
</div>
<div class="datos_item">
<a href="#" class="tag_item">pony</a>
<span class="fecha_item">
hace <strong>5</strong> min
</span>
<a href="#" class="comentarios_item">69</a>
<a href="#" class="guardar_item"></a>
</div>
<div class="votacion">
<a href="#" class="up"></a>
720
<a href="#" class="down"></a>
</div>
</article>
</section>
<footer>
<p>
<strong>Powered by Pony@</strong>
</p>
<p>
mejorando.la 2014
</p>
</footer>
</body>
</html>