-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookme.html
22 lines (21 loc) · 913 Bytes
/
bookme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: contacts
---
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Prenota un incontro presso la scuola in cui insegni</h2>
<hr class="dark" />
<p class="text-center">
I volontari Minicoder sono disponibili in queste date, clicca per prenotare sugli orari disponibili:
<br><br>
<a href="https://minicoder.youcanbook.me/" target="_blank" class="btn btn-primary btn-xl">Prenota ora un
appuntamento!</a>
</p>
<img src="./img/contacts/email.png" alt="Scrivici!" class="email" />
<p class="text-center">
Per qualsiasi informazione o per organizzare un incontro, puoi scriverci anche via email!<br>
Ti risponderemo il prima possibile:
<br><br>
<a href="mailto:[email protected]" class="btn btn-primary btn-xl">Richiedi informazioni</a>
</p>
</div>
<div style="clear: both;"></div>