wip: programme
This commit is contained in:
parent
e04e12e8f9
commit
3726814e11
@ -25,6 +25,7 @@
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
font-family: pfdintextcomppromedium;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.white {
|
||||
@ -127,8 +128,7 @@ a:hover {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 2em;
|
||||
/* background-color: var(--main-bg-color); */
|
||||
background-color: green;
|
||||
background-color: var(--main-bg-color);
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,9 @@
|
||||
{% if speaker.avatar or speaker.biography %}
|
||||
<div class="details">
|
||||
{% if speaker.avatar %}
|
||||
<img src="{{speaker.avatar}}">
|
||||
<img src="{{speaker.avatar}}"
|
||||
alt=""
|
||||
title="">
|
||||
{% endif %}
|
||||
{% if speaker['biography'] %}
|
||||
<p class="thin">{{speaker.biography}}</p>
|
||||
@ -29,7 +31,10 @@
|
||||
<div class="details thin">
|
||||
<div class="abstract">
|
||||
{% if slot['image'] %}
|
||||
<img class="data_img" src="{{slot.image}}">
|
||||
<img class="data_img"
|
||||
src="{{slot.image}}"
|
||||
alt=""
|
||||
title="">
|
||||
{% endif %}
|
||||
<p>{{slot.abstract}}</p>
|
||||
</div>
|
||||
|
@ -25,6 +25,7 @@
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
font-family: pfdintextcomppromedium;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.white {
|
||||
@ -127,8 +128,7 @@ a:hover {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 2em;
|
||||
/* background-color: var(--main-bg-color); */
|
||||
background-color: green;
|
||||
background-color: var(--main-bg-color);
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,9 @@
|
||||
{% if speaker.avatar or speaker.biography %}
|
||||
<div class="details">
|
||||
{% if speaker.avatar %}
|
||||
<img src="{{speaker.avatar}}">
|
||||
<img src="{{speaker.avatar}}"
|
||||
alt=""
|
||||
title="">
|
||||
{% endif %}
|
||||
{% if speaker['biography'] %}
|
||||
<p class="thin">{{speaker.biography}}</p>
|
||||
@ -29,7 +31,10 @@
|
||||
<div class="details thin">
|
||||
<div class="abstract">
|
||||
{% if slot['image'] %}
|
||||
<img class="data_img" src="{{slot.image}}">
|
||||
<img class="data_img"
|
||||
src="{{slot.image}}"
|
||||
alt=""
|
||||
title="">
|
||||
{% endif %}
|
||||
<p>{{slot.abstract}}</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user