diff --git a/content/projects/volkswagen-golf-iii-cabrio-1994/index.md b/content/projects/volkswagen-golf-iii-cabrio-1994/index.md index 307994c..ffe14f1 100644 --- a/content/projects/volkswagen-golf-iii-cabrio-1994/index.md +++ b/content/projects/volkswagen-golf-iii-cabrio-1994/index.md @@ -28,23 +28,25 @@ Most of the repairs and maintenance I will do myself. I either already have the I cannot do _everything_ myself because I lack the proper training or tools. Things like replacing tires, wheel alignment, and validating the exhaust system is airtight. I will also bring the car to my local mechanic for the required periodical vehicle inspection. This means they will check if the suspension, brakes, and exhaust are functioning correctly (after I've had my hands all over them). +Items marked with 🔧 are required to (safely) operate the vehicle. + ### Overall {{< begin-task-list >}} - - [x] Pass mandatory yearly vehicle inspection in the Netherlands (APK)[^apk] + - [x] Pass mandatory yearly vehicle inspection in the Netherlands (APK)[^apk] 🔧 ### Exhaust system {{< begin-task-list >}} - - [x] ‼︎ Middle muffler leaking; patched hole with Exhaust Putty. - - [x] ‼︎ End muffler rusted and leaking; replaced. _€55_ - - [x] ‼︎ Have exhaust checked during APK[^apk], which may result in more repairs to pipes or catalytic converter - - [ ] Replace front pipe (from manifold to catalytic converter). It's okay now, but is starting to deteriorate. + - [x] Middle muffler leaking; patched hole with Exhaust Putty 🔧 + - [x] End muffler rusted and leaking; replaced 🔧 + - [x] Have exhaust checked during APK[^apk]; all good 🔧 + - [ ] Replace front pipe (from manifold to catalytic converter). It's okay now, but is starting to deteriorate ### Engine and cooling {{< begin-task-list >}} - - [x] ‼︎ Fuel hose going into Mono Motronic is leaking; tightened loose hose clamp + - [x] Fuel hose going into Mono Motronic is leaking; tightened loose hose clamp 🔧 - [x] Verify battery voltage; all good - [x] Verify battery charging voltage / alternator function; all good - [ ] Clutch is almost end-of-life; replace @@ -61,12 +63,12 @@ I cannot do _everything_ myself because I lack the proper training or tools. Thi ### Suspension and brakes {{< begin-task-list >}} - - [x] ‼︎ Rear shock absorbers are dead; replaced - - [x] ‼︎ Front shock absorvers are dead; replaced - - [x] ‼︎ Rear brakes are rusty and old; replaced - - [x] ‼︎ Front brakes are rusty and old; replaced - - [x] ‼︎ Flush brake fluid (after replacing brakes) - - [x] ‼︎ Replace old and worn tires; will be fixed by mechanic during APK[^apk] + - [x] Rear shock absorbers are dead; replaced 🔧 + - [x] Front shock absorvers are dead; replaced 🔧 + - [x] Rear brakes are rusty and old; replaced 🔧 + - [x] Front brakes are rusty and old; replaced 🔧 + - [x] Flush brake fluid (after replacing brakes) 🔧 + - [x] Replace old and worn tires; will be fixed by mechanic during APK[^apk] 🔧 - [x] Get a wheel alignment; done - [ ] Fix front wheel camber - [ ] Check what's up with ABS. It's not mandatory for a car of this vintage, but I'd be nice to figure out what's going on. @@ -74,14 +76,14 @@ I cannot do _everything_ myself because I lack the proper training or tools. Thi ### Bodywork {{< begin-task-list >}} - - [x] ‼︎ Check for problematic rust; none found - - [x] ‼︎ Replace worn-out gas cylinders for boot; replaced + - [x] Check for problematic rust; none found 🔧 + - [x] Replace worn-out gas cylinders for boot; replaced 🔧 - [ ] Fix key-locking mechanism driver side - [ ] Check functioning of passenger side electric window - [ ] Check and repair rear electric windows - [x] Align wipers correctly; re-aligned motor and wiper linkage - - [x] ‼︎ Replace wipers - - [ ] Check spring on hood locking mechanism + - [x] Replace wipers 🔧 + - [x] Check spring on hood locking mechanism; it's working okay - [x] Fix power steering; topped up power steering fluid - [x] Fix damaged light control height adjust; leaving this as is. See below for details - [ ] Repair small scratches and rust spots @@ -95,7 +97,7 @@ I cannot do _everything_ myself because I lack the proper training or tools. Thi - [ ] Install a proper radio, maybe an original VW Beta/Gamma unit? - [ ] Clean HVAC ducts - [x] Replace interior filter; lol, it doesn't have one. - - [ ] Clean seats + - [ ] Clean seats (or get a cheap leather set...) - [ ] Clean engine bay - [ ] Apply trim restorer diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index 40a844f..0b1dbf4 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Rubik:wght@400;700&display=swap'); +@import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css'); $h1_font_size: 2.4rem; $h2_font_size: 2rem; @@ -227,4 +228,9 @@ img.about-avatar { border-radius: 50%; margin-left: 1rem; margin-bottom: 1rem; +} + +.fi { + font-size: $font_size * 1.2; + padding-top: 0.5rem; } \ No newline at end of file diff --git a/themes/devroom-2020/layouts/_default/baseof.html b/themes/devroom-2020/layouts/_default/baseof.html index d99518d..c7c671b 100644 --- a/themes/devroom-2020/layouts/_default/baseof.html +++ b/themes/devroom-2020/layouts/_default/baseof.html @@ -15,7 +15,6 @@ - {{ if .Site.IsServer }} {{ $cssOpts := (dict "targetPath" "css/devroom.css" "enableSourceMap" true ) }}