1
0
forked from orson/bachemap

pseudo-responsive gap for secondbase

This commit is contained in:
kprftw 2024-09-05 21:50:20 -06:00
parent 68c363f00e
commit e5fcdb736b
4 changed files with 5 additions and 14 deletions

View File

@ -5,7 +5,7 @@
overflow-y: scroll; overflow-y: scroll;
} }
</style> </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> <h3>Hola <span style="color: darkgreen;">{{current_user.username}}</span></h3>
<h4>Tu link de invitación es:</h4> <h4>Tu link de invitación es:</h4>
<h4>https://baches.qro.mx/registrame/{{current_user.referral_code}}</h4> <h4>https://baches.qro.mx/registrame/{{current_user.referral_code}}</h4>

View File

@ -11,7 +11,7 @@
attribution: '© OpenStreetMap contributors', attribution: '© OpenStreetMap contributors',
detectRetina: true, detectRetina: true,
tileSize: 256, tileSize: 256,
maxZoom: 19, maxZoom: 20,
maxNativeZoom: 18, maxNativeZoom: 18,
//zoomOffset: 1, //zoomOffset: 1,
}).addTo(map); }).addTo(map);
@ -40,15 +40,6 @@
.bindPopup("<b>{{ pin.description }}</b><p>Fecha del reporte: {{pin.time}}</p><br><img src='{{ pin.photo }}'>"); .bindPopup("<b>{{ pin.description }}</b><p>Fecha del reporte: {{pin.time}}</p><br><img src='{{ pin.photo }}'>");
{% endfor %} {% 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 // Geolocation function
function onLocationFound(e) { function onLocationFound(e) {

View File

@ -1,7 +1,7 @@
{% extends 'secondbase.html' %} {% extends 'secondbase.html' %}
{% block content %} {% block content %}
<div style="padding: 50px; overflow-y: scroll;"> <div style="padding: 15px; overflow-y: scroll;">
<h4>Somos civiles y voluntari@s</h4> <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>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> <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>

View File

@ -11,7 +11,7 @@
</head> </head>
<body style="color: black;overflow-y: scroll;"> <body style="color: black;overflow-y: scroll;">
<nav style="height: auto;"> <nav style="height: auto; align-items:center">
<ul> <ul>
<a href="/"><li><h3 style="margin-bottom: 0;">Bachemapa</h3></li></a> <a href="/"><li><h3 style="margin-bottom: 0;">Bachemapa</h3></li></a>
</ul> </ul>
@ -34,7 +34,7 @@
</div> </div>
{% endif %} {% endif %}
{% endwith %} {% endwith %}
<main class="container-fluid" style=""> <main class="container-fluid" style="display:block; margin-top:100px">
{% block content %} {% block content %}