diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-02 21:06:34 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-06-02 21:06:34 +0000 |
commit | 361600052c49b3cb1628283eade4dd15993cfec7 (patch) | |
tree | f2e078750e884b369f4fb572c71d1a78612c549a /index.html | |
parent | 8f6fa73cb955b9955abc9c9847f1b44cac541794 (diff) | |
download | RRCUtils-361600052c49b3cb1628283eade4dd15993cfec7.tar.gz RRCUtils-361600052c49b3cb1628283eade4dd15993cfec7.tar.bz2 RRCUtils-361600052c49b3cb1628283eade4dd15993cfec7.zip |
Rebranding II
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -2,9 +2,9 @@ <html> <head> <meta name="viewport" content="width=device-width"> - <meta name="description" content="A set of tools for working with Rec Room Circuits(RRC)."> + <meta name="description" content="A set of tools for working with Rec Room Circuits(R2C)."> <meta name="author" content="recnet/winrg"> - <title>Aleteoryx's RRCUtils</title> + <title>Aleteoryx's R2CUtils</title> <link rel="manifest" href="/pwathings/manifest.json" /> <link rel="manifest" href="/pwathings/manifest.json" /> @@ -20,10 +20,10 @@ </head> <body> <div id="logo"><img src="/pwathings/icons/400x.png" alt="logo"/></div> - <h1>Welcome to RRCUtils!</h1> + <h1>Welcome to R2CUtils!</h1> <p> This is a little project of mine. - Below you'll find a collection of tools for understanding and explaining RRC, as well as playing with it out-of-game. + Below you'll find a collection of tools for understanding and explaining R2C, as well as playing with it out-of-game. This site is in a perpetual state of work-in-progress, but there's a changelog below, too. </p> <ul> @@ -47,10 +47,11 @@ <li>You can view it at <a href="/types.html">types.html</a>, by opening the DevTools console.</li> <li>The actual logic is contained in <code>/lib/types.js</code>.</li> </ul> - <li>Updated branding to say RRC instead of CV2.</li> + <li>Updated branding to say R2C instead of CV2.</li> <li>Moved from the cv2 subdomain to the circuits subdomain. Currently the following will take you here:</li> <ul> <li><a href="http://circuits.aleteoryx.me">circuits.aleteoryx.me</a></li> + <li><a href="http://r2c.aleteoryx.me">r2c.aleteoryx.me</a></li> <li><a href="http://rrc.aleteoryx.me">rrc.aleteoryx.me</a></li> <li><a href="http://cv2.aleteoryx.me">cv2.aleteoryx.me</a></li> </ul> @@ -59,7 +60,7 @@ </section> <h2>Credits:</h2> <p>Though I've tried to keep as much of this codebase my own as possible, - CV2Utils depends on the following projects:</p> + R2CUtils depends on the following projects:</p> <ul> <li><a href="https://usiconic.com/open">Open Iconic - Various Icons</a></li> <li><a href="https://fusejs.io">fuse.js - Searching through the JSON</a></li> |