module templates et static communs
After Width: | Height: | Size: 228 KiB |
BIN
site_statique/static/site_statique/direction.jpg
Normal file
After Width: | Height: | Size: 444 KiB |
BIN
site_statique/static/site_statique/ecole.jpg
Normal file
After Width: | Height: | Size: 251 KiB |
BIN
site_statique/static/site_statique/galerie_ecole/01.jpg
Normal file
After Width: | Height: | Size: 973 KiB |
BIN
site_statique/static/site_statique/galerie_ecole/02.jpg
Normal file
After Width: | Height: | Size: 847 KiB |
BIN
site_statique/static/site_statique/galerie_ecole/03.jpg
Normal file
After Width: | Height: | Size: 818 KiB |
BIN
site_statique/static/site_statique/galerie_ecole/04.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
site_statique/static/site_statique/harmonie.jpg
Normal file
After Width: | Height: | Size: 274 KiB |
BIN
site_statique/static/site_statique/mosaique_accueil/1.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
site_statique/static/site_statique/mosaique_accueil/2.jpg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
site_statique/static/site_statique/mosaique_accueil/3.jpg
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
site_statique/static/site_statique/mosaique_accueil/4.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
site_statique/static/site_statique/mosaique_accueil/5.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
site_statique/static/site_statique/mosaique_accueil/6.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 457 KiB |
After Width: | Height: | Size: 945 KiB |
After Width: | Height: | Size: 147 KiB |
After Width: | Height: | Size: 316 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 263 KiB |
After Width: | Height: | Size: 386 KiB |
After Width: | Height: | Size: 9.1 KiB |
BIN
site_statique/static/site_statique/partenaires/vialis.jpg
Normal file
After Width: | Height: | Size: 363 KiB |
BIN
site_statique/static/site_statique/salle.jpg
Normal file
After Width: | Height: | Size: 222 KiB |
BIN
site_statique/static/site_statique/salle/01.jpg
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
site_statique/static/site_statique/trombone.gif
Normal file
After Width: | Height: | Size: 6.9 KiB |
|
@ -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>
|
||||
|
|
|
@ -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 l’Ill»</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 %}
|
||||
|
|
|
@ -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">L’harmonie 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">L’Harmonie 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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 l’association<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 %}
|
||||
|
|