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 faction text #539 #540

Merged
merged 1 commit into from
Jan 18, 2024
Merged
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
18 changes: 13 additions & 5 deletions src/backend/templates/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ block banner
button.landingButton PLAY NOW

block content
//Monkeylord Background
//Monkeylord Background
.mainIntroduction
.introductionContainer.column12
h2.highlightText JOIN THOUSANDS
Expand Down Expand Up @@ -80,22 +80,30 @@ block content
.factionContainer.column3.UEF
img(src='/../../images/logos/factionuef.svg', alt='')
h1 UEF
p Chunky mechs and tanks, jets and all the other classic war toys. For those that love vanilla-warfare.
p
b Order
p The United Earth Federation is the successor to the empire that once controlled the galaxy. The UEF imposes its authority with durable armies designed to control territory.

.factionContainer.column3.Cybran
img(src='/../../images/logos/factioncybran.svg', alt='')
h1 Cybran
p Stealthy and fast spiderbots, walking ships and pointy structures. You like being the edgy guy with spikes.
p
b Freedom
p The Cybran Nation began as a cyborg conspiracy to liberate workers enslaved by the Earth Empire. Because it began as a resistance movement using hit-and-run tactics, its armies are fast, stealthy, and versatile.

.factionContainer.column3.Aeon
img(src='/../../images/logos/factionaeon.svg', alt='')
h1 Aeon
p Floating alien tanks, shields on everything and space donuts. You want to sweat microing your units.
p
b Purity
p The Aeon Illuminate is a religious order based on devotion and sacrifice. Followers of "The Way" are zealous and single-minded missionaries. Aeon units tend to excel at only one single purpose.

.factionContainer.column3.Seraphim
img(src='/../../images/logos/factionseraphim.svg', alt='')
h1 Seraphim
p Chicken ACU, chicken assault bots and chicken experimental. You want a balanced army of chickens.
p
b Revenge
p The Seraphim are alien invaders from another dimension. Seeking revenge for a bio-weapon attack by the Earth Empire, and fearing humanity's genocidal intentions, Seraphim weapons create overwhelming destruction.

//splat end
//zoom start
Expand Down