diff options
| author | Fuwn <[email protected]> | 2021-06-18 17:03:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-18 17:03:04 -0700 |
| commit | fe1cb254415cb740b4b6374fce380b275e3c106a (patch) | |
| tree | 8d20d009dee0462924c44e46b65c351f7ebe0996 | |
| parent | style(index): title-case (diff) | |
| download | site-fe1cb254415cb740b4b6374fce380b275e3c106a.tar.xz site-fe1cb254415cb740b4b6374fce380b275e3c106a.zip | |
refactor(index): update features content
| -rw-r--r-- | src/pages/index.js | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 73cd4e3..f2c4205 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,9 +13,16 @@ const features = [ description: ( <div className="card"> <div className="card__footer"> - The core Whirl binary was designed to be easy and quick to install. - All have to do is download (or build) the Whirl server binary, - generate a config, and enjoy! + The core Whirl service was designed to be quick and easy to setup. + <br /><br /> + + Deployment options such + as <a href="https://docs.docker.com/get-started/" target="_blank">Docker</a>, + <a href="https://docs.docker.com/compose/" target="_blank">Docker Compose</a>, and + <a href="https://github.com/Whirlsplash/whirl/releases/latest" + target="_blank" + aria-disabled> + standalone binaries</a> are offered! </div> <div className="card__footer"> <button className="button button--primary button--block disabled"> @@ -31,8 +38,8 @@ const features = [ description: ( <div className="card"> <div className="card__footer"> - Whirl provides simple and fast customizability, zero fiddling - required! Want to be a host or an admin in-game? done! + Whirl provides simple and fast customizability, zero fiddling required! Want to be a host + or an admin in-game? done! <br /><br /> <b>YOU</b> rule <b>YOUR</b> server. @@ -53,10 +60,10 @@ const features = [ description: ( <div className="card"> <div className="card__footer"> - Much of Whirl has been built in <a href="https://www.rust-lang.org/">Rust</a>, - a lightning fast, memory-safe, and maintainable modern language. Gone are the days - of having to maintain legacy code or having to keep fixing bugs in - software that wasn't written to be read, and it's all open-source! + Much of Whirl has been written in <a href="https://www.rust-lang.org/">Rust</a>, a + lightning fast, memory-safe, and maintainable, modern language. Gone are the days of + having to maintain legacy code or having to keep fix bugs in software that wasn't written + to be read, and it's all open-source! </div> <div className="card__footer"> <a href="https://github.com/Whirlsplash/whirl" target="_blank"> |