You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rb...@apache.org on 2023/04/21 19:15:55 UTC

[comdev-site] branch main updated: moves gsoc to a top-level nav item

This is an automated email from the ASF dual-hosted git repository.

rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 41ca432  moves gsoc to a top-level nav item
     new 0f8054a  Merge pull request #104 from rbowen/master
41ca432 is described below

commit 41ca4320a4dd31b93bd191602f7b1eb89475d772
Author: Rich Bowen <rb...@rcbowen.com>
AuthorDate: Fri Apr 21 15:15:13 2023 -0400

    moves gsoc to a top-level nav item
---
 layouts/_default/baseof.html | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7d5f5ea..f59e72d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -72,7 +72,6 @@
                 <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Community_Development.html#2009-11-01">ComDev Original Board Resolution</a>
                 <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Community_Development.html">ComDev Board Reports</a>
                 <a class="dropdown-item" href="https://issues.apache.org/jira/projects/COMDEV">Community Development Jira</a>
-                <a class="dropdown-item" href="https://issues.apache.org/jira/projects/GSOC">GSoC Jira</a>
                 <div class="dropdown-divider"></div>
                 <a class="dropdown-item text-uppercase disabled" href="#">About Apache</a>
                 <a class="dropdown-item" href="https://www.apache.org/">The Apache Software Foundation</a>
@@ -91,14 +90,18 @@
                 <a class="dropdown-item" href="/gettingStarted/101.html">Getting Started</a>
                 <a class="dropdown-item" href="/contributors/">Finding Your Way Around The Apache Software Foundation</a>
                 <a class="dropdown-item" href="https://www.apache.org/dev/">Technical Developer FAQs</a>
-                <div class="dropdown-divider"></div>
-                <a class="dropdown-item text-uppercase disabled" href="#">Google Summer of Code</a>
+              </div>
+            </li>
+            <li class="nav-item dropdown">
+              <a class="nav-link dropdown-toggle" href="#" id="commitDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">GSoC</a>
+              <div class="dropdown-menu" aria-labelledby="gsocDropdown">
                 <a class="dropdown-item" href="/gsoc/">Google Summer Of Code Information</a>
                 <a class="dropdown-item" href="/gsoc/mentee-ranking-process.html">Mentee Ranking Process</a>
                 <a class="dropdown-item" href="/gsoc/experiences.html">Past GSoC Experiences</a>
                 <a class="dropdown-item" href="/gsoc/guide-to-being-a-mentor.html">Guide to being a Mentor</a>
                 <a class="dropdown-item" href="/gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.html">Using ComDev's Jira for GSoC Ideas</a>
                 <a class="dropdown-item" href="/gsoc/gsoc-admin-tasks.html">Tasks of a GSoC Admin at the ASF</a>
+                <a class="dropdown-item" href="https://issues.apache.org/jira/projects/GSOC">GSoC Jira</a>
               </div>
             </li>
             <li class="nav-item dropdown">