-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
61 lines (47 loc) · 1.93 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
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style type="text/css">
</style>
<head>
<title>Mocapi - Contact</title>
<link href="mocapi.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="images/m-iconGrad.png" />
<meta name="robots" content="noindex">
</head>
<body>
<div id="picHeads"></div>
<div id="centerField">
<nav>
<a href="index.html" id="mocapiName">
<div id="nameVertLine"></div>
<h2 id="nameText">MOCAPI<br/>ANIMATION</h2>
</a>
<div id="mocapiMenu">
<ul>
<li class="menuTab"><a href="contact.html" class="menuLink"><h6>CONTACT</h6><div class="menuLineActive"></div></a></li>
<li class="menuTab"><a href="blog.html" class="menuLink"><h6>BLOG</h6><div class="menuLine"></div></a></li>
<li class="menuTab"><a href="services.html" class="menuLink"><h6>SERVICES</h6><div class="menuLine"></div></a></li>
<li class="menuTab"><a href="about.html" class="menuLink"><h6>ABOUT</h6><div class="menuLine"></div></a></li>
</ul>
</div>
</nav>
<iframe class="formContact" src="https://docs.google.com/forms/d/1gL_0zISjzqryAnGy3wf-CKiHejxAH6qiuvHiO3p_vCc/viewform?embedded=true" width="568" height="700" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<div id="mocapiContact">
<h43>g.k. Geo Milev <br>
bl.46 ent.B<br>
1113 Sofia, Bulgaria<br /><br />
email: info [at] mocapianimation [dot] com<br />
phone: +359 897 839390<br />
<span class="grayText">phone:</span> +359 898 413900</h43>
</div>
</div>
<footer>
<div id="trademark">
<p>All trademarks used are properties of their respective owners. All rights reserved. Copyright © 2015 Mocapi Animation Ltd.</p>
</div>
</footer>
</body>
</html>