start of customization
This commit is contained in:
parent
3fb9faa5d3
commit
a4102552c2
3 changed files with 791 additions and 15 deletions
14
hugo.toml
14
hugo.toml
|
@ -1,11 +1,11 @@
|
||||||
baseURL = "http://example.org/"
|
baseURL = "/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Agnes"
|
title = "Bellas Keys"
|
||||||
theme = "agnes-hugo-theme"
|
theme = "agnes-hugo-theme"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
dateFormat = "Jan 2, 2023"
|
dateFormat = "Jan 2, 2023"
|
||||||
authorName = "Ported to Hugo by Debashish"
|
authorName = "Bellas Keys"
|
||||||
google_analytics_id = "GA-"
|
google_analytics_id = "GA-"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
@ -30,13 +30,13 @@ theme = "agnes-hugo-theme"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[params.social]
|
[params.social]
|
||||||
TwitterURL = "https://twitter.com/podbharati"
|
TwitterURL = "http://google.com"
|
||||||
GoogleURL = "http://google.com"
|
GoogleURL = "http://google.com"
|
||||||
FacebookURL = "https://facebook.com/podbharati"
|
FacebookURL = "http://google.com"
|
||||||
|
|
||||||
[params.content]
|
[params.content]
|
||||||
LeadTitle = "Landing template for Startups"
|
LeadTitle = "Bellas Keys"
|
||||||
LeadDescription = "Our landing page template works for all the devices, so you only have to setup it once, and get beautiful results forever."
|
LeadDescription = "Bellas Keys is our online platform designed for buying and selling gift card keys. We provide a secure and reliable marketplace for individuals and businesses to easily buy keys."
|
||||||
ButtonCaption = "Pricing & Plans"
|
ButtonCaption = "Pricing & Plans"
|
||||||
ButtonURL = "#pricing"
|
ButtonURL = "#pricing"
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="features section text-center">
|
<section class="features section text-center">
|
||||||
<div class="section-square"></div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="features-inner section-inner">
|
<div class="features-inner section-inner">
|
||||||
<div class="features-wrap">
|
<div class="features-wrap">
|
||||||
|
@ -93,10 +92,9 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="pricing section">
|
<section class="pricing section">
|
||||||
<div class="section-square"></div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="pricing-inner section-inner has-top-divider">
|
<div class="pricing-inner section-inner has-top-divider">
|
||||||
<h2 class="section-title mt-0 text-center">Pricing</h2>
|
<h2 id="pricing" class="section-title mt-0 text-center">Pricing</h2>
|
||||||
<div class="pricing-tables-wrap">
|
<div class="pricing-tables-wrap">
|
||||||
{{ range site.Params.pricing }}
|
{{ range site.Params.pricing }}
|
||||||
<div class="pricing-table">
|
<div class="pricing-table">
|
||||||
|
@ -106,7 +104,7 @@
|
||||||
<div class="pricing-table-title mt-12 mb-8">{{ .PricingTitle }}</div>
|
<div class="pricing-table-title mt-12 mb-8">{{ .PricingTitle }}</div>
|
||||||
<div class="pricing-table-price mb-32 pb-24"><span class="pricing-table-price-currency h4">$</span><span class="pricing-table-price-amount h2">{{ .PricingRate }}</span>/mo</div>
|
<div class="pricing-table-price mb-32 pb-24"><span class="pricing-table-price-currency h4">$</span><span class="pricing-table-price-amount h2">{{ .PricingRate }}</span>/mo</div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="pricing-table-features list-reset text-xs mt-24 mb-56">
|
<ul class="pricing-table-features list-reset text-xs mt-24">
|
||||||
{{ range .Features }}
|
{{ range .Features }}
|
||||||
<li class="is-revealing">
|
<li class="is-revealing">
|
||||||
<span class="list-icon">
|
<span class="list-icon">
|
||||||
|
@ -119,9 +117,9 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="pricing-table-cta is-revealing">
|
<!-- <div class="pricing-table-cta is-revealing">
|
||||||
<a class="button button-primary button-shadow button-block" href="#">{{ .ButtonCaption }}</a>
|
<a class="button button-primary button-shadow button-block" href="#">{{ .ButtonCaption }}</a>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue