Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mise à jour #1

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5ff944f
correction doublons images archive devfestnoz 2024
rvailleux Jun 17, 2024
694f2bb
modification home page pour devfest 2024 + création page archive
rvailleux Jun 17, 2024
ea968f7
suppression image slidedecks en doublon
rvailleux Jun 18, 2024
171e1da
correction path sur les slidedecks des ateliers passés
rvailleux Jun 18, 2024
6fc549c
correction url cfp homepage
rvailleux Jun 18, 2024
9610a70
ajout graphisme homepage + correction typos
rvailleux Jun 19, 2024
84f047c
factorisation template button
rvailleux Jun 19, 2024
b2279f5
correction path img logo slider
rvailleux Jun 19, 2024
2b9f65d
update favicon
rvailleux Jun 20, 2024
ca9952f
updating meta tags
rvailleux Jun 20, 2024
2488269
ajout aftermovie
rvailleux Jun 20, 2024
5ccde86
Remove link in description
sliard Jun 21, 2024
271987a
ajout 1ers speakers
rvailleux Jul 1, 2024
e4c07ea
Merge branch 'master' of github.com:Code-d-Armor/conference
rvailleux Jul 1, 2024
98f7586
typo
rvailleux Jul 1, 2024
ddb1a62
Merge branch 'master' of github.com:rvailleux/conference
rvailleux Sep 2, 2024
b3b462f
add speakers
rvailleux Sep 2, 2024
bd598b7
add program
rvailleux Sep 2, 2024
c477c5b
correction 6conf + ajout include Agenda
rvailleux Sep 3, 2024
0d7fa40
change photo pascal
rvailleux Sep 5, 2024
44b7428
change photo pascal
rvailleux Sep 5, 2024
822da82
added id on speakers list + Thomas' photo
rvailleux Sep 6, 2024
e956959
added the agenda
rvailleux Sep 6, 2024
790e924
Merge branch 'add_program' of github.com:Code-d-Armor/conference
rvailleux Sep 6, 2024
1795e90
Merge branch 'master' of github.com:Code-d-Armor/conference
rvailleux Sep 6, 2024
33b8e15
fix img size
rvailleux Sep 6, 2024
2b8716b
added sponsors
rvailleux Sep 6, 2024
a0fd527
added CNAME entry
rvailleux Sep 10, 2024
e6c874e
added speaker and talk pierre renault
rvailleux Sep 27, 2024
70a9414
added schedule
rvailleux Oct 2, 2024
62dc120
correction centre de congres en palais
rvailleux Oct 2, 2024
272a797
added photos
rvailleux Oct 22, 2024
b05c5b5
added newsletter in front page
rvailleux Oct 22, 2024
5d5b4db
created archive devfest 2024
rvailleux Oct 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modification home page pour devfest 2024 + création page archive
rvailleux committed Jun 17, 2024
commit 694f2bb89f2c6dbde494b3fee62442b499452d71
14 changes: 6 additions & 8 deletions _data/commons.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
logo_url: "/assets/img/logo_dark.png"

menu:
- title: DevFest 2024
url: '/'
- title: Archives
url: '/archives'
- title: À propos
url: /a-propos
- title: DevFestNoz
url: '/assets/2024/devfestnoz/'
- title: DevFest 2023
url: /assets/2023/
- title: DevFest 2022
url: /assets/2022/
- title: DevFest 2021
url: /assets/2021/

shortDescription: Le DevFest Perros-Guirec est une conférence à destination des développeu.se.r.s organisée par l'association <a href="https://codedarmor.fr/">Code d'Armor</a>.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<div class="col-md-6 col-lg-3 col-sm-6 col-xs-12 wow fadeInUp short-description" data-wow-delay="0.2s">
<img src="{{ site.baseurl }}/assets/img/logo_light.png" alt="DevFestNoz logo">
<p>
{{ page.Details.what.shortDescription }}
{{ site.data.commons.shortDescription }}
</p>
</div>
<div class="col-md-6 col-lg-3 col-sm-6 col-xs-12 wow fadeInUp" data-wow-delay="0.4s">
42 changes: 42 additions & 0 deletions _includes/register.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<section id="call-to-action" 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">{{include.params.title}}</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-2 d-none-lg">
</div>
<div class="col-lg-8 col-1ah2 text-center">
<p>{{ include.params.text }}</p>
</div>
<div class="col-2 d-none-lg">
</div>
</div>
<div class="row p-3">
<div class="col-2 d-none-lg">
</div>
<div class="col-lg-8 col-1ah2 text-center">
{% assign button_type = 'border' %}
{% if include.params.button1.isPrimary %}
{% assign button_type = 'common'%}
{% endif %}
<a href="{{ site.url }}{{ site.baseurl }}{{ include.params.button1.url }}"
class="fadeInRight wow contrasted btn btn-{{ button_type }} btn-lg" data-wow-delay=".6s">{{ include.params.button1.text
}}</a>
{% assign button_type = 'border' %}
{% if include.params.button2.isPrimary %}
{% assign button_type = 'common'%}
{% endif %}
<a href="{{ site.url }}{{ site.baseurl }}{{ include.params.button2.url }}"
class="fadeInRight wow btn btn-{{ button_type }} btn-lg" data-wow-delay=".6s">{{ include.params.button2.text
}}</a>
</div>
<div class="col-2 d-none-lg">
</div>
</div>
</div>
</section>
28 changes: 28 additions & 0 deletions _includes/speakers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<section id="speakers" 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">Conférencier</h2>
</div>
</div>
</div>
{% for speaker in page.Speakers %}
<div class="row">
<div class="col-2 d-none-lg">

</div>
<div class="col-lg-4 col-12">
<img class="img-fluid mx-auto d-block" src="{{ site.baseurl }}{{ speaker.picture }}" alt="{{ speaker.name}}">
</div>
<div class="col-lg-4 col-12 text-lg-left text-center">
<h3>{{ speaker.name }}</h3>
<p>{{ speaker.bio }}</p>
</div>
<div class="col-2 d-none-lg">

</div>
</div>
{% endfor %}
</div>
</section>
26 changes: 13 additions & 13 deletions _layouts/about.html
Original file line number Diff line number Diff line change
@@ -17,26 +17,26 @@
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.title}}</h1>
</div>
</div>

</div>
<div class="row">
<div class="gallery-box">
<div class="img-thumb">
<img class="img-fluid" src="{{ site.baseurl }}{{ page.photo_equipe }}" alt="l'équipe Code d'Armor">
</div>
<div class="overlay-box text-center">
<a class="lightbox" href="{{ site.baseurl }}{{ page.photo_equipe }}">
<i class="lni-plus"></i>
</a>
</div>
<div class="p-3 col text-lg-left text-center">
<p>{{ page.description }}</p>
</div>
</div>
<div class="row">
<div class="col text-lg-left text-center">
<p>{{ page.description }}</p>
</div>
<div class="row">
<div class="gallery-box">
<div class="img-thumb">
<img class="img-fluid" src="{{ site.baseurl }}{{ page.photo_equipe }}" alt="l'équipe Code d'Armor">
</div>
<div class="overlay-box text-center">
<a class="lightbox" href="{{ site.baseurl }}{{ page.photo_equipe }}">
<i class="lni-plus"></i>
</a>
</div>
</div>
</div>

</section>

<!-- Section Subscribe Newsletter Start -->
69 changes: 69 additions & 0 deletions _layouts/archives.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---

---

{% include header.html %}
<div class="row">
<div class="col-2 d-none-lg">

</div>
<div class="col-12 col-lg-8">
<div class="container">
<div class="row">
<div class="col">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.title}}</h1>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<p>{{ page.description }}</p>
</div>
</div>
<!-- Section About Start -->
<section id="archives" class="section-padding">
<div class="row">
<div class="col text-center">
<h2 class="p-3">{{ page.archives_title }}</h2>
{% for archive in page.archives %}
<p><a href="{{ site.baseurl }}{{ archive.url }}" alt="Archive {{ archive.title }}">{{ archive.title }}</a>
</p>
{% endfor %}
</div>
</div>
</section>
<!-- Section About Start -->
<section id="gallery" class="section-padding">
<div class="row">
<div class="col text-center">
<h2>{{ page.slidedecks_title }}</h2>
</div>
</div>
<div class="row">
{% for slidedeck in page.slidedecks %}
<div class="col-sm-12 col-lg-6">
<a class="text-center" href="{{ site.baseurl }}{{ slidedeck.file }}"><p>Télécharger la présentation</p></a>
<div class="gallery-box">
<div class="img-thumb">
<img class="img-fluid"
src="{{ site.baseurl }}{{ slidedeck.thumbnail }}">
</div>
<div class="overlay-box text-center">
<a class="lightbox" href="{{ site.baseurl }}{{ slidedeck.thumbnail }}">
<i class="lni-plus"></i>
</a>
</div>
</div>
</div>
{% endfor %}
</div>
</section>
</div>
</div>
<div class="col-2 d-none-lg">

</div>
</div>

{% include footer.html %}
100 changes: 100 additions & 0 deletions _layouts/home_conference.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
---

---

{% include header.html %}
{% include carrousel.html %}

<!-- Section Program Start -->
<section id="program" 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.Details.what.title}}</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-2 d-none-lg">

</div>
<div class="col-lg-8 col-1ah2 text-lg-left text-center">
<p>{{ page.Details.what.description }}</p>
</div>
<div class="col-2 d-none-lg">

</div>
</div>
</div>
</section>

<!-- Program Section Ends -->


<!-- Speakers Section Starts -->

{% if page.Speakers != null %}
{% include speakers.html %}
{% endif %}
<!-- Speakers Section Ends -->

<!-- Gallery Section Starts -->

{% if page.Gallery != null %}
{% include gallery.html %}
{% endif %}

<!-- Gallery Section End -->

<!-- Counter Area Start-->
<section class="counter-section section-padding">
<div class="container">
<div class="row">
<!-- Counter Item -->
<div class="col-md-6 col-lg-3 col-xs-12 work-counter-widget text-center">
<div class="counter wow fadeInRight" data-wow-delay="0.3s">
<div class="icon"><i class="lni-map"></i></div>
<p><a href="{{ page.Details.linkToMap }}">{{ page.Details.where.venue }}</a></p>
<span>{{ page.Details.where.address }}</span>
<span>{{ page.Details.where.city }}</span>
</div>
</div>
<!-- Counter Item -->
<div class="col-md-6 col-lg-3 col-xs-12 work-counter-widget text-center">
<div class="counter wow fadeInRight" data-wow-delay="0.6s">
<div class="icon"><i class="lni-timer"></i></div>
<p>{{ page.Details.when.date }}</p>
<span>{{ page.Details.when.time }}</span>
</div>
</div>
<!-- Counter Item -->
<div class="col-md-6 col-lg-3 col-xs-12 work-counter-widget text-center">
<div class="counter wow fadeInRight" data-wow-delay="0.9s">
<div class="icon"><i class="lni-users"></i></div>
<p>{{ page.Details.who.attendees }} </p>
<span>{{ page.Details.who.limit }}</span>
</div>
</div>
<!-- Counter Item -->
<div class="col-md-6 col-lg-3 col-xs-12 work-counter-widget text-center">
<div class="counter wow fadeInRight" data-wow-delay="1.2s">
<div class="icon"><i class="lni-coffee-cup"></i></div>
<p>{{ page.Details.cocktail.whatOffered}}</p>
<span>{{ page.Details.cocktail.callToAction}}</span>
</div>
</div>
</div>
</div>
</section>
<!-- Counter Area End-->

<!-- Registration Section Starts -->

{% if page.Register != null %}
{% include register.html params=page.Register %}
{% endif %}

<!-- Registration Section End -->

{% include footer.html %}
26 changes: 26 additions & 0 deletions _sass/_global.scss
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ p{
font-weight: 400;
font-family: 'Lato', sans-serif;
margin: 0px;
margin-top: 15px;
font-size: 15px;
}
ul,ol{
@@ -225,12 +226,25 @@ $transition: all 0.3s ease-in-out;
margin-right: 5px;
}
}

/* .contrasted.btn{
border-color: $primary;
color: $primary-light;
}
*/
.btn:focus,
.btn:active{
box-shadow: none;
outline: none;
color: #fff;
}

/*
.contrasted.btn:focus,
.contrasted.btn:active{
color: $primary;
} */

.btn-common{
background-color: $preset;

@@ -239,6 +253,7 @@ $transition: all 0.3s ease-in-out;
background: #fff;
}
}

.btn-border{
color: #fff;
background-color: transparent;
@@ -248,6 +263,17 @@ $transition: all 0.3s ease-in-out;
background-color: rgba(255, 255, 255, 0.2);
}
}

.contrasted.btn-border{
border-color: $primary;
color: $primary;

&:hover{
color: $primary;
border-color: $primary;
}
}

.btn-lg{
padding: 12px 34px;
text-transform: uppercase;
Loading