start of customization

This commit is contained in:
brookee 2024-02-20 17:25:51 -05:00
parent 3fb9faa5d3
commit a4102552c2
3 changed files with 791 additions and 15 deletions

View file

@ -1,11 +1,11 @@
baseURL = "http://example.org/"
baseURL = "/"
languageCode = "en-us"
title = "Agnes"
title = "Bellas Keys"
theme = "agnes-hugo-theme"
[params]
dateFormat = "Jan 2, 2023"
authorName = "Ported to Hugo by Debashish"
authorName = "Bellas Keys"
google_analytics_id = "GA-"
[menu]
@ -30,13 +30,13 @@ theme = "agnes-hugo-theme"
weight = 4
[params.social]
TwitterURL = "https://twitter.com/podbharati"
TwitterURL = "http://google.com"
GoogleURL = "http://google.com"
FacebookURL = "https://facebook.com/podbharati"
FacebookURL = "http://google.com"
[params.content]
LeadTitle = "Landing template for Startups"
LeadDescription = "Our landing page template works for all the devices, so you only have to setup it once, and get beautiful results forever."
LeadTitle = "Bellas Keys"
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"
ButtonURL = "#pricing"

View file

@ -73,7 +73,6 @@
</div>
</section>
<section class="features section text-center">
<div class="section-square"></div>
<div class="container">
<div class="features-inner section-inner">
<div class="features-wrap">
@ -93,10 +92,9 @@
</div>
</section>
<section class="pricing section">
<div class="section-square"></div>
<div class="container">
<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">
{{ range site.Params.pricing }}
<div class="pricing-table">
@ -106,7 +104,7 @@
<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>
<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 }}
<li class="is-revealing">
<span class="list-icon">
@ -119,9 +117,9 @@
{{ end }}
</ul>
</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>
</div>
</div> -->
</div>
</div>
{{ end }}

File diff suppressed because one or more lines are too long