diff options
Diffstat (limited to '_site/projects/fpm-door-lock')
| -rw-r--r-- | _site/projects/fpm-door-lock/index.html (renamed from _site/projects/fpm-door-lock/index/index.html) | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/_site/projects/fpm-door-lock/index/index.html b/_site/projects/fpm-door-lock/index.html index 4bcc9ed..7067e46 100644 --- a/_site/projects/fpm-door-lock/index/index.html +++ b/_site/projects/fpm-door-lock/index.html @@ -1,4 +1,46 @@ -<p>This project features a fingerprint door lock powered by an ATmega328P +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Fingerprint door lock</title> + <head> +<meta charset="utf-8"> + <title>Fingerprint door lock</title> + <link rel="stylesheet" href="/assets/css/main.css"> + <link rel="stylesheet" href="/assets/css/normalize.css"> + <link rel="stylesheet" href="/assets/css/skeleton.css"> +</head> + + + </head> + <body> + + <div class="container"> + <ul id="navlist" class="left"> + <li > + <a href="/">hme</a> + </li> + <li > + <a href="/projects/">tnk</a> + </li> + <li > + <a href="/about/">abt</a> + </li> + <li><a href="/feed.xml">rss</a></li> + </ul> +</div> + + + + <main> + <div class="container"> + <h2 class="brand center" id="title">FINGERPRINT DOOR LOCK</h2> + + <h6 class="center">03 OCTOBER 2025</h5> + + <br> + + <div class="threecol justify"><p>This project features a fingerprint door lock powered by an ATmega328P microcontroller.</p> <video style="max-width:100%;" controls="" poster="pcb.jpg"> @@ -104,3 +146,11 @@ heartache of purchasing the wrong parts were routine. It was a long but rewarding journey from the messy breadboard to the shiny PCB.</p> <p>Files: <a href="source.tar.gz">source.tar.gz</a>, <a href="gerber.zip">gerber.zip</a></p> +</div> + + <p class="right italics">by W. D. Sadeep Madurange</p> + </div> + </main> + + </body> +</html> |
