Skip to content

Commit

Permalink
refactor: place pictures before text
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Oct 13, 2024
1 parent ab2dad1 commit 9ea5a04
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,21 @@ const cathedralText = 'Cathedral of Seville';

<Content bg>
<Fragment slot="content">
<blockquote class="text-muted font-serif p-10">
<div class="flex justify-center gap-2">
<Avatar
xl
image={{
src: Adela_img,
alt: 'Adela del Río Ortega'
}} />
<Avatar
xl
image={{
src: ManuelResinas_img,
alt: 'Manuel Resinas'
}} />
</div>
<blockquote class="text-muted font-serif px-10">
<div>
<p>
We are delighted to invite you to the 23rd edition of the International Conference on Business Process Management (BPM 2025),
Expand All @@ -129,20 +143,6 @@ const cathedralText = 'Cathedral of Seville';
</p>
</div>
</blockquote>
<div class="flex justify-center gap-2 -mt-5 mb-10">
<Avatar
xl
image={{
src: Adela_img,
alt: 'Adela del Río Ortega'
}} />
<Avatar
xl
image={{
src: ManuelResinas_img,
alt: 'Manuel Resinas'
}} />
</div>
<cite class="flex flex-row-reverse">
Adela del Río Ortega, Manuel Resinas
(BPM 2025 General Chairs)
Expand Down

0 comments on commit 9ea5a04

Please sign in to comment.