File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -788,6 +788,25 @@ figcaption {
788
788
text-decoration : underline;
789
789
}
790
790
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
+
791
810
/* "Go to released version" message. */
792
811
# unreleased-message {
793
812
background : # d62728 ;
Original file line number Diff line number Diff line change @@ -172,10 +172,17 @@ <h3>{{ _('Navigation') }}</h3>
172
172
</ a >
173
173
</ div >
174
174
{%- 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 >
175
182
< div id ="summer-fellowship ">
176
183
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
177
184
< a href ="https://www.numfocus.org/programs/john-hunter-technology-fellowship ">
178
- Apply now !
185
+ Apply by May 4th !
179
186
</ a >
180
187
</ div >
181
188
< 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