File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ export default function RootLayout({ children }) {
547547 </ button >
548548 < ul className = { `${ styles . contactList } ${ contactExpanded ? styles . expanded : '' } ` } >
549549 < li >
550- < a href = "/Martin_Barker_Resume.pdf "
550+ < a href = "/resume "
551551 target = "_blank"
552552 rel = "noopener noreferrer"
553553 className = { styles . contactItem }
Original file line number Diff line number Diff line change @@ -50,6 +50,18 @@ export const routeInfo = {
5050 subtitle : "Batch render Audacity audio tracks with Discogs metadata" ,
5151 tabTitle : "Vinyl2Digital - Vinyl Digitization Tool" ,
5252 icon : "/ico/martinbarker.ico"
53+ } ,
54+ "/auto-split" : {
55+ title : "Auto-Split Tool" ,
56+ subtitle : "Detect silence in audio files with waveform visualization" ,
57+ tabTitle : "Auto-Split Tool - Audio Silence Detection" ,
58+ icon : "/ico/martinbarker.ico"
59+ } ,
60+ "/waveform-visualizer" : {
61+ title : "Waveform Visualizer" ,
62+ subtitle : "Visualize audio waveforms with interactive playback" ,
63+ tabTitle : "Waveform Visualizer - Audio Waveform Display" ,
64+ icon : "/ico/martinbarker.ico"
5365 }
5466} ;
5567
You can’t perform that action at this time.
0 commit comments