diff options
| -rw-r--r-- | Creatools/index.html | 49 | ||||
| -rw-r--r-- | experience/index.html | 2 | ||||
| -rw-r--r-- | index.html | 3 |
3 files changed, 52 insertions, 2 deletions
diff --git a/Creatools/index.html b/Creatools/index.html new file mode 100644 index 0000000..ec4a428 --- /dev/null +++ b/Creatools/index.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta charset="utf-8"> + + <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> + + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="manifest" href="/site.webmanifest"> + + <link rel="stylesheet" href="/styles/style.css"> + <link rel="stylesheet" id="theme"/> + + <script defer="true" src="/scripts/cookie.js"></script> + <script defer="true" src="/scripts/theme.js"></script> + + <title>CircleShift - Creatools</title> + </head> + <body> + <h1><a href="../">Homepage</a></h1> + <h3>Here you can find linux builds of <a href="https://musictop69.wixsite.com/creatools">Creatools</a> VST3 plugins</h3> + <span>These were not written by me, I'm just providing downloads since I couldn't find builds of them anywhere else.</span> + </br> + <ul> + <li> + <h4>Piano XS</h4> + <br/> + <a href="/noversion/Creatools/Creatools-Piano-XS.tar.xz">Download (Linux x86_64 VST3)</a></span> + <br/> + <span>Source built from <a href="https://github.com/ilirbajri/Creatools-piano-xs">GitHub</a> on Void Linux (2026-02-22)</span> + <br/> + <span>Licensed under the GPL v3</span> + </li> + <li> + <h4>Keys</h4> + <br/> + <a href="/noversion/Creatools/Creatools-Keys.tar.xz">Download (Linux x86_64 VST3)</a></span> + <br/> + <span>Source built from <a href="https://github.com/ilirbajri/Creatools-Keys">GitHub</a> on Void Linux (2026-02-22)</span> + <br/> + <span>Licensed under the GPL v3</span> + </li> + </ul> + <span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">NatCounter</a></span> + </body> +</html> diff --git a/experience/index.html b/experience/index.html index a44ab15..f38caa9 100644 --- a/experience/index.html +++ b/experience/index.html @@ -94,6 +94,6 @@ <li>Web langs (JS, TS, HTML, CSS)</li> <li>C++</li> </ul> - <span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">Kyle Gunger</a></span> + <span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">NatCounter</a></span> </body> </html> @@ -24,7 +24,7 @@ <body> <div class="content"> - <h1>Welcome to <a href="https://github.com/CircleShift/">Kyle Gunger's</a> personal site</h1> + <h1>Welcome to <a href="https://github.com/CircleShift/">NatCounter's</a> personal site</h1> <p>This site is both a portfolio and a collection of apps I publish for your enjoyment. Take your shoes off and stay a while!</p> <h3><a href="experience/">Previous experience</a></h3> <span style="display: block;">Some projects, in no particular order:</span> @@ -36,6 +36,7 @@ <li><a href="https://github.com/CircleShift/tnsl-parse">A parser for the TNSL programming language</a></li> <li><a href="https://circleshift.itch.io/">My itch.io</a></li> <li><a href="https://github.com/CircleShift/TransitAPI">My Minecraft TransitAPI</a></li> + <li><a href="Creatools/">NatCounter's Builds of Creatools VST</a></li> </ul> <span class="end"> <!-- Maybe later when I have e-mail working. E-mail me at <a href="mailto:kyle.gunger@cshift.net">kyle.gunger@cshift.net</a> | E-mail the webmaster at <a href="mailto:admin@cshift.net">admin@cshift.net</a> --> |