Update footer with LinkedIn and cheatsheets links
· 10 months ago
9531b1e63b9cc55fddb9b7cace74f80ea1046505
Parent:
2b3a59d20
Replaced the footer copyright and disclaimer with links to David Veksler's LinkedIn profile and cheatsheets site. Minor whitespace and formatting adjustments throughout the file.
2 files changed +15 −16
- .claude/settings.local.json +2 −1
- operator-loadouts.html +13 −15
Diff
--- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -27,7 +27,8 @@ "WebFetch(domain:www.jetro.go.jp)", "WebFetch(domain:www.cimmyt.org)", "WebFetch(domain:ich.unesco.org)", - "WebFetch(domain:www.asianinspirations.com.au)" + "WebFetch(domain:www.asianinspirations.com.au)", + "Bash(curl:*)" ], "deny": [] } --- a/operator-loadouts.html +++ b/operator-loadouts.html @@ -83,7 +83,7 @@ align-items: center; gap: 1rem; } - + /* Category Color Definitions */ .section-responder { --category-color: var(--color-responder); } .section-field { --category-color: var(--color-field); } @@ -298,13 +298,13 @@ "description": "Personal items carried daily for utility and preparedness" }, { - "@type": "Thing", + "@type": "Thing", "name": "Tactical Equipment", "description": "Professional grade equipment used by law enforcement and military" }, { "@type": "Thing", - "name": "Emergency Preparedness", + "name": "Emergency Preparedness", "description": "Planning and equipment for emergency situations" }, { @@ -315,7 +315,7 @@ ], "mentions": [ "SWAT Operator", "Special Forces", "Paramedic", "EMT", "Patrol Officer", "USAR Technician", - "Wildland Firefighter", "Park Ranger", "DSS Agent", "Journalist", "Infantry Rifleman", + "Wildland Firefighter", "Park Ranger", "DSS Agent", "Journalist", "Infantry Rifleman", "Combat Aviator", "EOD Technician", "Mountain Rescue Specialist", "Deep-Sea Fisherman", "Alaska Bush Pilot" ], "inLanguage": "en-US", @@ -2589,17 +2589,15 @@ </section> </main> <footer> - <div class="container"> - <p> - © - <span id="currentYear"> - </span> - David Veksler. This guide synthesizes principles from open-source research for educational purposes. - </p> - <p class="text-secondary" style="font-size: 0.8em;"> - This guide is for informational purposes only and is not professional advice. Your security and preparedness are your ultimate responsibility. Always seek qualified training. - </p> - </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>