Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccbda86

Browse filesBrowse files
committed
Merge remote-tracking branch 'dorafc/jhepc_banner_fix' into v3.1.x
2 parents 0d3e2a2 + 060e73d commit ccbda86
Copy full SHA for ccbda86

File tree

Expand file treeCollapse file tree

1 file changed

+5
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-6
lines changed

‎doc/_templates/layout.html

Copy file name to clipboardExpand all lines: doc/_templates/layout.html
+5-6Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,12 @@ <h3>{{ _('Navigation') }}</h3>
184184
</a>
185185
</div>
186186
{%- endif %}
187-
<div id="plotting-contest">
188-
The 2019 <a href="https://jhepc.github.io">
189-
SciPy John Hunter Excellence in Plotting Contest </a> is accepting
190-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-_AnKvYSzeQWfNDRoXgW0vl7_8q6jj3QbLIac8eUcb9lSAA/viewform?usp=sf_link">
191-
submissions until June 8th!
192-
</a>
187+
<div id="plotting-contest" style="padding: 6px; background-color: teal; color: white;">
188+
<p style="margin: 0;">The 2019 SciPy John Hunter Excellence in Plotting Contest is accepting submissions!
189+
<br />
190+
<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>
193191
</div>
192+
194193
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
195194
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
196195
<a href="{{ pathto('index') }}">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.