-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
82 lines (80 loc) · 3.44 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
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Nuevo Trollyota CorLOLa</title>
<link rel="stylesheet" href="css/normalize.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="css/estilos.css" />
<script src="js/prefixfree.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/codiguito.js"></script>
</head>
<body>
<header>
<hgroup>
<h1>Nuevo Trollyota CorLOLa</h1>
<h2>Menos combustible, más Node.js</h2>
</hgroup>
</header>
<section>
<article id="historia">
<p>Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass. </p>
<p>Now that we know who you are, I know who I am. I'm not a mistake! It all makes sense! In a comic, you know how you can tell who the arch-villain's going to be? He's the exact opposite of the hero. And most times they're friends, like you and me! I should've known way back when... You know why, David? Because of the kids. They called me Mr Glass. </p>
<p>My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? </p>
<p>Look, just because I don't be givin' no man a foot massage don't make it right for Marsellus to throw Antwone into a glass motherfuckin' house, fuckin' up the way the nigger talks. Motherfucker do that shit to me, he better paralyze my ass, 'cause I'll kill the motherfucker, know what I'm sayin'? </p>
</article>
<figure id="cochecito">
<img src="img/crojo.jpg" />
<figcaption>
<h2>Trollyota CorLOLa</h2>
<ul>
<li><strong>Color:</strong> Rojo</li>
<li><strong>Techo:</strong> Mate</li>
<li><strong>Llantas:</strong> Baratas</li>
</ul>
</figcaption>
</figure>
<section id="personalizacion">
<article id="color">
<h2>Elige un color</h2>
<div id="amarillo"> </div>
<div id="azul"> </div>
<div id="blanco"> </div>
<div id="negro"> </div>
<div id="rojo"> </div>
<div id="verde"> </div>
</article>
<article id="llantas">
<h2>¿Qué llantas quieres?</h2>
<figure id="llanta1">
<img src="img/llanta1.png" />
<figcaption>Baratas</figcaption>
</figure>
<figure id="llanta2">
<img src="img/llanta2.png" />
<figcaption>Caras</figcaption>
</figure>
</article>
<article id="techo">
<h2>¿Tipo de techo?</h2>
<figure id="techo1">
<img src="img/techo1.png" />
<figcaption>Transparente</figcaption>
</figure>
<figure id="techo2">
<img src="img/techo2.png" />
<figcaption>Opaco</figcaption>
</figure>
</article>
</section>
</section>
<nav>
<ul>
<li><a href="#" id="personalizar">Personalizar</a></li>
<li><a href="#">Comprar</a></li>
<li><a href="#">Contactar</a></li>
</ul>
</nav>
</body>
</html>