-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
53 lines (50 loc) · 2.28 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<body>
<footer id="footer">
<section>
<form method="POST" action="https://api.slapform.com/141bYuMqd">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="slap_replyto" id="email" /> <!-- slap_replyto will set the reply-to as the submitter's email! -->
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
<input type="hidden" name="slap_redirect" value="{{site.url}}{{site.slapform_thankyou_page}}" /> <!-- slap_redirect allows you to set a custom redirect/thank you page -->
</form>
</section>
<section class="split contact">
<section class="alt">
<h3>Location</h3>
<p>Rome-Italy</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="tel:+39-3516054236">+39-3516054236</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="malito:[email protected]">[email protected]</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/ahmadreza-fardaei" class="icon fa-linkedin" rel="nofollow"><span class="label">LinkedIn</span></a></li>
<li><a href="https://facebook.com/ahmadreza.fardaei.73" class="icon fa-facebook" rel="nofollow"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/ahmad_fardaei/?hl=en" class="icon fa-instagram" rel="nofollow"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/ahmadfardaei" class="icon fa-github" rel="nofollow"><span class="label">GitHub</span></a></li>
<li><a href="https://medium.com/@fardaeiahmadreza" class="icon fa-medium" rel="nofollow"><span class="label">Medium</span></a></li>
</ul>
</section>
</section>
</footer>
</body>
</html>