home.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <title>Home - Kevin "The Nuclear" Bloom's Personal Website</title>
  6. <link rel="shortcut icon" type="image/png" href="/img/guy-in-space.png"/>
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="generator" content="Org mode" />
  9. <meta name="author" content="Kevin &quot;The Nuclear&quot; Bloom" />
  10. <meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
  11. <meta http-equiv="cache-control" content="max-age=0" />
  12. <meta http-equiv="expires" content="0" />
  13. <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
  14. <meta http-equiv="pragma" content="no-cache" />
  15. <link rel='stylesheet' href='/styles/main.2.css' />
  16. </head>
  17. <body>
  18. <div id="preamble" class="status">
  19. <div id="banner">
  20. <h1><a href="/home.html">Kevin "The Nuclear" Bloom</a></h1>
  21. <hr />
  22. <div id="navit">
  23. <a href="/contact.html">Contact</a>
  24. &nbsp;
  25. <a href="/blog.html">Blog</a>
  26. &nbsp;
  27. <a href="/projects.html">Projects</a>
  28. &nbsp;
  29. <a href="/about-me.html">About Me</a>
  30. </div>
  31. </div>
  32. </div>
  33. <div id="content" class="content">
  34. <p>
  35. Welcome to my website. It was created entirely in <a href="https://gnu.org/software/emacs">Emacs</a> using <a href="https://orgmode.org">org-mode</a>, <a href="https://www.gnu.org/software/make/">make</a>,
  36. and a small <a href="https://fennel-lang.org">Fennel</a> <a href="https://notabug.org/nuclearkev/website/src/master/pg.fnl">script</a>. If you're wondering why I chose to create this site
  37. with org-mode, it is explained in the <a href="articles/why-org.html">this</a> blog post. Then read <a href="articles/build-system-change.html">this</a> post
  38. because I stopped using org for everything. If you're also wondering why it
  39. looks like it came straight out of the early 2000s, you can read about it on
  40. <a href="articles/no-js.html">this</a> post.
  41. </p>
  42. <p>
  43. I'm hoping to post articles on here that talk about topics that I'm interested
  44. in such as <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a>, software ethics, privacy, and development (especially
  45. with cell phones, <a href="https://www.gnu.org/">GNU/Linux</a>, and <a href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution">*BSD</a>), philosophy, and guns. That being said, if
  46. you don't like any of those things, this probably isn't the place for
  47. you. Unless you're interested in <a href="contact.html">contacting</a> me for whatever reason.
  48. </p>
  49. <div id="outline-container-org380abd6" class="outline-2">
  50. <h2 id="org380abd6">NEWS</h2>
  51. <div class="outline-text-2" id="text-org380abd6">
  52. <ul class="org-ul">
  53. <li><b>2022-06-08</b>: Website back up and running on <a href="https://netbsd.org/">NetBSD</a>!</li>
  54. <li><b>2020-12-02</b>: New article, <a href="http://nuclearkev.org/articles/dumb-dumb-phones.html">Why Modern Dumb Phones are Dumb</a>!</li>
  55. <li><b>2020-11-20</b>: New article, <a href="http://nuclearkev.org/articles/dont-use-a-smartphone.html">Don't Use a Smartphone</a>!</li>
  56. <li><b>2020-11-17</b>: New article, <a href="http://nuclearkev.org/articles/concerns-with-linux.html">Concerns with Linux</a>!</li>
  57. <li><b>2020-04-16</b>: New website repo and build system. See <a href="https://notabug.org/nuclearkev/website">here</a>.</li>
  58. <li><b>2020-04-15</b>: Added this news section.</li>
  59. </ul>
  60. </div>
  61. </div>
  62. </div>
  63. <div id="footer">
  64. <hr />
  65. <p>
  66. <a href="https://anybrowser.org/campaign/">
  67. <img src="/img/any-browser.png" alt="Viewable with any browser! No JS, no cookies, no bullshit!"/></a>
  68. &nbsp;
  69. <a href="http://validator.w3.org/check?uri=nuclearkev.org"><img
  70. src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  71. &nbsp;
  72. <a href="http://NetBSD.org/"><img
  73. src="https://www.netbsd.org/images/powered-by-NetBSD.png" alt="NetBSD" width="88" /></a>
  74. </p>
  75. <p>
  76. Copyright © 2017-2022 Kevin "The Nuclear" Bloom
  77. </p>
  78. </div>
  79. </body>
  80. </html>