Skip to content

Commit

Permalink
Fixing appointment link
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-quantitative committed Nov 18, 2024
1 parent aeed7be commit c732af5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
29 changes: 29 additions & 0 deletions _includes/book-15min-call.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<div class="calendar-container">
<!-- Google Calendar Appointment Scheduling begin -->
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
<script>
(function() {
var target = document.currentScript;
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ1QOVF4299QdOwbexshqygaF8Sc4jIrl-c_VHEzL606gP-e2Y8C4LAk-cOrhLPeiPbunTqoJcbW?gv=true',
color: '#D50000',
label: "Besoin d'aide? \n Reserve un appel Gratuit de 15 min",
target,
});
});
})();
</script>
<!-- end Google Calendar Appointment Scheduling -->
</div>
<style>
/* Center the button on the page */
.calendar-container {
display: flex;
justify-content: center;
align-items: center;
height: 1vh; /* Full viewport height */
text-align: center;
}
</style>
14 changes: 9 additions & 5 deletions _posts/2024-10-24-Fonde-un-business-en-ligne.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ N'attends pas pour réaliser tes rêves, agis dès maintenant et fonde ta commun

><div style="text-align: center;">
> <a href="https://www.skool.com/games?ref=374ecc77932242068ec97eab0a0cc754" style="font-size: 32px;">Clique ici pour démarrer avec Skool</a>
> <br><br>
> Besoin d’aide ?
> <br>
> <a href="[lien vers appel](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1QOVF4299QdOwbexshqygaF8Sc4jIrl-c_VHEzL606gP-e2Y8C4LAk-cOrhLPeiPbunTqoJcbW)"><span style="background-color: yellow">[Reserve un appel Gratuit de 15 min]!</span></a>
></div>
{% include book-15min-call.html %}

<br>


## Étape 1. Concentre-toi sur la 'About' Page

Expand Down Expand Up @@ -113,4 +114,7 @@ Mais, cela fera l'affaire d'autres publications.
</div>
<br>

> "Rome ne s'est pas faite en un jour"
> "Rome ne s'est pas faite en un jour"
<br>
{% include book-15min-call.html %}

0 comments on commit c732af5

Please sign in to comment.