|
260 | 260 | <!-- Desktop Nav --> |
261 | 261 | <div class="hidden md:flex items-center gap-1"> |
262 | 262 | <a href="#about" class="px-4 py-2 text-sm font-medium text-charcoal-light hover:text-burnt-orange transition-colors rounded-lg hover:bg-burnt-orange/5">About</a> |
| 263 | + <a href="https://www.youtube.com/@decwarorg" class="px-4 py-2 text-sm font-medium text-charcoal-light hover:text-burnt-orange transition-colors rounded-lg hover:bg-burnt-orange/5">YouTube</a> |
| 264 | + <a href="https://decwarorg.blogspot.com/" class="px-4 py-2 text-sm font-medium text-charcoal-light hover:text-burnt-orange transition-colors rounded-lg hover:bg-burnt-orange/5">Blog</a> |
263 | 265 | <a href="#projects" class="px-4 py-2 text-sm font-medium text-charcoal-light hover:text-burnt-orange transition-colors rounded-lg hover:bg-burnt-orange/5">Projects</a> |
264 | 266 | <a href="#archives" class="px-4 py-2 text-sm font-medium text-charcoal-light hover:text-burnt-orange transition-colors rounded-lg hover:bg-burnt-orange/5">Archives</a> |
265 | 267 | <a href="#history" class="px-4 py-2 text-sm font-medium text-charcoal-light hover:text-burnt-orange transition-colors rounded-lg hover:bg-burnt-orange/5">History</a> |
|
286 | 288 | </button> |
287 | 289 | <div class="mt-8 flex flex-col gap-2"> |
288 | 290 | <a href="#about" class="px-4 py-3 text-charcoal hover:text-burnt-orange hover:bg-burnt-orange/5 rounded-lg transition-colors">About</a> |
| 291 | + <a href="https://www.youtube.com/@decwarorg" class="px-4 py-3 text-charcoal hover:text-burnt-orange hover:bg-burnt-orange/5 rounded-lg transition-colors">YouTube</a> |
| 292 | + <a href="https://decwarorg.blogspot.com/" class="px-4 py-3 text-charcoal hover:text-burnt-orange hover:bg-burnt-orange/5 rounded-lg transition-colors">Blog</a> |
289 | 293 | <a href="#projects" class="px-4 py-3 text-charcoal hover:text-burnt-orange hover:bg-burnt-orange/5 rounded-lg transition-colors">Projects</a> |
290 | 294 | <a href="#archives" class="px-4 py-3 text-charcoal hover:text-burnt-orange hover:bg-burnt-orange/5 rounded-lg transition-colors">Archives</a> |
291 | 295 | <a href="#history" class="px-4 py-3 text-charcoal hover:text-burnt-orange hover:bg-burnt-orange/5 rounded-lg transition-colors">History</a> |
@@ -1014,6 +1018,8 @@ <h2 class="font-serif text-4xl md:text-5xl font-semibold mt-6 mb-4">Get Involved |
1014 | 1018 |
|
1015 | 1019 | <div class="flex flex-wrap justify-center gap-6 text-sm text-white/50"> |
1016 | 1020 | <a href="#about" class="hover:text-white transition-colors">About</a> |
| 1021 | + <a href="https://www.youtube.com/@decwarorg" class="hover:text-white transition-colors">YouTube</a> |
| 1022 | + <a href="https://decwarorg.blogspot.com/" class="hover:text-white transition-colors">Blog</a> |
1017 | 1023 | <a href="#projects" class="hover:text-white transition-colors">Projects</a> |
1018 | 1024 | <a href="#archives" class="hover:text-white transition-colors">Archives</a> |
1019 | 1025 | <a href="#history" class="hover:text-white transition-colors">History</a> |
|
0 commit comments