|
|
|
@ -67,14 +67,13 @@ import Icon from './AstroIcon.astro'; |
|
|
|
|
<span class='mx-1.5'>·</span> |
|
|
|
|
<a href='/privacy' class='hover:text-white'>Privacy</a> |
|
|
|
|
<span class='mx-1.5'>·</span> |
|
|
|
|
<a href='/advertise' class='hover:text-white'>Advertise</a> |
|
|
|
|
<span class='mx-1.5'>·</span> |
|
|
|
|
<a |
|
|
|
|
aria-label='Write us an email' |
|
|
|
|
href='mailto:info@roadmap.sh' |
|
|
|
|
aria-label='Follow on LinkedIn' |
|
|
|
|
href='https://www.linkedin.com/company/roadmapsh' |
|
|
|
|
class='hover:text-white' |
|
|
|
|
target='_blank' |
|
|
|
|
> |
|
|
|
|
<AstroIcon icon='letter' class='inline-block h-5 w-5' /> |
|
|
|
|
<AstroIcon icon='linkedin-2' class='inline-block h-5 w-5 fill-current' /> |
|
|
|
|
</a> |
|
|
|
|
<a |
|
|
|
|
aria-label='Subscribe to YouTube channel' |
|
|
|
@ -95,6 +94,17 @@ import Icon from './AstroIcon.astro'; |
|
|
|
|
class='inline-block h-5 w-5 fill-current' |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
<a |
|
|
|
|
aria-label='Follow on Blusky' |
|
|
|
|
href='http://roadmapsh.bsky.social/' |
|
|
|
|
target='_blank' |
|
|
|
|
class='ml-2 hover:text-white' |
|
|
|
|
> |
|
|
|
|
<AstroIcon |
|
|
|
|
icon='blusky' |
|
|
|
|
class='inline-block h-5 w-5 fill-current' |
|
|
|
|
/> |
|
|
|
|
</a> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|