@@ -278,57 +278,64 @@ <h4 class="FooterTitle">Navigation</h4>
278278 <!-- Quick Actions Section -->
279279 < div class ="FooterSection ">
280280 < h4 class ="FooterTitle "> Quick Actions</ h4 >
281- < div class ="FooterActions " role =" group " aria-label =" Quick actions " >
282- < button id ="themeToggleButton " class ="ThemeToggle " aria-label =" Toggle between light and dark theme " >
281+ < div class ="FooterActions ">
282+ < button id ="themeToggleButton " class ="ThemeToggle ">
283283 < i class ="fas fa-palette " aria-hidden ="true "> </ i >
284- < span class ="ToggleText "> Toggle Theme </ span >
284+ < span class ="ToggleText "> Toggle Dark/Light Mode </ span >
285285 </ button >
286- < button class ="PrintButton " onclick ="window.print() " aria-label =" Print this page " >
286+ < button class ="PrintButton " onclick ="window.print() ">
287287 < i class ="fas fa-print " aria-hidden ="true "> </ i >
288288 < span > Print Page</ span >
289289 </ button >
290290 </ div >
291291 </ div >
292292
293- <!-- About Section -->
293+ <!-- Faction Theme Section -->
294294 < div class ="FooterSection ">
295- < h4 class ="FooterTitle "> About</ h4 >
296- < div class ="FooterInfo ">
297- < p class ="PatchInfo ">
298- < strong > FAForever Patch Notes</ strong > < br >
299- Complete balance update archive
300- </ p >
301- < p class ="Copyright ">
302- © 2015-2025 < strong > FAForever</ strong > < br >
303- Community-driven balance updates
304- </ p >
295+ < h4 class ="FooterTitle "> Faction Theme</ h4 >
296+ < div class ="FactionThemes ">
297+ < button class ="FactionButton active " data-faction ="default " aria-label ="Default theme ">
298+ < span class ="FactionIcon "> ⚔️</ span >
299+ < span class ="FactionLabel "> Default</ span >
300+ </ button >
301+ < button class ="FactionButton " data-faction ="aeon " aria-label ="Aeon theme ">
302+ < img src ="/assets/images/faction/Aeon.svg " alt ="Aeon " class ="FactionLogo ">
303+ < span class ="FactionLabel "> Aeon</ span >
304+ </ button >
305+ < button class ="FactionButton " data-faction ="uef " aria-label ="UEF theme ">
306+ < img src ="/assets/images/faction/UEF.svg " alt ="UEF " class ="FactionLogo ">
307+ < span class ="FactionLabel "> UEF</ span >
308+ </ button >
309+ < button class ="FactionButton " data-faction ="cybran " aria-label ="Cybran theme ">
310+ < img src ="/assets/images/faction/Cybran.svg " alt ="Cybran " class ="FactionLogo ">
311+ < span class ="FactionLabel "> Cybran</ span >
312+ </ button >
313+ < button class ="FactionButton " data-faction ="sera " aria-label ="Seraphim theme ">
314+ < img src ="/assets/images/faction/Seraphim.svg " alt ="Seraphim " class ="FactionLogo ">
315+ < span class ="FactionLabel "> Sera</ span >
316+ </ button >
305317 </ div >
306318 </ div >
319+ </ div >
307320
308- <!-- Social/Links Section -->
309- < div class ="FooterSection ">
310- < h4 class ="FooterTitle "> Community</ h4 >
311- < nav class ="FooterLinks " aria-label ="Community links ">
312- < a href ="https://www.faforever.com " class ="FooterLink External " target ="_blank " rel ="noopener ">
313- < i class ="fas fa-external-link-alt " aria-hidden ="true "> </ i >
314- FAForever.com
321+ <!-- Bottom Bar -->
322+ < div class ="FooterBottom ">
323+ < div class ="FooterBottomContent ">
324+ < div class ="FooterBottomLinks ">
325+ < a href ="https://www.faforever.com " class ="FooterBottomLink " target ="_blank " rel ="noopener " aria-label ="FAForever Website ">
326+ < i class ="fas fa-globe " aria-hidden ="true "> </ i >
315327 </ a >
316- < a href ="https://discord.gg/mXahAXy " class ="FooterLink External " target ="_blank " rel ="noopener ">
328+ < a href ="https://discord.gg/mXahAXy " class ="FooterBottomLink " target ="_blank " rel ="noopener " aria-label =" Discord ">
317329 < i class ="fab fa-discord " aria-hidden ="true "> </ i >
318- Discord
319330 </ a >
320- < a href ="https://github.com/FAForever " class ="FooterLink External " target ="_blank " rel ="noopener " aria-label ="Visit FAForever on GitHub (opens in new tab) ">
331+ < a href ="https://github.com/FAForever " class ="FooterBottomLink " target ="_blank " rel ="noopener " aria-label ="GitHub ">
321332 < i class ="fab fa-github " aria-hidden ="true "> </ i >
322- GitHub
323333 </ a >
324- </ nav >
325- </ div >
326- </ div >
327-
328- <!-- Bottom Bar -->
329- < div class ="FooterBottom ">
330- < div class ="FooterBottomContent ">
331- < span class ="LastUpdated "> Last updated: < time datetime ="2026-02-05 "> February 5th, 2026</ time > </ span >
334+ < a href ="https://forum.faforever.com " class ="FooterBottomLink " target ="_blank " rel ="noopener " aria-label ="Forum ">
335+ < i class ="fas fa-comments " aria-hidden ="true "> </ i >
336+ </ a >
337+ </ div >
338+ < span class ="Copyright "> © 2015-2026 < strong > FAForever</ strong > • Community-driven balance updates</ span >
332339 < span class ="BuildInfo "> Balance Team • Patch Notes Archive</ span >
333340 </ div >
334341 </ div >
0 commit comments