wip: programme

This commit is contained in:
mco-system 2023-04-09 19:04:35 +11:00
parent e04e12e8f9
commit 3726814e11
5 changed files with 19 additions and 9 deletions

View File

@ -25,6 +25,7 @@
body { body {
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
font-family: pfdintextcomppromedium; font-family: pfdintextcomppromedium;
text-align: center;
} }
.white { .white {
@ -127,8 +128,7 @@ a:hover {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 2em; gap: 2em;
/* background-color: var(--main-bg-color); */ background-color: var(--main-bg-color);
background-color: green;
width: 100vw; width: 100vw;
} }

View File

@ -8,7 +8,9 @@
{% if speaker.avatar or speaker.biography %} {% if speaker.avatar or speaker.biography %}
<div class="details"> <div class="details">
{% if speaker.avatar %} {% if speaker.avatar %}
<img src="{{speaker.avatar}}"> <img src="{{speaker.avatar}}"
alt=""
title="">
{% endif %} {% endif %}
{% if speaker['biography'] %} {% if speaker['biography'] %}
<p class="thin">{{speaker.biography}}</p> <p class="thin">{{speaker.biography}}</p>
@ -29,7 +31,10 @@
<div class="details thin"> <div class="details thin">
<div class="abstract"> <div class="abstract">
{% if slot['image'] %} {% if slot['image'] %}
<img class="data_img" src="{{slot.image}}"> <img class="data_img"
src="{{slot.image}}"
alt=""
title="">
{% endif %} {% endif %}
<p>{{slot.abstract}}</p> <p>{{slot.abstract}}</p>
</div> </div>

View File

@ -25,6 +25,7 @@
body { body {
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
font-family: pfdintextcomppromedium; font-family: pfdintextcomppromedium;
text-align: center;
} }
.white { .white {
@ -127,8 +128,7 @@ a:hover {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 2em; gap: 2em;
/* background-color: var(--main-bg-color); */ background-color: var(--main-bg-color);
background-color: green;
width: 100vw; width: 100vw;
} }

View File

@ -8,7 +8,9 @@
{% if speaker.avatar or speaker.biography %} {% if speaker.avatar or speaker.biography %}
<div class="details"> <div class="details">
{% if speaker.avatar %} {% if speaker.avatar %}
<img src="{{speaker.avatar}}"> <img src="{{speaker.avatar}}"
alt=""
title="">
{% endif %} {% endif %}
{% if speaker['biography'] %} {% if speaker['biography'] %}
<p class="thin">{{speaker.biography}}</p> <p class="thin">{{speaker.biography}}</p>
@ -29,7 +31,10 @@
<div class="details thin"> <div class="details thin">
<div class="abstract"> <div class="abstract">
{% if slot['image'] %} {% if slot['image'] %}
<img class="data_img" src="{{slot.image}}"> <img class="data_img"
src="{{slot.image}}"
alt=""
title="">
{% endif %} {% endif %}
<p>{{slot.abstract}}</p> <p>{{slot.abstract}}</p>
</div> </div>

View File

@ -1 +1 @@
92070 92535