-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 2.5 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: Home
layout: default
---
<head>
<link rel="stylesheet" href="../assets/css/index.css">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
</head>
<!--<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">
<h1 style="color:#dee2e6; font-size: 6vmax; margin: 5%; font-weight: 700;">NCX Programming</h1>
</div>
<div class="text-center ">
<div class="main-body" style="height: 100%">
<hr>
<div class="alert alert-primary" role="alert" style="margin-left: 5%; margin-right: 5%;">
<span class="badge text-bg-primary">News</span> The members page has had a face lift, and so has one of the About Me pages! Check it Out!
</div>
<h2>Top Programs</h2>
<p><a href="/software/rngtool">RNGTool</a>, our macOS/iOS/watchOS app to generate random numbers.</p>
<p><a href="/software/rngtool-android">RNGTool Android</a>, our Android app to generate random numbers.</p>
<p><a href="/software/rngtool-plus">RNGTool Plus</a>, our cross-platform desktop app to generate random numbers.</p>
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<h2>Other Sites</h2>
<p>Interested in finding old versions of our software? Maybe just in helping us preserve our code? 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>If you're looking for licensing info for content hosted on our CDN, please visit <a href="https://cdn.ncxprogramming.com">the CDN landing page</a>.</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>Campbell:</b> <a href="https://ninjacheetah.dev">ninjacheetah.dev</a></p>
<p><b>Lillian:</b> <a href="https://randommeaninglesscharacters.com">randommeaninglesscharacters.com</a></p>
<p><b>Maple:</b> <a href="https://damidoop.xyz">damidoop.xyz</a></p>
</div>
</div>
</div>
<p style="opacity: 0"><br><br><br><br></p>
</div>
</div>