Compare commits
3 Commits
edfb476ed2
...
eeef68b6fd
Author | SHA1 | Date | |
---|---|---|---|
eeef68b6fd | |||
952b1b986d | |||
158721f858 |
14
content/categories/dentistas.xml
Normal file
14
content/categories/dentistas.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<category>
|
||||
<title>Dentistas en Burguillos.</title>
|
||||
<description>
|
||||
<p>Te traemos una lista de dentistas en Burguillos para que puedas cuidar de la salud y estética de tu boca con los mejores profesionales.</p>
|
||||
<p>¿Quieres que tu comercio aparezca aquí? Contacta con <a href="mailto:contact@owlcode.tech">contact@owlcode.tech</a></p>
|
||||
|
||||
<p><a rel="noreferrer nofollow" href="https://www.freepik.es/vector-gratis/mujer-dentista-examinando-dientes-paciente-sobre-fondo-blanco_24553482.htm">Imagen de preview cortesía de Brgfx</a>.</p>
|
||||
</description>
|
||||
<priority>2</priority>
|
||||
<img src="/img/dentista.webp" bottom-preview="530"/>
|
||||
<menu_text>Dentistas</menu_text>
|
||||
<slug>dentistas</slug>
|
||||
<parent>comercios</parent>
|
||||
</category>
|
@ -3,7 +3,7 @@
|
||||
<date>2022-11-19T18:03+00:00</date>
|
||||
<title>Centro Médico Juan Manuel Pérez Sanchez - Datos de Contacto - Pedir Cita</title>
|
||||
<ogdesc>Centro Médico Juan Manuel Pérez Sanchez - Datos de Contacto - Pedir Cita</ogdesc>
|
||||
<last_modification_date>2023-05-03T00:59+00:00</last_modification_date>
|
||||
<last_modification_date>2023-05-03T00:59+00:00</last_modification_date>
|
||||
<category>comercios</category>
|
||||
<slug>centro-medico-juan-manuel-perez-sanchez</slug>
|
||||
<img src="/img/policlinica-burguillos-preview.webp"/>
|
||||
@ -13,7 +13,7 @@
|
||||
<p>La clínica Juan Manuel Pérez Sanchez es un centro de atención a la salud dedicado a las siguientes especialidades:</p>
|
||||
|
||||
<ul>
|
||||
<li>Odontologia general, Ortodoncia, Ortodoncia Invisible, Odontopediatria, Estetica Dental y Labios, Protesis y Aparatos Dentales, Implantes...</li>
|
||||
<li>Odontologia general, Ortodoncia, Ortodoncia Invisible, Odontopediatría, Estetica Dental y Labios, Protesis y Aparatos Dentales, Implantes...</li>
|
||||
<li>Clínica concertada del plan de atención infantil de la Junta de Andalucía.</li>
|
||||
<li>Radiografías Panorex-Teleradiografía.</li>
|
||||
<li>Pedagogia, Especialista en trastornos de lenguaje y audicion, Clases de apoyo, Talleres, Tramitacion de becas escolares.</li>
|
||||
|
31
content/posts/0000051-burguillos-dental.xml
Normal file
31
content/posts/0000051-burguillos-dental.xml
Normal file
@ -0,0 +1,31 @@
|
||||
<post>
|
||||
<author>Burguillos.info</author>
|
||||
<date>2022-12-02T12:56+00:00</date>
|
||||
<title>Burguillos Dental - Dentista en Burguillos.</title>
|
||||
<ogdesc>Burguillos Dental - Dentista en Burguillos.</ogdesc>
|
||||
<category>dentistas</category>
|
||||
<slug>burguillos-dental</slug>
|
||||
<img src="/img/burguillos-dental.webp"/>
|
||||
<content>
|
||||
<img alt="" src="/img/burguillos-dental.webp"/>
|
||||
|
||||
<h2>Hazte tu aparato dental/ortodoncia invisible en Burguillos Dental.</h2>
|
||||
<p>Burguillos Dental, ubicado en la <a href="/posts/centro-medico-juan-manuel-perez-sanchez">Clínica Juan Manuel Pérez Sánchez</a> poseé un equipo de odontologos y dentistas altamente cualificados.</p>
|
||||
|
||||
<p>Ofrecen los siguientes servicios para el cuidado de tu boca:</p>
|
||||
<ul>
|
||||
<li>Odontologia general.</li>
|
||||
<li>Ortodoncia.</li>
|
||||
<li>Ortodoncia Invisible.</li>
|
||||
<li>Odontopediatria.</li>
|
||||
<li>Estetica Dental y Labios.</li>
|
||||
<li>Protesis y Aparatos Dentales, Implantes.</li>
|
||||
<li>Plan de atención infantil de la Junta de Andalucía.</li>
|
||||
<li>Radiografías Panorex-Teleradiografía.</li>
|
||||
</ul>
|
||||
|
||||
<p>Cita previa en <a href="tel:+34635061176">635061176</a> o <a href="mailto:policlinicaburguillos@gmail.com">policlinicaburguillos@gmail.com</a>.</p>
|
||||
|
||||
<p>Localizado en Calle la Fuente número 24.</p>
|
||||
</content>
|
||||
</post>
|
@ -11,6 +11,10 @@ body {
|
||||
height: 100%; }
|
||||
body summary h2, body summary h3, body summary h4, body summary h5 {
|
||||
display: inline; }
|
||||
body div.page-contents div.footer p.attribution {
|
||||
font-size: 0.8em; }
|
||||
body div.page-contents div.footer p.attribution a {
|
||||
font-size: 0.8em; }
|
||||
body span.round-center {
|
||||
background: blueviolet;
|
||||
color: #FEFEFA;
|
||||
|
@ -10,6 +10,7 @@ $accent-secondary: #fde68f;
|
||||
$primary-secondary: #590e11;
|
||||
$background_sidebar: $background-page; //#F5F5DC;
|
||||
$color_sidebar: #dcdcf5;
|
||||
$attribution_font_size: 0.8em;
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
@ -22,6 +23,12 @@ body {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
div.page-contents div.footer p.attribution {
|
||||
font-size: $attribution_font_size;
|
||||
a {
|
||||
font-size: $attribution_font_size;
|
||||
}
|
||||
}
|
||||
span.round-center {
|
||||
background: $background_div;
|
||||
color: $background_sidebar;
|
||||
|
BIN
public/img/burguillos-dental-ad-0-small.webp
Normal file
BIN
public/img/burguillos-dental-ad-0-small.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
public/img/burguillos-dental-ad-0.webp
Normal file
BIN
public/img/burguillos-dental-ad-0.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
BIN
public/img/burguillos-dental-ad-1-small.webp
Normal file
BIN
public/img/burguillos-dental-ad-1-small.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 MiB |
BIN
public/img/burguillos-dental-ad-1.webp
Normal file
BIN
public/img/burguillos-dental-ad-1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 MiB |
BIN
public/img/burguillos-dental.webp
Normal file
BIN
public/img/burguillos-dental.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
BIN
public/img/dentista.webp
Normal file
BIN
public/img/dentista.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
@ -94,6 +94,8 @@
|
||||
<a class="suscribe-category-rss" href="/all.rss">
|
||||
<img src="/img/rss.svg" alt="Icono de suscripción rss"/>
|
||||
</a>
|
||||
<p class="attribution"><a rel="nofollow noreferrer" href="https://www.freepik.com/free-photo/portrait-happy-european-woman-has-broad-smile-closes-eyes-feels-excitement-being-high-spirit_10583645.htm">Imagen Sonrisa Anuncio Burguillos Dental por Wayhomestudio</a>.</p>
|
||||
<p class="attribution"><a rel="nofollow noreferrer" href="https://www.freepik.com/free-photo/dentists-treat-patients-teeth_6170497.htm">Imagen Tratamiento Dental Burguillos Dental por Jcomp</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
%= include 'ads/_carousel'
|
||||
|
Loading…
Reference in New Issue
Block a user