forked from orson/bachemap
pseudo-responsive gap for secondbase
This commit is contained in:
parent
68c363f00e
commit
e5fcdb736b
@ -5,7 +5,7 @@
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
<div style="padding-top: 30px; padding-left: 15px;">
|
||||
<div style="padding-top: 30px;">
|
||||
<h3>Hola <span style="color: darkgreen;">{{current_user.username}}</span></h3>
|
||||
<h4>Tu link de invitación es:</h4>
|
||||
<h4>https://baches.qro.mx/registrame/{{current_user.referral_code}}</h4>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
attribution: '© OpenStreetMap contributors',
|
||||
detectRetina: true,
|
||||
tileSize: 256,
|
||||
maxZoom: 19,
|
||||
maxZoom: 20,
|
||||
maxNativeZoom: 18,
|
||||
//zoomOffset: 1,
|
||||
}).addTo(map);
|
||||
@ -40,15 +40,6 @@
|
||||
.bindPopup("<b>{{ pin.description }}</b><p>Fecha del reporte: {{pin.time}}</p><br><img src='{{ pin.photo }}'>");
|
||||
{% endfor %}
|
||||
|
||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© OpenStreetMap contributors',
|
||||
detectRetina: true,
|
||||
tileSize: 256,
|
||||
maxZoom: 20,
|
||||
maxNativeZoom: 18,
|
||||
//zoomOffset: 1,
|
||||
}).addTo(map);
|
||||
|
||||
|
||||
// Geolocation function
|
||||
function onLocationFound(e) {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{% extends 'secondbase.html' %}
|
||||
{% block content %}
|
||||
|
||||
<div style="padding: 50px; overflow-y: scroll;">
|
||||
<div style="padding: 15px; overflow-y: scroll;">
|
||||
<h4>Somos civiles y voluntari@s</h4>
|
||||
<p>Esta página es un servicio comunitario desarrollado por el hackspace Kernel Panic Room, con un (maravilloso) dominio patrocinado por el programa de RSE de Qro.mx.</p>
|
||||
<p>Nuestro objetivo es construir un puente entre la ciudadanía y las autoridades estatales y municipales para poder recabar, catalogar y visibilizar los problemas infraestructurales de nuestra entindad, con el fin de facilitar que se solucionen.</p>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
</head>
|
||||
<body style="color: black;overflow-y: scroll;">
|
||||
<nav style="height: auto;">
|
||||
<nav style="height: auto; align-items:center">
|
||||
<ul>
|
||||
<a href="/"><li><h3 style="margin-bottom: 0;">Bachemapa</h3></li></a>
|
||||
</ul>
|
||||
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
<main class="container-fluid" style="">
|
||||
<main class="container-fluid" style="display:block; margin-top:100px">
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user