-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (179 loc) · 5.92 KB
/
index.html
File metadata and controls
186 lines (179 loc) · 5.92 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html leng="es">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<link href='http://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet' type='text/css'>
<script type="text/javascript" src='scripts/jquery-1.10.2.min.js'> </script>
<script type="text/javascript" src='scripts/black-with-img.js'> </script>
<title>
Tribal Fest Guadalajara 2014 ©
</title>
<script type="text/javascript">
$(window).load(function(){
$('.artist-portrait').BlackAndWhite({
hoverEffect : true, // default true
// set the path to BnWWorker.js for a superfast implementation
webworkerPath : false,
// for the images with a fluid width and height
responsive:true,
// to invert the hover effect
invertHoverEffect: false,
speed: { //this property could also be just speed: value for both fadeIn and fadeOut
fadeIn: 200, // 200ms for fadeIn animations
fadeOut: 800 // 800ms for fadeOut animations
},
onImageReady:function(img) {
// this callback gets executed anytime an image is converted
}
});
});
</script>
</head>
<body>
<header>
<figure>
<img id="logo" src="tribalfest_logo_cool.png" alt="Tribal Fest Guadalajara 2014"/>
</figure>
</header>
<nav>
<ul>
<li>Inicio</li>
<li>Show & Bazar</li>
<li>Seminarios</li>
<li>Artistas</li>
<li>Galeria</li>
<li>Tienda</li>
<li>Videos</li>
<li>Patrocinadores</li>
</ul>
</nav>
<section id="contenido">
<h1>
¡El Festival mas Grande de Danza Árabe Tribal, Fusión, ATS & ITS en Guadalajara, México!
</h1>
<article class="segmentos">
<div class="segmento-left">
<p>
<h3>Show / Bazar & Seminario</h3>
</p>
</div>
<div class="segmento-right">
<!-- <div id="registro"> -->
<h3>¿Te intersa el evento?<br>Dejanos Tu Email </h3>
<form id="subscription" method="POST" action="/hola" novalidate="novalidate">
<p class="input-content">
<input class="input email" type="email" placeholder="Email" title="Escribe tu email" required="" name="email">
</p>
<p class="input-content">
<input class="input name focus" type="text" placeholder="Nombre" title="Escribe tu nombre" required="" name="nombre">
</p>
<input class="submit boton-verde" type="submit" value="Inscribete">
</form>
<!-- </div> -->
<div id="contador">
<h3>Tribal Fest Guadalajara 2014 © en: </h3>
<div class="dash">
<span class="dash_title">Meses</span>
<div class="digit">1</div>
<div class="digit">0</div>
</div>
<div class="dash">
<span class="dash_title">Semanas</span>
<div class="digit">0</div>
<div class="digit">0</div>
</div>
<div class="dash">
<span class="dash_title">Dias</span>
<div class="digit">0</div>
<div class="digit">0</div>
</div>
</div>
</div>
</article>
<article class="segmentos">
<h2 class="title">Artistas Internacionales</h2>
<figure class="artist-portrait">
<img src="images/invitados/mira_betz_tribalfest2014.jpg" alt="Mira Betz - Tribal Fest 2014"/>
<figcaption>
<span>Mira Betz</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/april_rose_tribalfest2014.jpg" alt="April Rose - Tribal Fest 2014"/>
<figcaption>
<span>April Rose</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/caro_dumanni_tribalfest2014.jpg" alt="Caro Dumanni - Tribal Fest 2014"/>
<figcaption>
<span>Caro Dumanni</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/tobias_melchor_tribalfest2014.jpg" alt="Tobias Melchor - Tribal Fest 2014"/>
<figcaption>
<span>Tobias Melchor</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/tracy_rhaj_tribalfest2014.jpg" alt="Tracy Rhaj - Tribal Fest 2014"/>
<figcaption>
<span>Tracy Rhaj</span>
</figcaption>
</figure>
</article>
<article class="segmentos">
<h2 class="title">Artistas Nacionales</h2>
<figure class="artist-portrait">
<img src="images/invitados/mira_betz_tribalfest2014.jpg" alt="Mira Betz - Tribal Fest 2014"/>
<figcaption>
<span>Mira Betz</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/april_rose_tribalfest2014.jpg" alt="April Rose - Tribal Fest 2014"/>
<figcaption>
<span>April Rose</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/caro_dumanni_tribalfest2014.jpg" alt="Caro Dumanni - Tribal Fest 2014"/>
<figcaption>
<span>Caro Dumanni</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/tobias_melchor_tribalfest2014.jpg" alt="Tobias Melchor - Tribal Fest 2014"/>
<figcaption>
<span>Tobias Melchor</span>
</figcaption>
</figure>
<figure class="artist-portrait">
<img src="images/invitados/tracy_rhaj_tribalfest2014.jpg" alt="Tracy Rhaj - Tribal Fest 2014"/>
<figcaption>
<span>Tracy Rhaj</span>
</figcaption>
</figure>
</article>
</section>
<footer>
<figure>
<img>
<figcaption></figcaption>
</figure>
<aside class="social-media">
<ul>
<li id="tbm-facebook">Facebook</li>
<li id="tbm-twitter">Twitter</li>
<li id="tbm-mail">Mail</li>
<li id="tbm-cel">Cel.</li>
</ul>
</aside>
<p>Powered by DAKANA ©</p>
<p>www.dakana.com.mx</p>
</footer>
</body>
</html>