-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtreballs.html
More file actions
65 lines (52 loc) · 2.53 KB
/
treballs.html
File metadata and controls
65 lines (52 loc) · 2.53 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
<div data-role="page" class="ui-responsive-panel" data-theme="b">
<div data-role="header" data-position="fixed">
<h1>Clinicas Guang An Men</h1>
<a href="#nav-panel" data-icon="bars" data-iconpos="notext">Menu</a>
<a href="tel:+34977703703" data-icon="phone" data-iconpos="notext">977 70 37 03</a>
<div id="slider"></div>
</div><!-- /header -->
<div data-role="content" class="justifica">
<h2>Promociones actuales</h2>
<h3>Visitanos en las redes sociales...</h3>
<div class="ui-grid-b social">
<div class="ui-block-a"><p><a href="https://www.facebook.com/ClinicasGAM"><i class="fa fa-facebook"></i> Facebook</a></p></div>
<div class="ui-block-b"><p><a href="https://twitter.com/@femtc"><i class="fa fa-twitter"></i> Twitter</a></p></div>
<div class="ui-block-c"><p><a href="https://www.youtube.com/user/FEMTC1"><i class="fa fa-youtube"></i> Youtube</a></p></div>
</div>
</div><!-- /content -->
<div class="footer">
<p>© 2014 Grupo MTC.<br/>Programación y diseño: <a href="//www.hitech-informatica.es" target="_blank">HiTech Informàtica</a></p>
</div><!-- /jqm-footer -->
<div data-role="panel" data-position="left" data-position-fixed="false" data-display="overlay" id="nav-panel" data-theme="b">
<!--<div data-role="panel" data-position="left" data-position-fixed="false" data-display="reveal" id="nav-panel" data-theme="a">-->
<ul data-role="listview" data-theme="a" data-divider-theme="a" style="margin-top:-16px;" class="nav-search">
<!--
<li data-icon="delete" style="background-color:#111;">
<a href="#" data-rel="close">Volver</a>
</li>
-->
<li>
<a href="index.html">Guang An Men</a>
</li>
<li>
<a href="quienes.html">¿Quienes somos?</a>
</li>
<li>
<a href="tratamientos.html">Tratamientos</a>
</li>
<li>
<a href="promociones.html">Promociones</a>
</li>
<li>
<a href="visita.html">Solicitar Visita</a>
</li>
<li>
<a href="donde_estamos.html">¿Donde estamos?</a>
</li>
<li>
<a href="contactar.html">Contactar</a>
</li>
</ul>
<!-- panel content goes here -->
</div><!-- /panel -->
</div><!-- /page -->