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

Skip to content

Commit 136e7d8

Browse files
authored
Merge pull request #11168 from tacaswell/doc_jdh_plotting_contest
DOC: add plotting contest banner
2 parents 7f35bc9 + 5fcab07 commit 136e7d8

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

doc/_static/mpl.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,25 @@ figcaption {
788788
text-decoration:underline;
789789
}
790790

791+
/* "Summer Fellowship" message. */
792+
#plotting-contest {
793+
background: #EE9816;
794+
box-sizing: border-box;
795+
color: #fffa;
796+
font-weight: bold;
797+
left: 0;
798+
min-height: 3em;
799+
padding: 0.5em;
800+
top: 0;
801+
width: 100%;
802+
z-index: 10000;
803+
}
804+
805+
#plotting-contest a {
806+
color: #fff;
807+
text-decoration:underline;
808+
}
809+
791810
/* "Go to released version" message. */
792811
#unreleased-message {
793812
background: #d62728;

doc/_templates/layout.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,17 @@ <h3>{{ _('Navigation') }}</h3>
172172
</a>
173173
</div>
174174
{%- endif %}
175+
<div id="plotting-contest">
176+
The 2018 <a href="https://www.eiseverywhere.com/ehome/index.php?eventid=299527&tabid=648119">
177+
SciPy John Hunter Excellence in Plotting Contest </a> is accepting
178+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdpr5RxQcoXqF768vFcUi5G3R5q8u_k_tgdNanChqerr-2YIw/viewform">
179+
submissions until June 8th!
180+
</a>
181+
</div>
175182
<div id="summer-fellowship">
176183
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
177184
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
178-
Apply now!
185+
Apply by May 4th!
179186
</a>
180187
</div>
181188
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">

0 commit comments

Comments
 (0)