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

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git

commit 3c34a44a01a5b669e6ed52d8ff1970c58e6145ae
Author: Abhishekmishra2808 <[email protected]>
AuthorDate: Wed Feb 18 22:18:35 2026 +0530

    Update website: fix GitHub links, update 2025 to 2026 workshop dates, add 
mailing list to footer, reorder social icons, and update community channels
---
 _includes/themes/apache/_navigation.html |  6 +++---
 _includes/themes/apache/footer.html      | 13 ++++++++-----
 _includes/themes/apache/page.html        |  2 +-
 index.md                                 | 26 +++++++++++++++++---------
 4 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/_includes/themes/apache/_navigation.html 
b/_includes/themes/apache/_navigation.html
index 3b4583e257..d70cc73362 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -132,7 +132,7 @@
     <div class="hero-stats">
       <div class="stats-label">GitHub Stats</div>
       <div class="stats-container">
-        <a href="https://github.com/apache/nuttx"; target="_blank" 
rel="noopener noreferrer" class="hero-stat">
+        <a href="https://github.com/apache/nuttx/stargazers"; target="_blank" 
rel="noopener noreferrer" class="hero-stat">
           <img class="hero-stat-icon" src="{{ site.baseurl 
}}/static/icons/star.svg" alt="Stars" width="16" height="16">
           <span class="hero-stat-value" id="heroStars">-</span>
           <span>Stars</span>
@@ -162,8 +162,8 @@
   <p>NuttX is incredibly portable. It runs on over 15 different CPU 
architectures, over 300 popular embedded hardware boards and development kits, 
provides more than 1500 ready to use firmware configuration templates for your 
project. See yourself, try out the <a href="{{ site.baseurl }}/demo">NuttX 
WebAssembly demo</a>.</p>
   
   <h3>Community Events</h3>
-  <h4>International Workshop 2025</h4>
-  <p>The Apache NuttX International Workshop is organized every year. You can 
attend online or in person for free. This year we meet on 16-17th October 2025 
in Costa Rica. We hope to meet with Gregory Nutt on site. See you there!</p>
+  <h4>International Workshop 2026</h4>
+  <p>The Apache NuttX International Workshop is organized every year. You can 
attend online or in person for free. This year we meet on 16-17th October 2026 
in Costa Rica. We hope to meet with Gregory Nutt on site. See you there!</p>
   
   <p>Please visit <a href="{{ site.data.project.community_events }}" 
target="_blank" rel="noopener noreferrer">events website</a> for more details. 
You can join the event at <a href="https://www.linkedin.com/events/"; 
target="_blank" rel="noopener noreferrer">LinkedIn</a>. Call For Papers is now 
open!</p>
   
diff --git a/_includes/themes/apache/footer.html 
b/_includes/themes/apache/footer.html
index cdd7f2336a..56d8e32a35 100644
--- a/_includes/themes/apache/footer.html
+++ b/_includes/themes/apache/footer.html
@@ -1,20 +1,23 @@
 <div class="footer-social" style="text-align: center; margin-bottom: 2rem;">
   <h3 style="font-size: 1.2rem; margin-bottom: 1rem; color: 
var(--text-primary);">Join Our Community</h3>
   <div class="social-icons" style="display: flex; gap: 1rem; justify-content: 
center; flex-wrap: wrap; margin-bottom: 1.5rem;">
+    <a href="{{ site.data.project.dev_list_archive_mailarchive }}" 
class="social-icon" title="Mailing List" style="display: inline-flex; 
align-items: center; justify-content: center; width: 40px; height: 40px; 
border-radius: 50%; background-color: var(--bg-tertiary); transition: all 0.3s 
ease; text-decoration: none;">
+      <img src="{{ site.baseurl }}/static/icons/mailing-list.svg" width="20" 
height="20" alt="Mailing List" style="color: var(--text-primary);">
+    </a>
     <a href="{{ site.data.project.socialmedia_discord }}" class="social-icon" 
title="Discord" style="display: inline-flex; align-items: center; 
justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
       <img src="{{ site.baseurl }}/static/icons/discord.svg" width="20" 
height="20" alt="Discord" style="color: var(--text-primary);">
     </a>
+    <a href="{{ site.data.project.socialmedia_hackster }}" class="social-icon" 
title="Hackster" style="display: inline-flex; align-items: center; 
justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
+      <img src="{{ site.baseurl }}/static/icons/hackster.svg" width="20" 
height="20" alt="Hackster" style="color: var(--text-primary);">
+    </a>
     <a href="{{ site.data.project.socialmedia_linkedin_company }}" 
class="social-icon" title="LinkedIn" style="display: inline-flex; align-items: 
center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
       <img src="{{ site.baseurl }}/static/icons/linkedin.svg" width="20" 
height="20" alt="LinkedIn" style="color: var(--text-primary);">
     </a>
-    <a href="{{ site.data.project.socialmedia_youtube }}" class="social-icon" 
title="YouTube" style="display: inline-flex; align-items: center; 
justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
-      <img src="{{ site.baseurl }}/static/icons/youtube.svg" width="20" 
height="20" alt="YouTube" style="color: var(--text-primary);">
-    </a>
     <a href="{{ site.data.project.socialmedia_reddit }}" class="social-icon" 
title="Reddit" style="display: inline-flex; align-items: center; 
justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
       <img src="{{ site.baseurl }}/static/icons/reddit.svg" width="20" 
height="20" alt="Reddit" style="color: var(--text-primary);">
     </a>
-    <a href="{{ site.data.project.socialmedia_hackster }}" class="social-icon" 
title="Hackster" style="display: inline-flex; align-items: center; 
justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
-      <img src="{{ site.baseurl }}/static/icons/hackster.svg" width="20" 
height="20" alt="Hackster" style="color: var(--text-primary);">
+    <a href="{{ site.data.project.socialmedia_youtube }}" class="social-icon" 
title="YouTube" style="display: inline-flex; align-items: center; 
justify-content: center; width: 40px; height: 40px; border-radius: 50%; 
background-color: var(--bg-tertiary); transition: all 0.3s ease; 
text-decoration: none;">
+      <img src="{{ site.baseurl }}/static/icons/youtube.svg" width="20" 
height="20" alt="YouTube" style="color: var(--text-primary);">
     </a>
   </div>
 </div>
diff --git a/_includes/themes/apache/page.html 
b/_includes/themes/apache/page.html
index 1a5f9423cd..b2faa55220 100644
--- a/_includes/themes/apache/page.html
+++ b/_includes/themes/apache/page.html
@@ -3,7 +3,7 @@
 </div>
 -->
 
-<div class="row">
+<div class="row {% if page.title == 'Articles & Publications' 
%}articles-page{% endif %}">
   <div class="col-md-12">
     {{ content }}
   </div>
diff --git a/index.md b/index.md
index 065d1a2d56..46589df9fa 100644
--- a/index.md
+++ b/index.md
@@ -271,30 +271,38 @@ nsh> <span class="cursor">█</span></pre>
           <div class="channel-list">
             <a href="{{ site.data.project.dev_list_archive_mailarchive }}" 
class="channel-item">
               <img src="{{ site.baseurl }}/static/icons/mailing-list.svg" 
width="24" height="24" alt="Mailing List">
-              <span>Mailing List (Primary)</span>
+              <span>Mailing List (Main)</span>
             </a>
             <a href="{{ site.data.project.socialmedia_discord }}" 
class="channel-item">
               <img src="{{ site.baseurl }}/static/icons/discord.svg" 
width="24" height="24" alt="Discord">
               <span>Discord</span>
             </a>
-            <a href="{{ site.data.project.socialmedia_youtube }}" 
class="channel-item">
-              <img src="{{ site.baseurl }}/static/icons/youtube.svg" 
width="24" height="24" alt="YouTube">
-              <span>YouTube</span>
+            <a href="{{ site.data.project.socialmedia_hackster }}" 
class="channel-item">
+              <img src="{{ site.baseurl }}/static/icons/hackster.svg" 
width="24" height="24" alt="Hackster">
+              <span>Hackster</span>
+            </a>
+            <a href="{{ site.data.project.socialmedia_linkedin_company }}" 
class="channel-item">
+              <img src="{{ site.baseurl }}/static/icons/linkedin.svg" 
width="24" height="24" alt="LinkedIn">
+              <span>LinkedIn</span>
             </a>
             <a href="{{ site.data.project.socialmedia_reddit }}" 
class="channel-item">
               <img src="{{ site.baseurl }}/static/icons/reddit.svg" width="24" 
height="24" alt="Reddit">
               <span>Reddit</span>
             </a>
+            <a href="{{ site.data.project.socialmedia_youtube }}" 
class="channel-item">
+              <img src="{{ site.baseurl }}/static/icons/youtube.svg" 
width="24" height="24" alt="YouTube">
+              <span>YouTube</span>
+            </a>
           </div>
         </div>
       </div>
       
       <div class="community-events">
         <div class="events-card">
-          <h3 class="events-title">International Workshop 2025</h3>
+          <h3 class="events-title">International Workshop 2026</h3>
           <div class="event-date">
             <img src="{{ site.baseurl }}/static/icons/calendar.svg" width="20" 
height="20" alt="Calendar">
-            <span>October 16-17, 2025</span>
+            <span>October 16-17, 2026</span>
           </div>
           <div class="event-location">
             <img src="{{ site.baseurl }}/static/icons/location-pin.svg" 
width="20" height="20" alt="Location">
@@ -302,7 +310,7 @@ nsh> <span class="cursor">█</span></pre>
           </div>
           <p class="event-description">
             Join us for the annual Apache NuttX International Workshop. 
-            Attend online or in person for free!
+            Attend online or in person for free! We hope to meet with Gregory 
Nutt on site.
           </p>
           <div class="event-links">
             <a href="{{ site.data.project.community_events }}" 
class="event-link">Event Website</a>
@@ -356,7 +364,7 @@ nsh> <span class="cursor">█</span></pre>
           </a>
         </div>
         <div class="carousel-slide">
-          <a href="https://www.inspace.aero"; target="_blank" rel="noopener 
noreferrer" class="company-logo-container">
+          <a href="https://www.cuinspace.ca/"; target="_blank" rel="noopener 
noreferrer" class="company-logo-container">
             <img src="{{ site.baseurl }}/static/companies/inspace.png" 
alt="InSpace" class="company-logo-img">
           </a>
         </div>
@@ -397,7 +405,7 @@ nsh> <span class="cursor">█</span></pre>
           </a>
         </div>
         <div class="carousel-slide">
-          <a href="https://www.inspace.aero"; target="_blank" rel="noopener 
noreferrer" class="company-logo-container">
+          <a href="https://www.cuinspace.ca/"; target="_blank" rel="noopener 
noreferrer" class="company-logo-container">
             <img src="{{ site.baseurl }}/static/companies/inspace.png" 
alt="InSpace" class="company-logo-img">
           </a>
         </div>

Reply via email to