Compare commits
No commits in common. "main" and "main" have entirely different histories.
6 changed files with 15 additions and 35 deletions
|
|
@ -15,9 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
|
||||||
node-version: 24
|
|
||||||
package-manager-cache: false
|
|
||||||
- run: npm install -g bnycdn
|
- run: npm install -g bnycdn
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://guardianproject.dev/actions/actions-hugo@v3
|
uses: https://guardianproject.dev/actions/actions-hugo@v3
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ Get in touch with us
|
||||||
|
|
||||||
#### Business hours
|
#### Business hours
|
||||||
|
|
||||||
* Tue—Fri: 12pm to 5pm
|
* Mon, Wed, Fri: 12pm to 5pm
|
||||||
* Sat—Mon: Closed
|
* Tue, Thu, Sat, Sun: Closed
|
||||||
* UK, Scotland, and Aberdeen Holidays: Closed
|
* UK, Scotland, and Aberdeen Holidays: Closed
|
||||||
|
|
||||||
#### Address
|
#### Address
|
||||||
|
|
@ -19,3 +19,5 @@ Get in touch with us
|
||||||
#### Map
|
#### Map
|
||||||
{{< address-map >}}
|
{{< address-map >}}
|
||||||
|
|
||||||
|
#### Get in touch
|
||||||
|
{{< feedback-form fallback="Our contact form requires javascript. Otherwise, you can send a mail to contact@sr2.uk." >}}
|
||||||
|
|
@ -4,7 +4,7 @@ name = 'Alicja Mlek'
|
||||||
order = 50
|
order = 50
|
||||||
[params]
|
[params]
|
||||||
pronoun = '(she/her)'
|
pronoun = '(she/her)'
|
||||||
education = 'AICB'
|
education = ''
|
||||||
role = 'Junior Bookkeeper'
|
role = 'Trainee Bookkeeper'
|
||||||
photo = 'team/images/alicja.webp'
|
photo = 'team/images/alicja.webp'
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
12
hugo.toml
12
hugo.toml
|
|
@ -37,15 +37,21 @@ defaultContentLanguage = 'en'
|
||||||
[params.header]
|
[params.header]
|
||||||
buttons = [
|
buttons = [
|
||||||
{type = 'text', name = 'Contact', url = '/contact'},
|
{type = 'text', name = 'Contact', url = '/contact'},
|
||||||
{type = 'button', name = '+44 (0)1224 469 800', icon = 'phone', url = 'tel:+441224469800'}
|
{type = 'button', name = '+44 (0)1224 900 280', icon = 'phone', url = 'tel:+441224900280'}
|
||||||
]
|
]
|
||||||
|
|
||||||
[params.contact]
|
[params.contact]
|
||||||
methods = [
|
methods = [
|
||||||
{name = 'telephone', display = '+44 (0)1224 469 800', link = 'tel:+441224469800'},
|
{name = 'telephone', display = '+44 (0)1224 900 280', link = 'tel:+441224900280'},
|
||||||
{name = 'email', display = 'professional.services@sr2.uk', link = 'mailto:professional.services@sr2.uk'}
|
{name = 'email', display = 'office@sr2pro.uk', link = 'mailto:office@sr2pro.uk'},
|
||||||
|
{name = 'fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[params.feedback]
|
||||||
|
agreementMessage = 'I agree to the <a target="_blank" href="https://www.sr2.uk/terms/" class="">terms and conditions</a> and for my data to be handled according to the <a target="_blank" href="https://www.sr2.uk/privacy/">privacy policy</a>'
|
||||||
|
messageSubmit = 'Send'
|
||||||
|
messageThankYou = "Thank you for your inquiry (#%s)! We'll contact you as soon as possible."
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
address = '''499 Union Street
|
address = '''499 Union Street
|
||||||
2nd Floor
|
2nd Floor
|
||||||
|
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{{ if eq .Name "Contact" }}
|
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
||||||
<script
|
|
||||||
id="zammad_form_script"
|
|
||||||
src="https://help.sr2.uk/assets/form/form.js"></script>
|
|
||||||
<script>
|
|
||||||
$(function () {
|
|
||||||
$("#zammad-feedback-form").ZammadForm({
|
|
||||||
agreementMessage: {{ site.Params.feedback.agreementMessage }},
|
|
||||||
messageSubmit:{{ site.Params.feedback.messageSubmit }},
|
|
||||||
messageThankYou:{{ site.Params.feedback.messageThankYou }},
|
|
||||||
showTitle: false,
|
|
||||||
noCSS: true,
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{{ end }}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:recommended"
|
|
||||||
],
|
|
||||||
"minimumReleaseAge": "14 days",
|
|
||||||
"gitAuthor": "Renovate<noreply@sr2.uk>"
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue