fix images
This commit is contained in:
@@ -16,7 +16,12 @@ tags: ["ESP32", "Self-Hosting", Python]
|
||||
}
|
||||
</style>
|
||||
|
||||

|
||||
{{< image
|
||||
src="./featured.jpg"
|
||||
alt="Featured"
|
||||
caption="My image"
|
||||
class="w-1/2 mx-auto"
|
||||
>}}
|
||||
|
||||
### 📋 Project Highlights
|
||||
* **Goal:** Show my running progress on my desk
|
||||
|
||||
|
Before Width: | Height: | Size: 744 KiB After Width: | Height: | Size: 744 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@@ -6,6 +6,19 @@ image: /blog/retro-handhelds/featured.gif
|
||||
summary: "Retro handheld collection"
|
||||
tags: ["Games"]
|
||||
---
|
||||
|
||||
<style>
|
||||
section img, .content img, article img {
|
||||
max-width: 70% !important;
|
||||
height: auto !important;
|
||||
display: block;
|
||||
margin: 2rem auto;
|
||||
border-radius: 8px;
|
||||
}
|
||||
</style>
|
||||
|
||||

|
||||
|
||||
My biggest pass time outside of computing is retro game emulation. Most commonly in the form of dedicated emulation handhelds but also diving into console modding and Linux gaming.
|
||||
|
||||
|
||||
@@ -64,14 +77,14 @@ If you are looking for something that can play upto Playstation 1 games, and you
|
||||
## Console Modding
|
||||
|
||||
### Gameboy
|
||||

|
||||

|
||||
|
||||
I purchased this original Gameboy from Facebook Marketplace.
|
||||
Like a lot of old plastic grey electronics it has horrible yellowing, so I tool this opportunity to clean it up.
|
||||
The Gameboy was stripped down, rubber and plastic components washed and yhe main board was cleaned.
|
||||
The shell was coated in Hydrogen Peroxide and left outside on a sunny day.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The console was then reassembled and a new screen lens applied to have it looking good as new.
|
||||
|
||||
@@ -9,9 +9,8 @@ tags: ["Smart-Home", "ESP32"]
|
||||
---
|
||||
|
||||
<style>
|
||||
/* This targets any image inside the main article area */
|
||||
section img, .content img, article img {
|
||||
max-width: 50% !important; /* Use !important to override theme defaults */
|
||||
max-width: 70% !important;
|
||||
height: auto !important;
|
||||
display: block;
|
||||
margin: 2rem auto;
|
||||
@@ -19,6 +18,8 @@ tags: ["Smart-Home", "ESP32"]
|
||||
}
|
||||
</style>
|
||||
|
||||

|
||||
|
||||
### 📋 Project Highlights
|
||||
* **Goal:** What was the main objective?
|
||||
* **Tech Stack:** Proxmox, Docker, Caddy, etc.
|
||||
|
||||
@@ -9,7 +9,7 @@ tags: ["Electronics", "University"]
|
||||
|
||||
<style>
|
||||
section img, .content img, article img {
|
||||
max-width: 50% !important;
|
||||
max-width: 70% !important;
|
||||
height: auto !important;
|
||||
display: block;
|
||||
margin: 2rem auto;
|
||||
@@ -17,6 +17,8 @@ tags: ["Electronics", "University"]
|
||||
}
|
||||
</style>
|
||||
|
||||

|
||||
|
||||
### 📋 Project Highlights
|
||||
* Fabricate Dye Sensitized Solar Cell using Natural Dyes
|
||||
* Investigate a variety of different dyes and their effects on cell efficiency
|
||||
|
||||
Reference in New Issue
Block a user