rmc_website/_site/programs/archived/csharpcollection.html
2023-02-14 21:24:38 -05:00

105 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>CSharpCollections | rmc's site</title>
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="https://ianskinner1982.github.io/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script>
<meta property="og:title" content="CSharpCollections">
<meta property="og:locale" content="en_US">
<meta name="description" content="CSharpCollections | rmc's site">
<meta property="og:description" content="CSharpCollections | rmc's site">
<link rel="canonical" href="https://ianskinner1982.github.io">
<meta property="og:url" content="https://ianskinner1982.github.io">
<meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="https://ianskinner1982.github.io/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">rmc's site</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="/programs/">Programs</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="/dsidev">DS Stuff</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content-wrap" style="padding-bottom: 2.5rem;">
<div class="container text-center">
<img src="https://cdn.ncxprogramming.com/file/image/banner/archived.svg" class="projectimg" style="width:80%;" alt="A banner that says 'Archved'.">
<img src="https://cdn.ncxprogramming.com/file/icon/csharpcollection.png" class="projectimg" style="width:256px;height:256px;padding-top:8px;" alt="The program's icon.">
<div class="text-center pb-3">
<h1>CSharpCollections</h1>
<p><b>By NinjaCheetah</b></p>
<p><b>Platform(s): </b>Windows</p>
<div class="dropdown pb-3">
<button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
Project Links
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<li><a class="dropdown-item" href="https://github.com/NCX-Programming/CSharp-Collection">View Source</a></li>
<li><a class="dropdown-item" href="https://github.com/NCX-Programming/CSharp-Collection/releases/latest/download/CSharpCollectionSetup.msi">Download Installer</a></li>
</ul>
<div id="content-wrap" style="padding-bottom: 2.5rem;">
<h3 style="text-align:center;">What is it?</h3>
<p style="text-align:center;">This is a collection of C# programs by <a href="https://github.com/ninjacheetah/">NinjaCheetah</a>. These programs were made to help him learn C# and figure out how to use Visual Studio.</p>
<p style="text-align:center;">Included mini-apps are:</p>
<ul style="text-align:center;list-style-type:none;">
<li>- Color Buttons</li>
<li>- C#Calc</li>
<li>- Tic Tac No </li>
<li>- C#Notes</li>
<li>- C#Search</li>
</ul>
<h3 style="text-align:center;">Requirements</h3>
<p style="text-align:center;">You will need a 64-bit version of Windows 10 with the .NET 5.0 Runtime installed. (You can download that from <a href="https://dotnet.microsoft.com/download/dotnet-core/">here</a>.)</p>
<h3 style="text-align:center;">Installing</h3>
<p style="text-align:center;">To install, download the latest MSI installer, using the link at the top of the page, and run in. Follow the instructions in the installer.</p>
<h3 style="text-align:center;">Compiling</h3>
<p style="text-align:center;margin-left:16px;margin-right:16px;">To compile, use the link at the top of the page to go to the GitHub page, and then clone/download the source code however you'd like. Once you have the source, the easiest way to compile it is to open the solution up in Visual Studio 2019, and then use the compile button.</p>
</div>
</div>
</div>
</body>
<footer>
<footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
Copyright &copy; 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
<br>
<span class="nav col-md-4 list-unstyled d-inline"><a href="https://github.com/IanSkinner1982"><img class="bi" width="24" height="24" src="https://cdn.ncxprogramming.com/file/image/navbar/github-dark.svg" alt=""></a> <a href="https://discord.gg/XZxxZngwDQ"><img class="bi" width="24" height="24" src="https://cdn.ncxprogramming.com/file/image/navbar/discord-dark.svg" alt=""></a></span>
</div>
</footer>
</footer>
</html>