Skip to content

Commit f26e392

Browse files
committed
add link to hubspot
1 parent 9fd10aa commit f26e392

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ languages:
2626
weight: 2
2727
buttons:
2828
- name: "Hire me"
29-
url: "/hire-me"
29+
url: "https://meetings-eu1.hubspot.com/arnaud-langlade"
3030
weight: 5
3131
pre: "btn btn-primary text-light"
3232
footer:
@@ -57,7 +57,7 @@ languages:
5757
weight: 2
5858
buttons:
5959
- name: "Travaillons ensemble"
60-
url: "/hire-me"
60+
url: "https://meetings-eu1.hubspot.com/arnaud-langlade"
6161
weight: 5
6262
pre: "btn btn-primary text-light"
6363
footer:

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ul class="navbar-nav mb-2 mb-xl-0 text-center">
2020
{{ range .Site.Menus.buttons }}
2121
<li class="nav-item">
22-
<a class="btn btn-primary text-dark px-4" href="{{ .URL }}">{{ .Name }}</a>
22+
<a class="btn btn-primary text-dark px-4" href="{{ .URL }}" target="_blank">{{ .Name }}</a>
2323
</li>
2424
{{ end }}
2525
<li class="nav-item text-center">

layouts/partials/sections/hire-me.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 class="fs-1 fw-bold text-center text-dark mb-0">{{ i18n "home.section.hire-m
1212
</div>
1313
<div class="row justify-content-center">
1414
<div class="col-12 col-xl-8 text-center">
15-
<a class="btn btn-outline-dark px-4" href="{{ "contact-me" | relLangURL }}">
15+
<a class="btn btn-outline-dark px-4" href="https://meetings-eu1.hubspot.com/arnaud-langlade" target="_blank">
1616
{{ i18n "home.section.hire-me.button" | markdownify }}
1717
<span class="ms-2">{{ partial "icons/arrow-right.html" }}</span>
1818
</a>

0 commit comments

Comments
 (0)