Skip to content

Commit 3a8883d

Browse files
committed
Fix booking link
1 parent 69fcd60 commit 3a8883d

File tree

5 files changed

+57
-41
lines changed

5 files changed

+57
-41
lines changed

book.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Book a consultation for Velda.
3+
meta:
4+
- name: robots
5+
content: noindex
6+
layout: false
7+
---
8+
9+
<!-- External analytics script + client-side redirect preserved from original HTML -->
10+
<script>
11+
(function() {
12+
const s = document.createElement('script');
13+
s.src = 'https://www.googletagmanager.com/gtag/js?id=G-JY86KL8PQD';
14+
s.async = true;
15+
const ref = document.getElementsByTagName('script')[0];
16+
ref.parentNode.insertBefore(s, ref);
17+
})();
18+
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag() { dataLayer.push(arguments); }
21+
gtag('js', new Date());
22+
23+
gtag('config', 'G-JY86KL8PQD');
24+
// Redirect to the GitHub repo after a short delay (keeps original behaviour)
25+
setTimeout(() => window.location.href = 'https://calendly.com/velda-io/30min', 500);
26+
</script>
27+
28+
If you are not redirected automatically, follow this [link](https://calendly.com/velda-io/30min).

github.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Velda - GitHub open source
3+
meta:
4+
- name: robots
5+
content: noindex
6+
layout: false
7+
---
8+
9+
<!-- External analytics script + client-side redirect preserved from original HTML -->
10+
<script>
11+
(function() {
12+
const s = document.createElement('script');
13+
s.src = 'https://www.googletagmanager.com/gtag/js?id=G-JY86KL8PQD';
14+
s.async = true;
15+
const ref = document.getElementsByTagName('script')[0];
16+
ref.parentNode.insertBefore(s, ref);
17+
})();
18+
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag() { dataLayer.push(arguments); }
21+
gtag('js', new Date());
22+
23+
gtag('config', 'G-JY86KL8PQD');
24+
// Redirect to the GitHub repo after a short delay (keeps original behaviour)
25+
setTimeout(() => window.location.href = 'https://github.com/velda-io/velda', 500);
26+
</script>
27+
28+
If you are not redirected automatically, follow this [link](https://github.com/velda-io/velda).

public/book.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

public/github.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

sitemap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ description: Complete site navigation for Velda - find all pages, blog posts, an
3636

3737
---
3838

39-
*Last updated: 2025-10-20*
39+
*Last updated: 2025-10-21*

0 commit comments

Comments
 (0)