diff options
Diffstat (limited to '_site/projects/my-first-pcb')
| -rw-r--r-- | _site/projects/my-first-pcb/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/_site/projects/my-first-pcb/index.html b/_site/projects/my-first-pcb/index.html index d01085e..d0b7938 100644 --- a/_site/projects/my-first-pcb/index.html +++ b/_site/projects/my-first-pcb/index.html @@ -40,10 +40,11 @@ <main> <div class="container"> - <h2 class="center" id="title">MY FIRST PCB</h2> - <h6 class="center">14 JULY 2025</h5> - <br> - <div class="twocol justify"><p>In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve + <div class="container-2"> + <h2 class="center" id="title">MY FIRST PCB</h2> + <h6 class="center">14 JULY 2025</h5> + <br> + <div class="twocol justify"><p>In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve been using development boards like the Arduino Uno and ESP-32-WROOM so that I can focus on the software. Recently, I decided to step outside of my comfort zone and design a PCB from scratch for a door lock I’m working on.</p> @@ -101,13 +102,14 @@ an important milestone in my DIY electronics journey.</p> <p>Files: <a href="gerber_back.zip">gerber_back.zip</a>, <a href="gerber_front.zip">gerber_front.zip</a>, <a href="source.tar.gz">source.tar.gz</a></p> </div> - <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + </div> </div> </main> <div class="footer"> <div class="container"> - <div class="twelve columns right"> + <div class="twelve columns right container-2"> <p id="footer-text">© ASCIIMX - 2025</p> </div> </div> |
