Skip to content

Commit 52a7108

Browse files
committed
Adding myHDL ideas page
1 parent 1efecfb commit 52a7108

File tree

2 files changed

+47
-10
lines changed

2 files changed

+47
-10
lines changed

index.html

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ <h2>Getting in Touch</h2>
6363
<li>Stop by #python-gsoc on irc.freenode.net to chat and ask questions in
6464
realtime. </li>
6565

66+
<li>Found a typo? Want to improve this page? <a
67+
href="https://github.com/python-gsoc/python-gsoc.github.io">The source code
68+
is on github and we welcome pull requests!</a></li>
69+
6670
</ul>
6771

6872
<p>Please try to read all the information on this page before
@@ -87,10 +91,6 @@ <h2>Getting in Touch</h2>
8791
(Students should email gsoc-general(at)python.org with all of their
8892
questions, unless they are of a sensitive personal nature.)
8993

90-
<p>Want to improve this page? <a
91-
href="https://github.com/python-gsoc/python-gsoc.github.io">The source code
92-
is on github and we welcome pull requests!</a>
93-
9494
<a name="gettingstarted" />
9595
<h2>Getting Started</h2>
9696

@@ -112,8 +112,10 @@ <h2>Getting Started</h2>
112112
application stage.</li>
113113

114114
<li>Asking mentors to choose your project for you
115-
typically leaves a bad first impression. At least try to narrow down your
116-
choices a bit on your own!</li>
115+
typically leaves a bad first impression, especially since mentors probably
116+
don't know you well enough to help guide you to a good choice. At least try
117+
to narrow down your choices a bit on your own, or let them know enough about
118+
what you like and don't like so they can help.</li>
117119

118120
<li>Look through <a
119121
href="/moin/SummerOfCode/2016#Python_Sub-orgs_and_Project_Ideas">our list of
@@ -230,6 +232,11 @@ <h2>Students</h2>
230232
This is essentially a full-time job. Ideally, you should not attempt to do
231233
another internship, job, or full-time schooling while you're doing GSoC.
232234

235+
<p>Remember that Google intends this to be a way for new contributors to join
236+
the world of open source. The students most likely to be selected are those
237+
who are engaged with the community and hoping to continue their involvement
238+
for more than just a few months.
239+
233240
<p>To apply, you need to <a href="#ideas">take a look at the mentoring
234241
organizations and the ideas that they are willing to sponsor</a>. Typically,
235242
you'll choose one of their ideas and work with a mentor to create a project
@@ -397,18 +404,39 @@ <h2>Project Ideas</h2>
397404
pull request or file an issue in github</a>.
398405

399406
<table class="ideas">
407+
<!-- Sub-org Info. Please alphabetize when you add a new org -->
400408
<tr>
401409
<!-- Logo -->
402-
<td rowspan="3" class="logo">
410+
<td rowspan="4" class="logo">
403411
<img src="http://python.org/images/python-logo.gif"></td>
404412
<!-- Info -->
405413
<td><h4>Core Python</h4></td>
406414
<tr><td>CPython, its standard library, and its infrastructure.</td></tr>
407415
<tr><td><a href="http://python.org/">Website</a> |
408416
<a href="http://pythonmentors.com/">core-mentorship@python.org</a> |
409-
<a href="">#python-dev on Freenode</a> |
410-
<a href="http://wiki.python.org/moin/SummerOfCode/2017/python-core">Ideas Page</a></td>
411-
</tr>
417+
<a href="">#python-dev on Freenode</a>
418+
<!-- | <a
419+
href="http://wiki.python.org/moin/SummerOfCode/2017/python-core">Ideas
420+
Page</a></td> -->
421+
<tr><td colspan="2" class="waiting">Status: Waiting for ideas page</td></tr>
422+
</tr>
423+
<tr>
424+
<!-- Logo -->
425+
<td rowspan="4" class="logo">
426+
<img
427+
src="http://old.myhdl.org/lib/exe/fetch.php/myhdl_logo_128.png?cache=&w=128&h=91"></td>
428+
<!-- Info -->
429+
<td><h4>MyHDL</h4></td>
430+
<tr><td>hardware description with Python</td></tr>
431+
<tr><td><a href="http://www.myhdl.org/">Website</a> |
432+
<a href="http://www.myhdl.org/support/community.html">Mailing List</a> |
433+
<a href="http://webchat.freenode.net/?channels=myhdl">#myhdl</a> on <a
434+
href="http://www.freenode.net/">Freenode</a> |
435+
<a href="http://dev.myhdl.org/gsoc/gsoc_2017.html">Ideas Page</a></td>
436+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
437+
</tr>
438+
439+
412440
</table>
413441

414442
<a name="schedule" />

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,18 @@ table.ideas {
8888
}
8989
td.logo {
9090
max-width: 300px;
91+
text-align: center;
9192
}
9293
td {
9394
border: 1pt solid #e5e5e5;
9495
padding: 2px;
9596
margin: 2px;
9697
}
98+
99+
td.waiting {
100+
background: #FFFCBD;
101+
}
102+
103+
td.good {
104+
background: #D8FFBD;
105+
}

0 commit comments

Comments
 (0)