Merge branch 'main' of git.owlcode.tech:sergiotarxz/burguillos.info into conquer
This commit is contained in:
commit
24b4f7db9f
@ -9,6 +9,7 @@
|
|||||||
<attributes>
|
<attributes>
|
||||||
<attribute>hamburguesas</attribute>
|
<attribute>hamburguesas</attribute>
|
||||||
<attribute>pizzerias</attribute>
|
<attribute>pizzerias</attribute>
|
||||||
|
<attribute>reparto-a-domicilio-comida</attribute>
|
||||||
</attributes>
|
</attributes>
|
||||||
<slug>hamburgueseria-la-ermita</slug>
|
<slug>hamburgueseria-la-ermita</slug>
|
||||||
<content>
|
<content>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<post>
|
<post>
|
||||||
<author>Burguillos.info</author>
|
<author>Burguillos.info</author>
|
||||||
<date>2023-09-21T05:00+00:00</date>
|
<date>2023-09-21T09:11+00:00</date>
|
||||||
<title>Carta y menú de Bar el Polígono.</title>
|
<title>Carta y menú de Bar el Polígono.</title>
|
||||||
<ogdesc>Carta y menú de Bar el Polígono.</ogdesc>
|
<ogdesc>Carta y menú de Bar el Polígono.</ogdesc>
|
||||||
<img src="/img/bar-poligono.webp" bottom-preview="600"/>
|
<img src="/img/bar-poligono.webp" bottom-preview="600"/>
|
||||||
@ -11,6 +11,7 @@
|
|||||||
</attributes>
|
</attributes>
|
||||||
<slug>bar-poligono</slug>
|
<slug>bar-poligono</slug>
|
||||||
<content>
|
<content>
|
||||||
|
<h2 style="background: black; color: red;">Cerrado permanentemente.</h2>
|
||||||
<img witdh="50%" alt="Puerta de la Bar el Poligono" style="border: solid 1px black" src="/img/bar-poligono.webp"/>
|
<img witdh="50%" alt="Puerta de la Bar el Poligono" style="border: solid 1px black" src="/img/bar-poligono.webp"/>
|
||||||
|
|
||||||
<p>El bar el polígono es un negocio de nueva apertura localizado en Calle Tomás Alba Edison número 8 donde antes se encontraba el Bar el Chori II.</p>
|
<p>El bar el polígono es un negocio de nueva apertura localizado en Calle Tomás Alba Edison número 8 donde antes se encontraba el Bar el Chori II.</p>
|
||||||
|
@ -10,10 +10,12 @@ use Mojo::Base 'Mojolicious::Controller', '-signatures';
|
|||||||
|
|
||||||
sub index($self) {
|
sub index($self) {
|
||||||
return $self->render(text => <<"EOF");
|
return $self->render(text => <<"EOF");
|
||||||
Esta aplicación no almacena datos que puedan identificar
|
|
||||||
de forma única a los usuarios.\r\n
|
|
||||||
Con fines analíticos y técnicos se almacenan la cantidad
|
Con fines analíticos y técnicos se almacenan la cantidad
|
||||||
de visitas a cada página.\r\n
|
de visitas a cada página.\r\n
|
||||||
|
La dirección IP, Agente de Usuario y parametros GET con los
|
||||||
|
que se visita la página es almacenado de forma temporal
|
||||||
|
(90 días) para detectar posibles ciberataques, tras ese tiempo
|
||||||
|
es sustituido por un hash.
|
||||||
Esta política puede cambiar en un futuro si se
|
Esta política puede cambiar en un futuro si se
|
||||||
requieren funcionalidades como registros.\r\n
|
requieren funcionalidades como registros.\r\n
|
||||||
EOF
|
EOF
|
||||||
|
@ -216,15 +216,15 @@ body {
|
|||||||
body div.carousel {
|
body div.carousel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80%;
|
top: 80%;
|
||||||
height: calc(20% - 6px);
|
height: 20%;
|
||||||
width: calc(100% - 6px); }
|
width: 100%; }
|
||||||
body div.carousel a {
|
body div.carousel a {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80%;
|
top: 80%;
|
||||||
border: solid 3px black;
|
border: solid 3px black;
|
||||||
width: calc(100%-6px);
|
width: calc(100% - 6px);
|
||||||
height: calc(20% - 6px);
|
height: calc(20% - 6px);
|
||||||
left: calc(100% + 3px);
|
left: 100%;
|
||||||
transition: left 1s ease-in;
|
transition: left 1s ease-in;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: #f2eb8c;
|
background: #f2eb8c;
|
||||||
@ -235,9 +235,9 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
body div.carousel a.show {
|
body div.carousel a.show {
|
||||||
left: calc(0% + 3px); }
|
left: 0%; }
|
||||||
body div.carousel a.remove {
|
body div.carousel a.remove {
|
||||||
left: calc(-100% - 3px); }
|
left: -100%; }
|
||||||
body div.carousel a:hover, body div.carousel a:focus {
|
body div.carousel a:hover, body div.carousel a:focus {
|
||||||
background: blueviolet;
|
background: blueviolet;
|
||||||
color: #f2eb8c; }
|
color: #f2eb8c; }
|
||||||
|
@ -289,22 +289,23 @@ body {
|
|||||||
div.carousel {
|
div.carousel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80%;
|
top: 80%;
|
||||||
height: calc(20% - 6px);
|
height: 20%;
|
||||||
width: calc(100% - 6px);
|
width: 100%;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80%;
|
top: 80%;
|
||||||
border: solid 3px black;
|
border: solid 3px black;
|
||||||
width: calc(100%-6px);
|
width: calc(100% - 6px);
|
||||||
height: calc(20% - 6px);
|
height: calc(20% - 6px);
|
||||||
left: calc(100% + 3px);
|
left: 100%;
|
||||||
transition: left 1s ease-in;
|
transition: left 1s ease-in;
|
||||||
|
|
||||||
&.show {
|
&.show {
|
||||||
left: calc(0% + 3px);
|
left: 0%;
|
||||||
}
|
}
|
||||||
&.remove {
|
&.remove {
|
||||||
left: calc(-100% - 3px);
|
left: -100%;
|
||||||
}
|
}
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: $color_div;
|
background: $color_div;
|
||||||
|
Loading…
Reference in New Issue
Block a user