Skip to content

Commit 9fb97af

Browse files
committed
improving layouts
1 parent 5184b30 commit 9fb97af

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

_bofs/isc25-streaming.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
event_date: June 12, 2025
66
time: "4:00-5:00pm CET"
77
order: 6
8+
conference_logo: https://isc-hpc.com/wp-content/uploads/2024/02/isc-logo.svg
89
---
910

1011
<div class="container" data-aos="fade-up" style="padding: 3em 0;">

_bofs/sc24-streaming.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
event_date: Tuesday - November 19, 2024
66
time: "12:15pm-1:15pm ET"
77
order: 4
8+
conference_logo: /images/bof/sc24_H_black_shaded.png
89
---
910

1011
<div class="container" data-aos="fade-up" style="padding: 3em 0;">
1112
<div class="row">
1213
<div class="col-lg-8 wg">
1314
<p class="text-center">
14-
<img src="https://starfishstorage.com/wp-content/uploads/2024/05/SC24-600x300-1.jpg"
15+
<img src="{{page.conference_logo}}"
1516
style="width: 15em;" />
1617
</p>
1718
<p class="subheading text-center">{{page.subtitle}}</p>

_bofs/sc24.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
event_date: Tuesday - November 19, 2024
66
time: "5:15pm-6:45pm ET"
77
order: 5
8+
conference_logo: /images/bof/sc24_H_black_shaded.png
89
---
910

1011
<div class="container" data-aos="fade-up" style="padding: 3em 0;">
1112
<div class="row">
1213
<div class="col-lg-8 wg">
1314
<p class="text-center">
14-
<img src="https://starfishstorage.com/wp-content/uploads/2024/05/SC24-600x300-1.jpg"
15+
<img src="{{page.conference_logo}}"
1516
style="width: 15em; margin: auto;" />
1617
</p>
1718
<p class="subheading text-center">{{page.subtitle}}</p>

images/bof/sc24_H_black_shaded.png

53.5 KB
Loading

page_bof.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ <h4>Bird of a Feather (BoF) events are typically associated with a major confere
1919
<div class="testimonial-wrap">
2020
<div class="testimonial-item">
2121
<div class="d-flex align-items-center info-box">
22+
<img src="{{bof.conference_logo}}" class="testimonial-img flex-shrink-0">
23+
<div>
2224
{{bof.event_date | date: "%b %d, %Y" }}
23-
</div>
2425
<h3 class="heading"><a href="{{bof.url}}">{{bof.title}}</a></h3>
2526
<span class="position">{{bof.subtitle}}</span>
27+
</div>
28+
</div>
2629
</div>
2730
</div>
2831
</div>

0 commit comments

Comments
 (0)