Skip to content

Commit

Permalink
Spruce up H1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Dec 13, 2024
1 parent e744052 commit 1ea4df4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/_data/portland-2025-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ hex: 3dd94a
time_format: 12h

photos:
default: _static/conf/images/headers/portland-2025-small-group.jpg
default:
- _static/conf/images/headers/2025/grants.jpg
- _static/conf/images/headers/2025/unconference.jpg
- _static/conf/images/headers/2025/volunteer.jpg
- _static/conf/images/headers/2025/writing-day.jpg

buttons:
top:
Expand Down
Binary file modified docs/_static/conf/images/headers/2025/grants.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/conf/images/headers/2025/volunteer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/_templates/2025/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
</div><!-- end post header -->

{% if 'banner' not in meta %}
<div class="page-banner" style="background-image: url({{ pathto(photos['default'], 1) }});">
<div class="page-banner" style="background-image: url({{ pathto(photos['default'] | random, 1) }});">
{% else %}
<div class="page-banner" style="background-image: url({{ pathto(meta['banner'], 1) }});">
{% endif %}
<div class="uk-container">
<h1>{% block pagename %}{{ title }}{% endblock %}</h1>
<h1 style="background-color: rgba(1, 1, 1, 0.5); padding: 10px 20px; border-radius: 8px; display: inline-block;">{% block pagename %}{{ title }}{% endblock %}</h1>
</div>
</div>
<!-- end page-banner -->
Expand Down

0 comments on commit 1ea4df4

Please sign in to comment.