File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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; ">
You can’t perform that action at this time.
0 commit comments