Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main description #10

Merged
merged 1 commit into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ section#WhatIsMomentum {

p {
color: #eee;
line-height: 1.5rem;
line-height: 1.625rem;
text-wrap: balance;

+ p {
margin-top: 1rem;
}
Expand Down
20 changes: 12 additions & 8 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
</picture>
<div class="hero">
<img id="Logo" class="logo" src="/assets/images/logo.svg" alt="Momentum Mod's Titlecard Logo" />
<h2 class="subheading" id="Subheading">A free first-person speedrunning game built on the Source engine</h2>
<h2 class="subheading" id="Subheading">
A free first-person racing-platformer game built on the Source engine
</h2>
<div class="buttons">
<a class="dashboard" target="_blank" href="https://momentum-mod.org/dashboard"><p>Dashboard</p></a>
<a class="donate" target="_blank" href="https://opencollective.com/momentum-mod"><p>Donate</p></a>
Expand All @@ -56,15 +58,17 @@ <h1>What is Momentum Mod?</h1>
<p>
Momentum Mod is a free game that aims to faithfully recreate, centralize, and improve upon movement game
modes found in Counter-Strike, Team Fortress, Half-Life, and Quake. These games are all first-person
shooters, but communities within them have shown that pure movement-based gameplay can have deep
complexity and a staggeringly high skill-ceiling.
<i>shooters</i>, but communities on servers across these games have shown that movement alone can have
rich complexity and high skill-ceilings, leading to unique platforming gameplay completely separate from
the original game's goal.
</p>
<p>
As long-term members of these communities, we formed Momentum Mod to provide these modes a not-for-profit,
widely accessible platform. Despite affectionately having "Mod" in the name, Momentum is a fully
standalone game built on a <a href="https://stratasource.org">modernized Source Engine</a>. Such control
allow us to natively implement features usually handled by server plugins, plus develop original features
only possible with a dedicated game.
As long-term members of these communities, we formed Momentum Mod as an attempt to establish these modes
into a not-for-profit, widely accessible platform. Despite affectionately having "Mod" in the name,
Momentum is a fully standalone game built on a
<a href="https://stratasource.org">modernized Source Engine</a>. We've have integrated functionality from
community server plugins directly into the game, alongside movement fixes, polish and new features to make
Momentum the best platform to learn, improve, and master each of the supported modes.
</p>
</div>
<iframe
Expand Down
Loading