Skip to content

Commit

Permalink
added sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
rvailleux committed Sep 6, 2024
1 parent 33b8e15 commit 2b8716b
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _includes/agenda.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<div class="container">
<div class="row">

<div class="col-2"></div>
<div class="col-2 d-none-lg"></div>
<div class="col-8">
<div class="section-title-header text-center">
<h2 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.Agenda.title}}</h2>
</div>
<div class="row">
<div class="col-2"></div>
<div class="col-2 d-none-lg"></div>
<div class="col-8">
<div class="section-TOC">
<ul>
Expand All @@ -24,13 +24,13 @@ <h2 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.Agenda.titl
</ul>
</div>
</div>
<div class="col-2"></div>
<div class="col-2 d-none-lg"></div>
</div>
</div>
<div class="col-2"></div>
<div class="col-2 d-none-lg"></div>
</div>
<div class="row">
<div class="col-2">
<div class="col-2 d-none-lg">

</div>

Expand Down Expand Up @@ -64,7 +64,7 @@ <h3 id="talk-{% increment counter %}">{{ talk.title }}</h3>
</div>
{% endfor %}
</div>
<div class="col-2">
<div class="col-2 d-none-lg">

</div>
</div>
Expand Down
29 changes: 29 additions & 0 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<section id="sponsors" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title-header text-center">
<h2 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.Sponsoring.title}}</h2>
<p>{{ page.Sponsoring.acknowlegment}}</p>
</div>
</div>
</div>

<div class="row pt-5" id="{{ speaker.id }}">
<div class="col-2 d-none-lg">

</div>
{% for sponsor in page.Sponsoring.sponsors %}
<div class="col-lg-3 col-12 p-3">
{% if sponsor.logo_url!= null %}
<a href="{{ sponsor.site_url }}" target="_blank"><img class="img-fluid mx-auto d-block" src="{{ site.baseurl }}{{ sponsor.logo_url }}" alt="{{ sponsor.name}}"></a>
{% endif %}
</div>
{% endfor %}
<div class="col-2 d-none-lg">

</div>
</div>

</div>
</section>
7 changes: 7 additions & 0 deletions _layouts/home_conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ <h2 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.Details.wha
{% endif %}
<!-- Agenda Section Ends -->

<!-- Sponsors Section Starts -->

{% if page.Sponsoring != null %}
{% include sponsors.html %}
{% endif %}
<!-- Sponsors Section Ends -->

<!-- Speakers Section Starts -->

{% if page.Speakers != null %}
Expand Down
Binary file added assets/img/logos_sponsors/logo_anticipa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logos_sponsors/logo_ltc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logos_sponsors/logo_saooti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ LastYearMovie:
text: Revivez les meilleurs moments du DevFest Perros-Guirec 2023.
youtube_embed_url: https://www.youtube.com/embed/8WLXD1TigUE?si=v8uQq2YluSpqfqnv&amp;controls=0

Sponsoring:
title : Nos Partenaires
acknowlegment: Merci à aux partenaires qui nous aident à réaliser cet événement dans les meilleures conditions 🙏
sponsors:
- name: Saooti
site_url: https://www.saooti.com
logo_url: "assets/img/logos_sponsors/logo_saooti.png"
- name: Lannion Tregor Communauté
site_url: https://www.lannion-tregor.com/
logo_url: "assets/img/logos_sponsors/logo_ltc.png"
- name: Anticipa
site_url: https://www.technopole-anticipa.com/
logo_url: "assets/img/logos_sponsors/logo_anticipa.png"

Speakers:
title: Speakers
Expand Down

0 comments on commit 2b8716b

Please sign in to comment.