Skip to content

Commit fadd88c

Browse files
committed
improving layouts
1 parent dbee158 commit fadd88c

2 files changed

Lines changed: 29 additions & 17 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 data-aos="fade-up">Elevating community-centered scientific workflow solution
5050
</div>
5151
<div class="col-lg-12" style="background-color: rgba(109, 84, 170, 0.5); padding: 1em;">
5252
<strong><a href="{{ talk.url }}" style="color: #fff">{{ talk.title }}</a></strong><br />
53-
<i style="color: #999">{{ talk.authors }}</i><br />
53+
<span style="color: #aaa">{{ talk.authors }}</span><br />
5454
{{ talk.event_date }}
5555
<br />
5656
</div>

index.html

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{% assign total_systems = site.systems | size %}
88
{% assign total_members = 1 %}
99
{% for m in site.data.members %}
10-
{% assign e = m.entries | size %}
11-
{% assign total_members = total_members | plus: e %}
10+
{% assign e = m.entries | size %}
11+
{% assign total_members = total_members | plus: e %}
1212
{% endfor %}
1313
{% assign total_wcs = site.summits | size %}
1414
{% assign total_bofs = site.bofs | size %}
@@ -106,7 +106,8 @@ <h2 class="title">
106106
{% assign bofs = site.bofs | sort: 'order' | reverse %}
107107
{% for b in bofs limit: 1 %}
108108
<div class="post-img">
109-
<img src="https://sc25.supercomputing.org/wp-content/uploads/2024/11/Artboard-2.png" alt="" class="img-fluid">
109+
<img src="https://sc25.supercomputing.org/wp-content/uploads/2024/11/Artboard-2.png" alt=""
110+
class="img-fluid">
110111
</div>
111112
<p class="post-category">BOF SESSION</p>
112113
<h2 class="title">
@@ -129,18 +130,29 @@ <h2 class="title">
129130
<!-- YOUTUBE -->
130131
<article>
131132
<div class="post-img">
132-
<iframe width="100%" height="315" src="https://www.youtube.com/embed/videoseries?si=ElrjhblSaUsMzOed&amp;list=PLAtmuqHExRvNnGtrqHl1ZXR6ZH37HLfo1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
133+
<iframe width="100%" height="315"
134+
src="https://www.youtube.com/embed/videoseries?si=ElrjhblSaUsMzOed&amp;list=PLAtmuqHExRvNnGtrqHl1ZXR6ZH37HLfo1"
135+
title="YouTube video player" frameborder="0"
136+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
137+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
133138
</div>
134139
<p class="post-category">MEDIA</p>
135140
<h2 class="title">
136-
<a href="https://www.youtube.com/channel/UCqCnXqWqKe9vF6cqKOj1CYw/" target="_blank">Workflow Innovation in Action</a>
141+
<a href="https://www.youtube.com/channel/UCqCnXqWqKe9vF6cqKOj1CYw/" target="_blank">Workflow
142+
Innovation in Action</a>
137143
</h2>
138-
<div class="d-flex align-items-center">
139-
<div class="post-meta">
140-
<p class="post-author">Connecting researchers, developers, and practitioners shaping the future of workflows</p>
141-
<p class="post-date">Subscribe to our YouTube channel</p>
144+
<div class="d-flex align-items-center" style="flex: 1 1 auto;">
145+
<div class="post-meta col-lg-12">
146+
<p class="post-author">Connecting researchers, developers, and practitioners shaping the
147+
future of workflows</p>
142148
</div>
143149
</div>
150+
<div style="margin-top: 1em;">
151+
<a style="background-color: darkred; padding: 0.5em 1em; border-radius: 0.5em; color: #fff"
152+
href="https://youtube.com/@WorkflowsCommunity" target="_blank">
153+
Subscribe to our YouTube channel >
154+
</a>
155+
</div>
144156
</article>
145157
</div>
146158
</div>
@@ -153,22 +165,22 @@ <h2 class="title">
153165
<div class="row gy-4 align-items-center">
154166
<div class="col-lg-4">
155167
<div class="stats-item d-flex flex-column align-items-center">
156-
<span data-purecounter-start="0" data-purecounter-end="{{total_members}}" data-purecounter-duration="5"
157-
class="purecounter" style="font-size: 4em;"></span><br />
168+
<span data-purecounter-start="0" data-purecounter-end="{{total_members}}"
169+
data-purecounter-duration="5" class="purecounter" style="font-size: 4em;"></span><br />
158170
<p><span>Members</span> worldwide</p>
159171
</div>
160172
</div>
161173
<div class="col-lg-4">
162174
<div class="stats-item d-flex flex-column align-items-center">
163-
<span data-purecounter-start="0" data-purecounter-end="{{total_systems}}" data-purecounter-duration="5"
164-
class="purecounter" style="font-size: 4em;"></span><br />
175+
<span data-purecounter-start="0" data-purecounter-end="{{total_systems}}"
176+
data-purecounter-duration="5" class="purecounter" style="font-size: 4em;"></span><br />
165177
<p><span>Workflow Systems</span> open-source workflow systems</p>
166178
</div>
167179
</div>
168180
<div class="col-lg-4">
169181
<div class="stats-item d-flex flex-column align-items-center">
170-
<span data-purecounter-start="0" data-purecounter-end="{{total_events}}" data-purecounter-duration="5"
171-
class="purecounter" style="font-size: 4em;"></span><br />
182+
<span data-purecounter-start="0" data-purecounter-end="{{total_events}}"
183+
data-purecounter-duration="5" class="purecounter" style="font-size: 4em;"></span><br />
172184
<p><span>Events</span> Workflow Community Summits and BoF sessions</p>
173185
</div>
174186
</div>
@@ -207,7 +219,7 @@ <h4 class="title"><a href="{{system.url}}" class="stretched-link">{{system.title
207219
<div class="col-lg-12 text-center" class="text-center">
208220
<a href="/systems" class="btn-get-started hide-on-mobile">See all Systems</a>
209221
</div>
210-
</div>
222+
</div>
211223
</div>
212224
</div>
213225
</div>

0 commit comments

Comments
 (0)