refonte avec Django
This commit is contained in:
parent
bcb37a8862
commit
bc6add0029
162 changed files with 572 additions and 1558 deletions
23
templates/contact.html
Normal file
23
templates/contact.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<section id="contact">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<h2 class="section-heading">Contact</h2>
|
||||
<hr class="primary">
|
||||
<p>Eric TREHIOU, Président</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-lg-offset-2 text-center">
|
||||
<i class="fa fa-phone fa-3x sr-contact"></i>
|
||||
<p>07 68 40 11 38</p>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center">
|
||||
<i class="fa fa-at fa-3x sr-contact"></i>
|
||||
<p><a href="mailto:contact@musique-meyenheim.fr">contact@musique-meyenheim.fr</a></p>
|
||||
</div>
|
||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<i class="fa fa-envelope fa-3x sr-contact"></i>
|
||||
<p>Société de Musique Fraternité</br>10 rue de l’Ill</br>68890 MEYENHEIM</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
4
templates/footer.html
Normal file
4
templates/footer.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<footer>
|
||||
<small>Créé par Paul TREHIOU et inspiré du theme <a href="https://startbootstrap.com/template-overviews/creative/">Creative</a> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png"></a> powered by <a href="https://nixos.org/">NixOS</a> and <a href="https://djangoproject.com">Django</a></small>
|
||||
<a href="{% url 'admin:index' %}">Admin</a>
|
||||
</footer>
|
14
templates/include_foot.html
Normal file
14
templates/include_foot.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% load static %}
|
||||
<!-- jQuery -->
|
||||
<script src="{% static "vendor/jquery.min.js" %}"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{% static "vendor/bootstrap.min.js" %}"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="{% static "vendor/jquery.easing.min.js" %}"></script>
|
||||
<script src="{% static "vendor/scrollreveal.min.js" %}"></script>
|
||||
<script src="{% static "vendor/appear.min.js" %}"></script>
|
||||
|
||||
<!-- Theme JavaScript -->
|
||||
<script src="{% static "vendor/creative.min.js" %}"></script>
|
20
templates/include_head.html
Normal file
20
templates/include_head.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{% load static %}
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<script src="https://use.fontawesome.com/49602068ad.js"></script>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Theme CSS -->
|
||||
<link href="{% static "vendor/creative.min.css" %}" rel="stylesheet">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="icon" type="image/jpg" href="{% static "img/favicon.jpg" %}" />
|
46
templates/navbar.html
Normal file
46
templates/navbar.html
Normal file
|
@ -0,0 +1,46 @@
|
|||
{% load static %}
|
||||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container-fluid">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand page-scroll" href="{% url 'accueil' %}#page-top">
|
||||
<img alt="Logo" src="{% static "img/logo.jpg" %}" style="height: 65px;">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right" style="
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
">
|
||||
<li>
|
||||
<a class="page-scroll" href="{% url 'harmonie' %}">Harmonie intercommunale</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="{% url 'ecole' %}">École de musique</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="{% url 'evenements' %}">Évenements</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="{% url 'direction' %}">Direction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="{% url 'salle' %}">La salle</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="{% url 'partenaires' %}">Partenaires</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#contact">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue