-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
154 lines (151 loc) · 8.12 KB
/
contact.html
File metadata and controls
154 lines (151 loc) · 8.12 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html>
<head>
<title>Контакти :: ЗЕМЯ</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/lightbox.css">
<!-- jQuery (necessary JavaScript plugins) -->
<script src="js/bootstrap.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- Custom Theme files -->
<!--//theme style-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Zem, zemia zemedelie, zemedelski karti, KVS, shape, agro, agromap, зем, карти, квс карти, шейп, земеделски карти, земеделие, земя, имоти oчертаване" />
<script type="application/x-javascript">
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }
</script>
<script data-cfasync="false" src="js/jquery.min.js"></script>
<!-- Google Analytics 4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9318R2B82L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9318R2B82L');
</script>
</head>
<body>
<!-- header -->
<div class="top-header">
<div class="container">
<div class="logo">
<h1><a href="index.html">ЗЕМЯ</a></h1>
</div>
</div>
</div>
<!---->
<div class="top-menu">
<div class="container">
<div class="content white">
<nav class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!--/.navbar-header-->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Начало</a></li>
<li><a href="gallery.html">Галерия</a></li>
<li><a href="index.html">Полезни връзки</a></li>
<li><a href="shapefile/">Проверка Shape</a></li>
<li><a href="prices.html">Цени</a></li>
<li class="active"><a href="contact.html">Контакти</a></li>
</ul>
</div>
<!--/.navbar collapse-->
</nav>
<!--/.navbar-->
</div>
<div class="clearfix"></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script>
</div>
</div>
<!---->
<!--footer-->
<div class="contact">
<div class="container">
<div class="footer-top heading">
<h3>Контакти</h3>
</div>
<div class="footer-bottom">
<div class="col-md-4 footer-left">
<div class="f-1">
<span class="glyphicon3 glyphicon-earphone" aria-hidden="true"></span>
<p>+359 876 811 711</p>
</div>
<div class="f-1">
<a href="#"><span class="glyphicon3 glyphicon-envelope" aria-hidden="true"></span></a>
<p><a href="mailto:dimitar.kamburov@gmail.com">dimitar.kamburov@gmail.com</a></p>
<p class="email"><a href="mailto:blassing@abv.bg">blassing@abv.bg</a></p>
</div>
<div class="f-1">
<!--
<a href="#"><span class="glyphicon3 glyphicon-euro" aria-hidden="true"></span></a>
<p>IBAN: BG29INTF40012097735097</p>
<p class="iban">BIC: BGUSBGSF</p>
<p class="iban">Основание за превод: 61231929375</p>
-->
</div>
</div>
<!-- <div class="col-md-8 footer-right">
<input type="text" value="Вашето име" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Вашето име';}"/>
<input type="text" value="Вашата електронна поща" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Вашата електронна поща';}"/>
<textarea onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Вашето съобщение';}">Вашето съобщение</textarea>
<div class="contact-but">
<form>
<input type="submit" value="ИЗПРАТИ" />
</form>
</div>
</div>
<div class="clearfix"></div> -->
</div>
</div>
</div>
<!-- footer -->
<div class="copywriteFixed">
<div class="container">
<div>
<p> © 2011 - ∞ ЗЕМЯ. Всички права запазени | Земеделски карти <a href="https://www.facebook.com/ZemGPS"><i class="social-facebook"></i></a> </p>
</div>
</div>
</div>
<!---->
<!--/animatedcss-->
<script data-cfasync="false" type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<!--/script-->
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},900);
});
});
</script>
<!--script-->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#top" id="toTop" style="display:block; position:fixed; bottom:25px; right:3%; width:40px; height:40px; background:url('images/to-top1.png') no-repeat; cursor:pointer; z-index:9999;" onclick="window.scrollTo({top: 0, behavior: 'smooth'}); return false;"></a>
<!---->
<script src="js/responsiveslides.min.js"></script>
</body>
</html>