ADD pages
This commit is contained in:
7
views/templates/page-acerca-de-la-cnt.twig
Normal file
7
views/templates/page-acerca-de-la-cnt.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Acerca de la CNT ---- A simple warning alert—check it out!
|
||||
</div>
|
||||
{% endblock %}
|
6
views/templates/page-barakaldo.twig
Normal file
6
views/templates/page-barakaldo.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">BARAKALDO</h1>
|
||||
|
||||
{% endblock %}
|
6
views/templates/page-bilbao.twig
Normal file
6
views/templates/page-bilbao.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">BILBAO</h1>
|
||||
|
||||
{% endblock %}
|
8
views/templates/page-documentos.twig
Normal file
8
views/templates/page-documentos.twig
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="badge text-bg-primary text-wrap">DOCUMENTOS</h1>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
DOCUMENTOS ---- A simple warning alert—check it out!
|
||||
</div>
|
||||
{% endblock %}
|
6
views/templates/page-donosti.twig
Normal file
6
views/templates/page-donosti.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">DONOSTI</h1>
|
||||
|
||||
{% endblock %}
|
6
views/templates/page-industria.twig
Normal file
6
views/templates/page-industria.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class=" text-bg-primary text-wrap">INDUSTRIA</h1>
|
||||
|
||||
{% endblock %}
|
6
views/templates/page-irunea.twig
Normal file
6
views/templates/page-irunea.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">IRUÑA</h1>
|
||||
|
||||
{% endblock %}
|
6
views/templates/page-quieres-afiliarte.twig
Normal file
6
views/templates/page-quieres-afiliarte.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">AFILIATE</h1>
|
||||
|
||||
{% endblock %}
|
6
views/templates/page-servicios-privados.twig
Normal file
6
views/templates/page-servicios-privados.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">SERVICIOS PRIVADOS</h1>
|
||||
|
||||
{% endblock %}
|
5
views/templates/page-servicios-publicos.twig
Normal file
5
views/templates/page-servicios-publicos.twig
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-bg-primary text-wrap">SERVICIOS PÚBLICOS</h1>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user