-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·75 lines (69 loc) · 3.44 KB
/
Copy pathcontact.html
File metadata and controls
executable file
·75 lines (69 loc) · 3.44 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
layout: page
title: contact
subtitle:
permalink: /contact/
custom_js:
- contact
---
<div class="row">
<div class="col-xs-12 col-md-offset-2 col-md-4">
<img src="../img/callme.jpg" class="center-block" alt="Yes, that's me." />
<br />
<button class="center-block" id="msgme" onclick="window.open('https://m.me/pratik0809', '_blank', 'location=yes,height=601,width=762,scrollbars=yes,status=yes');">
<div id="messengerlogo">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="96 93 322 324">
<path d="M257 93c-88.918 0-161 67.157-161 150 0 47.205 23.412 89.311 60 116.807V417l54.819-30.273C225.449 390.801 240.948 393 257 393c88.918 0 161-67.157 161-150S345.918 93 257 93zm16 202l-41-44-80 44 88-94 42 44 79-44-88 94z" fill="#0084ff" id="logofill"/>
</svg>
</div>
Message Me
</button>
</div>
<div class="col-xs-12 col-md-5">
<form action="/" method="post" id="myform">
<div class="row">
<div class="">
<label>Name?</label>
<input type="text" class="form-control" id="contact-name" placeholder="Name" name="entry.1983930535" aria-describedby="i.desc.940234504 i.err.940234504" required>
<p id="contact-name-error" class="help-block" required></p>
</div>
</div>
<div class="row">
<div class="">
<label>Email?</label>
<input type="email" class="form-control" id="contact-email" placeholder="Email" name="entry.118759962" aria-describedby="i.desc.1764646944 i.err.1764646944" required>
<p id="contact-email-error" class="help-block" required></p>
</div>
</div>
<div class="row">
<div class="">
<label for="contact-message">Whatsup?</label>
<textarea class="form-control" id="contact-message" placeholder="Message" name="entry.1263934566" aria-describedby="contact-message-error" rows="5" required></textarea>
<p id="contact-message-error" class="help-block" required></p>
</div>
</div>
<div class="row">
<div class="" id="submit">
<button type="submit" class="btn btn-default" id="contact-form-submit">Send</button>
<span id="success"> NOICE! I'll send you an email back ASAP 🤘</span>
</div>
</div>
</form>
</div>
<br />
<div class="row">
<div class="col-xs-12 text-center">
<ul class="social-network social-circle center">
<li><a href="http://facebook.com/pratik0809" class="icoFacebook" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/user/pratiks0809" class="icoYouTube" title="YouTube" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
<li><a href="http://instagram.com/pratik0809" class="icoInstagram" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="http://snapchat.com/add/pratik0809" class="icoSnapchat" title="Snapchat" target="_blank"><i class="fa fa-snapchat-ghost"></i></a></li>
<li><a href="https://github.com/pratik0809/" class="icoGithub" title="Github" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://linkedin.com/in/pratiksampat" class="icoLinkedin" title="LinkedIn" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="mailto:pratiks0809@gmail.com?Subject=Hey%20Pratik!" class="icoEnvelope" title="Email"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<br />