aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-10 19:17:42 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-10 19:17:42 +0100
commit129e9e49fed373b4b593cdaecf74a265bf0a5df0 (patch)
treef82c6f8a22ab474a5d0a7df755295a86f70f1d6d
parentbcc545c5b1596d1db3d0f6369fe6fbeb610fb3cc (diff)
downloadwww-129e9e49fed373b4b593cdaecf74a265bf0a5df0.tar.gz
www-129e9e49fed373b4b593cdaecf74a265bf0a5df0.zip
remove projects with no mentors from gsoc page
-rw-r--r--README1
-rw-r--r--template/gsoc.html.j25
2 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 6fb8ac15..de6f9b53 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ Requirements
14 - BeautifulSoup 4 14 - BeautifulSoup 4
15- python3 interpreter: 15- python3 interpreter:
16 - python 3.7 or later. 16 - python 3.7 or later.
17- lxml
17- gettext 18- gettext
18- sassc, to compile the stylesheets 19- sassc, to compile the stylesheets
19 20
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2
index 4e1364ad..1fdf0b40 100644
--- a/template/gsoc.html.j2
+++ b/template/gsoc.html.j2
@@ -10,7 +10,7 @@
10 <div class="col-2 d-none d-lg-block"><!-- for large viewports show menu for better orientation --> 10 <div class="col-2 d-none d-lg-block"><!-- for large viewports show menu for better orientation -->
11 <nav class="nav subnav position-fixed flex-column border-right" style="position:fixed"> 11 <nav class="nav subnav position-fixed flex-column border-right" style="position:fixed">
12 <a class="nav-link" href="#current">{{ _("Ideas 2021") }}</a> 12 <a class="nav-link" href="#current">{{ _("Ideas 2021") }}</a>
13 <a class="nav-link" href="#past">{{ _("Past projects") }}</a> 13 <!--<a class="nav-link" href="#past">{{ _("Past projects") }}</a>-->
14 <a class="nav-link" href="#finished">{{ _("Finished projects") }}</a> 14 <a class="nav-link" href="#finished">{{ _("Finished projects") }}</a>
15 </nav> 15 </nav>
16 </div> 16 </div>
@@ -182,7 +182,7 @@
182 </section> 182 </section>
183 183
184 <!-- Past projects: Previously proposed, but left unfinished. Inspiration for students. --> 184 <!-- Past projects: Previously proposed, but left unfinished. Inspiration for students. -->
185 <h2><a name="past" class="subnav-anchor"></a>{{ _("Past projects") }}</h2> 185 <!--<h2><a name="past" class="subnav-anchor"></a>{{ _("Past projects") }}</h2>
186 <p> 186 <p>
187 Past projects: Previously proposed, but left unfinished. Inspiration for students. 187 Past projects: Previously proposed, but left unfinished. Inspiration for students.
188 </p> 188 </p>
@@ -598,6 +598,7 @@
598 {% endtrans %} 598 {% endtrans %}
599 </p> 599 </p>
600 </section> 600 </section>
601 -->
601 <h2><a name="finished" class="subnav-anchor"></a>{{ _("Finished projects") }}</h2> 602 <h2><a name="finished" class="subnav-anchor"></a>{{ _("Finished projects") }}</h2>
602 <!-- Commentary: Finished projects, descriptions and Links to write-ups about them. --> 603 <!-- Commentary: Finished projects, descriptions and Links to write-ups about them. -->
603 <h3>2019</h3> 604 <h3>2019</h3>