rs dans header, logo header, menu deroulant, pb engagement
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "base.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<section>
|
||||
<section class="section_accueil" id="section_proch">
|
||||
<div class="">
|
||||
<div class="header">
|
||||
<h3 class="titre">Prochainement</h3>
|
||||
@@ -21,25 +21,25 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="section_asso">
|
||||
<section class="section_accueil" id="section_asso">
|
||||
<div class="association">
|
||||
{% include 'partial/section_asso.twig' %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="section_projets">
|
||||
<section class="section_accueil" id="section_projets">
|
||||
<div class="projet">
|
||||
{% include 'partial/section_projets.twig' %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="section_tpsF">
|
||||
<section class="section_accueil" id="section_tpsF">
|
||||
<div class="temps_forts">
|
||||
{% include 'partial/section_tpsF.twig' %}
|
||||
</section>
|
||||
|
||||
|
||||
<section id="section_MineVideo">
|
||||
<section class="section_accueil" id="section_MineVideo">
|
||||
<div class="video">
|
||||
<div class="__header">
|
||||
<h3 class="titre">La Mine en vidéo</h3>
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{% extends "base.twig" %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'components/title_page.twig' %}
|
||||
<section>
|
||||
<div class="title_page">
|
||||
<h2 class="titre_page">{{post.title}}</h2>
|
||||
</div>
|
||||
|
||||
<ul class="cat-list d-flex flex-wrap button-group filter-button-group">
|
||||
{% for cat in terms %}
|
||||
<li>|
|
||||
@@ -17,10 +13,11 @@
|
||||
|</ul>
|
||||
|
||||
<div class="row align-items-start grid">
|
||||
<div class="col-md">
|
||||
{% for item in posts %}
|
||||
{% include 'components/thumbnails/thumbnails.twig'%}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
<div class="tableau_engagements row align-items-start">
|
||||
{% for item in post.meta('type_engagement') %}
|
||||
<div class="engagement col-sm"> <!--semble pas marcher (à cause de massonery ?)-->
|
||||
<div class="engagement col-md-12 col-lg-6"> <!--semble pas marcher (à cause de massonery ?)-->
|
||||
<div class="__head">
|
||||
<h4>{{item.titre_engagement}}</h4>
|
||||
</div>
|
||||
|
||||
@@ -5,19 +5,24 @@
|
||||
{% endblock %}
|
||||
</head>
|
||||
{% endblock %}
|
||||
|
||||
<body class="container-fluid" data-template="base.twig">
|
||||
<body class="container-fluid {{post.slug}}" data-template="base.twig">
|
||||
<header class="header d-flex justify-content-between">
|
||||
{% block header %}
|
||||
<div class="logoLamine">
|
||||
<h1 class="hdr-logo" role="banner">
|
||||
<a class="hdr-logo-link" href="{{site.url}}" rel="home">{{site.name}}</a>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="rs">
|
||||
<img src="" alt="">
|
||||
<img src="" alt="">
|
||||
<a class="hdr-logo-link" href="{{site.url}}"><img src="app/themes/la_mine/asset/images/logo_lamine_vect.svg"/></a>
|
||||
</div>
|
||||
<div class="rs row align-items">
|
||||
<div class="facebook">
|
||||
<a target="_blank" href="{{options.facebook.lien_facebook}}">
|
||||
<img src="{{ Image(options.facebook.logo_facebook).src }}" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="insta">
|
||||
<a target="_blank" href="{{options.instagram.lien_instagram}}">
|
||||
<img src="{{ Image(options.instagram.logo_instagram).src }}" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="burger">
|
||||
<button class="hamburger hamburger--slider" type="button">
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<div id="bouton_asso">
|
||||
<a href="{{post.meta('bouton_asso').lien_hello_asso}}">{{post.meta('bouton_asso').texte_bouton}}</a>
|
||||
<!-- <a href="{{group.url}}">{{group.txt}}</a> -->
|
||||
</div>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
|
||||
<section class="information">
|
||||
<div class="row">
|
||||
<div class="logo_lamine col-1">
|
||||
<a href="{{options.lien_page_accueil.url}}"><img src="{{ Image(options.lamine_footer.image_logo).src }}" /></a>
|
||||
<div class="logo_lamine col-2">
|
||||
<a href="{{site.url}}"><img src="{{ Image(options.lamine_footer.image_logo).src }}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="horaires col-">
|
||||
<div class="horaires col-md-4 col-lg">
|
||||
{{options.texte_horaire }}
|
||||
</div>
|
||||
|
||||
<div class="adresse col-">
|
||||
<div class="adresse col-md-4 col-lg">
|
||||
{{options.texte_adresse }}
|
||||
</div>
|
||||
|
||||
<div class="col-">
|
||||
<div class="col-md-4 col-lg">
|
||||
<div class="collecte">
|
||||
{{options.texte_collecte }}
|
||||
</div>
|
||||
@@ -32,19 +32,31 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-7 col-lg">
|
||||
<div class="send_actu">
|
||||
<!-- <iframe src="" width="" height=""></iframe> -->
|
||||
</div>
|
||||
<div class="add_asso">
|
||||
{% include '/components/buttons/bouton_asso.html.twig' %}
|
||||
</div>
|
||||
|
||||
<div class="partenaires row-">
|
||||
<div class="_titre">{{options.titre}}</div>
|
||||
<div class="logo_partenaires">
|
||||
<div class="container_slide d-flex">
|
||||
<div class="row justify-content align-items">
|
||||
{% for partner in options.partenaire %}
|
||||
<ul><li><a href="{{partner.lien_site_partenaire}}"><img src="{{ Image(partner.logo).src }}" /></li></ul></a>
|
||||
{% endfor %}
|
||||
<div class="partenaires row col">
|
||||
<div class="_titre col-2">{{options.titre}}</div>
|
||||
<div class="logo_partenaires col">
|
||||
<div class="container_slide">
|
||||
<ul>
|
||||
{% for partner in options.partenaire %}
|
||||
<li>
|
||||
<a target="_blank" href="{{partner.lien_site_partenaire}}">
|
||||
<img src="{{ Image(partner.logo).src }}" />
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div> <!--fin row-->
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user