|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <title>Raytools</title> |
5 |
| - <meta charset="UTF-8"> |
6 |
| - <link rel="stylesheet" href="candy.css"> |
7 |
| - <link rel="icon" href="favicon.ico"> |
8 |
| - </head> |
9 |
| - <body> |
10 |
| - <h1>Raytools</h1> |
11 |
| - <hr> |
12 |
| - </body> |
| 2 | +<html lang="en" class="candy-root candy-scrollbar"> |
| 3 | +<head> |
| 4 | + <title>Raytools</title> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <link rel="stylesheet" href="main.css"> |
| 7 | + <link rel="stylesheet" href="candy.css"> |
| 8 | + <link rel="icon" href="favicon.ico"> |
| 9 | + <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'> |
| 10 | + <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'> |
| 11 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 12 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 13 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> |
| 14 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 15 | +</head> |
| 16 | +<body> |
| 17 | + |
| 18 | +<header class="candy-texture-striped"> |
| 19 | + <img src="logo.png" width="32" height="32"> |
| 20 | + <b>raytools</b> |
| 21 | +</header> |
| 22 | +<main> |
| 23 | + <div class="content"> |
| 24 | + <h1>welcome to raytools</h1> |
| 25 | + <p> |
| 26 | + This site aggregates various utilities and mods for Rayman 2 (and other CPA engine games).<br> |
| 27 | + TODO better description |
| 28 | + </p> |
| 29 | + </div> |
| 30 | + <section> |
| 31 | + <h2>essentials</h2> |
| 32 | + <div class="card-stack"> |
| 33 | + <div class="candy-card"> |
| 34 | + <h2>Ray2Fix</h2> |
| 35 | + <p> |
| 36 | + Collection of fixes and patches for Rayman 2.<br> |
| 37 | + Say goodbye to stutters, instability, and problems with graphics.<br> |
| 38 | + Includes patches for windowed mode, widescreen, and controller support.<br> |
| 39 | + </p> |
| 40 | + <div class="button-row"> |
| 41 | + <a class="candy-button candy-primary" href="https://github.com/spitfirex86/Ray2Fix/releases/latest">download</a> |
| 42 | + <a class="candy-button" href="https://github.com/spitfirex86/Ray2Fix/blob/master/README.md">readme</a> |
| 43 | + <a class="candy-button" href="https://github.com/spitfirex86/Ray2Fix">source code</a> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + <div class="candy-card"> |
| 47 | + <h2>Twofold</h2> |
| 48 | + <p> |
| 49 | + DLL mod loader for Rayman 2.<br> |
| 50 | + Previously a part of Ray2Fix, the new loader improves stability, allows customizing the load order, and makes it easier to launch the game in unmodded state. |
| 51 | + </p> |
| 52 | + <div class="button-row"> |
| 53 | + <a class="candy-button candy-primary" href="https://github.com/spitfirex86/Twofold/releases/latest">download</a> |
| 54 | + <a class="candy-button" href="https://github.com/spitfirex86/Twofold">source code</a> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + <div class="candy-card"> |
| 58 | + <h2>OpenSpaceToolbox</h2> |
| 59 | + <p> |
| 60 | + Toolbox and level switcher for Rayman 2, Rayman 3 and Donald Duck: Goin' Quackers.<br> |
| 61 | + Change the current map, save and load player position as bookmarks, and more. |
| 62 | + </p> |
| 63 | + <div class="button-row"> |
| 64 | + <a class="candy-button candy-primary" href="https://github.com/raytools/OpenSpaceToolbox/releases/latest">download</a> |
| 65 | + <a class="candy-button" href="https://github.com/raytools/OpenSpaceToolbox">source code</a> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + </section> |
| 70 | + <section> |
| 71 | + <h2>spitfire's mods</h2> |
| 72 | + <p>TODO</p> |
| 73 | + </section> |
| 74 | + <section> |
| 75 | + <div class="footer"> |
| 76 | + <p>© 2024 <a href="https://github.com/spitfirex86">Spitfire_x86</a>. Uses <a href="https://candy.wavebeem.com/">candy.css</a> by Sage Fennel.</p> |
| 77 | + </div> |
| 78 | + </section> |
| 79 | +</main> |
| 80 | + |
| 81 | +</body> |
13 | 82 | </html>
|
0 commit comments