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

Skip to content

Commit 889f368

Browse files
committed
Add reminders that we're still in the progress of applying so everything isn't 100% ready for the student onslaught
1 parent 6cd306b commit 889f368

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

css/python-gsoc.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ label {
88
color: #489eba;
99
}
1010

11-
11+
.warning {
12+
background: wheat;
13+
color: #16536e;
14+
padding-left: 2em;
15+
padding-right: 2em;
16+
}
1217

1318
/* Alternate coloured ribbon */
1419
.ribbon {

index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ <h3 class="content-subhead">
107107
provides the program (and the money!), and students write code!
108108
</p>
109109
</div>
110+
<div class="warning">
111+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
112+
<p>We are hoping to participate in GSoC 2019 and are in the process of gathering ideas for
113+
our application! Sub org ideas pages are due Feb 4, so students can expect project ideas to be ready
114+
for viewing around then.
115+
</p>
116+
</div>
117+
</div>
110118
</div>
111119
</div> <!-- ribbon What Is it? -->
112120
<a name="gettingstarted"></a>
@@ -335,8 +343,15 @@ <h3 class="content-subhead">
335343
<div class="content">
336344
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
337345
<h2 class="content-head content-head">Ideas</h2>
346+
<div class="warning">
347+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
348+
<p>We are hoping to participate in GSoC 2019 and are in the process of gathering ideas for
349+
our application!
350+
</p>
351+
</div>
352+
</div>
338353
<p>This section will list all the sub-orgs who have signed up to participate with the
339-
Python Software Foundation for 2019. Appplications for sub-orgs are due by Feb 4,
354+
Python Software Foundation for 2019. Applications for sub-orgs are due by Feb 4,
340355
so our initial list should be available by Feb 5th.</p>
341356
<p>In the meantime, you may wish to take a look at <a href="/2018/">last year's list</a>
342357
to see who might be involved again.</p>

0 commit comments

Comments
 (0)