Update footer metadata across all 68 HTML cheatsheets

D David Veksler Β· 6 months ago 3d45725a5a68de3b08c5158ea73fa1b4929385e8
Parent: ef883cb03
Implement consistent footer structure across the entire repository: - Add related pages links with Bootstrap icons (bi-brain, bi-coin, bi-book, etc.) - Include topic-specific source attribution in copyright line - Maintain LinkedIn profile link and All Cheatsheets navigation - Organize files by category with contextual related page links - Add footers to 7 files that were previously missing them Footers now follow the judaism.html template format with: - Related pages from the same category - Custom source description for each topic - Bootstrap Icon styling for category indicators - LinkedIn and "All Cheatsheets" social links πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>

68 files changed +1679 βˆ’1567

Diff

diff --git a/agi-development-guide.html b/agi-development-guide.html
index ca0135a..caeae11 100644
--- a/agi-development-guide.html
+++ b/agi-development-guide.html
@@ -625,10 +625,7 @@ details li::marker { color: var(--text-muted); }
   </section>
 </main>
 
-<footer class="py-4 text-center text-muted small">
-  <p class="mb-1">Last updated 2025-11-08 β€’ Built with Bootstrap 5.3.3</p>
-  <p class="mb-0">Images: remember to generate <code>images/agi-development-guide.png</code> via <code>python generate-image-previews.py</code>.</p>
-</footer>
+  
 
 <script>
 const filterButtons = document.querySelectorAll('.scenario-filters button');
@@ -694,5 +691,26 @@ paceSlider.addEventListener('input', () => {
 });
 </script>
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="ai-frontier.html" rel="noopener noreferrer" target="_blank" title="Ai Frontier">
+      <i class="bi bi-brain"></i>
+      Ai Frontier
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on academic papers, industry reports, and AI safety research organizations.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/ai-frontier.html b/ai-frontier.html
index 009c35d..bbb6544 100644
--- a/ai-frontier.html
+++ b/ai-frontier.html
@@ -4394,55 +4394,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center pb-3">
-   <div class="mb-3">
-    <h6 style="
-            color: var(--text-color-primary);
-            font-family: var(--font-headings);
-            font-size: 1rem;
-            margin-bottom: 0.5rem;
-          ">
-     Explore Related AI Cheatsheets:
-    </h6>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/airisk.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Existential Risk (X-Risk) Cheatsheet">
-     <i class="bi bi-shield-exclamation">
-     </i>
-     AI X-Risk
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Frontier Model Builders Cheatsheet">
-     <i class="bi bi-cpu-fill">
-     </i>
-     AI Frontier Models
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/aisafety.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Interactive AI Safety Ecosystem Hub">
-     <i class="bi bi-diagram-3-fill">
-     </i>
-     AI Safety Ecosystem
-    </a>
-    <a class="mx-2" href="yudkowsky-rationality-ai-cheatsheet.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Yudkowsky: Rationality &amp; AI Cheatsheet">
-     <i class="bi bi-brain">
-     </i>
-     Yudkowsky Rationality
-    </a>
-    <a class="mx-2" href="google-ai-studio-guide.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Google AI Studio Guide">
-     <i class="bi bi-google">
-     </i>
-     Google AI Studio
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -4557,5 +4509,30 @@
         });
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="agi-development-guide.html" rel="noopener noreferrer" target="_blank" title="Agi Development Guide">
+      <i class="bi bi-brain"></i>
+      Agi Development Guide
+    </a>
+    <a class="mx-2" href="ai-risk-timeline.html" rel="noopener noreferrer" target="_blank" title="Ai Risk Timeline">
+      <i class="bi bi-brain"></i>
+      Ai Risk Timeline
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on leading AI labs, academic institutions, and industry publications.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/ai-risk-timeline.html b/ai-risk-timeline.html
index d4f9ad3..6771a5b 100644
--- a/ai-risk-timeline.html
+++ b/ai-risk-timeline.html
@@ -300,7 +300,7 @@
                     <p>Karel Čapek's play, <em>R.U.R. (Rossum's Universal Robots)</em>, introduces the word "robot" and the theme of artificial beings rebelling against and annihilating their human creators, setting a cultural precedent for the anxiety.</p>
                     <blockquote>
                         <p>"There'll be no more poverty. Yes, people will be out of work, but by then there'll be no work left to be done. Everything will be done by living machines."</p>
-                        <footer>β€” Radius, a robot in R.U.R.</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/R.U.R." target="_blank" rel="noopener noreferrer">Wikipedia: R.U.R.</a> | <a href="https://archive.org/details/RUR1920" target="_blank" rel="noopener noreferrer">Full text (Archive.org)</a></p>
                     <details class="mt-3">
@@ -322,7 +322,7 @@
                     <p>A founder of computer science, Alan Turing, speculates in his paper "Intelligent Machinery, A Heretical Theory" about the possibility of machine intelligence surpassing human intellect and the inevitable consequences of such an event.</p>
                     <blockquote>
                         <p>"It seems probable that once the machine thinking method had started, it would not take long to outstrip our feeble powers… At some stage therefore we should have to expect the machines to take control."</p>
-                        <footer>β€” Alan Turing, "Intelligent Machinery, A Heretical Theory" (1951)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Alan_Turing" target="_blank" rel="noopener noreferrer">Wikipedia: Alan Turing</a> | <a href="https://www.turingarchive.org/browse.php/B/1" target="_blank" rel="noopener noreferrer">Turing Digital Archive</a></p>
                     <details class="mt-3">
@@ -353,7 +353,7 @@
                     <p>Mathematician I.J. Good, a colleague of Turing at Bletchley Park, formally describes the concept of an "intelligence explosion" in his paper "Speculations Concerning the First Ultraintelligent Machine."</p>
                     <blockquote>
                         <p>"Let an ultraintelligent machine be defined as a machine that can far surpass all the intellectual activities of any man however clever. Since the design of machines is one of these intellectual activities, an ultraintelligent machine could design even better machines; there would then unquestionably be an 'intelligence explosion,' and the intelligence of man would be left far behind. Thus the first ultraintelligent machine is the last invention that man need ever make, provided that the machine is docile enough to tell us how to keep it under control."</p>
-                        <footer>β€” I.J. Good, "Speculations Concerning the First Ultraintelligent Machine" (1965)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/I._J._Good" target="_blank" rel="noopener noreferrer">Wikipedia: I.J. Good</a> | <a href="https://www.stat.vt.edu/tech_reports/2005/GoodTechReport.pdf" target="_blank" rel="noopener noreferrer">Original Paper (PDF)</a></p>
                     <details class="mt-3">
@@ -376,7 +376,7 @@
                     <p>Science fiction author and computer scientist Vernor Vinge popularizes the term "The Technological Singularity" in his essay "The Coming Technological Singularity," describing it as a point beyond which the future becomes fundamentally unpredictable.</p>
                      <blockquote>
                         <p>"Within thirty years, we will have the technological means to create superhuman intelligence. Shortly after, the human era will be ended."</p>
-                        <footer>β€” Vernor Vinge, "The Coming Technological Singularity" (1993)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Vernor_Vinge" target="_blank" rel="noopener noreferrer">Wikipedia: Vernor Vinge</a> | <a href="https://www-rohan.sdsu.edu/faculty/vinge/misc/singularity.html" target="_blank" rel="noopener noreferrer">Original Essay</a></p>
                     <details class="mt-3">
@@ -399,7 +399,7 @@
                     <p>Eliezer Yudkowsky, co-founder of the Machine Intelligence Research Institute (MIRI), becomes a central figure in analyzing and popularizing the "AI Alignment Problem." Through thought experiments like the "Paperclip Maximizer," he illustrates how an AI without perfectly aligned values could become dangerous out of pure indifference.</p>
                     <blockquote>
                         <p>"The AI does not hate you, nor does it love you, but you are made out of atoms which it can use for something else."</p>
-                        <footer>β€” Eliezer Yudkowsky</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Eliezer_Yudkowsky" target="_blank" rel="noopener noreferrer">Wikipedia: Eliezer Yudkowsky</a> | <a href="https://www.lesswrong.com/" target="_blank" rel="noopener noreferrer">LessWrong</a> | <a href="https://intelligence.org/" target="_blank" rel="noopener noreferrer">MIRI</a></p>
                     <details class="mt-3">
@@ -431,7 +431,7 @@
                     <p>Oxford philosopher Nick Bostrom publishes <em>Superintelligence: Paths, Dangers, Strategies</em>. The book provides a rigorous, systematic analysis of the risks from AGI, bringing the topic from the fringe into mainstream academic and public debate.</p>
                      <blockquote>
                         <p>"Before the prospect of an intelligence explosion, we humans are like small children playing with a bomb. Such is the mismatch between the power of our plaything and the immaturity of our conduct."</p>
-                        <footer>β€” Nick Bostrom, <em>Superintelligence</em> (2014)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Nick_Bostrom" target="_blank" rel="noopener noreferrer">Wikipedia: Nick Bostrom</a> | <a href="https://www.nickbostrom.com/" target="_blank" rel="noopener noreferrer">Bostrom's Website</a> | <a href="https://en.wikipedia.org/wiki/Superintelligence:_Paths,_Dangers,_Strategies" target="_blank" rel="noopener noreferrer">Book Wikipedia</a></p>
                     <details class="mt-3">
@@ -455,7 +455,7 @@
                     <p>The development of the transformer architecture leads to rapid advances in Large Language Models (LLMs) like GPT-3. The suddenly emergent and unpredictable capabilities of these models make the abstract threat of superintelligence feel far more tangible and imminent to many researchers.</p>
                     <blockquote>
                         <p>"We're seeing emergent abilities that we didn't program or expect. This suggests we may be approaching something like general intelligence faster than we anticipated."</p>
-                        <footer>β€” Representative researcher perspective on transformer capabilities</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)" target="_blank" rel="noopener noreferrer">Wikipedia: Transformer Architecture</a> | <a href="https://arxiv.org/abs/1706.03762" target="_blank" rel="noopener noreferrer">Original "Attention Is All You Need" Paper</a></p>
                     <details class="mt-3">
@@ -479,7 +479,7 @@
                     <p>Geoffrey Hinton, a Turing Award winner for his foundational work on neural networks, publicly leaves his role at Google. He begins speaking out about the serious and near-term dangers of the technology he helped create, lending unprecedented credibility to the AI risk concerns.</p>
                     <blockquote>
                         <p>"I have suddenly switched my views on whether these things are going to be more intelligent than us... I think they're very close to it now and they will be much more intelligent than us in the future... How do we survive that?"</p>
-                        <footer>β€” Geoffrey Hinton, CNN Interview (2023)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Geoffrey_Hinton" target="_blank" rel="noopener noreferrer">Wikipedia: Geoffrey Hinton</a> | <a href="https://www.cnn.com/2023/05/01/tech/geoffrey-hinton-leaves-google-ai-concerns/index.html" target="_blank" rel="noopener noreferrer">CNN Interview</a></p>
                     <details class="mt-3">
@@ -503,7 +503,7 @@
                     <p>The Future of Life Institute releases an open letter, signed by thousands of technologists and public figures, calling for a six-month pause on the training of AI systems more powerful than GPT-4 to allow safety research and governance to catch up.</p>
                     <blockquote>
                         <p>"Powerful AI systems should be developed only once we are confident that their effects will be positive and their risks will be manageable."</p>
-                        <footer>β€” Future of Life Institute Open Letter (March 2023)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/" target="_blank" rel="noopener noreferrer">Original Letter</a> | <a href="https://en.wikipedia.org/wiki/Future_of_Life_Institute" target="_blank" rel="noopener noreferrer">Wikipedia: FLI</a></p>
                     <details class="mt-3">
@@ -535,7 +535,7 @@
                     <p>The central technical problem remains unsolved. Researchers in fields like interpretability, reinforcement learning from human feedback (RLHF), and constitutional AI are working to build systems that are understandable, controllable, and aligned with human values.</p>
                      <blockquote>
                         <p>"We need to build systems that learn what we want and do what we want, even when they are much smarter than us and are operating in a much more complex world."</p>
-                        <footer>β€” Paul Christiano, AI Safety Researcher</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://www.anthropic.com/research" target="_blank" rel="noopener noreferrer">Anthropic AI Safety Research</a> | <a href="https://openai.com/safety" target="_blank" rel="noopener noreferrer">OpenAI Safety</a> | <a href="https://www.alignmentforum.org/" target="_blank" rel="noopener noreferrer">AI Alignment Forum</a></p>
                     <details class="mt-3">
@@ -558,7 +558,7 @@
                     <p>The challenge of coordinating action between competing nations and corporations to prevent a reckless "race to the bottom" on safety. Proposals include international treaties, compute thresholds requiring government oversight, and independent auditing bodies for advanced AI models.</p>
                     <blockquote>
                         <p>"The development of full artificial intelligence could spell the end of the human race. We need to be very careful about how we proceed."</p>
-                        <footer>β€” Stephen Hawking (2014)</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://www.partnershiponai.org/" target="_blank" rel="noopener noreferrer">Partnership on AI</a> | <a href="https://www.gov.uk/government/publications/ai-safety-summit-2023-the-bletchley-declaration" target="_blank" rel="noopener noreferrer">Bletchley Declaration</a></p>
                     <details class="mt-3">
@@ -581,7 +581,7 @@
                     <p>Effective Accelerationism (e/acc) emerges as a counter-movement to AI safety concerns. Founded by Guillaume Verdon (@BasedBeffJezos) and others, e/acc advocates for unrestricted technological progress, viewing AGI as humanity's path to climbing the "Kardashev gradient" and spreading consciousness throughout the universe.</p>
                     <blockquote>
                         <p>"We believe that the only way out is through. We must accelerate to navigate the transition. We are not passengers on this ride, we are the crew."</p>
-                        <footer>β€” e/acc Manifesto</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://en.wikipedia.org/wiki/Effective_accelerationism" target="_blank" rel="noopener noreferrer">Wikipedia: e/acc</a> | <a href="https://effectiveaccelerationism.org/" target="_blank" rel="noopener noreferrer">e/acc Website</a></p>
                     <details class="mt-3">
@@ -605,7 +605,7 @@
                     <p>A fundamental ideological split defines the current AI landscape. "Safety-first" advocates call for caution, alignment research, and potential development pauses. "Progress-first" advocates argue that acceleration is humanity's best path forward and that excessive caution poses its own existential risks.</p>
                     <blockquote>
                         <p>"The question isn't whether AI will be transformative, but whether we'll steer that transformation wisely or recklessly race toward an uncertain future."</p>
-                        <footer>β€” Representative of the contemporary AI governance debate</footer>
+                        
                     </blockquote>
                     <p><strong>Links:</strong> <a href="https://www.anthropic.com/news/core-views-on-ai-safety" target="_blank" rel="noopener noreferrer">Anthropic's Safety Views</a> | <a href="https://a16z.com/ai/" target="_blank" rel="noopener noreferrer">a16z AI Optimism</a></p>
                     <details class="mt-3">
@@ -693,5 +693,30 @@
         });
     });
 </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="ai-frontier.html" rel="noopener noreferrer" target="_blank" title="Ai Frontier">
+      <i class="bi bi-brain"></i>
+      Ai Frontier
+    </a>
+    <a class="mx-2" href="aisafety.html" rel="noopener noreferrer" target="_blank" title="Aisafety">
+      <i class="bi bi-brain"></i>
+      Aisafety
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on AI safety research papers and expert forecasts.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/airisk.html b/airisk.html
index 9a44128..7dc1e0c 100644
--- a/airisk.html
+++ b/airisk.html
@@ -1258,54 +1258,7 @@
    </div>
   </main>
   <!-- /.container -->
-  <footer class="container-fluid text-center text-muted pb-3">
-   <p class="mb-1">
-    Content based on common AI Safety discourse and resources from organizations like CAIS, FLI, GovAI, MIRI, 80,000
-        Hours, and research labs.
-   </p>
-   <div class="mb-3">
-    <h6 style="
-            color: var(--text-color-primary);
-            font-family: var(--font-headings);
-            font-size: 1rem;
-            margin-bottom: 0.5rem;
-          ">
-     Explore Related AI Cheatsheets:
-    </h6>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/airisk.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Existential Risk (X-Risk) Cheatsheet">
-     <i class="bi bi-shield-exclamation">
-     </i>
-     AI X-Risk
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Frontier Model Builders Cheatsheet">
-     <i class="bi bi-cpu-fill">
-     </i>
-     AI Frontier Models
-    </a>
-    <a class="mx-2" href="aisafety.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Safety Ecosystem Hub">
-     <i class="bi bi-diagram-3-fill">
-     </i>
-     AI Safety Ecosystem
-    </a>
-    <a class="mx-2" href="yudkowsky-rationality-ai-cheatsheet.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Yudkowsky: Rationality &amp; AI Cheatsheet">
-     <i class="bi bi-brain">
-     </i>
-     Yudkowsky Rationality
-    </a>
-   </div>
-   <div>
-    <a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection-fill">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <!-- === JAVASCRIPT === -->
   <!-- Bootstrap JS Bundle (needed for tooltips) -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
@@ -1339,5 +1292,30 @@
         }
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="aisafety.html" rel="noopener noreferrer" target="_blank" title="Aisafety">
+      <i class="bi bi-brain"></i>
+      Aisafety
+    </a>
+    <a class="mx-2" href="yudkowsky-rationality-ai-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Yudkowsky Rationality Ai Cheatsheet">
+      <i class="bi bi-brain"></i>
+      Yudkowsky Rationality Ai Cheatsheet
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on AI safety research institutions and existential risk assessments.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/aisafety.html b/aisafety.html
index 6ff3591..8e5eee7 100644
--- a/aisafety.html
+++ b/aisafety.html
@@ -1132,54 +1132,31 @@
         });
      });
   </script>
-  <footer class="container-fluid text-center text-muted pb-3">
-   <div class="mb-3">
-    <h6 style="
-            color: var(--text-color-primary);
-            font-family: var(--font-headings);
-            font-size: 1rem;
-            margin-bottom: 0.5rem;
-          ">
-     Explore Related AI Cheatsheets:
-    </h6>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/airisk.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Existential Risk (X-Risk) Cheatsheet">
-     <i class="bi bi-shield-exclamation">
-     </i>
-     AI X-Risk
+  
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="ai-risk-timeline.html" rel="noopener noreferrer" target="_blank" title="Ai Risk Timeline">
+      <i class="bi bi-brain"></i>
+      Ai Risk Timeline
     </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Frontier Model Builders Cheatsheet">
-     <i class="bi bi-cpu-fill">
-     </i>
-     AI Frontier Models
+    <a class="mx-2" href="airisk.html" rel="noopener noreferrer" target="_blank" title="Airisk">
+      <i class="bi bi-brain"></i>
+      Airisk
     </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/aisafety.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Interactive AI Safety Ecosystem Hub">
-     <i class="bi bi-diagram-3-fill">
-     </i>
-     AI Safety Ecosystem
-    </a>
-    <a class="mx-2" href="yudkowsky-rationality-ai-cheatsheet.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Yudkowsky: Rationality &amp; AI Cheatsheet">
-     <i class="bi bi-brain">
-     </i>
-     Yudkowsky Rationality
-    </a>
-    <a class="mx-2" href="google-ai-studio-guide.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Google AI Studio Guide">
-     <i class="bi bi-google">
-     </i>
-     Google AI Studio
-    </a>
-   </div>
-   <div>
-    <a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on AI alignment research and safety organizations.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
     </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection-fill">
-     </i>
-     All Cheatsheets
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
     </a>
-   </div>
+  </div>
   </footer>
- </body>
+</body>
 </html>
diff --git a/anapanasati-mindfulness-of-breathing.html b/anapanasati-mindfulness-of-breathing.html
index d9c435c..efe80db 100644
--- a/anapanasati-mindfulness-of-breathing.html
+++ b/anapanasati-mindfulness-of-breathing.html
@@ -2214,20 +2214,7 @@
     </p>
    </section>
   </div>
-  <footer class="page-footer">
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script>
    document.addEventListener("DOMContentLoaded", function () {
         // --- Fluid Section Entrance ---
@@ -2528,5 +2515,26 @@
       });
   </script>
   <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet"/>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="shabbat-services-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Shabbat Services Cheatsheet">
+      <i class="bi bi-book"></i>
+      Shabbat Services Cheatsheet
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Buddhist Suttas and Theravada meditation manuals.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/anduril-products.html b/anduril-products.html
index 024d9a6..8611e0d 100644
--- a/anduril-products.html
+++ b/anduril-products.html
@@ -3727,26 +3727,7 @@
    </div>
   </div>
   <!-- /container#main-container -->
-  <footer class="container text-center pb-3">
-   <!-- Footer content -->
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-   <div>
-    <a class="mx-2" href="https://www.anduril.com/" rel="noopener noreferrer" target="_blank">
-     Anduril.com
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/tsparticles.bundle.min.js">
@@ -3830,5 +3811,30 @@
         }
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="automotive-innovation-timeline.html" rel="noopener noreferrer" target="_blank" title="Automotive Innovation Timeline">
+      <i class="bi bi-lightning"></i>
+      Automotive Innovation Timeline
+    </a>
+    <a class="mx-2" href="engineering-metals-selection.html" rel="noopener noreferrer" target="_blank" title="Engineering Metals Selection">
+      <i class="bi bi-lightning"></i>
+      Engineering Metals Selection
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on publicly available product specifications and defense industry reporting.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/art-of-war-sun-tzu.html b/art-of-war-sun-tzu.html
index 9540e71..3be483c 100644
--- a/art-of-war-sun-tzu.html
+++ b/art-of-war-sun-tzu.html
@@ -181,10 +181,7 @@
 
   </div>
 
-  <footer>
-    <p>This reader is a project by David Veksler, designed to merge ancient wisdom with modern web technology.</p>
-    <p>The layout and designβ€”vertical text, narrow slips, and horizontal scrollingβ€”are a tribute to the historical medium of bamboo slips, aiming to provide a more immersive and contemplative reading experience.</p>
-  </footer>
+  
   <script>
    // The original JavaScript remains unchanged.
    const chineseViewContainer = document.getElementById("chinese-view-container");
@@ -340,5 +337,26 @@
       });
       document.addEventListener("DOMContentLoaded", loadContent);
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="operator-loadouts.html" rel="noopener noreferrer" target="_blank" title="Operator Loadouts">
+      <i class="bi bi-shield"></i>
+      Operator Loadouts
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on the Art of War by Sun Tzu and modern strategic interpretations.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
\ No newline at end of file
diff --git a/ashihara-karate.html b/ashihara-karate.html
index fde8d6b..79cd6cc 100644
--- a/ashihara-karate.html
+++ b/ashihara-karate.html
@@ -1556,65 +1556,7 @@
    <!-- /.row -->
   </div>
   <!-- /.container -->
-  <footer class="container text-center pb-3">
-   <p>
-    This cheatsheet provides a foundational overview of Ashihara Karate. This dynamic style requires consistent practice under qualified, NIKO-certified instructors. Practice safely, with full spirit and respect for its principles and training partners. Osu!
-   </p>
-   <p>
-    <strong>
-     Key Ashihara Karate Resources:
-    </strong>
-    <a href="http://www.ashihara-karate.com/" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-globe">
-     </i>
-     NIKO World HQ (Japan)
-    </a>
-    |
-    <!-- Add links to major regional NIKO sites if known, or general search -->
-    <a href="https://www.youtube.com/results?search_query=NIKO+Ashihara+Karate+Honbu" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-youtube">
-     </i>
-     NIKO Honbu YouTube Search
-    </a>
-    <br/>
-    <strong>Related Martial Arts:</strong>
-    <a href="martial-arts-cheatsheet.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-collection"></i> All Martial Arts</a> |
-    <a href="judo.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-book"></i> Judo Guide</a> |
-    <a href="brazilian-jiu-jitsu.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-book"></i> BJJ Guide</a>
-    <br/>
-    <span class="fw-bold">
-     Reputable YouTube Channels for Ashihara &amp; Full Contact Karate Concepts (examples):
-    </span>
-    <a href="https://www.youtube.com/results?search_query=Ashihara+Karate+Techniques" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-youtube">
-     </i>
-     Ashihara Technique Search
-    </a>
-    |
-    <a href="https://www.youtube.com/results?search_query=Kyokushin+Karate+Techniques" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-youtube">
-     </i>
-     Kyokushin Technique Search (Related)
-    </a>
-    |
-    <a href="https://www.youtube.com/@The ΰ€Άΰ₯ΰ€°ΰ₯ΰ€†ΰ€€ΰ₯€" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-youtube">
-     </i>
-     The Shurwarthi (General Martial Arts, some full contact)
-    </a>
-   </p>
-   <div>
-    <!-- <a href="https://www.linkedin.com/in/davidveksler/" title="David Veksler on LinkedIn" target="_blank" rel="noopener noreferrer" class="mx-2 link-secondary">
-        <i class="bi bi-linkedin"></i> LinkedIn
-      </a>
-      <a href="http://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets by David Veksler" class="mx-2 link-secondary">
-        <i class="bi bi-collection"></i> All Cheatsheets
-      </a> -->
-    <p class="small mt-2">
-     Inspired by the Judo Cheatsheet by David Veksler.
-    </p>
-   </div>
-  </footer>
+  
   <!-- JAVASCRIPT -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -1645,5 +1587,26 @@
             });
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="judo.html" rel="noopener noreferrer" target="_blank" title="Judo">
+      <i class="bi bi-person-fist"></i>
+      Judo
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on official Ashihara organization materials and kata guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/automotive-innovation-timeline.html b/automotive-innovation-timeline.html
index b663de7..f5edf69 100644
--- a/automotive-innovation-timeline.html
+++ b/automotive-innovation-timeline.html
@@ -1044,9 +1044,7 @@
             <p class="mb-0">Each advancement stands on the shoulders of previous innovations, demonstrating the continuum from purely mechanical ingenuity (hand-cranks, steel bodies, hydraulic brakes) to comfort and power (air conditioning, power steering, turbocharging) to digital revolution (ABS, airbags, GPS, hybrids) and finally to the dawn of autonomy (ADAS, electric vehicles, self-driving systems, OTA updates).</p>
         </div>
 
-        <footer class="text-center py-4 text-muted">
-            <p class="mb-0">Interactive Automotive Innovation Timeline | <a href="https://cheatsheets.davidveksler.com" target="_blank" rel="noopener noreferrer">More Cheatsheets</a></p>
-        </footer>
+        
     </div>
 
     <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
@@ -1148,5 +1146,30 @@
             }
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="humanoid-robots.html" rel="noopener noreferrer" target="_blank" title="Humanoid Robots">
+      <i class="bi bi-lightning"></i>
+      Humanoid Robots
+    </a>
+    <a class="mx-2" href="anduril-products.html" rel="noopener noreferrer" target="_blank" title="Anduril Products">
+      <i class="bi bi-lightning"></i>
+      Anduril Products
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on automotive engineering journals and transportation technology research.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/aws-vs-azure.html b/aws-vs-azure.html
index 96e2f90..3f93ab8 100644
--- a/aws-vs-azure.html
+++ b/aws-vs-azure.html
@@ -2031,44 +2031,7 @@
    </section>
   </main>
   <!-- End Main Container -->
-  <footer class="container text-center pb-3">
-   <p class="last-updated-footer">
-    Page last updated:
-    <time datetime="2025-05-20" itemprop="dateModified">
-     May 20, 2025
-    </time>
-   </p>
-   <p class="mb-2">
-    Β©
-    <span id="currentYear">
-    </span>
-    David Veksler
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-   <div>
-    <a class="mx-2" href="https://aws.amazon.com/" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-amazon">
-     </i>
-     AWS Official Site
-    </a>
-    <a class="mx-2" href="https://azure.microsoft.com/" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-microsoft">
-     </i>
-     Azure Official Site
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -2120,5 +2083,30 @@
         });
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="post-quantum-cryptography.html" rel="noopener noreferrer" target="_blank" title="Post Quantum Cryptography">
+      <i class="bi bi-code"></i>
+      Post Quantum Cryptography
+    </a>
+    <a class="mx-2" href="azure-devops.html" rel="noopener noreferrer" target="_blank" title="Azure Devops">
+      <i class="bi bi-code"></i>
+      Azure Devops
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on AWS and Azure official documentation and cloud architecture best practices.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/azure-devops.html b/azure-devops.html
index 175d890..d91e283 100644
--- a/azure-devops.html
+++ b/azure-devops.html
@@ -1189,37 +1189,7 @@
     </div>
    </div>
   </main>
-  <footer class="container text-center py-4">
-   <p class="mb-1">
-    Β©
-    <span id="currentYear">
-    </span>
-    David Veksler Cheatsheets
-   </p>
-   <p class="mb-2" style="font-size: 0.8em;">
-    Last Updated:
-    <span id="lastUpdatedDate">
-     June 15, 2024
-    </span>
-   </p>
-   <div>
-    <a class="mx-2" href="https://learn.microsoft.com/en-us/azure/devops/" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-box">
-     </i>
-     Azure DevOps Docs
-    </a>
-    <a class="mx-2" href="https://www.terraform.io/docs" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-file-earmark-code">
-     </i>
-     Terraform Docs
-    </a>
-    <a class="mx-2" href="https://docs.sonarqube.org/latest/" rel="noopener noreferrer" target="_blank">
-     <i class="bi bi-search">
-     </i>
-     SonarQube Docs
-    </a>
-   </div>
-  </footer>
+  
   <!-- Bootstrap JS -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -1327,5 +1297,30 @@
             initializeFilters();
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="aws-vs-azure.html" rel="noopener noreferrer" target="_blank" title="Aws Vs Azure">
+      <i class="bi bi-code"></i>
+      Aws Vs Azure
+    </a>
+    <a class="mx-2" href="modern-devops-pipelines.html" rel="noopener noreferrer" target="_blank" title="Modern Devops Pipelines">
+      <i class="bi bi-code"></i>
+      Modern Devops Pipelines
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Microsoft Azure documentation and CI/CD implementation guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/bitcoin-exchanges-cards.html b/bitcoin-exchanges-cards.html
index 4940855..7452237 100644
--- a/bitcoin-exchanges-cards.html
+++ b/bitcoin-exchanges-cards.html
@@ -1621,23 +1621,7 @@
    <!-- /.schema-container -->
   </div>
   <!-- /container -->
-  <footer class="container text-center">
-   <p class="mb-2">
-    Β© 2025 David Veksler
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -1665,5 +1649,30 @@
     });
 });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="bitcoin-wallet.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Wallet">
+      <i class="bi bi-coin"></i>
+      Bitcoin Wallet
+    </a>
+    <a class="mx-2" href="currency-timeline.html" rel="noopener noreferrer" target="_blank" title="Currency Timeline">
+      <i class="bi bi-coin"></i>
+      Currency Timeline
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on publicly available service documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/bitcoin-self-custody-guide.html b/bitcoin-self-custody-guide.html
index 9e59404..b368d30 100644
--- a/bitcoin-self-custody-guide.html
+++ b/bitcoin-self-custody-guide.html
@@ -1867,33 +1867,7 @@
     </div>
    </section>
   </main>
-  <footer>
-   <div class="container">
-    <p>
-     Β©
-     <span id="currentYear">
-     </span>
-     David Veksler | This guide synthesizes principles from numerous Bitcoin security experts and resources for a scalable approach.
-    </p>
-    <p>
-     <a href="https://walletrecovery.info" rel="noopener noreferrer" target="_blank">
-      WalletRecovery.info
-     </a>
-     |
-     <a href="https://davidveksler.substack.com" rel="noopener noreferrer" target="_blank">
-      Substack
-     </a>
-    </p>
-    <p class="text-secondary">
-     This guide is for informational purposes. It is not financial, legal, or specific security advice. Your security is your ultimate responsibility. Always Do Your Own Research (DYOR) and consult qualified professionals where needed. Product and service links are for illustrative purposes and not endorsements.
-    </p>
-    <p>
-     <strong>
-      Core Principles for All: Robust Backups | Practice Recovery | Maintain OPSEC | Stay Vigilant. Scale complexity with holdings and risk.
-     </strong>
-    </p>
-   </div>
-  </footer>
+  
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -1924,5 +1898,30 @@
             }
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="bitcoin-whitepaper.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Whitepaper">
+      <i class="bi bi-coin"></i>
+      Bitcoin Whitepaper
+    </a>
+    <a class="mx-2" href="bitcoin-wallet.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Wallet">
+      <i class="bi bi-coin"></i>
+      Bitcoin Wallet
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on cryptocurrency security experts and hardware wallet documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/bitcoin-wallet.html b/bitcoin-wallet.html
index 8859eae..84e52f1 100644
--- a/bitcoin-wallet.html
+++ b/bitcoin-wallet.html
@@ -1374,19 +1374,35 @@
 </div>
 </div>
 </div>
-<footer class="container text-center">
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-        </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i class="bi bi-collection"></i> All Cheatsheets
-        </a>
-</div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
       document.addEventListener("DOMContentLoaded",()=>{const footerYearEl=document.getElementById("footer-year");footerYearEl&&(footerYearEl.textContent=`Bitcoin Wallet Cheatsheet v2.2 - Secure Self-Custody Guide - Β© ${new Date().getFullYear()} David Veksler (Content Refined)`);const collapseElements=document.querySelectorAll(".collapse");collapseElements.forEach(collapseEl=>{const button=document.querySelector(`.details-toggle[data-bs-target="#${collapseEl.id}"]`),icon=button?button.querySelector(".bi"):null;if(button&&icon){const updateIcon=isShown=>{icon.classList.toggle("bi-chevron-up",isShown);icon.classList.toggle("bi-chevron-down",!isShown)};updateIcon(collapseEl.classList.contains("show"));collapseEl.addEventListener("show.bs.collapse",()=>updateIcon(!0));collapseEl.addEventListener("hide.bs.collapse",()=>updateIcon(!1))}})});
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="bitcoin-self-custody-guide.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Self Custody Guide">
+      <i class="bi bi-coin"></i>
+      Bitcoin Self Custody Guide
+    </a>
+    <a class="mx-2" href="bitcoin-exchanges-cards.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Exchanges Cards">
+      <i class="bi bi-coin"></i>
+      Bitcoin Exchanges Cards
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on open-source wallet documentation and security audits.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/bitcoin-whitepaper.html b/bitcoin-whitepaper.html
index f96d691..b4596dc 100644
--- a/bitcoin-whitepaper.html
+++ b/bitcoin-whitepaper.html
@@ -784,16 +784,7 @@ function calculate_reward(<span class="var">height</span>) {
 </div><!-- /.row -->
 </div><!-- /.schema-container -->
 </div> <!-- /container -->
-<footer class="container text-center">
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-      </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i class="bi bi-collection"></i> All Cheatsheets
-      </a>
-</div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
       // JS for collapse toggle icons (from template)
@@ -816,5 +807,26 @@ function calculate_reward(<span class="var">height</span>) {
         });
       });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="bitcoin-self-custody-guide.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Self Custody Guide">
+      <i class="bi bi-coin"></i>
+      Bitcoin Self Custody Guide
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Satoshi Nakamoto's Bitcoin whitepaper (2008) and cryptocurrency research.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/boom-supersonic.html b/boom-supersonic.html
index b9b5691..1f3c386 100644
--- a/boom-supersonic.html
+++ b/boom-supersonic.html
@@ -957,21 +957,7 @@
     </div>
    </section>
   </main>
-  <footer>
-   <div class="container">
-    <p>
-     Β© 2025 Boom Supersonic Cheatsheet (Unofficial). All trademarks belong to Boom Technology, Inc.
-    </p>
-    <p class="small">
-     Information is based on publicly available data as of December 2025. Timelines are subject to change.
-    </p>
-    <a class="text-accent text-decoration-none" href="https://boomsupersonic.com/" target="_blank">
-     Visit Official Boom Supersonic Website
-     <i class="bi bi-box-arrow-up-right">
-     </i>
-    </a>
-   </div>
-  </footer>
+  
   <!-- Bootstrap JS Bundle -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -1036,5 +1022,20 @@
             })
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on aerospace engineering documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/brazilian-jiu-jitsu.html b/brazilian-jiu-jitsu.html
index 230a2be..d794cff 100644
--- a/brazilian-jiu-jitsu.html
+++ b/brazilian-jiu-jitsu.html
@@ -1771,32 +1771,7 @@
 </div>
 </div> <!-- /.row -->
 </div> <!-- /.container -->
-<footer class="container text-center pb-3">
-<p>This cheatsheet provides a foundational overview. BJJ is a deep and complex art requiring consistent practice under qualified instructors.</p>
-<p><strong>Key BJJ Resources:</strong>
-<a href="https://ibjjf.com/" rel="noopener noreferrer" target="_blank"><i class="bi bi-trophy"></i> IBJJF</a> |
-        <a href="https://www.bjjheroes.com/" rel="noopener noreferrer" target="_blank"><i class="bi bi-journal-richtext"></i> BJJ Heroes</a> |
-        <a href="https://www.reddit.com/r/bjj/" rel="noopener noreferrer" target="_blank"><i class="bi bi-reddit"></i> r/bjj Reddit</a> <br/>
-<strong>Related Martial Arts:</strong>
-<a href="judo.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-book"></i> Judo Guide</a> |
-        <a href="martial-arts-cheatsheet.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-collection"></i> All Martial Arts</a> <br/>
-<span class="fw-bold">Reputable YouTube Channels (Instruction/Concepts):</span>
-<a href="https://www.youtube.com/@bernardofariabjj" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Bernardo Faria</a> |
-        <a href="https://www.youtube.com/@Chewjitsu" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Chewjitsu</a> |
-        <a href="https://www.youtube.com/@JordanTeachesJiujitsu" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Jordan Teaches</a> |
-         <a href="https://www.youtube.com/@jonthomasbjj" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Jon Thomas</a> |
-        <a href="https://www.youtube.com/@GracieBreakdown" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Gracie Breakdown</a> |
-         <a href="https://www.youtube.com/@JohnDanaherBJJ" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> John Danaher</a>
-</p>
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-      </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i class="bi bi-collection"></i> All Cheatsheets
-      </a>
-</div>
-</footer>
+
 <!-- JAVASCRIPT -->
 <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
@@ -1919,5 +1894,30 @@
         });
 
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="martial-arts-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Martial Arts Cheatsheet">
+      <i class="bi bi-person-fist"></i>
+      Martial Arts Cheatsheet
+    </a>
+    <a class="mx-2" href="judo.html" rel="noopener noreferrer" target="_blank" title="Judo">
+      <i class="bi bi-person-fist"></i>
+      Judo
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Gracie lineage instructionals and competitive grappling resources.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/buddhism.html b/buddhism.html
index d18deac..c4aab9c 100644
--- a/buddhism.html
+++ b/buddhism.html
@@ -1654,38 +1654,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center text-muted pb-3">
-   <div class="mb-3">
-    <strong>Related Philosophy & Wisdom Traditions:</strong><br>
-    <a class="mx-2" href="judaism.html" rel="noopener noreferrer" target="_blank" title="Judaism Interactive Cheatsheet">
-     <i class="bi bi-star-of-david"></i>
-     Judaism Guide
-    </a>
-    <a class="mx-2" href="etz-chaim-tree-of-life.html" rel="noopener noreferrer" target="_blank" title="Etz Chaim: Tree of Life Exploration">
-     <i class="bi bi-tree"></i>
-     Tree of Life
-    </a>
-    <a class="mx-2" href="objectivism.html" rel="noopener noreferrer" target="_blank" title="Objectivism: Philosophy of Ayn Rand">
-     <i class="bi bi-lightbulb"></i>
-     Objectivism
-    </a>
-   </div>
-   <p class="mb-2">
-    Β© 2025 Buddhist Principles Overview. Info from Access to Insight, SuttaCentral, Wikipedia, etc.
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -1725,5 +1694,30 @@
         paliSwitch.addEventListener('change', updateTermDisplay);
         updateTermDisplay();
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="judaism.html" rel="noopener noreferrer" target="_blank" title="Judaism">
+      <i class="bi bi-book"></i>
+      Judaism
+    </a>
+    <a class="mx-2" href="islam.html" rel="noopener noreferrer" target="_blank" title="Islam">
+      <i class="bi bi-book"></i>
+      Islam
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Pali Canon, Mahayana sutras, and meditation instruction manuals.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/capitalism.html b/capitalism.html
index ffa52a2..0e79e28 100644
--- a/capitalism.html
+++ b/capitalism.html
@@ -665,49 +665,37 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center pb-3">
-   <div class="mb-3">
-    <strong>
-     Related Financial Tools:
-    </strong>
-    <br/>
-    <a class="mx-2" href="lifestyle-calculator.html" rel="noopener noreferrer" target="_blank" title="Lifestyle Budget Calculator">
-     <i class="bi bi-calculator">
-     </i>
-     Lifestyle Calculator
-    </a>
-    <a class="mx-2" href="housing-comparison.html" rel="noopener noreferrer" target="_blank" title="Housing Budget Comparison Tool">
-     <i class="bi bi-house-door">
-     </i>
-     Housing Comparison
+  
+  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
+  </script>
+  <script>
+   var tt = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
+    tt.map(el => new bootstrap.Tooltip(el, {html: true, delay: {show: 150, hide: 100}}));
+  </script>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="currency-timeline.html" rel="noopener noreferrer" target="_blank" title="Currency Timeline">
+      <i class="bi bi-coin"></i>
+      Currency Timeline
     </a>
-    <a class="mx-2" href="currency-timeline.html" rel="noopener noreferrer" target="_blank" title="History of Money and Currency">
-     <i class="bi bi-clock-history">
-     </i>
-     Currency Timeline
+    <a class="mx-2" href="living-richly-guide.html" rel="noopener noreferrer" target="_blank" title="Living Richly Guide">
+      <i class="bi bi-coin"></i>
+      Living Richly Guide
     </a>
-   </div>
-   <p class="mb-2">
-    Β© 2025 David Veksler
-   </p>
-   <div>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on economic theory, free market philosophy, and classical liberal thought.
+  </p>
+  <div>
     <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
     </a>
     <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
     </a>
-   </div>
+  </div>
   </footer>
-  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
-  </script>
-  <script>
-   var tt = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
-    tt.map(el => new bootstrap.Tooltip(el, {html: true, delay: {show: 150, hide: 100}}));
-  </script>
- </body>
+</body>
 </html>
diff --git a/clean-architecture-dotnet.html b/clean-architecture-dotnet.html
index 169079d..51fbaa5 100644
--- a/clean-architecture-dotnet.html
+++ b/clean-architecture-dotnet.html
@@ -899,31 +899,7 @@ YourProjectSolution.sln
 </div>
 </div>
 </main>
-<footer>
-<div class="mb-3">
-<strong>Related Development Resources:</strong><br>
-<a class="mx-2" href="dotnet-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Interactive .NET & C# Cheatsheet">
-<i class="bi bi-hash"></i>
-.NET & C# Guide
-</a>
-<a class="mx-2" href="git-scm.html" rel="noopener noreferrer" target="_blank" title="Interactive Git Cheatsheet">
-<i class="bi bi-git"></i>
-Git Commands
-</a>
-<a class="mx-2" href="postgresql.html" rel="noopener noreferrer" target="_blank" title="PostgreSQL Power User Guide">
-<i class="bi bi-database"></i>
-PostgreSQL Guide
-</a>
-</div>
-<div>
-<a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-            </a>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i class="bi bi-collection"></i> All Cheatsheets
-            </a>
-</div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
         document.addEventListener('DOMContentLoaded', function () {
@@ -1024,5 +1000,30 @@ PostgreSQL Guide
             }
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="dotnet-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Dotnet Cheatsheet">
+      <i class="bi bi-code"></i>
+      Dotnet Cheatsheet
+    </a>
+    <a class="mx-2" href="git-scm.html" rel="noopener noreferrer" target="_blank" title="Git Scm">
+      <i class="bi bi-code"></i>
+      Git Scm
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Robert C. Martin's architectural patterns and .NET implementation guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/compression-algorithms.html b/compression-algorithms.html
index f9bdca1..df1a4d7 100644
--- a/compression-algorithms.html
+++ b/compression-algorithms.html
@@ -1314,24 +1314,7 @@
 </div>
 </div>
 </main>
-<footer class="container text-center">
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-            </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets by David Veksler">
-<i class="bi bi-collection"></i> All Cheatsheets
-            </a>
-</div>
-<div>
-<a class="mx-2" data-bs-toggle="tooltip" href="https://en.wikipedia.org/wiki/Data_compression" rel="noopener noreferrer" target="_blank" title="Learn more about Data Compression on Wikipedia">
-<i class="bi bi-wikipedia"></i> Wikipedia: Data Compression
-            </a>
-<a class="mx-2" data-bs-toggle="tooltip" href="https://www.itu.int/en/ITU-T/publications/Pages/default.aspx" rel="noopener noreferrer" target="_blank" title="Explore ITU-T Publications">
-<i class="bi bi-book-half"></i> ITU-T Publications
-            </a>
-</div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
         document.addEventListener("DOMContentLoaded", () => {
@@ -1524,5 +1507,30 @@
             applyFilters(); // Initial load
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="postgresql.html" rel="noopener noreferrer" target="_blank" title="Postgresql">
+      <i class="bi bi-code"></i>
+      Postgresql
+    </a>
+    <a class="mx-2" href="post-quantum-cryptography.html" rel="noopener noreferrer" target="_blank" title="Post Quantum Cryptography">
+      <i class="bi bi-code"></i>
+      Post Quantum Cryptography
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on computer science textbooks and codec technical specifications.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/conscious-leadership-contexts.html b/conscious-leadership-contexts.html
index fc25f09..75714b1 100644
--- a/conscious-leadership-contexts.html
+++ b/conscious-leadership-contexts.html
@@ -691,47 +691,7 @@
    <!-- /.row -->
   </div>
   <!-- /.container -->
-  <footer class="container text-center pb-3">
-   <p>
-    This table summarizes the "Four Contexts" from
-    <a href="https://conscious.is/the-15-commitments" rel="noopener noreferrer" target="_blank">
-     The 15 Commitments of Conscious Leadership
-    </a>
-    by Jim Dethmer, Diana Chapman, &amp; Kaley Warner Klemp.
-   </p>
-   <p>
-    For a summary of the core commitments, see the
-    <a href="https://cheatsheets.davidveksler.com/leadership.html" rel="noopener noreferrer" target="_blank">
-     Full 15 Commitments Cheatsheet
-    </a>
-    .
-   </p>
-   <p>
-    Visit the
-    <a href="https://conscious.is/" rel="noopener noreferrer" target="_blank">
-     Conscious Leadership Group
-    </a>
-    | Buy the
-    <a href="https://www.amazon.com/15-Commitments-Conscious-Leadership-Sustainable/dp/0990976904" rel="noopener noreferrer" target="_blank">
-     Book
-    </a>
-   </p>
-   <p class="mb-2">
-    Adapted from prior summaries &amp; the main cheatsheet by David Veksler. Β© 2025 David Veksler. Please verify with primary sources.
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <!-- === JAVASCRIPT === -->
   <!-- Bootstrap JS Bundle (needed for tooltips) -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
@@ -761,5 +721,30 @@
             delay: 0,
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="leadership.html" rel="noopener noreferrer" target="_blank" title="Leadership">
+      <i class="bi bi-people"></i>
+      Leadership
+    </a>
+    <a class="mx-2" href="scrum.html" rel="noopener noreferrer" target="_blank" title="Scrum">
+      <i class="bi bi-people"></i>
+      Scrum
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on modern leadership philosophy and mindful management practices.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/cooking-guide.html b/cooking-guide.html
index 8fb3529..b6c97bc 100644
--- a/cooking-guide.html
+++ b/cooking-guide.html
@@ -4714,16 +4714,7 @@
     </p>
    </section>
   </div>
-  <footer class="footer">
-   <p>
-    Β© 2024 Interactive Culinary Cheatsheet. Designed to Inspire.
-   </p>
-   <p>
-    <a href="#">
-     Back to Top
-    </a>
-   </p>
-  </footer>
+  
   <!-- Bootstrap JS Bundle with Popper -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -4798,5 +4789,26 @@
             });
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="global_cuisine_guide.html" rel="noopener noreferrer" target="_blank" title="Global Cuisine Guide">
+      <i class="bi bi-house"></i>
+      Global Cuisine Guide
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on culinary textbooks and professional chef training materials.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/currency-timeline.html b/currency-timeline.html
index 6fda2a2..e6419df 100644
--- a/currency-timeline.html
+++ b/currency-timeline.html
@@ -1129,35 +1129,7 @@
      </div>
     </div>
    </section>
-   <footer class="footer-note">
-    <div class="mb-3">
-     <strong>Related Financial Tools:</strong><br>
-     <a class="mx-2" href="lifestyle-calculator.html" rel="noopener noreferrer" target="_blank" title="Lifestyle Budget Calculator">
-      <i class="bi bi-calculator"></i>
-      Lifestyle Calculator
-     </a>
-     <a class="mx-2" href="housing-comparison.html" rel="noopener noreferrer" target="_blank" title="Housing Budget Comparison Tool">
-      <i class="bi bi-house-door"></i>
-      Housing Comparison
-     </a>
-     <a class="mx-2" href="capitalism.html" rel="noopener noreferrer" target="_blank" title="Capitalism Principles Guide">
-      <i class="bi bi-graph-up"></i>
-      Capitalism Guide
-     </a>
-    </div>
-    <div>
-     <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" rel="noopener noreferrer" target="_blank" title="David Veksler on LinkedIn">
-      <i class="bi bi-linkedin">
-      </i>
-      LinkedIn
-     </a>
-     <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-      <i class="bi bi-collection">
-      </i>
-      All Cheatsheets
-     </a>
-    </div>
-   </footer>
+   
   </div>
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -1337,5 +1309,30 @@
 
     });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="bitcoin-exchanges-cards.html" rel="noopener noreferrer" target="_blank" title="Bitcoin Exchanges Cards">
+      <i class="bi bi-coin"></i>
+      Bitcoin Exchanges Cards
+    </a>
+    <a class="mx-2" href="capitalism.html" rel="noopener noreferrer" target="_blank" title="Capitalism">
+      <i class="bi bi-coin"></i>
+      Capitalism
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on economic history textbooks and monetary policy research.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/databases.html b/databases.html
index d0fdf58..462847c 100644
--- a/databases.html
+++ b/databases.html
@@ -3820,20 +3820,7 @@
    <!-- /.schema-container -->
   </div>
   <!-- /container -->
-  <footer class="container text-center pb-3">
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -4064,5 +4051,30 @@ document.addEventListener('DOMContentLoaded', () => {
 
 });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="versioncontrol.html" rel="noopener noreferrer" target="_blank" title="Versioncontrol">
+      <i class="bi bi-code"></i>
+      Versioncontrol
+    </a>
+    <a class="mx-2" href="postgresql.html" rel="noopener noreferrer" target="_blank" title="Postgresql">
+      <i class="bi bi-code"></i>
+      Postgresql
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on relational database theory and NoSQL database documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/dotnet-cheatsheet.html b/dotnet-cheatsheet.html
index ee77bbc..a58f9e3 100644
--- a/dotnet-cheatsheet.html
+++ b/dotnet-cheatsheet.html
@@ -1280,30 +1280,7 @@
 
 </div> <!-- /container#main-container -->
 
-<footer class="container text-center pb-3">
-    <p class="mb-1">Β© <span id="currentYear"></span> David Veksler Cheatsheets</p>
-    <p class="mb-2" style="font-size: 0.8em;">Last Updated: <span id="lastUpdatedDate">May 10, 2025</span></p>
-    <div>
-      <a href="https://learn.microsoft.com/en-us/dotnet/" title="External link: Official .NET Documentation" target="_blank" rel="noopener noreferrer" class="mx-2 link-secondary" data-bs-toggle="tooltip" data-bs-placement="top">
-        <i class="bi bi-book" aria-hidden="true"></i> .NET Docs
-      </a>
-       <a href="https://learn.microsoft.com/en-us/dotnet/csharp/" title="External link: Official C# Documentation" target="_blank" rel="noopener noreferrer" class="mx-2 link-secondary" data-bs-toggle="tooltip" data-bs-placement="top">
-        <i class="bi bi-filetype-cs" aria-hidden="true"></i> C# Docs
-      </a>
-      <a href="https://dotnet.microsoft.com/en-us/learn/architecture" title="External link: .NET Architecture Center" target="_blank" rel="noopener noreferrer" class="mx-2 link-secondary" data-bs-toggle="tooltip" data-bs-placement="top">
-        <i class="bi bi-diagram-2" aria-hidden="true"></i> .NET Architecture Center
-      </a>
-    </div>
 
-    <div>
-    <a href="https://www.linkedin.com/in/davidveksler/" title="External link: David Veksler on LinkedIn" target="_blank" rel="noopener noreferrer" class="mx-2 link-secondary" data-bs-toggle="tooltip" data-bs-placement="top">
-      <i class="bi bi-linkedin" aria-hidden="true"></i> LinkedIn
-    </a>
-    <a href="https://cheatsheets.davidveksler.com/" title="External link: Browse All Cheatsheets by David Veksler" class="mx-2 link-secondary" data-bs-toggle="tooltip" data-bs-placement="top">
-      <i class="bi bi-collection" aria-hidden="true"></i> All Cheatsheets
-    </a>
-  </div>
-</footer>
 
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
@@ -1589,5 +1566,30 @@ document.addEventListener('DOMContentLoaded', () => {
     applyFiltersAndSearch(); // Apply initial filter (All)
 });
 </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="javascript-for-architects.html" rel="noopener noreferrer" target="_blank" title="Javascript For Architects">
+      <i class="bi bi-code"></i>
+      Javascript For Architects
+    </a>
+    <a class="mx-2" href="clean-architecture-dotnet.html" rel="noopener noreferrer" target="_blank" title="Clean Architecture Dotnet">
+      <i class="bi bi-code"></i>
+      Clean Architecture Dotnet
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Microsoft official documentation and C# programming guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/engineering-materials-future.html b/engineering-materials-future.html
index 356ef27..c4dec63 100644
--- a/engineering-materials-future.html
+++ b/engineering-materials-future.html
@@ -1403,5 +1403,26 @@
       updateFit();
     });
   </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="engineering-metals-selection.html" rel="noopener noreferrer" target="_blank" title="Engineering Metals Selection">
+      <i class="bi bi-lightning"></i>
+      Engineering Metals Selection
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on materials science research papers and advanced manufacturing technology studies.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/engineering-metals-selection.html b/engineering-metals-selection.html
index 0ab1bda..f0e4033 100644
--- a/engineering-metals-selection.html
+++ b/engineering-metals-selection.html
@@ -4102,51 +4102,7 @@
    </div>
    <!-- /metals-data-container -->
   </main>
-  <footer>
-   <div class="container">
-    <section class="text-start mb-4" id="references">
-     <h4>
-      References &amp; Further Reading
-     </h4>
-     <p class="text-white-50 small">
-      The data presented here is compiled and simplified for comparison from numerous authoritative sources. For detailed design specifications, always consult the latest standards and handbooks from organizations like ASTM, ASM International, and specific supplier datasheets.
-     </p>
-     <ul class="list-unstyled small text-white-50">
-      <li>
-       [1] Callister, W. D., &amp; Rethwisch, D. G. (2018). *Materials Science and Engineering: An Introduction.*
-      </li>
-      <li>
-       [2] ASM Handbook series, ASM International.
-      </li>
-      <li>
-       [3] MatWeb Material Property Data (www.matweb.com).
-      </li>
-      <li>
-       [4] Kalpakjian, S., &amp; Schmid, S. R. (2014). *Manufacturing Engineering and Technology.*
-      </li>
-      <li>
-       [5] General industry datasheets and technical articles.
-      </li>
-     </ul>
-    </section>
-    <a aria-label="David Veksler on LinkedIn" class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a aria-label="Browse All Cheatsheets" class="mx-2" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-    <p class="mt-2">
-     Copyright Β©
-     <span id="currentYear">
-     </span>
-     David Veksler. All rights reserved.
-    </p>
-   </div>
-  </footer>
+  
   <!-- Bootstrap JS Bundle (Popper.js included) -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -4262,5 +4218,30 @@
             });
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="anduril-products.html" rel="noopener noreferrer" target="_blank" title="Anduril Products">
+      <i class="bi bi-lightning"></i>
+      Anduril Products
+    </a>
+    <a class="mx-2" href="engineering-materials-future.html" rel="noopener noreferrer" target="_blank" title="Engineering Materials Future">
+      <i class="bi bi-lightning"></i>
+      Engineering Materials Future
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on materials science handbooks and metallurgy references.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/etz-chaim-tree-of-life.html b/etz-chaim-tree-of-life.html
index 10a50c0..ea4cb91 100644
--- a/etz-chaim-tree-of-life.html
+++ b/etz-chaim-tree-of-life.html
@@ -391,26 +391,7 @@
 </ul>
 <p class="text-center fst-italic mt-4">"The beginning of wisdom is this: Get wisdom. Though it cost all you have, get understanding." (Proverbs 4:7)</p>
 </section>
-<footer class="text-center mt-5 pt-4 border-top border-secondary">
-<div class="mb-3">
-<strong>Related Philosophy & Wisdom Traditions:</strong><br>
-<a class="mx-2" href="judaism.html" rel="noopener noreferrer" target="_blank" title="Judaism Interactive Cheatsheet">
-<i class="bi bi-star-of-david"></i>
-Judaism Guide
-</a>
-<a class="mx-2" href="buddhism.html" rel="noopener noreferrer" target="_blank" title="Buddhism Interactive Cheatsheet">
-<i class="bi bi-yin-yang"></i>
-Buddhism Guide
-</a>
-<a class="mx-2" href="objectivism.html" rel="noopener noreferrer" target="_blank" title="Objectivism: Philosophy of Ayn Rand">
-<i class="bi bi-lightbulb"></i>
-Objectivism
-</a>
-</div>
-<p>Β© <span id="currentYear"></span> Etz Chaim Cheatsheet. For study and contemplation.</p>
-<p><i class="bi bi-tree-fill text-success"></i> <i class="bi bi-star-fill text-warning"></i> <i class="bi bi-heart-fill text-danger"></i></p>
-<p class="small">This exploration draws upon concepts found within Kabbalistic tradition and general wisdom literature. Referenced sites are for further independent exploration.</p>
-</footer>
+
 </main>
 <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
@@ -613,5 +594,30 @@ Objectivism
 
     document.addEventListener('DOMContentLoaded', () => { initThreeJS(); });
 </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="islam.html" rel="noopener noreferrer" target="_blank" title="Islam">
+      <i class="bi bi-book"></i>
+      Islam
+    </a>
+    <a class="mx-2" href="shabbat-services-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Shabbat Services Cheatsheet">
+      <i class="bi bi-book"></i>
+      Shabbat Services Cheatsheet
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Jewish mystical texts and Zohar interpretations.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/future-of-warfare-technology.html b/future-of-warfare-technology.html
index 5df4052..45376f9 100644
--- a/future-of-warfare-technology.html
+++ b/future-of-warfare-technology.html
@@ -740,5 +740,26 @@
         })();
     </script>
     <script crossorigin="anonymous" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="handgun-calibers.html" rel="noopener noreferrer" target="_blank" title="Handgun Calibers">
+      <i class="bi bi-shield"></i>
+      Handgun Calibers
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on defense research publications and military technology trend analysis.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/geoengineering-approaches.html b/geoengineering-approaches.html
index 1cb4baa..bb349fa 100644
--- a/geoengineering-approaches.html
+++ b/geoengineering-approaches.html
@@ -1229,5 +1229,20 @@
             });
         });
     </script>
+  <footer class="container text-center pb-3">
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on atmospheric science research and climate intervention studies.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/git-scm.html b/git-scm.html
index f3c5876..68e9abc 100644
--- a/git-scm.html
+++ b/git-scm.html
@@ -1034,41 +1034,7 @@ Thumbs.db</code></pre>
 </section>
 </div> <!-- /conceptual-hubs-container -->
 <div class="copied-feedback" id="copied-feedback">Copied to clipboard!</div>
-<footer class="site-footer container-fluid text-center">
-<div class="container">
-<p class="mb-2">Β© <span id="currentYear"></span> David Veksler</p>
-<div class="mb-3">
-<strong>Related Development Resources:</strong><br>
-<a class="mx-2" href="clean-architecture-dotnet.html" rel="noopener noreferrer" target="_blank" title="Clean Architecture in .NET Web API Guide">
-<i class="bi bi-building"></i>
-Clean Architecture .NET
-</a>
-<a class="mx-2" href="dotnet-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Interactive .NET & C# Cheatsheet">
-<i class="bi bi-hash"></i>
-.NET & C# Guide
-</a>
-<a class="mx-2" href="javascript-for-architects.html" rel="noopener noreferrer" target="_blank" title="JavaScript & Frontend Guide for Architects">
-<i class="bi bi-braces"></i>
-JavaScript Guide
-</a>
-<a class="mx-2" href="python-for-architects.html" rel="noopener noreferrer" target="_blank" title="Python for Architects Cheatsheet">
-<i class="bi bi-file-code"></i>
-Python Guide
-</a>
-</div>
-<div class="mb-2">
-<a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i aria-hidden="true" class="bi bi-linkedin"></i> LinkedIn
-              </a>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i aria-hidden="true" class="bi bi-collection"></i> All Cheatsheets
-              </a>
-</div>
-<p class="small">
-                For official Git documentation and further learning, visit <a href="https://git-scm.com/doc" rel="noopener noreferrer" target="_blank">git-scm.com/doc</a>.
-            </p>
-</div>
-</footer>
+
 <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
         document.addEventListener('DOMContentLoaded', () => {
@@ -1169,5 +1135,30 @@ Python Guide
             }
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="clean-architecture-dotnet.html" rel="noopener noreferrer" target="_blank" title="Clean Architecture Dotnet">
+      <i class="bi bi-code"></i>
+      Clean Architecture Dotnet
+    </a>
+    <a class="mx-2" href="versioncontrol.html" rel="noopener noreferrer" target="_blank" title="Versioncontrol">
+      <i class="bi bi-code"></i>
+      Versioncontrol
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on official Git documentation and distributed version control guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/global_cuisine_guide.html b/global_cuisine_guide.html
index cf894e7..2ab07ac 100644
--- a/global_cuisine_guide.html
+++ b/global_cuisine_guide.html
@@ -1652,21 +1652,33 @@
     </div>
    </section>
   </main>
-  <footer class="footer">
-   <p>
-    Β© 2024 Global Cuisine Cheatsheet. Happy Cooking!
-   </p>
-   <p>
-    <a href="https://cheatsheets.davidveksler.com/cooking-guide.html">
-     Cooking Techniques &amp; Kitchen Guide
+  
+  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
+  </script>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="cooking-guide.html" rel="noopener noreferrer" target="_blank" title="Cooking Guide">
+      <i class="bi bi-house"></i>
+      Cooking Guide
     </a>
-    |
-    <a href="#">
-     Back to Top
+    <a class="mx-2" href="home-maintenance-guide.html" rel="noopener noreferrer" target="_blank" title="Home Maintenance Guide">
+      <i class="bi bi-house"></i>
+      Home Maintenance Guide
     </a>
-   </p>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on culinary anthropology and world cooking encyclopedias.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
   </footer>
-  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
-  </script>
- </body>
+</body>
 </html>
\ No newline at end of file
diff --git a/google-ai-studio-guide.html b/google-ai-studio-guide.html
index e33375b..df0afa8 100644
--- a/google-ai-studio-guide.html
+++ b/google-ai-studio-guide.html
@@ -937,33 +937,7 @@
 </div>
 </div>
 </div>
-<footer class="container text-center">
-<div>
-            Enhanced Google AI Studio Cheatsheet. Inspired by AI Studio. For informational &amp; educational purposes.
-        </div>
-<div class="mb-3">
-<h6 style="color: var(--ai-studio-accent-primary); font-size: 1rem; margin-bottom: 0.5rem;">Explore Related AI Cheatsheets:</h6>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="noopener noreferrer" style="font-size: 0.9em; color: var(--ai-studio-accent-primary);" target="_blank" title="AI Frontier Model Builders Cheatsheet">
-<i class="bi bi-cpu-fill"></i> AI Frontier Models
-</a>
-<a class="mx-2" href="aisafety.html" rel="noopener noreferrer" style="font-size: 0.9em; color: var(--ai-studio-accent-primary);" target="_blank" title="AI Safety Ecosystem Hub">
-<i class="bi bi-diagram-3-fill"></i> AI Safety Ecosystem
-</a>
-<a class="mx-2" href="airisk.html" rel="noopener noreferrer" style="font-size: 0.9em; color: var(--ai-studio-accent-primary);" target="_blank" title="AI Existential Risk (X-Risk) Cheatsheet">
-<i class="bi bi-shield-exclamation"></i> AI X-Risk
-</a>
-<a class="mx-2" href="yudkowsky-rationality-ai-cheatsheet.html" rel="noopener noreferrer" style="font-size: 0.9em; color: var(--ai-studio-accent-primary);" target="_blank" title="Yudkowsky: Rationality & AI Cheatsheet">
-<i class="bi bi-brain"></i> Yudkowsky Rationality
-</a>
-</div>
-<div>
-<a href="https://aistudio.google.com/" rel="noopener noreferrer" target="_blank"><i class="bi bi-google"></i> Official Google AI Studio</a> |
-            <a href="mailto:[email protected]?subject=AI Studio Cheatsheet Feedback"><i class="bi bi-envelope-fill"></i> Suggest an Edit / Feedback</a>
-</div>
-<div class="mt-2 text-tertiary" id="lastUpdated">
-            Last updated: May 21, 2025
-        </div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
       document.addEventListener("DOMContentLoaded", () => {
@@ -1235,5 +1209,30 @@
 
       });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="yudkowsky-rationality-ai-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Yudkowsky Rationality Ai Cheatsheet">
+      <i class="bi bi-brain"></i>
+      Yudkowsky Rationality Ai Cheatsheet
+    </a>
+    <a class="mx-2" href="prompt-builder.html" rel="noopener noreferrer" target="_blank" title="Prompt Builder">
+      <i class="bi bi-brain"></i>
+      Prompt Builder
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Google's official resources and developer guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/handgun-calibers.html b/handgun-calibers.html
index 6752ede..06c767a 100644
--- a/handgun-calibers.html
+++ b/handgun-calibers.html
@@ -1173,20 +1173,7 @@
     </div>
    </section>
   </main>
-  <footer class="text-center">
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <!-- Bootstrap JS -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -1231,5 +1218,30 @@
             
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="future-of-warfare-technology.html" rel="noopener noreferrer" target="_blank" title="Future Of Warfare Technology">
+      <i class="bi bi-shield"></i>
+      Future Of Warfare Technology
+    </a>
+    <a class="mx-2" href="modern-firearms.html" rel="noopener noreferrer" target="_blank" title="Modern Firearms">
+      <i class="bi bi-shield"></i>
+      Modern Firearms
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on ammunition specifications and firearms technical manuals.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/home-maintenance-guide.html b/home-maintenance-guide.html
index e7c2521..58b429a 100644
--- a/home-maintenance-guide.html
+++ b/home-maintenance-guide.html
@@ -1459,5 +1459,26 @@
             }
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="global_cuisine_guide.html" rel="noopener noreferrer" target="_blank" title="Global Cuisine Guide">
+      <i class="bi bi-house"></i>
+      Global Cuisine Guide
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on residential maintenance guides and home repair instruction manuals.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/housing-comparison.html b/housing-comparison.html
index 3a9cc49..73dd90c 100644
--- a/housing-comparison.html
+++ b/housing-comparison.html
@@ -558,32 +558,7 @@
         </div>
     </main>
 
-    <footer class="container text-center py-3">
-        <div class="mb-3">
-            <strong>Related Financial Tools:</strong><br>
-            <a class="mx-2" href="lifestyle-calculator.html" rel="noopener noreferrer" target="_blank" title="Lifestyle Budget Calculator">
-                <i class="bi bi-calculator"></i>
-                Lifestyle Calculator
-            </a>
-            <a class="mx-2" href="currency-timeline.html" rel="noopener noreferrer" target="_blank" title="History of Money and Currency">
-                <i class="bi bi-clock-history"></i>
-                Currency Timeline
-            </a>
-            <a class="mx-2" href="capitalism.html" rel="noopener noreferrer" target="_blank" title="Capitalism Principles Guide">
-                <i class="bi bi-graph-up"></i>
-                Capitalism Guide
-            </a>
-        </div>
-        <div>
-            <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank"
-                title="David Veksler on LinkedIn">
-                <i class="bi bi-linkedin"></i> LinkedIn
-            </a>
-            <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-                <i class="bi bi-collection"></i> All Cheatsheets
-            </a>
-        </div>
-    </footer>
+    
 
     <script>
         let housingTiers = [];
@@ -874,5 +849,26 @@
 
     <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
         src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="lifestyle-calculator.html" rel="noopener noreferrer" target="_blank" title="Lifestyle Calculator">
+      <i class="bi bi-coin"></i>
+      Lifestyle Calculator
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on real estate data, rental market statistics, and homeownership cost comparisons.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/human-evolution.html b/human-evolution.html
index 0ee4083..a97e141 100644
--- a/human-evolution.html
+++ b/human-evolution.html
@@ -1391,5 +1391,30 @@
             populateDomElements(); addEventListeners(); fetchAllRequiredData();
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="human-skeleton.html" rel="noopener noreferrer" target="_blank" title="Human Skeleton">
+      <i class="bi bi-heart"></i>
+      Human Skeleton
+    </a>
+    <a class="mx-2" href="veterinary-diagnostics.html" rel="noopener noreferrer" target="_blank" title="Veterinary Diagnostics">
+      <i class="bi bi-heart"></i>
+      Veterinary Diagnostics
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on paleoanthropology research and evolutionary biology studies.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/human-skeleton.html b/human-skeleton.html
index 11a5e05..45a98e3 100644
--- a/human-skeleton.html
+++ b/human-skeleton.html
@@ -271,5 +271,30 @@
         init();
 
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="medical-school-curriculum.html" rel="noopener noreferrer" target="_blank" title="Medical School Curriculum">
+      <i class="bi bi-heart"></i>
+      Medical School Curriculum
+    </a>
+    <a class="mx-2" href="human-evolution.html" rel="noopener noreferrer" target="_blank" title="Human Evolution">
+      <i class="bi bi-heart"></i>
+      Human Evolution
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on medical anatomy textbooks and osteology reference materials.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/humanoid-robots.html b/humanoid-robots.html
index a018199..a794da0 100644
--- a/humanoid-robots.html
+++ b/humanoid-robots.html
@@ -4151,45 +4151,7 @@
    </div>
   </div>
   <!-- End main-container -->
-  <footer class="container text-center pb-3">
-   <div class="mb-3">
-    <h6 style="
-            color: var(--hr-text-main); /* Adjusted from --text-color-primary */
-            font-family: var(--font-headings); /* Assuming --font-headings is defined or use inherit */
-            font-size: 1rem;
-            margin-bottom: 0.5rem;
-          ">
-     Explore Related Robotics &amp; AI Cheatsheets:
-    </h6>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Frontier Model Builders Cheatsheet">
-     <i class="bi bi-cpu-fill">
-     </i>
-     AI Frontier Models
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/airisk.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="AI Existential Risk (X-Risk) Cheatsheet">
-     <i class="bi bi-shield-exclamation">
-     </i>
-     AI X-Risk
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/aisafety.html" rel="noopener noreferrer" style="font-size: 0.9em" target="_blank" title="Interactive AI Safety Ecosystem Hub">
-     <i class="bi bi-diagram-3-fill">
-     </i>
-     AI Safety Ecosystem
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -4307,5 +4269,30 @@
         });
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="orbital-rockets-comparison.html" rel="noopener noreferrer" target="_blank" title="Orbital Rockets Comparison">
+      <i class="bi bi-lightning"></i>
+      Orbital Rockets Comparison
+    </a>
+    <a class="mx-2" href="automotive-innovation-timeline.html" rel="noopener noreferrer" target="_blank" title="Automotive Innovation Timeline">
+      <i class="bi bi-lightning"></i>
+      Automotive Innovation Timeline
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on robotics research labs and commercial robotics product announcements.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/islam.html b/islam.html
index 96ca42b..0ba8d05 100644
--- a/islam.html
+++ b/islam.html
@@ -1547,16 +1547,7 @@
 
 </div>
 
-<footer class="container">
-    <div class="row">
-        <div class="col-12">
-            <p>
-                <i class="bi bi-info-circle"></i>
-                Structure inspired by David Veksler's Judaism Cheatsheet. Perspective: Traditional Sunni Islamic teachings with references to Shia and Sufi traditions. For deeper study, consult traditional Islamic scholars and texts.
-            </p>
-        </div>
-    </div>
-</footer>
+
 
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
@@ -1598,5 +1589,30 @@
     });
 </script>
 
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="buddhism.html" rel="noopener noreferrer" target="_blank" title="Buddhism">
+      <i class="bi bi-book"></i>
+      Buddhism
+    </a>
+    <a class="mx-2" href="etz-chaim-tree-of-life.html" rel="noopener noreferrer" target="_blank" title="Etz Chaim Tree Of Life">
+      <i class="bi bi-book"></i>
+      Etz Chaim Tree Of Life
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Quranic texts, Hadith collections, and Islamic scholarly interpretations.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/javascript-for-architects.html b/javascript-for-architects.html
index 52af075..c4f3564 100644
--- a/javascript-for-architects.html
+++ b/javascript-for-architects.html
@@ -6284,63 +6284,31 @@ export function getCount() { return count; }
    <!-- /.schema-container -->
   </div>
   <!-- /container#main-container -->
-  <footer class="container text-center pb-3">
-   <p class="mb-2" style="font-size: 0.8em;">
-    Last Updated:
-    <span id="lastUpdatedDate">
-     May 12, 2025
-    </span>
-   </p>
-   <!-- Updated Date -->
-   <div>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-toggle="tooltip" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" rel="noopener noreferrer" target="_blank" title="MDN JavaScript Guide">
-     <i aria-hidden="true" class="bi bi-book">
-     </i>
-     MDN JS Docs
-    </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-toggle="tooltip" href="https://react.dev/" rel="noopener noreferrer" target="_blank" title="Official React Documentation">
-     <i aria-hidden="true" class="bi bi-gem">
-     </i>
-     React Docs
-    </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-toggle="tooltip" href="https://web.dev/" rel="noopener noreferrer" target="_blank" title="web.dev by Google">
-     <i aria-hidden="true" class="bi bi-google">
-     </i>
-     web.dev
-    </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-toggle="tooltip" href="https://roadmap.sh/frontend" rel="noopener noreferrer" target="_blank" title="Frontend Developer Roadmap">
-     <i aria-hidden="true" class="bi bi-map">
-     </i>
-     Frontend Roadmap
-    </a>
-   </div>
-   <div class="mb-3">
-    <strong>Related Development Resources:</strong><br>
-    <a class="mx-2" href="python-for-architects.html" rel="noopener noreferrer" target="_blank" title="Python for Architects Cheatsheet">
-     <i class="bi bi-file-code"></i>
-     Python Guide
+  
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="python-for-architects.html" rel="noopener noreferrer" target="_blank" title="Python For Architects">
+      <i class="bi bi-code"></i>
+      Python For Architects
     </a>
-    <a class="mx-2" href="git-scm.html" rel="noopener noreferrer" target="_blank" title="Interactive Git Cheatsheet">
-     <i class="bi bi-git"></i>
-     Git Commands
+    <a class="mx-2" href="dotnet-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Dotnet Cheatsheet">
+      <i class="bi bi-code"></i>
+      Dotnet Cheatsheet
     </a>
-    <a class="mx-2" href="dotnet-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Interactive .NET & C# Cheatsheet">
-     <i class="bi bi-hash"></i>
-     .NET & C# Guide
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-toggle="tooltip" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i aria-hidden="true" class="bi bi-linkedin">
-     </i>
-     LinkedIn
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on MDN documentation and modern framework best practices.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
     </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-toggle="tooltip" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets by David Veksler">
-     <i aria-hidden="true" class="bi bi-collection">
-     </i>
-     All Cheatsheets
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
     </a>
-   </div>
+  </div>
   </footer>
- </body>
+</body>
 </html>
diff --git a/judaism.html b/judaism.html
index ec53ab7..9c7c222 100644
--- a/judaism.html
+++ b/judaism.html
@@ -4969,36 +4969,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center pb-3">
-   <div class="mb-3">
-    
-    <a class="mx-2" href="shabbat-services-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Shabbat Services Cheatsheet">
-      <i class="bi bi-calendar-week"></i>     
-      Shabbat Services
-   </a>
-    <a class="mx-2" href="etz-chaim-tree-of-life.html" rel="noopener noreferrer" target="_blank" title="Etz Chaim: Tree of Life Exploration">
-     <i class="bi bi-tree"></i>
-     Tree of Life
-    </a>
-    
-   </div>
-   <p class="mb-2">
-    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Tanakh, Talmud, classic commentators, and standard
-        Jewish practice. Consult a qualified rabbi or scholar for definitive guidance.
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -5070,5 +5041,30 @@
         }
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="objectivism.html" rel="noopener noreferrer" target="_blank" title="Objectivism">
+      <i class="bi bi-book"></i>
+      Objectivism
+    </a>
+    <a class="mx-2" href="buddhism.html" rel="noopener noreferrer" target="_blank" title="Buddhism">
+      <i class="bi bi-book"></i>
+      Buddhism
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Tanakh, Talmud, classic commentators, and standard Jewish practice.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/judo.html b/judo.html
index 220542f..76f4025 100644
--- a/judo.html
+++ b/judo.html
@@ -818,31 +818,7 @@
 </div>
 </div> <!-- /.row -->
 </div> <!-- /.container -->
-<footer class="container text-center pb-3">
-<p>This cheatsheet provides a foundational overview. Judo is a deep and complex art requiring consistent practice under qualified instructors. Practice safely and with respect for its principles.</p>
-<p><strong>Key Judo Resources:</strong>
-<a href="https://www.ijf.org/" rel="noopener noreferrer" target="_blank"><i class="bi bi-trophy"></i> IJF (International Judo Federation)</a> |
-        <a href="http://kodokanjudoinstitute.org/en/" rel="noopener noreferrer" target="_blank"><i class="bi bi-bank"></i> Kodokan Judo Institute</a> |
-        <a href="https://www.reddit.com/r/judo/" rel="noopener noreferrer" target="_blank"><i class="bi bi-reddit"></i> r/judo Reddit</a> <br/>
-<strong>Related Martial Arts:</strong>
-<a href="brazilian-jiu-jitsu.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-book"></i> BJJ Guide</a> |
-        <a href="martial-arts-cheatsheet.html" rel="noopener noreferrer" target="_blank"><i class="bi bi-collection"></i> All Martial Arts</a> <br/>
-<span class="fw-bold">Reputable YouTube Channels for Judo Instruction &amp; Concepts:</span>
-<a href="https://www.youtube.com/@TravisStevensgrappling" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Travis Stevens</a> |
-        <a href="https://www.youtube.com/@RhadiFerguson" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Dr. Rhadi Ferguson</a> |
-        <a href="https://www.youtube.com/@ShintaroHigashi" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Shintaro Higashi</a> |
-         <a href="https://www.youtube.com/@SampsonJudo" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Sampson Judo</a> |
-        <a href="https://www.youtube.com/@JudoFanatics" rel="noopener noreferrer" target="_blank"><i class="bi bi-youtube"></i> Judo Fanatics / BJJ Fanatics (Judo section)</a>
-</p>
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-      </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets by David Veksler">
-<i class="bi bi-collection"></i> All Cheatsheets
-      </a>
-</div>
-</footer>
+
 <!-- JAVASCRIPT -->
 <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
@@ -871,5 +847,30 @@
             });
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="brazilian-jiu-jitsu.html" rel="noopener noreferrer" target="_blank" title="Brazilian Jiu Jitsu">
+      <i class="bi bi-person-fist"></i>
+      Brazilian Jiu Jitsu
+    </a>
+    <a class="mx-2" href="ashihara-karate.html" rel="noopener noreferrer" target="_blank" title="Ashihara Karate">
+      <i class="bi bi-person-fist"></i>
+      Ashihara Karate
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Kodokan instructional materials and Olympic judo competition guidelines.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/leadership.html b/leadership.html
index 378efee..9f106e7 100644
--- a/leadership.html
+++ b/leadership.html
@@ -1711,51 +1711,7 @@
    <!-- /.row -->
   </div>
   <!-- /.container -->
-  <footer class="container text-center pb-3">
-   <p>
-    Based on
-    <a href="https://conscious.is/the-15-commitments" rel="noopener noreferrer" target="_blank">
-     The 15 Commitments of Conscious Leadership
-    </a>
-    by Jim Dethmer, Diana Chapman, &amp; Kaley Warner Klemp.
-    <br/>
-    Visit the
-    <a href="https://conscious.is/" rel="noopener noreferrer" target="_blank">
-     Conscious Leadership Group
-    </a>
-    | Buy the
-    <a href="https://www.amazon.com/15-Commitments-Conscious-Leadership-Sustainable/dp/0990976904" rel="noopener noreferrer" target="_blank">
-     Book
-    </a>
-   </p>
-   <p>
-    Further Reading/Summaries:
-    <a href="https://readingraphics.com/book-summary-the-15-commitments-of-conscious-leadership/" rel="noopener noreferrer" target="_blank">
-     Readingraphics Summary
-    </a>
-    |
-    <a href="https://www.20minutebooks.com/the-15-commitments-of-conscious-leadership" rel="noopener noreferrer" target="_blank">
-     20 Minute Books Summary
-    </a>
-   </p>
-   <p class="mb-2">
-    Adapted from prior summaries by Human First Works &amp; Selling Sherpa (Sep 2023).
-    <br/>
-    Β© 2025 David Veksler. Please verify information with primary sources.
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <!-- JAVASCRIPT -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -1802,5 +1758,26 @@
         });
         */
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="conscious-leadership-contexts.html" rel="noopener noreferrer" target="_blank" title="Conscious Leadership Contexts">
+      <i class="bi bi-people"></i>
+      Conscious Leadership Contexts
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on management theory, organizational behavior research, and executive development programs.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/lifestyle-calculator.html b/lifestyle-calculator.html
index 2e79e7f..c0221c5 100644
--- a/lifestyle-calculator.html
+++ b/lifestyle-calculator.html
@@ -846,32 +846,7 @@
         </div>
     </main>
 
-    <footer class="container text-center py-3">
-        <div class="mb-3">
-            <strong>Related Financial Tools:</strong><br>
-            <a class="mx-2" href="housing-comparison.html" rel="noopener noreferrer" target="_blank" title="Housing Budget Comparison Tool">
-                <i class="bi bi-house-door"></i>
-                Housing Comparison
-            </a>
-            <a class="mx-2" href="currency-timeline.html" rel="noopener noreferrer" target="_blank" title="History of Money and Currency">
-                <i class="bi bi-clock-history"></i>
-                Currency Timeline
-            </a>
-            <a class="mx-2" href="capitalism.html" rel="noopener noreferrer" target="_blank" title="Capitalism Principles Guide">
-                <i class="bi bi-graph-up"></i>
-                Capitalism Guide
-            </a>
-        </div>
-        <div>
-            <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank"
-                title="David Veksler on LinkedIn">
-                <i class="bi bi-linkedin"></i> LinkedIn
-            </a>
-            <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-                <i class="bi bi-collection"></i> All Cheatsheets
-            </a>
-        </div>
-    </footer>
+    
 
     <div id="milestone-popup">
         <span id="milestone-emoji"></span>
@@ -1452,5 +1427,30 @@
     </script>
     <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
         src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="living-richly-guide.html" rel="noopener noreferrer" target="_blank" title="Living Richly Guide">
+      <i class="bi bi-coin"></i>
+      Living Richly Guide
+    </a>
+    <a class="mx-2" href="housing-comparison.html" rel="noopener noreferrer" target="_blank" title="Housing Comparison">
+      <i class="bi bi-coin"></i>
+      Housing Comparison
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on publicly available economic data and lifestyle expense research.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/living-richly-guide.html b/living-richly-guide.html
index e23ac99..a600802 100644
--- a/living-richly-guide.html
+++ b/living-richly-guide.html
@@ -1050,30 +1050,7 @@
     </div>
    </div>
   </div>
-  <footer class="container-fluid text-center">
-   <p class="mb-2">
-    Β© 2025 David Veksler
-   </p>
-   <p>
-    This guide is based on the article "
-    <a href="https://fee.org/articles/10-ways-to-live-like-a-millionaire-even-if-your-bank-account-is-empty/" rel="noopener noreferrer" target="_blank">
-     10 Ways to Live Like a Millionaireβ€”Even if Your Bank Account Is Empty
-    </a>
-    "
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -1125,5 +1102,30 @@
         }
       }
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="capitalism.html" rel="noopener noreferrer" target="_blank" title="Capitalism">
+      <i class="bi bi-coin"></i>
+      Capitalism
+    </a>
+    <a class="mx-2" href="lifestyle-calculator.html" rel="noopener noreferrer" target="_blank" title="Lifestyle Calculator">
+      <i class="bi bi-coin"></i>
+      Lifestyle Calculator
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on personal finance experts and FIRE movement resources.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/martial-arts-cheatsheet.html b/martial-arts-cheatsheet.html
index 5443b7a..cc32825 100644
--- a/martial-arts-cheatsheet.html
+++ b/martial-arts-cheatsheet.html
@@ -1972,26 +1972,7 @@
   </section>
  </div>
  <!-- /.container -->
- <footer class="container text-center pb-3">
-  <p>
-   This cheatsheet offers a dynamic glimpse into the vast world of martial arts. Each discipline has a rich history and requires years of dedicated practice to truly understand. Always train safely under qualified instruction.
-  </p>
-  <p>
-   Content is for informational purposes. Styles and techniques can vary between schools and instructors. Respect the art, respect your partners, and train with diligence.
-  </p>
-  <div>
-   <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-    <i class="bi bi-linkedin">
-    </i>
-    LinkedIn
-   </a>
-   <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-    <i class="bi bi-collection">
-    </i>
-    All Cheatsheets
-   </a>
-  </div>
- </footer>
+ 
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
  </script>
  <script src="https://unpkg.com/[email protected]/dist/aos.js">
@@ -2006,4 +1987,25 @@
             delay: 50,
         });
  </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="brazilian-jiu-jitsu.html" rel="noopener noreferrer" target="_blank" title="Brazilian Jiu Jitsu">
+      <i class="bi bi-person-fist"></i>
+      Brazilian Jiu Jitsu
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on traditional and modern training manuals.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
diff --git a/medical-school-curriculum.html b/medical-school-curriculum.html
index 8afca44..da834c0 100644
--- a/medical-school-curriculum.html
+++ b/medical-school-curriculum.html
@@ -5855,32 +5855,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center pb-3">
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-title="Visit AAMC for resources on medical education." data-bs-toggle="tooltip" href="https://www.aamc.org/" rel="noopener noreferrer" target="_blank" title="Association of American Medical Colleges">
-     <i class="bi bi-bank2">
-     </i>
-     AAMC
-    </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-title="Visit AMA for physician resources and advocacy." data-bs-toggle="tooltip" href="https://www.ama-assn.org/" rel="noopener noreferrer" target="_blank" title="American Medical Association">
-     <i class="bi bi-award-fill">
-     </i>
-     AMA
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -5943,5 +5918,30 @@
         });
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="weightloss-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Weightloss Cheatsheet">
+      <i class="bi bi-heart"></i>
+      Weightloss Cheatsheet
+    </a>
+    <a class="mx-2" href="human-skeleton.html" rel="noopener noreferrer" target="_blank" title="Human Skeleton">
+      <i class="bi bi-heart"></i>
+      Human Skeleton
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on medical school syllabi and clinical medicine textbooks.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/modern-devops-pipelines.html b/modern-devops-pipelines.html
index 772649f..da9efc5 100644
--- a/modern-devops-pipelines.html
+++ b/modern-devops-pipelines.html
@@ -569,13 +569,30 @@ jobs:
     </div>
    </section>
   </main>
-  <footer class="container py-4">
-   <p>
-    Β© 2024 Cheatsheets
-   </p>
-  </footer>
+  
   <!-- Bootstrap JS -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="azure-devops.html" rel="noopener noreferrer" target="_blank" title="Azure Devops">
+      <i class="bi bi-code"></i>
+      Azure Devops
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on continuous integration/delivery best practices and automation framework documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/modern-firearms.html b/modern-firearms.html
index c85f198..de124e8 100644
--- a/modern-firearms.html
+++ b/modern-firearms.html
@@ -3669,21 +3669,7 @@
     </div>
    </section>
   </main>
-  <footer class="text-center text-muted">
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-    
-  </footer>
+  
   <!-- Bootstrap 5.3.3 JS Bundle -->
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -3787,5 +3773,30 @@
             resetButton.addEventListener('click', resetFinder);
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="handgun-calibers.html" rel="noopener noreferrer" target="_blank" title="Handgun Calibers">
+      <i class="bi bi-shield"></i>
+      Handgun Calibers
+    </a>
+    <a class="mx-2" href="operator-loadouts.html" rel="noopener noreferrer" target="_blank" title="Operator Loadouts">
+      <i class="bi bi-shield"></i>
+      Operator Loadouts
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on manufacturer documentation and military small arms technical references.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/objectivism.html b/objectivism.html
index 2ad29f6..79e03e8 100644
--- a/objectivism.html
+++ b/objectivism.html
@@ -1251,43 +1251,7 @@
    </section>
   </div>
   <!-- /.container-lg -->
-  <footer class="container">
-   <div class="py-3">
-    <strong>Related Philosophy & Religion:</strong>
-    <a class="mx-2" href="buddhism.html" rel="noopener noreferrer" target="_blank" title="Buddhism Interactive Cheatsheet">
-     <i class="bi bi-yin-yang"></i>
-     Buddhism Guide
-    </a>
-    <a class="mx-2" href="judaism.html" rel="noopener noreferrer" target="_blank" title="Judaism Interactive Cheatsheet">
-     <i class="bi bi-star-of-david"></i>
-     Judaism Guide
-    </a>
-    <a class="mx-2" href="etz-chaim-tree-of-life.html" rel="noopener noreferrer" target="_blank" title="Etz Chaim: Tree of Life Exploration">
-     <i class="bi bi-tree"></i>
-     Tree of Life
-    </a>
-   </div>
-   <div class="py-3">
-    <a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-   <div class="pb-3">
-    <small>
-     Canonical URL:
-     <a href="https://cheatsheets.davidveksler.com/objectivism.html">
-      cheatsheets.davidveksler.com/objectivism.html
-     </a>
-    </small>
-   </div>
-  </footer>
+  
   <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -1340,5 +1304,26 @@
             });
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="judaism.html" rel="noopener noreferrer" target="_blank" title="Judaism">
+      <i class="bi bi-book"></i>
+      Judaism
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Ayn Rand's works and interpretive philosophical analysis.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/operator-loadouts.html b/operator-loadouts.html
index 870b466..061bf4d 100644
--- a/operator-loadouts.html
+++ b/operator-loadouts.html
@@ -2500,17 +2500,7 @@
     </div>
    </section>
   </main>
-  <footer>
-    <div>
-            <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank"
-                title="David Veksler on LinkedIn">
-                <i class="bi bi-linkedin"></i> LinkedIn
-            </a>
-            <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-                <i class="bi bi-collection"></i> All Cheatsheets
-            </a>
-        </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -2535,5 +2525,30 @@
         });
     });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="modern-firearms.html" rel="noopener noreferrer" target="_blank" title="Modern Firearms">
+      <i class="bi bi-shield"></i>
+      Modern Firearms
+    </a>
+    <a class="mx-2" href="art-of-war-sun-tzu.html" rel="noopener noreferrer" target="_blank" title="Art Of War Sun Tzu">
+      <i class="bi bi-shield"></i>
+      Art Of War Sun Tzu
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on field manuals and special operations equipment documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
\ No newline at end of file
diff --git a/orbital-rockets-comparison.html b/orbital-rockets-comparison.html
index 73c12fe..80ff518 100644
--- a/orbital-rockets-comparison.html
+++ b/orbital-rockets-comparison.html
@@ -946,9 +946,7 @@
             </div>
         </main>
 
-        <footer class="text-center mt-5 text-muted no-print">
-            <p><small>Enhanced interactive comparison of the world's orbital rockets. Data based on publicly available sources. Last updated: November 2025.</small></p>
-        </footer>
+        
     </div>
 
     <!-- Bootstrap JS -->
@@ -1042,5 +1040,30 @@
             }
         }
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="tesla-products.html" rel="noopener noreferrer" target="_blank" title="Tesla Products">
+      <i class="bi bi-lightning"></i>
+      Tesla Products
+    </a>
+    <a class="mx-2" href="humanoid-robots.html" rel="noopener noreferrer" target="_blank" title="Humanoid Robots">
+      <i class="bi bi-lightning"></i>
+      Humanoid Robots
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on aerospace industry specifications and space launch system technical documentation.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/p-doom-calculator.html b/p-doom-calculator.html
index 8921097..8959d6a 100644
--- a/p-doom-calculator.html
+++ b/p-doom-calculator.html
@@ -259,12 +259,7 @@
 
             <div id="categoriesContainer"></div>
 
-            <footer class="mt-5 pt-4 border-top">
-                <p class="text-muted text-center">
-                    <strong>Disclaimer:</strong> This tool is for educational purposes only and does not constitute scientific prediction.
-                    Based on arguments from <a href="https://www.lesswrong.com/posts/FkAJL8naH9gXsKpwi/poking-holes-in-the-ai-doom-argument" target="_blank" rel="noopener noreferrer">Liron Shapira's "Poking Holes in the AI Doom Argument"</a>.
-                </p>
-            </footer>
+            
         </div>
     </div>
 
@@ -522,5 +517,20 @@
             updateCalculation();
         });
     </script>
+  <footer class="container text-center pb-3">
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on probability estimation frameworks and AI risk research.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/p-doom-test-harness.html b/p-doom-test-harness.html
index 1eb05e2..b8a78f1 100644
--- a/p-doom-test-harness.html
+++ b/p-doom-test-harness.html
@@ -237,5 +237,20 @@
                   'I will update the main calculator now.');
         }
     </script>
+  <footer class="container text-center pb-3">
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on internal testing and validation frameworks.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
diff --git a/post-quantum-cryptography.html b/post-quantum-cryptography.html
index 6ab51d9..1e6dbd3 100644
--- a/post-quantum-cryptography.html
+++ b/post-quantum-cryptography.html
@@ -1899,23 +1899,7 @@
 </div>
 </section>
 </div>
-<footer>
-<div class="container">
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-                </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets by David Veksler">
-<i class="bi bi-collection"></i> All Cheatsheets
-                </a>
-</div>
-<p>
-<a class="me-3" href="#pqc-introduction">Introduction</a> |
-                <a href="https://csrc.nist.gov/projects/post-quantum-cryptography" rel="noopener noreferrer" target="_blank">NIST PQC Project</a> |
-                <a class="ms-3" href="#">Back to Top</a>
-</p>
-</div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
         document.addEventListener('DOMContentLoaded', function () {
@@ -1979,5 +1963,30 @@
             });
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="compression-algorithms.html" rel="noopener noreferrer" target="_blank" title="Compression Algorithms">
+      <i class="bi bi-code"></i>
+      Compression Algorithms
+    </a>
+    <a class="mx-2" href="aws-vs-azure.html" rel="noopener noreferrer" target="_blank" title="Aws Vs Azure">
+      <i class="bi bi-code"></i>
+      Aws Vs Azure
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on NIST standardization process and quantum-resistant cryptographic research.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/postgresql.html b/postgresql.html
index 94c7983..4b17e59 100644
--- a/postgresql.html
+++ b/postgresql.html
@@ -2544,32 +2544,7 @@ GRANT EXECUTE ON FUNCTION log_action(integer, text) TO app_user;</code></pre>
 </div> <!-- /.row -->
 </div> <!-- /.schema-container -->
 </div> <!-- /container -->
-<footer class="container text-center pb-3">
-<p class="mb-2">Β© 2025 David Veksler</p>
-<div class="mb-3">
-<strong>Related Development Resources:</strong><br>
-<a class="mx-2" href="python-for-architects.html" rel="noopener noreferrer" target="_blank" title="Python for Architects Cheatsheet">
-<i class="bi bi-file-code"></i>
-Python Guide
-</a>
-<a class="mx-2" href="clean-architecture-dotnet.html" rel="noopener noreferrer" target="_blank" title="Clean Architecture in .NET Web API Guide">
-<i class="bi bi-building"></i>
-Clean Architecture .NET
-</a>
-<a class="mx-2" href="git-scm.html" rel="noopener noreferrer" target="_blank" title="Interactive Git Cheatsheet">
-<i class="bi bi-git"></i>
-Git Commands
-</a>
-</div>
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-      </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i class="bi bi-collection"></i> All Cheatsheets
-      </a>
-</div>
-</footer>
+
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
 // Final Script incorporating fixes for hover and collapse toggle
@@ -2703,5 +2678,30 @@ document.addEventListener('DOMContentLoaded', () => {
 
 });
 </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="databases.html" rel="noopener noreferrer" target="_blank" title="Databases">
+      <i class="bi bi-code"></i>
+      Databases
+    </a>
+    <a class="mx-2" href="compression-algorithms.html" rel="noopener noreferrer" target="_blank" title="Compression Algorithms">
+      <i class="bi bi-code"></i>
+      Compression Algorithms
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on official PostgreSQL documentation and query optimization guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/prompt-builder.html b/prompt-builder.html
index ce14c62..45e0f03 100644
--- a/prompt-builder.html
+++ b/prompt-builder.html
@@ -1185,23 +1185,7 @@ AI: Roger started with 5 balls. He bought 2 cans, and each can has 3 balls. So,
      </p>
     </div>
    </div>
-   <footer class="container text-center pb-3">
-    <p class="mb-2">
-     Β© 2025 David Veksler
-    </p>
-    <div>
-     <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" rel="noopener noreferrer" target="_blank" title="David Veksler on LinkedIn">
-      <i aria-hidden="true" class="bi bi-linkedin">
-      </i>
-      LinkedIn
-     </a>
-     <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-      <i aria-hidden="true" class="bi bi-collection">
-      </i>
-      All Cheatsheets
-     </a>
-    </div>
-   </footer>
+   
   </div>
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
@@ -2043,5 +2027,26 @@ AI: Roger started with 5 balls. He bought 2 cans, and each can has 3 balls. So,
           debouncedUpdateGeneratedPrompt();
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="google-ai-studio-guide.html" rel="noopener noreferrer" target="_blank" title="Google Ai Studio Guide">
+      <i class="bi bi-brain"></i>
+      Google Ai Studio Guide
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on AI research papers and practical LLM usage guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/python-for-architects.html b/python-for-architects.html
index 8d8149a..39f1679 100644
--- a/python-for-architects.html
+++ b/python-for-architects.html
@@ -4187,64 +4187,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center pb-3">
-   <div class="mb-3">
-    <strong>Related Development Resources:</strong><br>
-    <a class="mx-2" href="javascript-for-architects.html" rel="noopener noreferrer" target="_blank" title="JavaScript & Frontend Guide for Architects">
-     <i class="bi bi-braces"></i>
-     JavaScript Guide
-    </a>
-    <a class="mx-2" href="git-scm.html" rel="noopener noreferrer" target="_blank" title="Interactive Git Cheatsheet">
-     <i class="bi bi-git"></i>
-     Git Commands
-    </a>
-    <a class="mx-2" href="postgresql.html" rel="noopener noreferrer" target="_blank" title="PostgreSQL Power User Guide">
-     <i class="bi bi-database"></i>
-     PostgreSQL Guide
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i aria-hidden="true" class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i aria-hidden="true" class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-   <p class="mb-2" style="font-size: 0.8em;">
-    Last Updated:
-    <span id="lastUpdatedDate">
-     May 10, 2025
-    </span>
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://docs.python.org/3/" rel="noopener noreferrer" target="_blank" title="Python Documentation">
-     <i class="bi bi-book-fill">
-     </i>
-     Python Docs
-    </a>
-    <a class="mx-2 link-secondary" href="https://www.python.org/dev/peps/" rel="noopener noreferrer" target="_blank" title="Python Enhancement Proposals">
-     <i class="bi bi-file-earmark-text-fill">
-     </i>
-     PEPs
-    </a>
-    <a class="mx-2 link-secondary" href="https://realpython.com/" rel="noopener noreferrer" target="_blank" title="Real Python Tutorials">
-     <i class="bi bi-mortarboard-fill">
-     </i>
-     Real Python
-    </a>
-   </div>
-   <p class="mt-2" id="copyright" style="font-size: 0.8em;">
-    Β©
-    <span id="currentYear">
-    </span>
-    David Veksler
-   </p>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -4426,5 +4369,26 @@
         applyFiltersAndSearch(); // Apply initial filter ("All") and search (empty)
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="javascript-for-architects.html" rel="noopener noreferrer" target="_blank" title="Javascript For Architects">
+      <i class="bi bi-code"></i>
+      Javascript For Architects
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on official documentation and software design best practices.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/scrum.html b/scrum.html
index ab0774d..2ab235b 100644
--- a/scrum.html
+++ b/scrum.html
@@ -1237,31 +1237,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center pb-3">
-   <p class="mb-2">
-    Β©
-    <span id="currentYear">
-    </span>
-    David Vekslers Cheatsheets. Content inspired by the Scrum Guideβ„’.
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-title="Access the definitive guide to Scrum, co-authored by Ken Schwaber and Jeff Sutherland." data-bs-toggle="tooltip" href="https://scrumguides.org/" rel="noopener noreferrer" target="_blank" title="The Official Scrum Guide">
-     <i class="bi bi-book-fill">
-     </i>
-     Official Scrum Guide
-    </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-title="Visit Scrum.org, the home of Scrum, for professional training, assessments, and resources." data-bs-toggle="tooltip" href="https://www.scrum.org/" rel="noopener noreferrer" target="_blank" title="Scrum.org">
-     <i class="bi bi-shield-check">
-     </i>
-     Scrum.org
-    </a>
-    <a class="mx-2 link-secondary" data-bs-placement="top" data-bs-title="Explore Atlassian's resources and tools for implementing Scrum and agile practices." data-bs-toggle="tooltip" href="https://www.atlassian.com/agile/scrum" rel="noopener noreferrer" target="_blank" title="Atlassian Agile Scrum">
-     <i class="bi bi-box-arrow-up-right">
-     </i>
-     Atlassian on Scrum
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -1308,5 +1284,26 @@
         document.getElementById("currentYear").textContent = new Date().getFullYear();
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="conscious-leadership-contexts.html" rel="noopener noreferrer" target="_blank" title="Conscious Leadership Contexts">
+      <i class="bi bi-people"></i>
+      Conscious Leadership Contexts
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Scrum Guide and agile project management best practices.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/shabbat-services-cheatsheet.html b/shabbat-services-cheatsheet.html
index f873ca9..abff658 100644
--- a/shabbat-services-cheatsheet.html
+++ b/shabbat-services-cheatsheet.html
@@ -533,31 +533,7 @@
    </div>
   </div>
   <!-- /.container -->
-  <footer class="container text-center pb-3">
-   <p class="mb-2">
-    Β© 2025 David Veksler Β· This cheatsheet provides a general overview. Liturgy, order, and customs can vary significantly between movements and individual congregations. Consult a Siddur (prayer book) and local custom for definitive practice. Texts may be adapted or shortened for brevity. Initial text data often sourced from public domain resources like Sefaria.org.
-   </p>
-   <div>
-    <a href="judaism.html" rel="noopener noreferrer" target="_blank" title="Judaism Cheatsheet">
-     <i class="bi bi-hexagon-fill"></i>
-     Judaism
-    </a>
-    <a class="mx-2" href="shabbat-services-cheatsheet.html" rel="noopener noreferrer" target="_blank" title="Shabbat Services Cheatsheet">
-      <i class="bi bi-calendar-week"></i>     
-      Shabbat Services
-   </a>
-    <a class="mx-2" href="etz-chaim-tree-of-life.html" rel="noopener noreferrer" target="_blank" title="Etz Chaim: Tree of Life Exploration">
-     <i class="bi bi-tree"></i>
-     Tree of Life
-    </a>
-
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -748,5 +724,30 @@
             applyLang(); // Apply language toggle to static elements like intro on initial load
         });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="etz-chaim-tree-of-life.html" rel="noopener noreferrer" target="_blank" title="Etz Chaim Tree Of Life">
+      <i class="bi bi-book"></i>
+      Etz Chaim Tree Of Life
+    </a>
+    <a class="mx-2" href="anapanasati-mindfulness-of-breathing.html" rel="noopener noreferrer" target="_blank" title="Anapanasati Mindfulness Of Breathing">
+      <i class="bi bi-book"></i>
+      Anapanasati Mindfulness Of Breathing
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on siddur prayer books and synagogue service guides.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/tesla-products.html b/tesla-products.html
index 4b90de5..2d40381 100644
--- a/tesla-products.html
+++ b/tesla-products.html
@@ -4650,20 +4650,7 @@
    </div>
   </div>
   <!-- /container#main-container -->
-  <footer class="container text-center pb-3">
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/tsparticles.bundle.min.js">
@@ -4761,5 +4748,26 @@
     }
   });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="orbital-rockets-comparison.html" rel="noopener noreferrer" target="_blank" title="Orbital Rockets Comparison">
+      <i class="bi bi-lightning"></i>
+      Orbital Rockets Comparison
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on official Tesla documentation and electric vehicle industry analysis.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/versioncontrol.html b/versioncontrol.html
index b8d55e4..1f3af23 100644
--- a/versioncontrol.html
+++ b/versioncontrol.html
@@ -375,17 +375,7 @@
 </div>
 </section>
 </div> <!-- /history-container -->
-<footer class="container text-center mt-4 pt-4 pb-5 border-top">
-<p class="mb-2">Β© 2025 David Veksler</p>
-<div>
-<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-      </a>
-<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-<i class="bi bi-collection"></i> All Cheatsheets
-      </a>
-</div>
-</footer>
+
 <script crossorigin="anonymous" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
         // JS for Collapse Chevron Toggle
@@ -433,5 +423,30 @@
              });
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="git-scm.html" rel="noopener noreferrer" target="_blank" title="Git Scm">
+      <i class="bi bi-code"></i>
+      Git Scm
+    </a>
+    <a class="mx-2" href="databases.html" rel="noopener noreferrer" target="_blank" title="Databases">
+      <i class="bi bi-code"></i>
+      Databases
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on software configuration management research and SCM best practices.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file
diff --git a/veterinary-diagnostics.html b/veterinary-diagnostics.html
index 6c890a3..f731d01 100644
--- a/veterinary-diagnostics.html
+++ b/veterinary-diagnostics.html
@@ -2582,51 +2582,7 @@
     </div>
    </div>
   </div>
-  <footer class="container text-center">
-   <p class="mb-2">
-    Content compiled for educational purposes. Always consult with a qualified veterinarian for medical advice.
-        Cheatsheet structure inspired by David Vekslers Cheatsheets.
-   </p>
-   <div class="mb-2">
-    <a class="mx-2 small" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-    <span class="mx-1 small">
-     |
-    </span>
-    <a class="mx-2 small" href="/" title="Browse All Cheatsheet Examples">
-     <!-- Placeholder URL -->
-     <i class="bi bi-collection-fill">
-     </i>
-     View All Examples
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary small" data-bs-placement="top" data-bs-title="Visit the AVMA for resources on animal health and veterinary medicine." data-bs-toggle="tooltip" href="https://www.avma.org/" rel="noopener noreferrer" target="_blank" title="American Veterinary Medical Association">
-     <i class="bi bi-shield-check">
-     </i>
-     AVMA
-    </a>
-    <a class="mx-2 link-secondary small" data-bs-placement="top" data-bs-title="Visit Antech Diagnostics, a leader in veterinary laboratory services." data-bs-toggle="tooltip" href="https://www.antechdiagnostics.com/" rel="noopener noreferrer" target="_blank" title="Antech Diagnostics">
-     <i class="bi bi-building">
-     </i>
-     Antech Diagnostics
-    </a>
-    <a class="mx-2 link-secondary small" data-bs-placement="top" data-bs-title="VIN: An online community and resource for veterinarians." data-bs-toggle="tooltip" href="https://www.vin.com/" rel="noopener noreferrer" target="_blank" title="Veterinary Information Network">
-     <i class="bi bi-globe2">
-     </i>
-     VIN
-    </a>
-   </div>
-   <p class="mt-2 small text-muted">
-    Β©
-    <span id="currentYear">
-    </span>
-    David Vekslers Cheatsheets. Adapted for Veterinary Diagnostics.
-   </p>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -2765,5 +2721,26 @@
 
       });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="human-evolution.html" rel="noopener noreferrer" target="_blank" title="Human Evolution">
+      <i class="bi bi-heart"></i>
+      Human Evolution
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on veterinary medicine textbooks and clinical diagnostic protocols.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/weightloss-cheatsheet.html b/weightloss-cheatsheet.html
index 5c1cea6..145878d 100644
--- a/weightloss-cheatsheet.html
+++ b/weightloss-cheatsheet.html
@@ -2689,43 +2689,7 @@
    <!-- /.schema-container -->
   </div>
   <!-- /container -->
-  <footer class="container text-center pb-3">
-   <p class="mb-2">
-    Β©
-    <span id="currentYear">
-    </span>
-    Weight Loss Cheatsheet.
-    <br/>
-    <span class="fw-bold">
-     Disclaimer:
-    </span>
-    This information is for educational purposes only and is not intended as medical advice. Always consult with a qualified healthcare professional before making any decisions about your health, diet, exercise routine, or use of supplements.
-   </p>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.niddk.nih.gov/health-information/weight-management" rel="noopener noreferrer" target="_blank" title="NIH Weight Management">
-     <i class="bi bi-universal-access">
-     </i>
-     NIH Weight Info
-    </a>
-    <a class="mx-2 link-secondary" href="https://www.hsph.harvard.edu/nutritionsource/" rel="noopener noreferrer" target="_blank" title="Harvard Nutrition Source">
-     <i class="bi bi-book">
-     </i>
-     Harvard Nutrition
-    </a>
-    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
-     <i class="bi bi-collection">
-     </i>
-     All Cheatsheets
-    </a>
-   </div>
-   <div>
-    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-     <i class="bi bi-linkedin">
-     </i>
-     LinkedIn
-    </a>
-   </div>
-  </footer>
+  
   <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
   </script>
   <script>
@@ -2887,5 +2851,26 @@
     document.getElementById('currentYear').textContent = new Date().getFullYear();
 });
   </script>
- </body>
+   <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="medical-school-curriculum.html" rel="noopener noreferrer" target="_blank" title="Medical School Curriculum">
+      <i class="bi bi-heart"></i>
+      Medical School Curriculum
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on nutritional science research and evidence-based dietary intervention studies.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
+</body>
 </html>
diff --git a/yudkowsky-rationality-ai-cheatsheet.html b/yudkowsky-rationality-ai-cheatsheet.html
index 5c07c6e..500d222 100644
--- a/yudkowsky-rationality-ai-cheatsheet.html
+++ b/yudkowsky-rationality-ai-cheatsheet.html
@@ -762,43 +762,7 @@
 </div>
 </div>
 </main>
-<footer class="page-footer">
-<p class="mb-1" style="font-size: 0.9em; color: var(--text-color-muted);">
-        This cheatsheet draws inspiration from the extensive works of Eliezer Yudkowsky, the research and publications by the Machine Intelligence Research Institute (MIRI), discussions on LessWrong, and the broader AI Safety and Rationality communities.
-    </p>
-<p class="mb-2">
-        Cheatsheet by David Veksler Β© <span id="currentYearFooter">2025</span>. All rights reserved.
-    </p>
-<div class="mb-3">
-<h6 style="color: var(--text-color-primary); font-family: var(--font-headings); font-size: 1rem; margin-bottom: 0.5rem;">Explore Related AI Cheatsheets:</h6>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/airisk.html" rel="noopener noreferrer" style="font-size: 0.9em;" target="_blank" title="AI Existential Risk (X-Risk) Cheatsheet">
-<i class="bi bi-shield-exclamation"></i> AI X-Risk
-        </a>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/ai-frontier.html" rel="noopener noreferrer" style="font-size: 0.9em;" target="_blank" title="AI Frontier Model Builders Cheatsheet">
-<i class="bi bi-cpu-fill"></i> AI Frontier Models
-        </a>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/aisafety.html" rel="noopener noreferrer" style="font-size: 0.9em;" target="_blank" title="Interactive AI Safety Ecosystem Hub">
-<i class="bi bi-diagram-3-fill"></i> AI Safety Ecosystem
-        </a>
-</div>
-<div>
-<a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
-<i class="bi bi-linkedin"></i> LinkedIn
-        </a>
-<a class="mx-2" href="https://cheatsheets.davidveksler.com/" rel="noopener noreferrer" target="_blank" title="Browse All Cheatsheets by David Veksler">
-<i class="bi bi-collection-fill"></i> All Cheatsheets
-        </a>
-</div>
-<script>
-        // This script should be part of the main page's script logic
-        // or placed just before the closing </body> tag.
-        // It updates the copyright year in the footer.
-        const currentYearFooterSpan = document.getElementById('currentYearFooter');
-        if (currentYearFooterSpan) {
-            currentYearFooterSpan.textContent = new Date().getFullYear();
-        }
-    </script>
-</footer>
+
 <!-- Bootstrap JS Bundle -->
 <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
 <script>
@@ -894,5 +858,30 @@
             }
         });
     </script>
+  <footer class="container text-center pb-3">
+  <div class="mb-3">
+    <a class="mx-2" href="airisk.html" rel="noopener noreferrer" target="_blank" title="Airisk">
+      <i class="bi bi-brain"></i>
+      Airisk
+    </a>
+    <a class="mx-2" href="google-ai-studio-guide.html" rel="noopener noreferrer" target="_blank" title="Google Ai Studio Guide">
+      <i class="bi bi-brain"></i>
+      Google Ai Studio Guide
+    </a>
+  </div>
+  <p class="mb-2">
+    Β© 2025 David Veksler Β· Compiled &amp; expanded based on Eliezer Yudkowsky's writings and LessWrong community.
+  </p>
+  <div>
+    <a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn">
+      <i class="bi bi-linkedin"></i>
+      LinkedIn
+    </a>
+    <a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets">
+      <i class="bi bi-collection"></i>
+      All Cheatsheets
+    </a>
+  </div>
+  </footer>
 </body>
 </html>
\ No newline at end of file