Update stats

This commit is contained in:
2019-12-27 23:02:17 -05:00
parent 73c19c6b03
commit 385035c059
9 changed files with 20 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
# BAseURL = "/home/kevin/Documents/codm-site/public/"
baseURL = "http://codm.ataraxy.tk/"
baseURL = "https://codm.ataraxy.tk/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Ataraxy | Call of Duty: Mobile Clan"
@@ -18,6 +18,11 @@ summaryLength = 10
URL = "requirements"
weight = 2
[[menu.nav]]
name = "Stats"
URL = "stats"
weight = 3
[[menu.nav]]
name = "Team"
URL = "team"
@@ -52,7 +57,7 @@ custom_css = ["css/custom.css"]
bgImage = "images/slider/hero-area.jpg"
# bgImage = "images/slider/eagle.png"
heading = "Ataraxy"
content= "Top 250, MP-focused clan that is currently looking for friendly and active clan members to play together with."
content= "Top 400, MP-focused clan that is currently looking for friendly and active clan members to play together with."
btn = true
btnText="Requirements"
btnURL="#requirements"
@@ -64,12 +69,12 @@ custom_css = ["css/custom.css"]
[[params.counter.counterItem]]
title = "Season 2 Ranking"
icon = "tf-ion-trophy"
count = "255"
count = "414"
[[params.counter.counterItem]]
title = "Avg. MP Rank (Season 2)"
icon = "tf-ion-android-contacts"
count = "Elite 4"
count = "Pro 2"
# [[params.counter.counterItem]]
# title = "Avg. Games Played Daily"
@@ -79,12 +84,12 @@ custom_css = ["css/custom.css"]
[[params.counter.counterItem]]
title = "Avg. Level"
icon = "tf-ion-android-arrow-up"
count = "113"
count = "121"
[[params.counter.counterItem]]
title = "Members"
icon = "tf-ion-ios-people"
count = "35"
count = "40"
# footer
[params.footer]

View File

@@ -6,7 +6,7 @@ aboutItem :
requirements :
- "Elite 3+ in Season 2 MP"
- "500+ contribution/week (average ~12 MP/BR games/day)"
- "420+ contribution/week (average ~10 MP/BR games/day)"
- "16 years or older"
- "be active on Discord server"
- "use mic for ranked games (English)"
@@ -15,4 +15,4 @@ benefits :
- "vibrant and respectful Discord community"
- "leadership opportunities"
- "MEE6 leaderboard"
- "mini-games (Pokecord/gambling/trivia)"
- "various mini-games (Pokecord, raids, gambling and more)"

View File

@@ -2,5 +2,5 @@ enable : true
heading : Get In
headingSpan : Touch
title : Discord
content : DM JoshuaAustin07#8830 (clan master) or PistolFist#9148 (vice master).
content : DM PistolFist#9148, JoshuaAustin07#8830 or bakkutteh#3566 for more information on the clan.
enable_maps : false

View File

@@ -48,7 +48,7 @@
</div>
<div class="row">
<!-- <img id="clan-logo" class="img-fluid mx-auto" src="/images/clan-logo.png" alt="clan-logo"/> -->
<img id="clan-logo" class="img-fluid mx-auto"
<img id="clan-logo" class="img-fluid mx-auto wow fadeInUp"
src="/images/clan-logo-christmas.png" alt="clan-logo"/>
</div>
</div>

View File

@@ -1,6 +1,6 @@
{{ if .Site.Params.counter.enable }}
{{"<!-- Start Counter Section -->" | safeHTML}}
<section id="counter" class="bg-1 section overly" style='background-image: url("{{ .Site.Params.counter.bgImage | absURL }}")'>
<section id="stats" class="bg-1 section overly" style='background-image: url("{{ .Site.Params.counter.bgImage | absURL }}")'>
<div class="container">
<div class="row">
{{ range .Site.Params.counter.counterItem }}

View File

@@ -42,3 +42,4 @@ mee6-icon.png filter=lfs diff=lfs merge=lfs -text
clan-logo-christmas.png filter=lfs diff=lfs merge=lfs -text
backgrounds/codm-reddit-banner.jpg filter=lfs diff=lfs merge=lfs -text
backgrounds/halloween-loading-screen.jpg filter=lfs diff=lfs merge=lfs -text
clan.jpg filter=lfs diff=lfs merge=lfs -text

BIN
static/images/clan.jpg LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.