129 lines
6.4 KiB
HTML
129 lines
6.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!-- David Itehua Xalamihua {DIX} -->
|
|
<!-- Server No. 1 -->
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description"
|
|
content="Proyecto Aldeas Inteligentes, Bienestar Sostenible, sitio temporal mapa de sitios instalados. (preliminar hecho por David Itehua Xalamihua)">
|
|
|
|
<!-- {# inicio ícono #} -->
|
|
<link rel="icon" href="{{url_for('static', filename='imgs/favicon.ico')}}" />
|
|
<!-- {# fin ícono #} -->
|
|
|
|
<!--{#inicio de titulo dinamico#]-->
|
|
<title>{% block title %}{% endblock %}</title>
|
|
<!--{#fin de titulo dinamico#]-->
|
|
|
|
<!-- {# inicio bootstrap #} -->
|
|
<!--{#<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />#}-->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
|
|
crossorigin="anonymous"></script>
|
|
<!-- {# fin de bootstrap #} -->
|
|
|
|
<!--{# inicio boostrap icons #}-->
|
|
<!--{# https://icons.getbootstrap.com/ #}-->
|
|
<!--{# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"> #}-->
|
|
<!--{# fin bootstrap icons #}-->
|
|
|
|
|
|
<!-- {# inicio fuente Monserrat #} -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet" />
|
|
<!--{#inicio para añadir mas archivos css#}-->
|
|
{% block cssfiles%}{% endblock %}
|
|
<!--{# fin para añadir más archivos de css #}-->
|
|
<!-- {# fin fuente Monserrat #} -->
|
|
|
|
<!-- {# inicio mi hoja de estilos #} -->
|
|
<link rel="stylesheet" href="{{url_for('static', filename='css/style.css')}}" />
|
|
<!-- {# fin mi hoja de estilos #} -->
|
|
|
|
<!-- {# inicio otros recursos #} -->
|
|
{% block recursos %} {% endblock %}
|
|
<!-- {# fin otros recursos #} -->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topLogoContainer">
|
|
<img class="lc" src="{{url_for('static', filename='imgs/logoSICT.webp')}}" alt="logo gobierno de México" />
|
|
<img class="lai" src="{{url_for('static', filename='imgs/LogoAI.webp')}}" alt="logo Aldeas Inteligentes" />
|
|
</div>
|
|
|
|
<!--{# inicio para validar el navbar #}-->
|
|
<nav class="navbar navbar-expand-lg navbar-custom">
|
|
<!-- {# <a class="navbar-brand" href="#">Navbar</a> #} -->
|
|
<button class="navbar-toggler ml-auto custom-toggler" type="button" data-toggle="collapse"
|
|
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
|
|
aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav mr-auto">
|
|
<li class="nav-item active">
|
|
<a class="nav-link link-light" href="{{url_for('home')}}">
|
|
Reportes
|
|
<!--{# <span class="sr-only">(current)</span> #}-->
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link link-light" href="{{url_for('mapa')}}">Mapa</a>
|
|
</li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle link-light" href="#" id="navbarDropdown" role="button"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
Más información
|
|
</a>
|
|
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
|
<a class="dropdown-item" href="https://coberturauniversal.gob.mx/" target="_blank">Portal de
|
|
Cobertura Universal</a>
|
|
<!--{# <a class="dropdown-item" href="#" target="_blank">Another action</a> #}-->
|
|
<!--{# <div class="dropdown-divider"></div> #}-->
|
|
<!--{# <a class="dropdown-item" href="#">Something else here</a> #}-->
|
|
</div>
|
|
</li>
|
|
<!-- {# <li class="nav-item">
|
|
<a class="nav-link disabled" href="#">Disabled</a>
|
|
</li> #} -->
|
|
</ul>
|
|
<!--{#
|
|
<form class="form-inline my-2 my-lg-0">
|
|
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
|
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
|
</form>
|
|
#}-->
|
|
</div>
|
|
</nav>
|
|
<!--{# fin para validar el navbar #}-->
|
|
|
|
|
|
{% block content %} {% endblock %}
|
|
|
|
<div id="notification-area"></div>
|
|
|
|
|
|
<!--{# script inicio hamburger menu bootstrap #}-->
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
|
|
</script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
|
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
|
|
</script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
|
|
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous">
|
|
</script>
|
|
<!--{# script fin hamburger menu bootstrap #}-->
|
|
<!-- {# fin js btsp #} -->
|
|
</body>
|
|
|
|
</html>
|