Skip to content

Commit f1a2f79

Browse files
authored
PETSc/Firedrake meeting webpage (#4872)
* rebrand workshop page * venue image and start of rewrite * candidate webpage * capitalisation * registration links * don't check crosscountry link
1 parent 6ab3d2d commit f1a2f79

File tree

8 files changed

+1218
-7
lines changed

8 files changed

+1218
-7
lines changed

docs/source/_themes/firedrake/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@
3131
<div class="wrapper">
3232
{% if pagename[:9] == "fenics_15" %}
3333
<a href="{{ pathto('fenics_15.html', 1) }}"><img src="{{ pathto('_static/%s.%s' % ('banner_fenics_15', 'png'), 1) }}" width="900px" alt="firedrake Project Banner" /></a>
34+
{% elif pagename[:12] == "firedrake_26" %}
35+
<a href="{{ pathto('fenics_15.html', 1) }}"><img src="{{ pathto('_static/%s.%s' % ('banner_firedrake_petsc_26', 'png'), 1) }}" width="900px" alt="Petsc & Firedrake Workshop 2026 Banner" /></a>
3436
{% else %}
3537
<a href="{{ pathto('index.html', 1) }}"><img src="{{ pathto('_static/%s.%s' % ('banner', 'png'), 1) }}" width="900px" alt="firedrake Project Banner" /></a>
3638
{% endif %}
3739
<div id="access">
3840
<div class="menu">
3941
<ul>
40-
{% if pagename[:9] == "fenics_15" %}
42+
{% if pagename[:9] == "fenics_15" or pagename[:12] == "firedrake_26" %}
4143
<li class="page_item"><a href="{{ pathto('index.html', 1) }}" title="Documentation for Firedrake">Firedrake Homepage</a></li>
4244
{% else %}
4345
<li class="page_item"><a href="{{ pathto('documentation.html', 1) }}" title="Documentation for Firedrake">Documentation</a></li>
45.8 KB
Loading

0 commit comments

Comments
 (0)