diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/_site/index.html b/_site/index.html index 92cfe29..be86e71 100644 --- a/_site/index.html +++ b/_site/index.html @@ -40,7 +40,7 @@ </h5> <img src="/assets/img/grunge.png" alt="" class="line tag flip"> - <p class="right tagline">My piss in the ocean of world wide web.</p> + <p class="right tagline">Just another piss in the ocean of World Wide Web.</p> <img src="/assets/img/grunge.png" alt="" class="line tag"> <br> @@ -53,10 +53,10 @@ <tr> - <td class="posts-td-link"> + <td class="posts-td posts-td-link"> <a href="/archive/neo4j-a-star-search/">Neo4J A* search</a> </td> - <td class="posts-td-time"> + <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> @@ -66,10 +66,10 @@ <tr> - <td class="posts-td-link"> + <td class="posts-td posts-td-link"> <a href="/archive/my-first-pcb/">My first PCB</a> </td> - <td class="posts-td-time"> + <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> @@ -79,10 +79,10 @@ <tr> - <td class="posts-td-link"> + <td class="posts-td posts-td-link"> <a href="/archive/mosfet-switches/">MOSFETs</a> </td> - <td class="posts-td-time"> + <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> @@ -92,10 +92,10 @@ <tr> - <td class="posts-td-link"> + <td class="posts-td posts-td-link"> <a href="/archive/awesome-books/">Awesome books</a> </td> - <td class="posts-td-time"> + <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> @@ -105,10 +105,10 @@ <tr> - <td class="posts-td-link"> + <td class="posts-td posts-td-link"> <a href="/archive/arduino-uno/">Notes on programming ATmega328P chips</a> </td> - <td class="posts-td-time"> + <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> @@ -118,10 +118,10 @@ <tr> - <td class="posts-td-link"> + <td class="posts-td posts-td-link"> <a href="/archive/arduino-due/">Bare-metal ARM Cortex M3 chips</a> </td> - <td class="posts-td-time"> + <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> @@ -135,5 +135,14 @@ </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> |
