forked from website/openpower.foundation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
807 B
HTML
21 lines
807 B
HTML
{{ $eventcode := .Get "event" }}
|
|
|
|
<div id="schedule">
|
|
|
|
<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>
|
|
<noscript>
|
|
<div class="pretalx-widget">
|
|
<div class="pretalx-widget-info-message">
|
|
JavaScript is disabled in your browser. To access our schedule without JavaScript,
|
|
please <a target="_blank" href="https://cfp.openpower.foundation/$eventcode/schedule/">click here</a>.
|
|
</div>
|
|
</div>
|
|
</noscript>
|
|
|
|
<a href="https://cfp.openpower.foundation/{{ $eventcode}}/schedule/">External Direct Schedule Link <i class="external link alternate icon"></i></a>
|
|
|
|
</div>
|