You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.8 KiB
55 lines
1.8 KiB
<section id="association" class="pal">
|
|
<div class="w60 center txtcenter">
|
|
<h1 class="mbm">L’association</h1>
|
|
|
|
<p>
|
|
Le festival est géré par <strong>White Rabbit PSES</strong>,
|
|
association loi 1901 à but non lucratif.
|
|
</p>
|
|
<p>
|
|
RNA : W941011113, SIRET: 82819102300013
|
|
</p>
|
|
|
|
<h2 class="mtm">Nous contacter</h2>
|
|
|
|
<div id="contact" class="autogrid has-gutter">
|
|
<div>
|
|
<a href="mailto:bureau@passageenseine.fr" title="Courriel, ouvre une nouvelle fenêtre" alt="Courriel" target="_blank">
|
|
<%= svg_image_tag 'logos.svg', 'email' %>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<a href="https://mamot.fr/@passageenseine" title="Mastodon, ouvre une nouvelle fenêtre" alt="Mastodon" target="_blank">
|
|
<%= svg_image_tag 'logos.svg', 'mastodon' %>
|
|
</a>
|
|
</div>
|
|
<div>
|
|
<a href="https://twitter.com/passageenseine" title="Twitter, ouvre une nouvelle fenêtre" alt="Twitter" target="_blank">
|
|
<%= svg_image_tag 'logos.svg', 'twitter' %>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<h2 class="mtm">Nos partenaires</h2>
|
|
|
|
<div id="sponsors" class="autogrid has-gutter">
|
|
<% data.partners.each do |k, p| %>
|
|
<% content_tag :div do %>
|
|
<% link_to p.link, title: p.name, alt: p.name, target: :_blank do %>
|
|
<%= image_tag p.logo %>
|
|
<% end %>
|
|
<% end %>
|
|
<% end %>
|
|
</div>
|
|
|
|
<p class="mtm">
|
|
<a href="https://git.passageenseine.fr/pses/site" title="Sources de ce site">
|
|
<%= svg_image_tag 'logos.svg', 'cc-by-sa' %>
|
|
</a>
|
|
<br>
|
|
|
|
Icônes par <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a>
|
|
via <a href="https://www.flaticon.com/" title="Flaticon">FlatIcon</a>
|
|
</p>
|
|
</div>
|
|
</section>
|