From a3b4186054c73e0f7cbb93ec7e25706bc94cc892 Mon Sep 17 00:00:00 2001 From: IanSkinner1982 Date: Fri, 26 Aug 2022 02:34:23 -0400 Subject: [PATCH] super awesome layout for future reviews --- _includes/footerdsi.html | 2 +- _includes/navdsi.html | 44 +- _posts/2021-01-29-hello-blog.html | 10 + _posts/2021-01-30-wii-dvd-p1.html | 22 + _posts/2021-04-08-wii-dvd-p2.html | 26 ++ _posts/2021-05-03-cleaning-cc64.html | 125 ++++++ _posts/2021-05-03-go-away.html | 1 + _posts/2021-05-15-stylizing-the-site.html | 12 + _posts/2021-05-17-copyright-issues.html | 21 + _posts/2021-08-14-moving-on.html | 27 ++ _posts/2021-08-16-c-on-windows.html | 22 + _posts/2021-08-22-history-of-thevaultc.html | 27 ++ ...2021-09-21-unsupported-mac-adventures.html | 16 + ...21-10-01-unsupported-mac-adventures-2.html | 18 + _posts/2021-12-07-giving-ncx-core-cpr.html | 26 ++ _posts/2021-12-07-love-letter-to-svgs.html | 12 + ...2022-01-07-bringing-rngtool-to-phones.html | 33 ++ ...02-01-bringing-rngtool-to-apple-watch.html | 25 ++ _site/2021/01/29/hello-blog.html | 290 +++++++++++++ _site/2021/01/30/wii-dvd-p1.html | 302 +++++++++++++ _site/2021/04/08/wii-dvd-p2.html | 306 +++++++++++++ _site/2021/05/03/cleaning-cc64.html | 405 ++++++++++++++++++ _site/2021/05/03/go-away.html | 46 +- _site/2021/05/15/stylizing-the-site.html | 292 +++++++++++++ _site/2021/05/17/copyright-issues.html | 301 +++++++++++++ _site/2021/08/14/moving-on.html | 307 +++++++++++++ _site/2021/08/16/c-on-windows.html | 302 +++++++++++++ _site/2021/08/22/history-of-thevaultc.html | 307 +++++++++++++ .../09/21/unsupported-mac-adventures.html | 296 +++++++++++++ .../10/01/unsupported-mac-adventures-2.html | 298 +++++++++++++ _site/2021/12/07/giving-ncx-core-cpr.html | 306 +++++++++++++ _site/2021/12/07/love-letter-to-svgs.html | 292 +++++++++++++ .../01/07/bringing-rngtool-to-phones.html | 313 ++++++++++++++ .../01/bringing-rngtool-to-apple-watch.html | 305 +++++++++++++ _site/assets/css/styledsi.css | 10 - _site/assets/dsi/back.png | Bin 0 -> 330 bytes _site/assets/dsi/button.png | Bin 1300 -> 3441 bytes _site/assets/dsi/prompt.png | Bin 7362 -> 10038 bytes _site/assets/dsi/prompthover.png | Bin 6700 -> 9374 bytes _site/blog.html | 244 ++++++++++- _site/feed.xml | 289 ++++++++++++- .../htmls/DEBUG/NCL/ec/ec_deviceInfo.html | 46 +- .../htmls/DEBUG/NCL/ec/ec_example_index.html | 46 +- _site/gaming/htmls/DEBUG/NCL/index.html | 46 +- .../htmls/DEBUG/SMC/ec/ec_deviceInfo.html | 46 +- .../htmls/DEBUG/SMC/ec/ec_example_index.html | 46 +- .../shopmock/fontlist_01_index.html | 46 +- .../shopmock/fontlist_02_index.html | 46 +- .../shopmock/fontlist_03_index.html | 46 +- .../shopmock/fontlist_04_index.html | 46 +- .../DEBUG/SMC/font_check/shopmock/index.html | 46 +- _site/gaming/htmls/DEBUG/SMC/index.html | 46 +- _site/gaming/htmls/DEBUG/startup.html | 46 +- _site/sitemap.xml | 60 +++ assets/css/styledsi.css | 10 - assets/dsi/back.png | Bin 0 -> 330 bytes assets/dsi/button.png | Bin 1300 -> 3441 bytes assets/dsi/prompt.png | Bin 7362 -> 10038 bytes assets/dsi/prompthover.png | Bin 6700 -> 9374 bytes blog.html | 18 +- 60 files changed, 6184 insertions(+), 136 deletions(-) create mode 100644 _posts/2021-01-29-hello-blog.html create mode 100644 _posts/2021-01-30-wii-dvd-p1.html create mode 100644 _posts/2021-04-08-wii-dvd-p2.html create mode 100644 _posts/2021-05-03-cleaning-cc64.html create mode 100644 _posts/2021-05-15-stylizing-the-site.html create mode 100644 _posts/2021-05-17-copyright-issues.html create mode 100644 _posts/2021-08-14-moving-on.html create mode 100644 _posts/2021-08-16-c-on-windows.html create mode 100644 _posts/2021-08-22-history-of-thevaultc.html create mode 100644 _posts/2021-09-21-unsupported-mac-adventures.html create mode 100644 _posts/2021-10-01-unsupported-mac-adventures-2.html create mode 100644 _posts/2021-12-07-giving-ncx-core-cpr.html create mode 100644 _posts/2021-12-07-love-letter-to-svgs.html create mode 100644 _posts/2022-01-07-bringing-rngtool-to-phones.html create mode 100644 _posts/2022-02-01-bringing-rngtool-to-apple-watch.html create mode 100644 _site/2021/01/29/hello-blog.html create mode 100644 _site/2021/01/30/wii-dvd-p1.html create mode 100644 _site/2021/04/08/wii-dvd-p2.html create mode 100644 _site/2021/05/03/cleaning-cc64.html create mode 100644 _site/2021/05/15/stylizing-the-site.html create mode 100644 _site/2021/05/17/copyright-issues.html create mode 100644 _site/2021/08/14/moving-on.html create mode 100644 _site/2021/08/16/c-on-windows.html create mode 100644 _site/2021/08/22/history-of-thevaultc.html create mode 100644 _site/2021/09/21/unsupported-mac-adventures.html create mode 100644 _site/2021/10/01/unsupported-mac-adventures-2.html create mode 100644 _site/2021/12/07/giving-ncx-core-cpr.html create mode 100644 _site/2021/12/07/love-letter-to-svgs.html create mode 100644 _site/2022/01/07/bringing-rngtool-to-phones.html create mode 100644 _site/2022/02/01/bringing-rngtool-to-apple-watch.html create mode 100644 _site/assets/dsi/back.png create mode 100644 assets/dsi/back.png diff --git a/_includes/footerdsi.html b/_includes/footerdsi.html index 6ea564a..49472e7 100644 --- a/_includes/footerdsi.html +++ b/_includes/footerdsi.html @@ -1,4 +1,4 @@ -