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

Skip to content

Commit 060e73d

Browse files
committed
DOC: quick improvement that should better serve the announcement banner
1 parent ff4a64c commit 060e73d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

doc/_templates/layout.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,12 @@ <h3>{{ _('Navigation') }}</h3>
180180
</a>
181181
</div>
182182
{%- endif %}
183-
<div id="plotting-contest">
184-
The 2019 <a href="https://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>
183+
<div id="plotting-contest" style="padding: 6px; background-color: teal; color: white;">
184+
<p style="margin: 0;">The 2019 SciPy John Hunter Excellence in Plotting Contest is accepting submissions!
185+
<br />
186+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-_AnKvYSzeQWfNDRoXgW0vl7_8q6jj3QbLIac8eUcb9lSAA/viewform?usp=sf_link" style="font-weight: bold;">Apply by June 8th</a></p>
189187
</div>
188+
190189
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
191190
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
192191
<a href="{{ pathto('index') }}">

0 commit comments

Comments
 (0)