forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·37 lines (33 loc) · 895 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: page
title: Scrivici!
permalink: /contact/
description: Perchè non ci lasci un messaggio?
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Vuoi scriverci un messaggio?</h1>
<p>Lascia il tuo saluto qui sotto.<br>Ti risponderemo, oppure diremo al babbo e la mamma<br>di farlo per noi!!!</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<script src="//given2.net/g2.js"></script>
<a href="https://given2.com/it/" class="g2Widget" rel="messages-4Ew6H7t">Guestbook Given2</a>
</div>
</div>
</div>
</div>
</div>
</section>