diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 16:23:39 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 16:23:39 +0800 |
| commit | c00ff9a3b56b6aa28367488f62afcc6f8185a91f (patch) | |
| tree | f4176d823dbe0a45cb817364f27eab938f6f85cc /_site/projects/etlas | |
| parent | 18aa7dd1057cd29cc087c4f45566394692f2f01d (diff) | |
| download | www-c00ff9a3b56b6aa28367488f62afcc6f8185a91f.tar.gz | |
Render rest of the project write ups.
Diffstat (limited to '_site/projects/etlas')
| -rw-r--r-- | _site/projects/etlas/index.html (renamed from _site/projects/etlas/index/index.html) | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/_site/projects/etlas/index/index.html b/_site/projects/etlas/index.html index 667c42e..ebcc018 100644 --- a/_site/projects/etlas/index/index.html +++ b/_site/projects/etlas/index.html @@ -1,4 +1,46 @@ -<p>Etlas is a news, stock market, and weather tracker powered by an ESP32 NodeMCU +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Etlas: e-paper display for news, stocks, and the weather</title> + <head> +<meta charset="utf-8"> + <title>Etlas: e-paper display for news, stocks, and the weather</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">ETLAS: E-PAPER DISPLAY FOR NEWS, STOCKS, AND THE WEATHER</h2> + + <h6 class="center">05 SEPTEMBER 2024</h5> + + <br> + + <div class="threecol justify"><p>Etlas is a news, stock market, and weather tracker powered by an ESP32 NodeMCU D1, featuring a 7.5-inch Waveshare e-paper display and a DHT22 sensor module.</p> <table style="border: none;"> @@ -48,3 +90,11 @@ over a year. If you are interested in an e-paper display like this, drop me an email at the address on my home page.</p> <p>Files: <a href="source.tar.gz">source.tar.gz</a></p> +</div> + + <p class="right italics">by W. D. Sadeep Madurange</p> + </div> + </main> + + </body> +</html> |
