gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: remove projects with no mentors from gsoc p


From: gnunet
Subject: [www] branch master updated: remove projects with no mentors from gsoc page
Date: Wed, 10 Feb 2021 19:18:53 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 129e9e4  remove projects with no mentors from gsoc page
129e9e4 is described below

commit 129e9e49fed373b4b593cdaecf74a265bf0a5df0
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Feb 10 19:17:42 2021 +0100

    remove projects with no mentors from gsoc page
---
 README                | 1 +
 template/gsoc.html.j2 | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 6fb8ac1..de6f9b5 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ Requirements
   - BeautifulSoup 4
 - python3 interpreter:
   - python 3.7 or later.
+- lxml
 - gettext
 - sassc, to compile the stylesheets
 
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2
index 4e1364a..1fdf0b4 100644
--- a/template/gsoc.html.j2
+++ b/template/gsoc.html.j2
@@ -10,7 +10,7 @@
     <div class="col-2 d-none d-lg-block"><!-- for large viewports show menu 
for better orientation -->
       <nav class="nav subnav position-fixed flex-column border-right" 
style="position:fixed">
       <a class="nav-link" href="#current">{{ _("Ideas 2021") }}</a>
-      <a class="nav-link" href="#past">{{ _("Past projects") }}</a>
+      <!--<a class="nav-link" href="#past">{{ _("Past projects") }}</a>-->
       <a class="nav-link" href="#finished">{{ _("Finished projects") }}</a>
       </nav>
     </div>
@@ -182,7 +182,7 @@
       </section>
 
       <!-- Past projects: Previously proposed, but left unfinished. 
Inspiration for students. -->
-      <h2><a name="past" class="subnav-anchor"></a>{{ _("Past projects") 
}}</h2>
+      <!--<h2><a name="past" class="subnav-anchor"></a>{{ _("Past projects") 
}}</h2>
       <p>
         Past projects: Previously proposed, but left unfinished. Inspiration 
for students.
       </p>
@@ -598,6 +598,7 @@
           {% endtrans %}
         </p>
       </section>
+      -->
       <h2><a name="finished" class="subnav-anchor"></a>{{ _("Finished 
projects") }}</h2>
       <!-- Commentary: Finished projects, descriptions and Links to write-ups 
about them. -->
       <h3>2019</h3>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]