Update DMR link, add board members to about page

- Rename "DMR Editor" to "DMR İndir" across nav and about page
- Add target="_blank" support to Header component
- Add all 5 board members with QRZ.com links to hakkimizda page
- Update DMR blog post with channel list section
- Remove "Liderlik" tagline from board section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Buğra Canata
2026-02-28 22:19:09 +03:00
parent a5a3a26321
commit ae3bfee107
4 changed files with 148 additions and 9 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ export const headerData = {
target: '_blank',
},
{
text: 'DMR Editor',
text: 'DMR İndir',
href: 'https://dmr.radio.org.tr/',
target: '_blank',
},
@@ -51,7 +51,7 @@ export const footerData = {
{ text: 'Kategoriler', href: getPermalink('/kategoriler') },
{ text: 'Etiketler', href: getPermalink('/etiketler') },
{ text: 'Sınav Hazırlık', href: 'https://sinav.radio.org.tr/', target: '_blank' },
{ text: 'DMR Editor', href: 'https://dmr.radio.org.tr/', target: '_blank' },
{ text: 'DMR İndir', href: 'https://dmr.radio.org.tr/', target: '_blank' },
{ text: 'İletişim', href: getPermalink('/iletisim') },
],
},