rmc_website/index1.html
2022-08-25 19:21:44 -04:00

32 lines
1.8 KiB
HTML

---
title: Home
layout: default
---
<img class="img-fluid" src="https://cdn.ncxprogramming.com/file/image/banner/banner.svg" alt="an awesome banner. too bad it isn't loading for you :(">
<div class="text-center pt-3">
<h1>Welcome to NCX Programming</h1>
<hr>
<p><b>News: </b>The Bootstrap refresh is complete! Everything is a bit cleaner, and the site is functional on mobile for the first time.</p>
<hr>
<h2>Top Programs</h2>
<p><a href="/programs/ncxcore">NCX-Core</a>, our program to install more programs.</p>
<p><a href="/programs/rngtool">RNGTool</a>, our macOS app to generate random numbers.</p>
<p><a href="/programs/thevaultc">theVaultC</a>, a collection of cross-platform C console apps.</p>
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<h2>Source Code</h2>
<p>Interested in finding old versions of our software? Maybe just in helping us preserve our code?</p>
<p>Visit the NCX Programming <a href="https://src.ncxprogramming.com">Source Storage site</a> where we keep a backup of the source code and binaries for all of our programs' releases.</p>
<p>It's worth noting that while we try to update it whenever a new release is made, it may not be perfectly up to date.</p>
</div>
<div class="col-sm-6">
<h2>Personal Sites</h2>
<p>Want to see what we're up to outside of NCX Programming projects? Check out our personal sites!</p>
<p><b>NinjaCheetah:</b> <a href="https://ninjacheetah.github.io">ninjacheetah.github.io</a></p>
<p><b>IanSkinner1982:</b> <a href="https://ianskinner1982.github.io">ianskinner1982.github.io</a></p>
</div>
</div>
</div>
</div>