-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (87 loc) · 2.85 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE HTML>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<link href="styles/style.css" rel="stylesheet" type="text/css" />
<title>Isidanz Project</title>
</head>
<body>
<div id="wrapper"><!-- start html block -->
<header>
<hgroup>
<h1 class="site-title" id="main-logo"><a href="#">Isidanz Project</a></h1>
</hgroup>
</header>
<nav>
<ul class="main-nav">
<li><a href="#">Inicio</a></li>
<li><a href="#">¿Qué es Isidanz?</a></li>
<li><a href="#">Profesores</a>
<ul class="children">
<li><a href="#">Inma Saenz</a></li>
<li><a href="#">Sara Represa</a></li>
<li><a href="#">Laura García</a>
<ul class="children">
<li><a href="#">Street Jazz</a></li>
<li><a href="#">Body Percussion</a></li>
</ul>
</li>
<li><a href="#">Antonio Fago</a></li>
<li><a href="#">Tony Leyva</a></li>
</ul>
</li>
<li><a href="#">Contacto</a>
<ul class="children">
<li><a href="http://www.facebook.com/isidanzproject">Facebook</a></li>
<li><a href="http://twitter.com/isidanz">Twitter</a></li>
<li><a href="mailto:info@isidanz.com">Correo electrónico</a></li>
</ul>
</li>
</ul>
</nav>
<section class="content"><!-- post 1 -->
<article class="post">
<h1 class="post-title"><a href="#">Bienvenido a Isidanz, el entrenamiento interdisciplinar para bailarines</a></h1>
<!-- adding post meta -->
<div class="entry post-meta"><span class="post-author">Sonia Martínez</span> <span class="post-date">06 Febrero 2014</span> Prueba inicio <span class="post-comment">0 Comments</span></div>
<!-- adding post content -->
<div>Empresa dedicada a la formación y desarrollo de proyectos artísticos relacionados con el mundo de la danza y el teatro.</div>
</article>
<!-- end post 1 --></section>
<aside class="sidebar">
<ul class="widget-sidebar"><!-- some sample list -->
<li class="widget widget_categories">
<h3 class="widget-title">Estilos</h3>
<ul>
<li><a href="#">Jazz Funky</a></li>
<li><a href="#">Contemporáneo</a></li>
<li><a href="#">Acrobacia</a>
<ul class="children">
<li><a href="#">Child One</a></li>
<li><a href="#">Child Two</a>
<ul class="children">
<li><a href="#">Grandchild One</a></li>
<li><a href="#">Grandchild Two</a></li>
<li><a href="#">Grandchild Three</a></li>
</ul>
</li>
<li><a href="#">Child Three</a></li>
</ul>
</li>
<li><a href="#">Category 3</a></li>
</ul>
</li>
<!-- some sample text block -->
<li class="widget widget_text">
<h3 class="widget-title">Text</h3>
<div class="textwidget">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
</li>
</ul>
</aside>
<footer>
<div class="footer-left">Copyright@ 2014 Sonia Martínez Martín (Inmakia)</div>
<div class="footer-right">Privacy Policy - About Us</div>
</footer>
<!-- end html block --></div>
</body>
</html>