Add requirements for 2nd clan
Refactor about.html to use range. Revert clan logo from Christmas.
This commit is contained in:
@@ -54,6 +54,11 @@ p, h3, h4 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.req-section-title {
|
||||||
|
font-size: 1.25em;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
// .slick-dots {
|
// .slick-dots {
|
||||||
// li {
|
// li {
|
||||||
// button {
|
// button {
|
||||||
|
|||||||
@@ -57,7 +57,8 @@ custom_css = ["css/custom.css"]
|
|||||||
bgImage = "images/slider/hero-area.jpg"
|
bgImage = "images/slider/hero-area.jpg"
|
||||||
# bgImage = "images/slider/eagle.png"
|
# bgImage = "images/slider/eagle.png"
|
||||||
heading = "Ataraxy"
|
heading = "Ataraxy"
|
||||||
content= "Top 400, 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."
|
||||||
|
content= "Family of CoD:M clans that are currently looking for friendly and active clan members to play together with."
|
||||||
btn = true
|
btn = true
|
||||||
btnText="Requirements"
|
btnText="Requirements"
|
||||||
btnURL="#requirements"
|
btnURL="#requirements"
|
||||||
@@ -69,7 +70,7 @@ custom_css = ["css/custom.css"]
|
|||||||
[[params.counter.counterItem]]
|
[[params.counter.counterItem]]
|
||||||
title = "Season 2 Ranking"
|
title = "Season 2 Ranking"
|
||||||
icon = "tf-ion-trophy"
|
icon = "tf-ion-trophy"
|
||||||
count = "414"
|
count = "384"
|
||||||
|
|
||||||
[[params.counter.counterItem]]
|
[[params.counter.counterItem]]
|
||||||
title = "Avg. MP Rank (Season 2)"
|
title = "Avg. MP Rank (Season 2)"
|
||||||
|
|||||||
@@ -3,16 +3,31 @@ heading : Requirements
|
|||||||
# headingSpan : Us
|
# headingSpan : Us
|
||||||
aboutItem :
|
aboutItem :
|
||||||
- content : ""
|
- content : ""
|
||||||
|
logo: "/images/clan-logo.png"
|
||||||
|
# logo: "/images/clan-logo-christmas.png"
|
||||||
|
|
||||||
requirements :
|
requirementsTitle: Requirements
|
||||||
- "Elite 3+ in Season 2 MP"
|
requirementSections:
|
||||||
- "420+ contribution/week (average ~10 MP/BR games/day)"
|
- title: Shared Requirements
|
||||||
- "16 years or older"
|
bullets:
|
||||||
- "be active on Discord server"
|
- bullet: "16 years or older"
|
||||||
- "use mic for ranked games (English)"
|
- bullet: "be active on Discord server"
|
||||||
|
- bullet: "use mic for ranked games (English)"
|
||||||
|
|
||||||
benefits :
|
- title: Ataraxy Requirements
|
||||||
- "vibrant and respectful Discord community"
|
bullets:
|
||||||
- "leadership opportunities"
|
- bullet: "Elite 3+ in Season 2 MP"
|
||||||
- "MEE6 leaderboard"
|
- bullet: "420+ contribution/week (average ~10 MP/BR games/day)"
|
||||||
- "various mini-games (Pokecord, raids, gambling and more)"
|
|
||||||
|
- title: Ataraxy2.0 Requirements
|
||||||
|
bullets:
|
||||||
|
- bullet: "Level 50+"
|
||||||
|
- bullet: "120+ contribution/week (average ~3 MP/BR games/day)"
|
||||||
|
- bullet: "Elite 1+ in either mode for Season 2 (preferred)"
|
||||||
|
|
||||||
|
benefitsTitle: Benefits
|
||||||
|
benefitsBullets:
|
||||||
|
- bullet: "vibrant and respectful Discord community"
|
||||||
|
- bullet: "leadership opportunities"
|
||||||
|
- bullet: "MEE6 leaderboard"
|
||||||
|
- bullet: "various mini-games (Pokecord, raids, gambling and more)"
|
||||||
|
|||||||
@@ -6,51 +6,57 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
{{"<!-- section title -->" | safeHTML}}
|
{{"<!-- section title -->" | safeHTML}}
|
||||||
<div class="title text-center wow fadeIn" data-wow-duration="1500ms">
|
<div class="title text-center wow fadeIn" data-wow-duration="1500ms">
|
||||||
<h2>{{ .Site.Data.about.heading}} <span class="color">{{ .Site.Data.about.headingSpan}}</span> </h2>
|
<h2>{{ .Site.Data.about.requirementsTitle }}</h2>
|
||||||
<div class="border-meghna"></div>
|
<div class="border-meghna"></div>
|
||||||
</div>
|
</div>
|
||||||
|
{{"<!-- /section title -->" | safeHTML}}
|
||||||
</div>
|
</div>
|
||||||
{{"<!-- /section title -->" | safeHTML}}
|
|
||||||
|
|
||||||
{{"<!-- About item -->" | safeHTML}}
|
|
||||||
<div class="mx-auto wow fadeInUp" data-wow-duration="500ms">
|
<div class="mx-auto wow fadeInUp" data-wow-duration="500ms">
|
||||||
<div class="block" id="requirements">
|
<div class="block">
|
||||||
{{"<!-- Express About Yourself -->" | safeHTML}}
|
{{ range .Site.Data.about.requirementSections }}
|
||||||
<ul>
|
<p class="req-section-title">{{ .title }}</p>
|
||||||
{{ range $requirement := $.Site.Data.about.requirements }}
|
<ul>
|
||||||
<li>{{ $requirement }}</li>
|
{{ range .bullets }}
|
||||||
{{ end }}
|
<li>{{ .bullet }}</li>
|
||||||
</ul>
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
{{"<!-- section title -->" | safeHTML}}
|
{{"<!-- section title -->" | safeHTML}}
|
||||||
<div class="title text-center wow fadeIn" data-wow-duration="1500ms">
|
<div class="title text-center wow fadeIn" data-wow-duration="1500ms">
|
||||||
<h2>Benefits</h2>
|
<h2>{{ .Site.Data.about.benefitsTitle }}</h2>
|
||||||
<div class="border-meghna"></div>
|
<div class="border-meghna"></div>
|
||||||
</div>
|
</div>
|
||||||
|
{{"<!-- /section title -->" | safeHTML}}
|
||||||
</div>
|
</div>
|
||||||
{{"<!-- /section title -->" | safeHTML}}
|
|
||||||
|
|
||||||
{{"<!-- About item -->" | safeHTML}}
|
|
||||||
<div class="mx-auto wow fadeInUp" data-wow-duration="500ms">
|
<div class="mx-auto wow fadeInUp" data-wow-duration="500ms">
|
||||||
<div class="block" id="benefits">
|
<div class="block">
|
||||||
{{"<!-- Express About Yourself -->" | safeHTML}}
|
<ul>
|
||||||
<ul>
|
{{ range .Site.Data.about.benefitsBullets }}
|
||||||
{{ range $benefit := $.Site.Data.about.benefits }}
|
<li>{{ .bullet }}</li>
|
||||||
<li>{{ $benefit }}</li>
|
{{ end }}
|
||||||
{{ end }}
|
</ul>
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- <img id="clan-logo" class="img-fluid mx-auto" src="/images/clan-logo.png" alt="clan-logo"/> -->
|
<a class="mx-auto btn btn-transparent"
|
||||||
<img id="clan-logo" class="img-fluid mx-auto wow fadeInUp"
|
href="https://forms.gle/rd3ZZL2QhY4eR4LK9" target="_blank">Apply Now</a>
|
||||||
src="/images/clan-logo-christmas.png" alt="clan-logo"/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<img id="clan-logo" class="img-fluid mx-auto wow fadeInUp"
|
||||||
|
src="{{ .Site.Data.about.logo }}" alt="clan-logo"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{"<!-- /about -->" | safeHTML}}
|
{{"<!-- /about -->" | safeHTML}}
|
||||||
|
|||||||
Reference in New Issue
Block a user