forked from freddier/Puls3-America
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (64 loc) · 1.75 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Puls3: Comunidad online de gente pro y (no sé que más escribir)</title>
<link rel="stylesheet" href="normalize.css" />
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="estilos.css" />
</head>
<body>
<!-- comentario de lo que sea -->
<header>
<figure id="logo">
<img src="logo.png" />
</figure>
<h1 id="titulo_header">Puls3: Comunidad de gente cool, atractiva y millonaria</h1>
<figure id="avatar">
<img src="avatar.jpg" />
<figcaption>
*
</figcaption>
</figure>
</header>
<nav>
<ul>
<li id="flechita_nav"><a href="#">*</a></li>
<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="#">Una mirada a Leap Motion: El control Minority Report</a>
</h2>
<p class="autor_item">
Por <a href="#">Freddy Vega</a>
</p>
<p class="datos_item">
<a class="tag_item" href="#">categoria</a>
<span class="fecha_item">Hace <strong>5</strong> min</span>
<a class="comentarios_item" href="#">455</a>
<a class="guardar_item" href="#">*</a>
</p>
<p class="votacion">
<a class="up" href="#">U</a>
3141
<a class="down" href="#">D</a>
</p>
</article>
</section>
<footer>
<p><strong>Powered by Platzi!</strong></p>
<p>Mejorando.la 2013 ®</p>
</footer>
</body>
</html>