-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-home edit.php
103 lines (82 loc) · 2.48 KB
/
page-home edit.php
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
<?php
/**
* Template Name: Home Page Edit
*
*
* @package WP-Bootstrap
* @subpackage Default_Theme
* @since WP-Bootstrap 0.5
*
* Last Revised: July 16, 2012
*/
get_header(); ?>
<div class="container">
<div class="span12">
<center>
<a href="#">
<img src="<?php bloginfo ( 'template_url' ) ?>/img/logo.png" class="logo">
</a>
<br>
<a href="http://www.facebook.com/pages/The-s-community-of-entertainment/303645796319228">
<img src="<?php bloginfo ( 'template_url' ) ?>/img/some/facebook.png" class="some">
</a>
<a href="http://twitter.com/thescommunity">
<img src="<?php bloginfo ( 'template_url' ) ?>/img/some/twitter.png" class="some">
</a>
</center>
</div>
</div>
<div class="container">
<div class="row-fluid">
<ul class="ch-grid">
<li>
<a href="<?php bloginfo ( 'template_url' ) ?>instructors/">
<div class="ch-item ch-img-1">
<div class="ch-info">
<h3>Zumba, Bokwa, Bollywood, Kids</h3>
</div>
</div>
</a>
</li>
<li>
<a href="<?php bloginfo ( 'template_url' ) ?>performers/">
<div class="ch-item ch-img-2">
<div class="ch-info">
<h3>Contemporary, Jazz, Hip hop, Salsa, Bollywood and freestyle </h3>
</div>
</div>
</a>
</li>
<li>
<a href="<?php bloginfo ( 'template_url' ) ?>show-managers/">
<div class="ch-item ch-img-3">
<div class="ch-info">
<h3>Concept, Preproduction, Postproduction, Design, Sound, lights </h3>
</div>
</div>
</a>
</li>
</ul>
<ul class="ch-grid">
<li>
<a href="<?php bloginfo ( 'template_url' ) ?>dj/">
<div class="ch-item ch-img-4">
<div class="ch-info">
<h3>House, techno</h3>
</div>
</div>
</a>
</li>
<li>
<a href="<?php bloginfo ( 'template_url' ) ?>choreographers/">
<div class="ch-item ch-img-5">
<div class="ch-info">
<h3>Schools, Colleges, Corporates, Competitions, flash mobs</h3>
</div>
</div>
</a>
</li>
</ul>
</div><!--row fluid-->
</div>
<?php get_footer();?>