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

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

commit d0fabfd4a5184933ec5c84523f9104e9c9a4f3fe
Author: Rich Bowen <[email protected]>
AuthorDate: Tue Nov 19 16:32:07 2024 -0500

    Reorg "Contributors" menu to reflect recent changes
    Simple 'run-local' script to lower barrier to testing
    Simple beautification of /contributor page
    Trivial correction on /pmc page.
---
 layouts/partials/navbar.html  | 11 +++++------
 run-local.sh                  |  2 ++
 source/contributors/_index.md |  2 ++
 source/pmc/_index.md          |  2 +-
 static/css/main.css           | 13 +++++++++++++
 5 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index eff7afa9..1e8a8412 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -48,17 +48,16 @@
             Contributing
           </a>
           <div class="dropdown-menu" aria-labelledby="contribDropdown">
-            <a class="dropdown-item" href="/contributors/">About The Apache 
Software Foundation</a>
             <a class="dropdown-item" 
href="/contributor-ladder.html">Contributor Ladder</a>
             <a class="dropdown-item" href="/newcomers/">Getting Started at 
Apache</a>
-            <a class="dropdown-item" 
href="https://www.apache.org/dev/";>Technical Developer FAQs</a>
+            <a class="dropdown-item" href="/contributors/">Contributing to 
projects</a>
+            <a class="dropdown-item" href="/committers/">Committers</a>
+            <a class="dropdown-item" href="/pmc/">PMC Members</a>
             <div class="dropdown-divider"></div>
-            <a class="dropdown-item text-uppercase disabled" 
href="#">Committers and PMCs</a>
-            <a class="dropdown-item" href="/committers/">Committer Tips</a>
+            <a class="dropdown-item text-uppercase disabled" 
href="#">Committer and PMC Information</a>
+            <a class="dropdown-item" 
href="https://www.apache.org/dev/";>Technical Developer FAQs</a>
             <a class="dropdown-item" 
href="/committers/decisionMaking.html">Decision Making</a>
-            <a class="dropdown-item" 
href="/committers/funding-disclaimer.html">Funding Campaign Disclaimer</a>
             <a class="dropdown-item" 
href="/committers/good-first-issues.html">Good First Issues</a>
-            <a class="dropdown-item" href="/pmc/">PMC Tips</a>
             <a class="dropdown-item" 
href="/pmc/community-growth.html">Recruiting New Contributors</a>
           </div>
         </li>
diff --git a/run-local.sh b/run-local.sh
new file mode 100755
index 00000000..3036bca3
--- /dev/null
+++ b/run-local.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+hugo server -D -d /tmp/comdev-generated-site
diff --git a/source/contributors/_index.md b/source/contributors/_index.md
index 357cc469..f5f4e1af 100755
--- a/source/contributors/_index.md
+++ b/source/contributors/_index.md
@@ -4,6 +4,8 @@ url: /contributors/
 tags: ["faq","navigation","contributing"]
 ---
 
+<img src="/images/contributors-fp.webp" class="pull-right">
+
 Contributing to an Apache project is the second step on your journey up
 the [contributor ladder](/contributor-ladder.html).
 
diff --git a/source/pmc/_index.md b/source/pmc/_index.md
index 9e8ed17d..0eaea538 100644
--- a/source/pmc/_index.md
+++ b/source/pmc/_index.md
@@ -78,7 +78,7 @@ The PMC members identify project participants whom they want 
to be
 members of the PMC. [Read more about the process of adding new PMC
 members](/pmc/adding-pmc-members.html).
 
-## What to do as a new member
+## What to do as a new PMC member
 
 If you've just joined the PMC as a new member, there's a number of
 things that you'll need to do to be an effective part of the PMC. [Read
diff --git a/static/css/main.css b/static/css/main.css
index 1466b158..52c2512c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -111,3 +111,16 @@ community-front-page img {
 }
 
 
+.pull-left {
+    float: left;
+    margin-left: 1rem;
+    margin-botton: 1rem;
+    border-radius: 12%;
+}
+
+.pull-right {
+    float: right;
+    margin-left: 1rem;
+    margin-botton: 1rem;
+    border-radius: 12%;
+}

Reply via email to