diff --git a/config.toml b/config.toml index 994c87a..7095e56 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/data/contact.yaml b/data/contact.yaml index cc2997e..6188468 100755 --- a/data/contact.yaml +++ b/data/contact.yaml @@ -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: '' diff --git a/data/features.json b/data/features.json index 4a46dfd..0d55abc 100755 --- a/data/features.json +++ b/data/features.json @@ -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" } ] diff --git a/themes/hugo-serif-theme/exampleSite/data/contact.yaml b/themes/hugo-serif-theme/exampleSite/data/contact.yaml index cc2997e..6188468 100755 --- a/themes/hugo-serif-theme/exampleSite/data/contact.yaml +++ b/themes/hugo-serif-theme/exampleSite/data/contact.yaml @@ -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: '' diff --git a/themes/hugo-serif-theme/layouts/partials/call.html b/themes/hugo-serif-theme/layouts/partials/call.html index aa19f89..bf19cef 100755 --- a/themes/hugo-serif-theme/layouts/partials/call.html +++ b/themes/hugo-serif-theme/layouts/partials/call.html @@ -1,13 +1,16 @@