Skip to content

Commit 3470566

Browse files
committed
add youtube and blog to navigation
1 parent 57d3d94 commit 3470566

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@
260260
<!-- Desktop Nav -->
261261
<div class="hidden md:flex items-center gap-1">
262262
<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>
263265
<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>
264266
<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>
265267
<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,6 +288,8 @@
286288
</button>
287289
<div class="mt-8 flex flex-col gap-2">
288290
<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>
289293
<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>
290294
<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>
291295
<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
10141018

10151019
<div class="flex flex-wrap justify-center gap-6 text-sm text-white/50">
10161020
<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>
10171023
<a href="#projects" class="hover:text-white transition-colors">Projects</a>
10181024
<a href="#archives" class="hover:text-white transition-colors">Archives</a>
10191025
<a href="#history" class="hover:text-white transition-colors">History</a>

0 commit comments

Comments
 (0)