index.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>Chris Dorman's Development Organization ~ FOSS freelance projects and services</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="description" content="The root of all of my freelance projects and some of the FOSS services that I provide instances of! This includes our static web hosting FreeHost, our IRC bouncing service and web client FreeBounce, and our IRC network!" />
  8. <link href="style.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11. <table><tr><td>
  12. <div class="header">CDDO</div>
  13. </td><td>
  14. <div class="menu"><!--
  15. --><a href="index.html">Home</a><!--
  16. --><a href="projects.html">Projects</a><!--
  17. --><a href="https://freebounce.cddo.cc">Free<span style='color:#00ff00;'>Bounce</span></a><!--
  18. --><a href="https://freehost.cddo.cc">Free<span style='color:#0080ff;'>Host</span></a><!--
  19. --><a href="https://notabug.org/Pentium44">Git</a><!--
  20. --></div>
  21. </td></tr></table>
  22. <div class="container">
  23. <p>Welcome to my world! I'm Chris, and I'm currently (End of 2020),
  24. a 23 year old freelance FOSS developer. I welcome you to connect and join
  25. the community! Home to cHTTPd (Chris' HTTP Daemon) and Freon Linux.
  26. I've started a long journey in developing some FOSS software that's
  27. nimble and lightweight but functional for its use. Proudly hosting
  28. <a href="https://redpepperracing.com">Red Pepper Racing</a></p>
  29. <br />
  30. <h3>SecureSpace</h3>
  31. <p>CDDO's social media platform! Powered by my project
  32. <a href="https://notabug.org/Pentium44/SSB">Simple Social Board</a>
  33. a flatfile, simple, flexable, social media platform; open source for
  34. everyone! You can join my social media experience at
  35. <a href="https://secure.space.cddo.cc/">secure.space.cddo.cc</a>.</p>
  36. <br />
  37. Looking for Freon Linux? Visit the <a href="http://freonlinux.com">website</a> for
  38. information and downloads!
  39. <br />
  40. Need the place to play Minetest? Check out a collection of vastly different
  41. Minetest worlds hosted by our friends at
  42. <a href="https://edgy1.net">EdgyNet</a>!
  43. <h3>Game servers</h3>
  44. <p>Currently, I'm only running a single small Minetest server.<br />
  45. Hardware: Raspberry Pi 3 B+, DietPi<br />
  46. Version: <a href="https://minetest.org">Minetest-Final 6.0.0-dev</a>
  47. <br />
  48. IP/Port: cddo.cc/46666
  49. <h3>IRC server</h3>
  50. IP/Port: cddo.cc/1337<br />
  51. Main hang channel: <b>#theroot</b><br />
  52. FreeBox channel: <b>#freebox</b><br />
  53. FreonLinux channel: <b>#freonlinux</b>
  54. </p>
  55. </div>
  56. <div class="footer">
  57. &copy; Chris Dorman, 2020 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">CC BY-NC-SA 4.0</a><br />
  58. <p>
  59. Powered by:<br />
  60. <a href="https://freedns.afraid.org/">
  61. <img style="width:100px;" src="https://freedns.afraid.org/images/freedns_crop.png" />
  62. </a>
  63. <a href="https://letsencrypt.org/">
  64. <img style="width: 100px;" src="https://letsencrypt.org/images/le-logo-wide.png" />
  65. </a>
  66. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  67. <img style="border:0;width:80px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
  68. </a>
  69. </p>
  70. </div>
  71. </body>
  72. </html>