mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
[www] update year
This commit is contained in:
@@ -1091,7 +1091,7 @@ function Stage({
|
||||
trademark stays out of the headline and appears lower down, in
|
||||
plain nominative use next to the disclaimer. */}
|
||||
<h1 className="stage-title">
|
||||
Play like it's <em>2023</em>.
|
||||
Play <em>today</em>!
|
||||
</h1>
|
||||
<p className="stage-lede">
|
||||
The servers you remember, rebuilt and running — free, open source, and up right now.
|
||||
@@ -1186,7 +1186,7 @@ function About({ slides, error }: { slides: Slide[] | null; error: string }) {
|
||||
return (
|
||||
<section className="about">
|
||||
<div>
|
||||
<h2 className="about-title">An open source rebuild of the 2023 servers</h2>
|
||||
<h2 className="about-title">A cloud architected server for the 2023/2025 game clients</h2>
|
||||
<p className="about-lede">
|
||||
A free fan project, made by players who missed it. Aiming to be{' '}
|
||||
<strong>feature-complete</strong> and infinitely scalable —{' '}
|
||||
|
||||
@@ -222,7 +222,8 @@ body {
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
/* The one place the orange carries meaning in the headline: the year it restores. */
|
||||
/* The one accented word in the headline — it carries the whole emphasis, so the markup
|
||||
always wraps exactly one word in <em>. */
|
||||
.stage-title em {
|
||||
font-style: normal;
|
||||
color: var(--accent);
|
||||
|
||||
Reference in New Issue
Block a user