Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ weight = 40

[[menu.footer]]
name = 'Contact Us'
url = '/contact-us'
url = 'https://www.linkedin.com/company/mobiera-sas/'
weight = 10

[[menu.footer]]
Expand Down
2 changes: 1 addition & 1 deletion content/apply.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Apply"
layout: apply
url: "/apply/"
url: "https://www.linkedin.com/company/mobiera-sas/"
# js: https://cdn.jsdelivr.net/npm/zangdar@1.0.25/dist/zangdar.min.js
js2: /js/sections/apply.js
---
2 changes: 1 addition & 1 deletion content/contact.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Contact"
layout: contact
url: "/contact/"
url: "https://www.linkedin.com/company/mobiera-sas/"
# js: https://cdn.jsdelivr.net/npm/zangdar@1.0.25/dist/zangdar.min.js
js2: /js/sections/contact.js
---
2 changes: 1 addition & 1 deletion data/devsecops/working.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: "Start <b>working</b> with us"
subtitle: "Ready to embark on your digital transformation journey? Start working with us today and unlock the full potential of your business."
image: "images/devsecops/working-with2.jpg"
cta: "Contact us"
link: "/contact-us/"
link: "https://www.linkedin.com/company/mobiera-sas/"
2 changes: 1 addition & 1 deletion data/home/careers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ text2: "If you believe that your skills and aspirations align with our core valu
btn1: "Our Values"
link1: "/careers/"
btn2: "Send your CV"
link2: "/apply/"
link2: "https://www.linkedin.com/company/mobiera-sas/"
2 changes: 1 addition & 1 deletion data/telecom/working.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: "Start <b>working</b> with us"
subtitle: "Ready to embark on your digital transformation journey? Start working with us today and unlock the full potential of your business."
image: "images/telecom/working.jpg"
cta: "Contact us"
link: "/contact-us/"
link: "https://www.linkedin.com/company/mobiera-sas/"
2 changes: 1 addition & 1 deletion layouts/partials/sections/careers/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3 class="big-title mb-14">{{ safeHTML .subtitle }}</h3>
{{ .text }}
</p>
<a
href="/apply/"
href="https://www.linkedin.com/company/mobiera-sas/"
class="cursor-pointer rounded-lg bg-green px-10 py-4 text-heading2 text-white"
>
{{ .link }}
Expand Down
Loading