File tree 3 files changed +25
-7
lines changed
3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ label {
57
57
# menu .pure-menu-selected {
58
58
background-color : # 489eba ;
59
59
}
60
+ # menu .pure-menu-warning {
61
+ background-color : # f0664a ;
62
+ }
60
63
61
64
/* This is the class used for the main content headers (<h2>) */
62
65
.content-head {
@@ -66,6 +69,12 @@ label {
66
69
margin : 2em 0 1em ;
67
70
}
68
71
72
+ /* Mark the top in orange for archived content */
73
+ .header {
74
+ background : # f0664a ;
75
+ color : # ffffff ;
76
+ }
77
+
69
78
/* This is a modifier class used when the content-head is inside a ribbon */
70
79
.content-head-ribbon {
71
80
color : white !important ;
Original file line number Diff line number Diff line change 35
35
< div id ="layout ">
36
36
< div id ="menu ">
37
37
< div class ="pure-menu ">
38
+ < a class ="pure-menu-heading pure-menu-warning " href ="https://python-gsoc.org/ "> 2020 ARCHIVE</ a >
38
39
< a class ="pure-menu-heading " href ="index.html "> Python GSoC</ a >
39
40
< ul class ="pure-menu-list ">
40
41
< li class ="pure-menu-item "> < a href ="index.html#gettingstarted " class ="pure-menu-link "> Getting
55
56
<!-- menu -->
56
57
< div class ="main ">
57
58
< div class ="header ">
58
- < h1 > Python Summer of Code</ h1 >
59
+ < h1 style =" color:#ffffff; " > Python Summer of Code: 2020 ARCHIVE </ h1 >
59
60
< p >
60
61
Students: get paid to work on open source projects!
61
62
</ p >
@@ -106,12 +107,8 @@ <h3 class="content-subhead content-head-ribbon">
106
107
</ div >
107
108
< div class ="warning ">
108
109
< div class ="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 ">
109
- < p > We've been accepted for GSoC 2020!</ p >
110
- < p > Students: < a href ="#gettingstarted "> Get started here</ a > .</ p >
111
- < p > Sub-orgs: We can take a limited number of new sub-orgs until February 29th.
112
- Please < a href ="#contact "> email the admins</ a > to
113
- get the signup link, or < a href ="mentors.html#sub-orgs "> get more information on being a
114
- python sub-org</ a > .</ p >
110
+ < p > GSoC 2020 is now complete! < a href ="https://python-gsoc.org/ "> Go here for the latest Python GSOC information</ a > .
111
+ </ p >
115
112
</ div >
116
113
</ div >
117
114
</ div >
Original file line number Diff line number Diff line change @@ -58,6 +58,18 @@ label {
58
58
background-color : # 489eba ;
59
59
}
60
60
61
+ # menu .pure-menu-warning {
62
+ background-color : # f0664a ;
63
+ }
64
+
65
+
66
+ /* Mark the top in orange for archived content */
67
+ .header-warning {
68
+ background : # f0664a ;
69
+ color : # ffffff ;
70
+ }
71
+
72
+
61
73
/* This is the class used for the main content headers (<h2>) */
62
74
.content-head {
63
75
font-weight : 400 ;
You can’t perform that action at this time.
0 commit comments