event updates

* event list is now as discussed
    - call to action buttons
    - no text, just the title
    - date and place
    - cfp is red to highlight
* frontmatter sanatization
* use of shortcodes in place of conditional code

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 2 years ago
parent dc4d97d440
commit 602628c969

@ -2,13 +2,12 @@
title: "FOSDEM 2021 OpenPOWER DevRoom" title: "FOSDEM 2021 OpenPOWER DevRoom"
eventdate: 2021-02-06 eventdate: 2021-02-06
eventplace: "Virtual Online" eventplace: "Virtual Online"
eventcalendar: https://archive.fosdem.org/2021/schedule/track/openpower/ schedule: https://archive.fosdem.org/2021/schedule/track/openpower/
eventtime: 10:00 17:00 recordings: https://video.fosdem.org/2021/D.power/
image: thumb-7.jpg
link: 'https://archive.fosdem.org/2021/schedule/track/openpower/'
date: 2021-10-28 date: 2021-10-28
draft: false draft: false
--- ---


FOSDEM 2021 is a well known Free Open Source Conference. FOSDEM 2021 is a well known Free Open Source Conference.
The OpenPOWER Foundation has a dedicated OpenPOWER Developer Room at FOSDEM21. The OpenPOWER Foundation has a dedicated OpenPOWER Developer Room at FOSDEM21.
This event does not require any registration, just show up and enjoy the talks.

@ -2,10 +2,9 @@
title: "FOSDEM 2022 OpenPOWER DevRoom" title: "FOSDEM 2022 OpenPOWER DevRoom"
eventdate: 2022-02-05 eventdate: 2022-02-05
eventplace: "Virtual Online" eventplace: "Virtual Online"
eventcalendar: https://fosdem.org/2022/schedule/track/openpower/ callforpresentation: https://cfp.openpower.foundation/fosdem2022/cfp
eventtime: 10:00 - 18:00 #schedule: https://fosdem.org/2022/schedule/track/openpower/
image: thumb-7.jpg #recordings:
link: https://fosdem.org/2022/schedule/track/openpower/
date: 2021-10-28 date: 2021-10-28
draft: false draft: false
--- ---

@ -1,13 +1,13 @@
--- ---
title: "OpenPOWER Summit EU 2019" title: "OpenPOWER Summit 2021"
eventdate: 2019-10-31 eventdate: 2021-10-28
eventplace: "Lyon, France" eventplace: "Virtual online"
eventcalendar: Google Calendar ICS schedule: https://cfp.openpower.foundation/summit2021/schedule/
eventtime: 10:00am 6:00pm sponsors:
image: thumb-7.jpg -
link: '#' date: 2021-12-23
date: 2021-10-27
draft: false draft: false
--- ---


First- It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference.
{{< pretalx event="summit2021" >}}

@ -1,5 +1,5 @@
--- ---
title: "OpenPOWER Summit EU 2021" title: "OpenPOWER Summit EU 2022"
eventdate: 2021-10-31 eventdate: 2021-10-31
eventplace: "Lyon, France" eventplace: "Lyon, France"
eventcalendar: Google Calendar ICS eventcalendar: Google Calendar ICS
@ -7,7 +7,5 @@ eventtime: 10:00am 6:00pm
image: thumb-7.jpg image: thumb-7.jpg
link: '#' link: '#'
date: 2021-10-28 date: 2021-10-28
draft: false draft: true
--- ---

Second - It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference.

@ -121,6 +121,7 @@ body {


&:first-child { &:first-child {
height: 100%; height: 100%;
top: -5px;
overflow-y: auto; overflow-y: auto;
} }



@ -4969,4 +4969,4 @@ textarea.form-control-lg {
.social__item._yt { .social__item._yt {
background-image: url(../img/yt.svg); } background-image: url(../img/yt.svg); }



@ -1,7 +1,5 @@
{{ partial "header.html" . }} {{ partial "header.html" . }}

{{ partial "navbar.html" . }} {{ partial "navbar.html" . }}

<main id="main"> <main id="main">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@ -20,8 +18,31 @@
<div class="timeline-content js--fadeInLeft"> <div class="timeline-content js--fadeInLeft">
<h2><a href="{{ .Permalink }}"><span class="post-title">{{ .Title }}</span></a></h2> <h2><a href="{{ .Permalink }}"><span class="post-title">{{ .Title }}</span></a></h2>
{{ $eventdate := .Param "eventdate" }} {{ $eventdate := .Param "eventdate" }}
<div class="date">{{ dateFormat "2 January 2006" $eventdate }}</div> <div class="date">
<p>{{ .Summary }}</p> {{ dateFormat "2 January 2006" $eventdate }} - {{ .Param "eventplace" }}
</div>
<p class="text-center">
{{ if .Param "callforpresentation" }}
<a class="btn-outline-danger btn-sm btn" href="{{ .Param "callforpresentation" }}">
Call-for-Presentation&nbsp;<i class="fas fa-external-link-alt"></i>
</a>
{{ end }}
{{ if .Param "register" }}
<a class="btn-outline-primary btn-sm btn" href="{{ .Param "register" }}">
Register&nbsp;<i class="fas fa-external-link-alt"></i>
</a>
{{ end }}
{{ if .Param "schedule" }}
<a class="btn-outline-primary btn-sm btn" href="{{ .Param "schedule" }}">
Schedule&nbsp;<i class="fas fa-external-link-alt"></i>
</a>
{{ end }}
{{ if .Param "recordings" }}
<a class="btn-outline-primary btn-sm btn" href="{{ .Param "recordings" }}">
Recordings&nbsp;<i class="fas fa-external-link-alt"></i>
</a>
{{ end }}
</p>
</div> </div>
</div> </div>
{{ end }} {{ end }}
@ -32,5 +53,4 @@
</div> </div>
</section> </section>
</main> </main>

{{ partial "footer.html" . }} {{ partial "footer.html" . }}

@ -1,11 +1,8 @@
{{ $eventcode := .Get "event" }} {{ $eventcode := .Get "event" }}

<div id="schedule"> <div id="schedule">

<script src="https://cfp.openpower.foundation/{{ $eventcode }}/schedule/widget/v2.en.js" type="text/javascript" async></script> <script src="https://cfp.openpower.foundation/{{ $eventcode }}/schedule/widget/v2.en.js" type="text/javascript" async></script>

<pretalx-schedule event-url="https://cfp.openpower.foundation/{{ $eventcode}}/" locale="en" format="grid" style="--pretalx-clr-primary: #3aa57c">
<pretalx-schedule event-url="https://cfp.openpower.foundation/{{ $eventcode}}/" locale="en" format="grid" style="--pretalx-clr-primary: #3aa57c"> </pretalx-schedule>
</pretalx-schedule>
<noscript> <noscript>
<div class="pretalx-widget"> <div class="pretalx-widget">
<div class="pretalx-widget-info-message"> <div class="pretalx-widget-info-message">
@ -14,7 +11,5 @@
</div> </div>
</div> </div>
</noscript> </noscript>

<a href="https://cfp.openpower.foundation/{{ $eventcode}}/schedule/">External Direct Schedule Link <i class="external link alternate icon"></i></a> <a href="https://cfp.openpower.foundation/{{ $eventcode}}/schedule/">External Direct Schedule Link <i class="external link alternate icon"></i></a>

</div> </div>

Loading…
Cancel
Save