Skip to content

Commit a8f8888

Browse files
committed
Update colours/box on archived site
1 parent d1c8d2c commit a8f8888

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

Diff for: 2020/css/python-gsoc.css

+9
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ label {
5757
#menu .pure-menu-selected {
5858
background-color: #489eba;
5959
}
60+
#menu .pure-menu-warning {
61+
background-color: #f0664a;
62+
}
6063

6164
/* This is the class used for the main content headers (<h2>) */
6265
.content-head {
@@ -66,6 +69,12 @@ label {
6669
margin: 2em 0 1em;
6770
}
6871

72+
/* Mark the top in orange for archived content */
73+
.header {
74+
background: #f0664a;
75+
color: #ffffff;
76+
}
77+
6978
/* This is a modifier class used when the content-head is inside a ribbon */
7079
.content-head-ribbon {
7180
color: white !important;

Diff for: 2020/index.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<div id="layout">
3636
<div id="menu">
3737
<div class="pure-menu">
38+
<a class="pure-menu-heading pure-menu-warning" href="https://python-gsoc.org/">2020 ARCHIVE</a>
3839
<a class="pure-menu-heading" href="index.html">Python GSoC</a>
3940
<ul class="pure-menu-list">
4041
<li class="pure-menu-item"><a href="index.html#gettingstarted" class="pure-menu-link">Getting
@@ -55,7 +56,7 @@
5556
<!-- menu -->
5657
<div class="main">
5758
<div class="header">
58-
<h1>Python Summer of Code</h1>
59+
<h1 style="color:#ffffff;">Python Summer of Code: 2020 ARCHIVE</h1>
5960
<p>
6061
Students: get paid to work on open source projects!
6162
</p>
@@ -106,12 +107,8 @@ <h3 class="content-subhead content-head-ribbon">
106107
</div>
107108
<div class="warning">
108109
<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>
115112
</div>
116113
</div>
117114
</div>

Diff for: css/python-gsoc.css

+12
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ label {
5858
background-color: #489eba;
5959
}
6060

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+
6173
/* This is the class used for the main content headers (<h2>) */
6274
.content-head {
6375
font-weight: 400;

0 commit comments

Comments
 (0)