module templates et static communs

This commit is contained in:
nyanloutre 2019-09-22 12:46:10 +02:00
parent d03d2f3371
commit c9e613adda
109 changed files with 221 additions and 225 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common_files/base.html" %}
{% block description %}Direction de la musique de Meyenheim{% endblock %}
@ -9,7 +9,7 @@
<header style="background: #F05F40;">
<div class="header-content">
<div class="header-content-inner">
<img src="{% static "img/direction.jpg" %}" class="img-responsive" style="width: 2000px;"></img>
<img src="{% static "site_statique/direction.jpg" %}" class="img-responsive" style="width: 2000px;"></img>
</div>
</div>
</header>

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common_files/base.html" %}
{% block description %}Site de la musique de Meyenheim{% endblock %}
@ -6,7 +6,7 @@
{% load static %}
{% block contenu %}
<header style="background-image: url('{% static "img/ecole.jpg" %}')">
<header style="background-image: url('{% static "site_statique/ecole.jpg" %}')">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading" style="text-shadow: 0px 0px 7px #000; margin-bottom: 400px;">École de Musique</br>«Les notes de lIll»</h1>
@ -101,7 +101,7 @@
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<img src="{% static "img/trombone.gif" %}" alt="icone trombone">
<img src="{% static "site_statique/trombone.gif" %}" alt="icone trombone">
<h3>Les instruments enseignés sont</h4>
<ul class="list-group">
<li class="list-group-item track" data-toggle="popover" data-content="Nathalie ROHRBACH" data-title="Enseignant">Le chant
@ -129,16 +129,16 @@
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="{% static "img/galerie_ecole/01.jpg" %}" alt="Illustration école de musique">
<img src="{% static "site_statique/galerie_ecole/01.jpg" %}" alt="Illustration école de musique">
</div>
<div class="item">
<img src="{% static "img/galerie_ecole/02.jpg" %}" alt="Illustration école de musique">
<img src="{% static "site_statique/galerie_ecole/02.jpg" %}" alt="Illustration école de musique">
</div>
<div class="item">
<img src="{% static "img/galerie_ecole/03.jpg" %}" alt="Illustration école de musique">
<img src="{% static "site_statique/galerie_ecole/03.jpg" %}" alt="Illustration école de musique">
</div>
<div class="item">
<img src="{% static "img/galerie_ecole/04.jpg" %}" alt="Illustration école de musique">
<img src="{% static "site_statique/galerie_ecole/04.jpg" %}" alt="Illustration école de musique">
</div>
</div>
@ -153,5 +153,5 @@
</a>
</div>
{% include "contact.html" with responsable="Nathalie ROHRBACH, Directrice" email="ecole@musique-meyenheim.fr" %}
{% include "common_files/contact.html" with responsable="Nathalie ROHRBACH, Directrice" email="ecole@musique-meyenheim.fr" %}
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common_files/base.html" %}
{% block description %}Site de la musique de Meyenheim{% endblock %}
@ -6,7 +6,7 @@
{% load static %}
{% block contenu %}
<header style="background-image: url('{% static "img/harmonie.jpg" %}')">
<header style="background-image: url('{% static "site_statique/harmonie.jpg" %}')">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading" style="text-shadow: 0px 0px 7px #000;">Harmonie intercommunale Centre Haut-Rhin</br>Des airs traditionnels ou classiques aux musiques actuelles</h1>
@ -30,10 +30,10 @@
<p class="text-faded">Lharmonie intercommunale est née de la réunion des harmonies de Meyenheim, Oberhergheim et Réguisheim mais est ouverte à tout musicien, notamment les jeunes musiciens après quelques années de pratiques mais aussi les adultes souhaitant reprendre une activité musicale après quelques années de pause.</p>
<p class="text-faded">LHarmonie intercommunale est financée par la Communauté de Communes Centre Haut-Rhin.</p>
</div>
<img src="{% static "img/IllFest_2013_Corentin_Christophe.jpg" %}" class="col-lg-6 img-responsive">
<img src="{% static "site_statique/IllFest_2013_Corentin_Christophe.jpg" %}" class="col-lg-6 img-responsive">
</div>
</div>
</section>
{% include "contact.html" %}
{% include "common_files/contact.html" %}
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common_files/base.html" %}
{% block description %}Site de la musique de Meyenheim{% endblock %}
@ -43,8 +43,8 @@
<div class="container-fluid">
<div class="row no-gutter popup-gallery">
<div class="col-lg-4 col-sm-6">
<a href="harmonie.php" class="portfolio-box">
<img src="{% static "img/portfolio/thumbnails/1.jpg" %}" alt="">
<a href="{% url 'harmonie' %}" class="portfolio-box">
<img src="{% static "site_statique/mosaique_accueil/1.jpg" %}" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
@ -55,8 +55,8 @@
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="ecole.php" class="portfolio-box">
<img src="{% static "img/portfolio/thumbnails/2.jpg" %}" alt="">
<a href="{% url 'ecole' %}" class="portfolio-box">
<img src="{% static "site_statique/mosaique_accueil/2.jpg" %}" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
@ -67,8 +67,8 @@
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="evenements.php" class="portfolio-box">
<img src="{% static "img/portfolio/thumbnails/3.jpg" %}" alt="">
<a href="{% url 'evenements' %}" class="portfolio-box">
<img src="{% static "site_statique/mosaique_accueil/3.jpg" %}" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
@ -79,8 +79,8 @@
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="direction.php" class="portfolio-box">
<img src="{% static "img/portfolio/thumbnails/4.jpg" %}" alt="">
<a href="{% url 'direction' %}" class="portfolio-box">
<img src="{% static "site_statique/mosaique_accueil/4.jpg" %}" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
@ -91,8 +91,8 @@
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="salle.php" class="portfolio-box">
<img src="{% static "img/portfolio/thumbnails/5.jpg" %}" alt="">
<a href="{% url 'salle' %}" class="portfolio-box">
<img src="{% static "site_statique/mosaique_accueil/5.jpg" %}" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
@ -103,8 +103,8 @@
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="partenaires.php" class="portfolio-box">
<img src="{% static "img/partenaires/vialis.jpg" %}" alt="">
<a href="{% url 'partenaires' %}" class="portfolio-box">
<img src="{% static "site_statique/partenaires/vialis.jpg" %}" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
@ -118,6 +118,6 @@
</div>
</section>
{% include "contact.html" %}
{% include "common_files/contact.html" %}
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common_files/base.html" %}
{% block description %}Site de la musique de Meyenheim{% endblock %}
@ -37,14 +37,14 @@
<section id="partenaires">
<h1 class="text-center">Nos partenaires</h1>
<a href="http://www.meyenheim.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/Meyenheim_logo.jpg" %}"></a>
<a href="http://ccchr.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/logo-couleur-CCCHR-e1423820301297.jpg" %}"></a>
<a href="https://www.haut-rhin.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/Logo_Alsace_CD68.png" %}"></a>
<a href="https://culturegrandest.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/Agence-culturelle-Grand-Est-rouge.jpg" %}"></a>
<a href="https://www.vialis.tm.fr/particulier/cable/internet" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/vialis.jpg" %}"></a>
<a href="https://www.creditmutuel.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/04_credit_mutuel_2012.jpg" %}"></a>
<a href="https://fr-fr.facebook.com/BoulangerieGoetz/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/05_boulangerie_goetz2015_1.jpg" %}"></a>
<a href="http://bapst.chauffagiste-viessmann.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/Bapst_2017-002.jpg" %}"></a>
<a href="https://www.planetpizza-leresto.com/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "img/partenaires/Planetpizza_1-001.jpg" %}"></a>
<a href="http://www.meyenheim.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/Meyenheim_logo.jpg" %}"></a>
<a href="http://ccchr.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/logo-couleur-CCCHR-e1423820301297.jpg" %}"></a>
<a href="https://www.haut-rhin.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/Logo_Alsace_CD68.png" %}"></a>
<a href="https://culturegrandest.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/Agence-culturelle-Grand-Est-rouge.jpg" %}"></a>
<a href="https://www.vialis.tm.fr/particulier/cable/internet" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/vialis.jpg" %}"></a>
<a href="https://www.creditmutuel.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/04_credit_mutuel_2012.jpg" %}"></a>
<a href="https://fr-fr.facebook.com/BoulangerieGoetz/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/05_boulangerie_goetz2015_1.jpg" %}"></a>
<a href="http://bapst.chauffagiste-viessmann.fr/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/Bapst_2017-002.jpg" %}"></a>
<a href="https://www.planetpizza-leresto.com/" class="col-sm-6 col-md-4"><img class="img-responsive" src="{% static "site_statique/partenaires/Planetpizza_1-001.jpg" %}"></a>
</section>
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common_files/base.html" %}
{% block description %}Site de la musique de Meyenheim{% endblock %}
@ -6,7 +6,7 @@
{% load static %}
{% block contenu %}
<header style="background-image: url('{% static "img/salle.jpg" %}')">
<header style="background-image: url('{% static "site_statique/salle.jpg" %}')">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading" style="text-shadow: 0px 0px 7px #000; margin-bottom: 300px;">La salle de lassociation<br>pour tous vos évenements festifs</h1>
@ -56,7 +56,7 @@
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="{% static "img/salle/01.jpg" %}" alt="Photo interieur salle">
<img src="{% static "site_statique/salle/01.jpg" %}" alt="Photo interieur salle">
</div>
</div>
@ -69,5 +69,5 @@
</a>
</section> <!-- Carousel -->
{% include "contact.html" with responsable="Céline TREHIOU" email="salle@musique-meyenheim.fr" adresse="Mme TREHIOU Céline</br>4 rue St Michel</br>68890 MEYENHEIM" %}
{% include "common_files/contact.html" with responsable="Céline TREHIOU" email="salle@musique-meyenheim.fr" adresse="Mme TREHIOU Céline</br>4 rue St Michel</br>68890 MEYENHEIM" %}
{% endblock %}