Skip to content
Snippets Groups Projects
Commit 1a55b3b4 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

Merge branch 'events' into 'master'

Fixes the calendar and creates the last events

See merge request frama-c/frama-c.frama-c.com!13
parents 83b915e7 d68a826b
No related branches found
No related tags found
1 merge request!13Fixes the calendar and creates the last events
Pipeline #23465 passed
......@@ -43,6 +43,7 @@ collections:
output: true
events:
output: false
sort_by: date
fc-versions:
output: true
sort_by: number
......
---
layout: default
date: 13-09-2019
title: Release of Frama-C Clang 0.0.7
image: /assets/img/events/frama-clang.png
---
Frama-C Clang 0.0.7 is out. Download it [here](/fc-plugins/frama-clang.html).
\ No newline at end of file
---
layout: default
date: 10-08-2019
title: A new day in Frama-C
---
---
layout: default
date: 10-08-2019
title: A new day in Frama-C
---
---
layout: default
date: 18-05-2019
title: Frama-C & SPARK Day 2019
image: /assets/img/events/fc-day-2019.png
---
Frama-C & SPARK Day 2019 will take place on June 3, 2019 in Paris.
Registration and program [here](http://frama-c.com/FCSD19.html).
\ No newline at end of file
---
layout: default
date: 31-05-2018
title: Release of Frama-C 17.0 (Chlorine)
image: /assets/img/events/Chlorine.jpg
---
Frama-C 17.0 (Chlorine) is out. Download it [here](/fc-versions/chlorine.html).
\ No newline at end of file
---
layout: default
date: 29-10-2018
title: Release of Frama-C 18.0 (Argon)
image: /assets/img/events/Argon.jpg
---
Frama-C 18.0 (Argon) is out. Download it [here](/fc-versions/argon.html).
\ No newline at end of file
---
layout: default
date: 21-06-2019
title: Release of Frama-C 19.0 (Potassium)
image: /assets/img/events/Potassium.jpg
---
Frama-C 19.0 (Potassium) is out. Download it [here](/fc-versions/potassium.html).
\ No newline at end of file
---
layout: default
date: 17-09-2019
title: Release of Frama-C 19.1 (Potassium)
image: /assets/img/events/Potassium.jpg
---
Frama-C 19.1 (Potassium) is out. Download it [here](/fc-versions/potassium.html).
\ No newline at end of file
assets/img/events/Argon.jpg

7.25 KiB

assets/img/events/Chlorine.jpg

11.7 KiB

assets/img/events/Phosphorus.png

135 KiB

assets/img/events/Potassium.jpg

7.7 KiB

assets/img/events/Sulfur.jpg

17 KiB

assets/img/events/fc-day-2019.png

195 KiB

assets/img/events/frama-clang.png

7.37 KiB

......@@ -385,7 +385,7 @@ value analysis.</span></span></span></span></span>
<div id="event_detail_swiper" class="eventDetailsBlock swiper-container">
<div class="swiper-wrapper">
{% for event in site.events %}
{% for event in site.events reversed %}
<div class="swiper-slide">
<div class="eventDetail" id="post_details_486">
<figure>
......@@ -398,8 +398,7 @@ value analysis.</span></span></span></span></span>
<div>
<h3>{{ event.title }}</h3>
<p>{{ event.content | strip_html | truncatewords: 50 }}</p><a class="read-more link" href=
"{{ event.url }}" target="_blank">Read More</a>
<p>{{ event.content }}</p>
</div>
</div>
</div>
......@@ -416,7 +415,7 @@ value analysis.</span></span></span></span></span>
<div id="event_calender_swiper" class="swiper-container">
<div class="swiper-wrapper">
{% for event in site.events %}
{% for event in site.events reversed %}
<div class="swiper-slide">
<a role="button" class="eventLink"><time>{{ event.date | date: "<b>%-d</b><small>%B</small>" }}</time><span>{{ event.title }}</span></a>
</div>
......@@ -472,4 +471,4 @@ value analysis.</span></span></span></span></span>
<div class="clear"></div>
</div>
</div>
<body>
\ No newline at end of file
<body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment