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
|
trademark stays out of the headline and appears lower down, in
|
||||||
plain nominative use next to the disclaimer. */}
|
plain nominative use next to the disclaimer. */}
|
||||||
<h1 className="stage-title">
|
<h1 className="stage-title">
|
||||||
Play like it's <em>2023</em>.
|
Play <em>today</em>!
|
||||||
</h1>
|
</h1>
|
||||||
<p className="stage-lede">
|
<p className="stage-lede">
|
||||||
The servers you remember, rebuilt and running — free, open source, and up right now.
|
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 (
|
return (
|
||||||
<section className="about">
|
<section className="about">
|
||||||
<div>
|
<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">
|
<p className="about-lede">
|
||||||
A free fan project, made by players who missed it. Aiming to be{' '}
|
A free fan project, made by players who missed it. Aiming to be{' '}
|
||||||
<strong>feature-complete</strong> and infinitely scalable —{' '}
|
<strong>feature-complete</strong> and infinitely scalable —{' '}
|
||||||
|
|||||||
@@ -222,7 +222,8 @@ body {
|
|||||||
text-wrap: balance;
|
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 {
|
.stage-title em {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|||||||
Reference in New Issue
Block a user