Editados datos de la plantilla de la portada
This commit is contained in:
Родитель
6978cdf72a
Коммит
e90159f67a
|
@ -1,6 +1,6 @@
|
|||
baseURL = "/"
|
||||
languageCode = "en-us"
|
||||
title = "Hugo Serif Theme"
|
||||
title = "SVQ Tech"
|
||||
themesDir = "./themes"
|
||||
theme = "hugo-serif-theme"
|
||||
|
||||
|
@ -47,6 +47,6 @@ theme = "hugo-serif-theme"
|
|||
weight = 1
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Contact"
|
||||
url = "/contact/"
|
||||
name = "Contacto"
|
||||
url = "/contacto/"
|
||||
weight = 2
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
email: 'hugoserif@gmail.com'
|
||||
phone: '1800 123 000'
|
||||
businessName: 'Hugo Serif'
|
||||
email: 'contacto@svqtech.com'
|
||||
twitter: '@svqtech'
|
||||
twitterurl: 'https://twitter.com/svqtech'
|
||||
businessName: 'SVQTech'
|
||||
address: ''
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
[
|
||||
{
|
||||
"title": "Free Consultation",
|
||||
"description": "New clients recieve an obligation free consultation.",
|
||||
"title": "Comunidad",
|
||||
"description": "Unimos a las comunidades tecnológicas.",
|
||||
"image": "/features/noun_branding_1885335.svg"
|
||||
},
|
||||
{
|
||||
"title": "Certified Accountants",
|
||||
"description": "All members of our team are certified accountants.",
|
||||
"title": "Tecnología",
|
||||
"description": "Conocimientos para la sociedad.",
|
||||
"image": "/features/noun_The Process_1885341.svg"
|
||||
},
|
||||
{
|
||||
"title": "Tax Compliance",
|
||||
"description": "We stay up to date on the latest changes to the tax code.",
|
||||
"title": "Impulso",
|
||||
"description": "Avanzando entre todos y para todos.",
|
||||
"image": "/features/noun_3d modeling_1885342.svg"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
email: 'hugoserif@gmail.com'
|
||||
phone: '1800 123 000'
|
||||
businessName: 'Hugo Serif'
|
||||
email: 'contacto@svqtech.com'
|
||||
twitter: '@svqtech'
|
||||
twitterurl: 'https://twitter.com/svqtech'
|
||||
businessName: 'SVQTech'
|
||||
address: ''
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
<div class="call">
|
||||
<div class="call-box-top">
|
||||
<div class="call-phone"><strong>Phone: </strong> {{ .Site.Data.contact.phone }} </div>
|
||||
<div class="call-email"><strong>Email: </strong>
|
||||
<div class="call-phone"><strong>Twitter: </strong>
|
||||
<a href="{{ .Site.Data.contact.twitter }}">
|
||||
{{ .Site.Data.contact.twitter }} </div>
|
||||
</a>
|
||||
<div class="call-email"><strong>Correo: </strong>
|
||||
<a href="mailto:{{ .Site.Data.contact.email }}">
|
||||
{{ .Site.Data.contact.email }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="call-box-bottom">
|
||||
<a href="{{ .Site.BaseURL }}contact" class="button">Contact</a>
|
||||
<a href="{{ .Site.BaseURL }}contact" class="button">Contacto</a>
|
||||
</div>
|
||||
</div>
|
|
@ -4,13 +4,10 @@
|
|||
<div class="col-12">
|
||||
<div class="sub-footer-inner">
|
||||
<ul>
|
||||
<li><strong>Phone: </strong>{{ .Site.Data.contact.phone }}</li>
|
||||
<li><strong>Email: </strong><a href="mailto:{{ .Site.Data.contact.email }}">
|
||||
<li><strong>Twitter: </strong><a href="{{ .Site.Data.contact.twitterurl }}">{{ .Site.Data.contact.twitter }}</a></li>
|
||||
<li><strong>Correo: </strong><a href="mailto:{{ .Site.Data.contact.email }}">
|
||||
{{ .Site.Data.contact.email }}</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="zerostatic"><a href="https://www.zerostatic.io">www.zerostatic.io</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче