Skip to content

Commit 061c426

Browse files
committed
feat: display full theme
1 parent e6741f1 commit 061c426

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

_data/cards/home.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
section_title: "Advancing Science in the Age of AI"
2+
section_subtitle: "Explore how RSEs and collaborators increase research impact during these rapidly changing times"
23
items:
34
- title: Submit a Proposal
45
subtitle: "Talks, panels, workshops, and posters"

_includes/cards.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
<center>
77
<h1>{{ cards.section_title }}</h1>
88
</center>
9-
<br>
9+
{% endif %}
10+
{% if cards.section_subtitle %}
11+
<center>
12+
<p class="section-subtitle">
13+
{{ cards.section_subtitle }}
14+
</p>
15+
</center>
16+
<br>
1017
{% endif %}
1118

1219
<div class="inner">

assets/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12200,3 +12200,12 @@ article > a:visited {
1220012200
article > a:visited:hover {
1220112201
color: #741755;
1220212202
}
12203+
12204+
.section-subtitle {
12205+
color: #67758d;
12206+
font-size: 1.125em;
12207+
line-height: 1.6;
12208+
max-width: 680px;
12209+
margin: -0.75em auto 0;
12210+
text-align: center;
12211+
}

0 commit comments

Comments
 (0)