cms_backend/myproject/myproject/templates/base.html

152 lines
5.4 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{% load cms_tags menu_tags sekizai_tags %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Company Bootstrap Template - Index</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="{% static 'assets/img/favicon.png' %}" rel="icon">
<link href="{% static 'assets/img/apple-touch-icon.png' %}" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="{% static 'assets/vendor/animate.css/animate.min.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/aos/aos.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/bootstrap-icons/bootstrap-icons.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/boxicons/css/boxicons.min.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/glightbox/css/glightbox.min.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/remixicon/remixicon.css' %}" rel="stylesheet">
<link href="{% static 'assets/vendor/swiper/swiper-bundle.min.css' %}" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="{% static 'assets/css/style.css' %}" rel="stylesheet">
<link href="{% static 'assets/css/nuevo.css' %}" rel="stylesheet">
{% render_block "css" %}
<!-- =======================================================
* Template Name: Company
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
{% cms_toolbar %}
<!-- ======= Header ======= -->
<header id="header" class="fixed-top" >
<div class="container d-flex align-items-center" >
<img src='{% static "imagenes/Logo8.png" %}' class="logonavbar" />
<img src='{% static "imagenes/Logo FIc2.jpg" %}' class="logonavbar2" />
<img src='{% static "imagenes/Imagen1 TDT (1).png" %}' class="logonavbar3" />
<img src='{% static "imagenes/logo-usm (1) (1).png" %}' class="logonavbar4" />
<div class="rectangulo">
<nav id="navbar" class="navbar order-last order-lg-0">
<ul >
{% show_menu 0 100 100 100 %}
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</div>
</header><!-- End Header -->
<main id="main">
{% block content %}
{% endblock %}
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<div class="logos-container">
<img src='{% static "imagenes/Biobio-Puede-Mas-2.png" %}' class="logofooter1" />
<img src='{% static "imagenes/Logo-Biobio.png" %}' class="logofooter2" />
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Enlaces de interés</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Inicio</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Aceca de Nosotros</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Servicios</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terminos de servicio</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Polotica y Privacidad</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="credits">
&copy; <strong><span></span></strong>EMPRESA S.A. Concepción Región del Biobío Chile.
</div>
<div class="credits">
<a href="https://bootstrapmade.com/"></a>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="{% static 'assets/vendor/aos/aos.js' %}"></script>
<script src="{% static 'assets/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
<script src="{% static 'assets/vendor/glightbox/js/glightbox.min.js' %}"></script>
<script src="{% static 'assets/vendor/isotope-layout/isotope.pkgd.min.js' %}"></script>
<script src="{% static 'assets/vendor/swiper/swiper-bundle.min.js' %}"></script>
<script src="{% static 'assets/vendor/waypoints/noframework.waypoints.js' %}"></script>
<script src="{% static 'assets/vendor/php-email-form/validate.js' %}"></script>
<!-- Template Main JS File -->
<script src="{% static 'assets/js/main.js' %}"></script>
{% render_block "js" %}
</body>
</html>