123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <title>Chris Dorman's Development Organization ~ FOSS freelance projects and services</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <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!" />
- <link href="style.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <table><tr><td>
- <div class="header">CDDO</div>
- </td><td>
- <div class="menu"><!--
- --><a href="index.html">Home</a><!--
- --><a href="projects.html">Projects</a><!--
- --><a href="https://freebounce.cddo.cc">Free<span style='color:#00ff00;'>Bounce</span></a><!--
- --><a href="https://freehost.cddo.cc">Free<span style='color:#0080ff;'>Host</span></a><!--
- --><a href="https://notabug.org/Pentium44">Git</a><!--
- --></div>
- </td></tr></table>
-
- <div class="container">
- <p>Welcome to my world! I'm Chris, and I'm currently (End of 2020),
- a 23 year old freelance FOSS developer. I welcome you to connect and join
- the community! Home to cHTTPd (Chris' HTTP Daemon) and Freon Linux.
- I've started a long journey in developing some FOSS software that's
- nimble and lightweight but functional for its use. Proudly hosting
- <a href="https://redpepperracing.com">Red Pepper Racing</a></p>
- <br />
- <h3>SecureSpace</h3>
- <p>CDDO's social media platform! Powered by my project
- <a href="https://notabug.org/Pentium44/SSB">Simple Social Board</a>
- a flatfile, simple, flexable, social media platform; open source for
- everyone! You can join my social media experience at
- <a href="https://secure.space.cddo.cc/">secure.space.cddo.cc</a>.</p>
- <br />
- Looking for Freon Linux? Visit the <a href="http://freonlinux.com">website</a> for
- information and downloads!
- <br />
- Need the place to play Minetest? Check out a collection of vastly different
- Minetest worlds hosted by our friends at
- <a href="https://edgy1.net">EdgyNet</a>!
- <h3>Game servers</h3>
- <p>Currently, I'm only running a single small Minetest server.<br />
- Hardware: Raspberry Pi 3 B+, DietPi<br />
- Version: <a href="https://minetest.org">Minetest-Final 6.0.0-dev</a>
- <br />
- IP/Port: cddo.cc/46666
- <h3>IRC server</h3>
- IP/Port: cddo.cc/1337<br />
- Main hang channel: <b>#theroot</b><br />
- FreeBox channel: <b>#freebox</b><br />
- FreonLinux channel: <b>#freonlinux</b>
- </p>
- </div>
- <div class="footer">
- © Chris Dorman, 2020 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">CC BY-NC-SA 4.0</a><br />
- <p>
- Powered by:<br />
- <a href="https://freedns.afraid.org/">
- <img style="width:100px;" src="https://freedns.afraid.org/images/freedns_crop.png" />
- </a>
- <a href="https://letsencrypt.org/">
- <img style="width: 100px;" src="https://letsencrypt.org/images/le-logo-wide.png" />
- </a>
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
- <img style="border:0;width:80px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
- </a>
- </p>
- </div>
- </body>
- </html>
|