mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-19 03:25:32 -04:00
40 lines
2.0 KiB
HTML
40 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<title>NinjaCheetah Gaming</title>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/>
|
|
<link rel="stylesheet" type="text/css" href="https://ninjacheetah-gaming.site/style.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
|
|
<div class="nav">
|
|
<nav>
|
|
<ul>
|
|
<li><img src="NewNCGLogo.png" width="50" height="50"></li>
|
|
<li><a href="https://ninjacheetah-gaming.site">Home</a></li>
|
|
|
|
<li><a href="/series">Series</a></li>
|
|
<li><a href="/aboutme">About Me</a></li>
|
|
<li><a href="/downloads">Downloads</a></li>
|
|
<li><a href="https://ninjacheetah-gaming.site/techprojects">My Projects</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<div class="tech_projects">
|
|
<h1>The CSharp Collection Volume 1</h1>
|
|
<a href="https://github.com/NinjaCheetah/CSharp-Collection-Vol1">GitHub Page</a>
|
|
<p>Available through NCX-Installer: Yes</p>
|
|
<p>The CSharp Collection is a project that was a continuation of The Visual Basic Collection Volume 1, which I stopped work on in favor of using C# over Visual Basic. It was created as a way to learn C# and to have fun with it! It's made up of smaller programs that are all part of it.</p>
|
|
<h1>Programs included:</h1>
|
|
<ul>
|
|
<li>Color Buttons</li>
|
|
<li>C#Calc</li>
|
|
<li>Tic Tac No</li>
|
|
<li>C#Notes</li>
|
|
<li>C#Seach</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |