2424 < script type ="
module "
src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/cdn/beer.min.js "
> </ script > 2525 < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected] /cdn/themes/light.css "
/> 2626 < script type ="
module "
src ="
https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected] /cdn/shoelace-autoloader.js "
> </ script > 27- < link href ="
https:///[email protected] /themes/prism.css "
rel ="
stylesheet "
/> 2827 < link type ="text/css " href ="/css/style.css " rel ="stylesheet " />
2928 < meta
3029 name ="og:title "
4443 />
4544 </ head >
4645 < body >
47- < main class ="max ">
48- < div style ="display: flex; flex-direction: column; align-items: center; ">
49- < div style ="margin: 24px 0; ">
50- < img src ="/img/404_outdoors.svg " alt ="Lost in the mountains " height ="400 " width ="400 " loading ="lazy ">
46+ < nav id ="nav " class ="l max top ">
47+ < header >
48+ < nav >
49+ < a href ="/ " alt ="Link to home ">
50+ < span class ="display-none "> Link to home</ span >
51+ < img src ="/img/Jolicoeur_iOS.png " class ="circle " alt ="Site logo " />
52+ </ a >
53+ </ nav >
54+ </ header >
55+ < div class ="max "> </ div >
56+ < a href ="/about " class ="active secondary " alt ="Link to my About page ">
57+ < i > info</ i >
58+ < span > About</ span >
59+ </ a >
60+ < a href ="/designs " class ="active secondary " alt ="Link to my Design examples ">
61+ < i > palette</ i >
62+ < span > Designs</ span >
63+ </ a >
64+ < a href ="/development " class ="active secondary " alt ="Link to my Development examples ">
65+ < i > code</ i >
66+ < span > Code</ span >
67+ </ a >
68+ < div class ="medium-space "> </ div >
69+ < button class ="fill circle " color-theme-toggle aria-label ="Change theme ">
70+ < i > light_mode</ i >
71+ </ button >
72+ </ nav >
73+ < nav class ="bottom s m max ">
74+ < header >
75+ < nav >
76+ < a href ="/ " alt ="Link to home ">
77+ < img src ="/img/Jolicoeur_iOS.png " class ="circle " />
78+ </ a >
79+ </ nav >
80+ </ header >
81+ < div class ="max "> </ div >
82+ < a href ="/about " class ="active secondary " alt ="Link to my About page ">
83+ < i > info</ i >
84+ < span > About</ span >
85+ </ a >
86+ < a href ="/designs " class ="active secondary " alt ="Link to my Design examples ">
87+ < i > palette</ i >
88+ < span > Designs</ span >
89+ </ a >
90+ < a href ="/development " class ="active secondary " alt ="Link to my Development examples ">
91+ < i > code</ i >
92+ < span > Code</ span >
93+ </ a >
94+ < div class ="max "> </ div >
95+ < button class ="fill circle " color-theme-toggle aria-label ="Change theme ">
96+ < i > light_mode</ i >
97+ </ button >
98+ </ nav >
99+
100+ < main >
101+ < article class ="absolute fill center middle ">
102+ < div >
103+ < img src ="/img/404_outdoors.svg " alt ="Lost in the mountains " class ="responsive " loading ="lazy " />
104+ < h5 class ="center-align "> Looks like you lost your way...</ h5 >
105+ < p class ="center-align "> Go back to the home page by clicking the button below.</ p >
106+ < div class ="space "> </ div >
107+ < nav class ="center-align ">
108+ < a href ="/ " alt ="Link to go back to the home page ">
109+ < button class ="responsive round large small-elevate primary ">
110+ < i > home</ i >
111+ < span > Go home</ span >
112+ </ button >
113+ </ a >
114+ </ nav >
51115 </ div >
52- < h1 > Looks like you lost your way...</ h1 >
53- < p > Go back to the home page by clicking the button below.</ p >
54- < sl-button variant ="primary " size ="large " href ="/ "> Take me home</ sl-button >
55- </ div >
116+ </ article >
56117 </ main >
57118 < script >
58119 if ( 'serviceWorker' in navigator ) {
@@ -63,5 +124,7 @@ <h1>Looks like you lost your way...</h1>
63124 }
64125 }
65126 </ script >
127+ < script src ="https://kit.fontawesome.com/0ea2a7621c.js " crossorigin ="anonymous "> </ script >
128+ < script type ="application/javascript " src ="/js/jolicoeur.js "> </ script >
66129 </ body >
67130</ html >
0 commit comments