Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38ede28

Browse files
committed
DOC: add banner for 2019 JHEPC
1 parent fc177a9 commit 38ede28

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

doc/_static/mpl.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,12 @@ figcaption {
861861
}
862862

863863

864+
865+
#plotting-contest a {
866+
color: #fff;
867+
text-decoration:underline;
868+
}
869+
864870
/* "Go to released version" message. */
865871
#unreleased-message {
866872
background: #d62728;

doc/_templates/layout.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@ <h3>{{ _('Navigation') }}</h3>
180180
</a>
181181
</div>
182182
{%- endif %}
183-
183+
<div id="plotting-contest">
184+
The 2019 <a href="jhepc.github.io">
185+
SciPy John Hunter Excellence in Plotting Contest </a> is accepting
186+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-_AnKvYSzeQWfNDRoXgW0vl7_8q6jj3QbLIac8eUcb9lSAA/viewform?usp=sf_link">
187+
submissions until June 8th!
188+
</a>
189+
</div>
184190
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
185191
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
186192
<a href="{{ pathto('index') }}">

0 commit comments

Comments
 (0)