diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-08 17:34:35 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-08 21:05:19 +0800 |
| commit | 752a06ec0ebf20d6232b13f1ea53fe21fefcefbd (patch) | |
| tree | 690411afad8eb76216417a42de94135214cb2401 /_site/archive/index.html | |
| parent | 20b0a045a7dc78f9728837fe5a1be8cf12caae4e (diff) | |
| download | www-752a06ec0ebf20d6232b13f1ea53fe21fefcefbd.tar.gz | |
Fix list indentation.
Diffstat (limited to '_site/archive/index.html')
| -rw-r--r-- | _site/archive/index.html | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/_site/archive/index.html b/_site/archive/index.html deleted file mode 100644 index e739320..0000000 --- a/_site/archive/index.html +++ /dev/null @@ -1,129 +0,0 @@ -<!doctype html> -<html lang="en-us"> - - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Archive</title> - <link rel="stylesheet" href="/assets/css/main.css"> - <link rel="stylesheet" href="/assets/css/skeleton.css"> -</head> - - - - <body> - - <div id="nav-container" class="container"> - <ul id="navlist" class="left"> - - <li > - <a href="/" class="link-decor-none">hme</a> - </li> - <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> - </li> - <li > - <a href="/projects/" class="link-decor-none">poc</a> - </li> - <li > - <a href="/about/" class="link-decor-none">abt</a> - </li> - <li><a href="/feed.xml" class="link-decor-none">rss</a></li> - </ul> -</div> - - - - <main class="container" id="main"><div class="container"> - - <h2>Archive</h2> - - <div class="articles"> - <table class="posts-table"> - - - - - <tr> - <td class="posts-td posts-td-link"> - <a href="/archive/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> - </td> - <td class="posts-td posts-td-time"> - <span class="post-meta"> - <time datetime="2025-11-30 00:00:00 +0800">2025-11-30</time> - </span> - </td> - </tr> - - - - <tr> - <td class="posts-td posts-td-link"> - <a href="/archive/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> - </td> - <td class="posts-td posts-td-time"> - <span class="post-meta"> - <time datetime="2025-09-14 00:00:00 +0800">2025-09-14</time> - </span> - </td> - </tr> - - - - <tr> - <td class="posts-td posts-td-link"> - <a href="/archive/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> - </td> - <td class="posts-td posts-td-time"> - <span class="post-meta"> - <time datetime="2025-06-22 00:00:00 +0800">2025-06-22</time> - </span> - </td> - </tr> - - - - <tr> - <td class="posts-td posts-td-link"> - <a href="/archive/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> - </td> - <td class="posts-td posts-td-time"> - <span class="post-meta"> - <time datetime="2025-04-10 00:00:00 +0800">2025-04-10</time> - </span> - </td> - </tr> - - - - <tr> - <td class="posts-td posts-td-link"> - <a href="/archive/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> - </td> - <td class="posts-td posts-td-time"> - <span class="post-meta"> - <time datetime="2024-10-05 00:00:00 +0800">2024-10-05</time> - </span> - </td> - </tr> - - - - </table> - </div> - - -</div> -</main> - - <div class="footer"> - <div class="container"> - <div class="twelve columns right container-2"> - <p id="footer-text">© ASCIIMX - 2025</p> - </div> - </div> -</div> - - - </body> -</html> |
