beta #4
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user