diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 11:47:44 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 11:47:44 +0800 |
| commit | a136b8a578556c19400eff642f58998e78496b58 (patch) | |
| tree | 386f3c20a1c8b72559e59876fc002cbbbc189ea1 /_site/archive | |
| parent | ac70fc789bd8015d34373739a34325e72b6eff0d (diff) | |
| download | www-a136b8a578556c19400eff642f58998e78496b58.tar.gz | |
Archive page.
Diffstat (limited to '_site/archive')
| -rw-r--r-- | _site/archive/arduino-due/index.html | 5 | ||||
| -rw-r--r-- | _site/archive/arduino-uno/index.html | 5 | ||||
| -rw-r--r-- | _site/archive/awesome-books/index.html | 5 | ||||
| -rw-r--r-- | _site/archive/index.html | 140 | ||||
| -rw-r--r-- | _site/archive/mosfet-switches/index.html | 5 | ||||
| -rw-r--r-- | _site/archive/my-first-pcb/index.html | 5 | ||||
| -rw-r--r-- | _site/archive/neo4j-a-star-search/index.html | 5 |
7 files changed, 164 insertions, 6 deletions
diff --git a/_site/archive/arduino-due/index.html b/_site/archive/arduino-due/index.html index 0e9e0f6..ed9977d 100644 --- a/_site/archive/arduino-due/index.html +++ b/_site/archive/arduino-due/index.html @@ -22,7 +22,10 @@ <a href="/">hme</a> </li> <li > - <a href="/projects/">proj</a> + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> </li> <li > <a href="/about/">abt</a> diff --git a/_site/archive/arduino-uno/index.html b/_site/archive/arduino-uno/index.html index 2b9d5a4..da3d927 100644 --- a/_site/archive/arduino-uno/index.html +++ b/_site/archive/arduino-uno/index.html @@ -22,7 +22,10 @@ <a href="/">hme</a> </li> <li > - <a href="/projects/">proj</a> + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> </li> <li > <a href="/about/">abt</a> diff --git a/_site/archive/awesome-books/index.html b/_site/archive/awesome-books/index.html index 1809c81..9fc86bb 100644 --- a/_site/archive/awesome-books/index.html +++ b/_site/archive/awesome-books/index.html @@ -22,7 +22,10 @@ <a href="/">hme</a> </li> <li > - <a href="/projects/">proj</a> + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> </li> <li > <a href="/about/">abt</a> diff --git a/_site/archive/index.html b/_site/archive/index.html new file mode 100644 index 0000000..ef69cad --- /dev/null +++ b/_site/archive/index.html @@ -0,0 +1,140 @@ +<!doctype html> +<html lang="en-us"> + <head> +<meta charset="utf-8"> + <title>Archive</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> + + + <body> + + <div class="container"> + <ul id="navlist" class="left"> + + <li > + <a href="/">hme</a> + </li> + <li > + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> + </li> + <li > + <a href="/about/">abt</a> + </li> + <li><a href="/feed.xml">rss</a></li> + </ul> +</div> + + + + <main class="container" id="main"><div class="container"> + + <h1>Archive</h1> + + <div class="articles"> + <table class="posts-table"> + + + + + <tr> + <td class="posts-td posts-td-link"> + <a href="/archive/neo4j-a-star-search/">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/my-first-pcb/">My first PCB</a> + </td> + <td class="posts-td posts-td-time"> + <span class="post-meta"> + <time datetime="2025-07-14 00:00:00 +0800">2025-07-14</time> + </span> + </td> + </tr> + + + + <tr> + <td class="posts-td posts-td-link"> + <a href="/archive/mosfet-switches/">MOSFETs</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/awesome-books/">Awesome books</a> + </td> + <td class="posts-td posts-td-time"> + <span class="post-meta"> + <time datetime="2025-04-20 00:00:00 +0800">2025-04-20</time> + </span> + </td> + </tr> + + + + <tr> + <td class="posts-td posts-td-link"> + <a href="/archive/arduino-uno/">Notes on programming ATmega328P chips</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/">Bare-metal ARM Cortex M3 chips</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"> + <p id="footer-text">© ASCIIMX - 2025</p> + </div> + </div> +</div> + + + </body> +</html> diff --git a/_site/archive/mosfet-switches/index.html b/_site/archive/mosfet-switches/index.html index 6e0b4a8..7ba7e81 100644 --- a/_site/archive/mosfet-switches/index.html +++ b/_site/archive/mosfet-switches/index.html @@ -22,7 +22,10 @@ <a href="/">hme</a> </li> <li > - <a href="/projects/">proj</a> + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> </li> <li > <a href="/about/">abt</a> diff --git a/_site/archive/my-first-pcb/index.html b/_site/archive/my-first-pcb/index.html index 92f7354..a49b936 100644 --- a/_site/archive/my-first-pcb/index.html +++ b/_site/archive/my-first-pcb/index.html @@ -22,7 +22,10 @@ <a href="/">hme</a> </li> <li > - <a href="/projects/">proj</a> + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> </li> <li > <a href="/about/">abt</a> diff --git a/_site/archive/neo4j-a-star-search/index.html b/_site/archive/neo4j-a-star-search/index.html index 6764c6d..8304d21 100644 --- a/_site/archive/neo4j-a-star-search/index.html +++ b/_site/archive/neo4j-a-star-search/index.html @@ -22,7 +22,10 @@ <a href="/">hme</a> </li> <li > - <a href="/projects/">proj</a> + <a href="/projects/">pjt</a> + </li> + <li class="active"> + <a href="/archive/">arc</a> </li> <li > <a href="/about/">abt</a> |
