@@ -19,6 +19,8 @@ import { Icon } from "astro-icon/components";
1919 <HeaderLink href =" /" >Home</HeaderLink >
2020 <!-- <HeaderLink href="/blog">Blog</HeaderLink> -->
2121 <HeaderLink href =" /about" >About</HeaderLink >
22+ <HeaderLink href =" /performances" >Performances</HeaderLink >
23+ <HeaderLink href =" /licensing" >Licensing</HeaderLink >
2224 </div >
2325
2426 <!-- Mobile Menu Button -->
@@ -33,18 +35,45 @@ import { Icon } from "astro-icon/components";
3335
3436 <!-- Social Links -->
3537 <div class =" hidden md:flex items-center space-x-3" >
38+ <a
39+ href =" https://freemusicarchive.org/music/Brylie_Christopher_Oxley/"
40+ target =" _blank" rel =" noopener noreferrer"
41+ title =" Free Music Archive"
42+ class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
43+ >
44+ <span class =" sr-only" >Download from Free Music Archive</span >
45+ <Icon name =" mdi:music-circle" size ={ 24 } />
46+ </a >
3647 <a
3748 href =" https://brylie.bandcamp.com"
38- target =" _blank"
49+ target =" _blank" rel = " noopener noreferrer "
3950 title =" Bandcamp"
4051 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
4152 >
4253 <span class =" sr-only" >Listen on Bandcamp</span >
4354 <Icon name =" mdi:bandcamp" size ={ 24 } />
4455 </a >
56+ <a
57+ href =" https://open.spotify.com/artist/5QEaapYiiiIH65gfhBgsv7"
58+ target =" _blank" rel =" noopener noreferrer"
59+ title =" Spotify"
60+ class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
61+ >
62+ <span class =" sr-only" >Listen on Spotify</span >
63+ <Icon name =" mdi:spotify" size ={ 24 } />
64+ </a >
65+ <a
66+ href =" https://music.apple.com/fi/artist/brylie-christopher/1841347105"
67+ target =" _blank" rel =" noopener noreferrer"
68+ title =" Apple Music"
69+ class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
70+ >
71+ <span class =" sr-only" >Listen on Apple Music</span >
72+ <Icon name =" mdi:apple" size ={ 24 } />
73+ </a >
4574 <a
4675 href =" https://www.instagram.com/brylie.music"
47- target =" _blank"
76+ target =" _blank" rel = " noopener noreferrer "
4877 title =" Instagram"
4978 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
5079 >
@@ -53,7 +82,7 @@ import { Icon } from "astro-icon/components";
5382 </a >
5483 <a
5584 href =" https://soundcloud.com/brylie"
56- target =" _blank"
85+ target =" _blank" rel = " noopener noreferrer "
5786 title =" SoundCloud"
5887 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
5988 >
@@ -62,7 +91,7 @@ import { Icon } from "astro-icon/components";
6291 </a >
6392 <a
6493 href =" https://youtube.com/@brylie_music"
65- target =" _blank"
94+ target =" _blank" rel = " noopener noreferrer "
6695 title =" YouTube"
6796 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
6897 >
@@ -81,22 +110,53 @@ import { Icon } from "astro-icon/components";
81110 <HeaderLink href =" /" class =" block w-full" >Home</HeaderLink >
82111 <!-- <HeaderLink href="/blog" class="block w-full">Blog</HeaderLink> -->
83112 <HeaderLink href =" /about" class =" block w-full" >About</HeaderLink >
113+ <HeaderLink href =" /performances" class =" block w-full"
114+ >Performances</HeaderLink
115+ >
116+ <HeaderLink href =" /licensing" class =" block w-full" >Licensing</HeaderLink >
84117
85118 <div
86119 class =" flex items-center justify-center space-x-4 pt-4 border-t border-gray-700"
87120 >
121+ <a
122+ href =" https://freemusicarchive.org/music/Brylie_Christopher_Oxley/"
123+ target =" _blank" rel =" noopener noreferrer"
124+ title =" Free Music Archive"
125+ class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
126+ >
127+ <span class =" sr-only" >Download from Free Music Archive</span >
128+ <Icon name =" mdi:music-circle" size ={ 24 } />
129+ </a >
88130 <a
89131 href =" https://brylie.bandcamp.com"
90- target =" _blank"
132+ target =" _blank" rel = " noopener noreferrer "
91133 title =" Bandcamp"
92134 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
93135 >
94136 <span class =" sr-only" >Listen on Bandcamp</span >
95137 <Icon name =" mdi:bandcamp" size ={ 24 } />
96138 </a >
139+ <a
140+ href =" https://open.spotify.com/artist/5QEaapYiiiIH65gfhBgsv7"
141+ target =" _blank" rel =" noopener noreferrer"
142+ title =" Spotify"
143+ class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
144+ >
145+ <span class =" sr-only" >Listen on Spotify</span >
146+ <Icon name =" mdi:spotify" size ={ 24 } />
147+ </a >
148+ <a
149+ href =" https://music.apple.com/fi/artist/brylie-christopher/1841347105"
150+ target =" _blank" rel =" noopener noreferrer"
151+ title =" Apple Music"
152+ class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
153+ >
154+ <span class =" sr-only" >Listen on Apple Music</span >
155+ <Icon name =" mdi:apple" size ={ 24 } />
156+ </a >
97157 <a
98158 href =" https://www.instagram.com/brylie.music"
99- target =" _blank"
159+ target =" _blank" rel = " noopener noreferrer "
100160 title =" Instagram"
101161 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
102162 >
@@ -105,7 +165,7 @@ import { Icon } from "astro-icon/components";
105165 </a >
106166 <a
107167 href =" https://soundcloud.com/brylie"
108- target =" _blank"
168+ target =" _blank" rel = " noopener noreferrer "
109169 title =" SoundCloud"
110170 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
111171 >
@@ -114,7 +174,7 @@ import { Icon } from "astro-icon/components";
114174 </a >
115175 <a
116176 href =" https://youtube.com/@brylie_music"
117- target =" _blank"
177+ target =" _blank" rel = " noopener noreferrer "
118178 title =" YouTube"
119179 class =" text-gray-400 hover:text-blue-400 transition-colors p-1"
120180 >
0 commit comments