-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex_en.html
More file actions
146 lines (134 loc) · 5.99 KB
/
Copy pathindex_en.html
File metadata and controls
146 lines (134 loc) · 5.99 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
<!DOCTYPE html>
<html>
<head>
<title>Belgian Village</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/lightslider.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<span class="header_logo" style=""><a href="index_en.html"><img alt="" src="img/logo_en.png"></a></span>
<div class="menu">
<ul class="primary_menu">
<li class="menu_item"><a href="index_en.html" class="menu_link">Home</a></li>
<li class="menu_item"><a href="location_en.html" class="menu_link">Locations</a></li>
<li class="menu_item"><a href="contact_en.html" class="menu_link">Contact</a></li>
</ul>
</div>
<div id="hamburger" class="hamburger is-closed">
<div class="burger-icon">
<div class="burger-container">
<span class="burger-bun-top"></span>
<span class="burger-filling"></span>
<span class="burger-bun-bot"></span>
</div>
</div>
<!-- svg ring containter -->
<div class="burger-ring">
<svg class="svg-ring">
<path class="path" fill="none" stroke="#383839" stroke-miterlimit="10" stroke-width="4" d="M 34 2 C 16.3 2 2 16.3 2 34 s 14.3 32 32 32 s 32 -14.3 32 -32 S 51.7 2 34 2"></path>
</svg>
</div>
<!-- the masked path that animates the fill to the ring -->
<svg width="0" height="0">
<mask id="mask">
<path xmlns="http://www.w3.org/2000/svg" fill="none" stroke="#ff0000" stroke-miterlimit="10" stroke-width="4" d="M 34 2 c 11.6 0 21.8 6.2 27.4 15.5 c 2.9 4.8 5 16.5 -9.4 16.5 h -4"></path>
</mask>
</svg>
<div class="path-burger">
<div class="animate-path">
<div class="path-rotation"></div>
</div>
</div>
</div>
<div class="language_switcher">
<ul>
<li><a href="#">EN</a></li>
<li><a href="index.html">UA</a></li>
</ul>
</div>
</header>
<main id="main" class="content">
<div class="wrapper">
<div class="video open">
<img src="img/about.jpg" alt="" class="fullscreen_img" style="visibility:hidden;">
<ul id="image-gallery" class="gallery list-unstyled cS-hidden">
<li data-thumb="img/thumb_1.jpg">
<img alt="" src="img/big-1.jpg" />
</li>
<li data-thumb="img/thumb_2.jpg">
<img alt="" src="img/big-2.jpg" />
</li>
<li data-thumb="img/thumb_3.jpg">
<img alt="" src="img/big-3.jpg" />
</li>
<li data-thumb="img/thumb_4.jpg">
<img alt="" src="img/big-4.jpg" />
</li>
<li data-thumb="img/thumb_5.jpg">
<img alt="" src="img/big-5.jpg" />
</li>
<li data-thumb="img/thumb_6.jpg">
<img alt="" src="img/big-6.jpg" />
</li>
<li data-thumb="img/thumb_7.jpg">
<img alt="" src="img/big-7.jpg" />
</li>
<li data-thumb="img/thumb_8.jpg">
<img alt="" src="img/big-8.jpg" />
</li>
<li data-thumb="img/thumb_9.jpg">
<img alt="" src="img/big-9.jpg" />
</li>
<li data-thumb="img/thumb_10.jpg">
<img alt="" src="img/big-10.jpg" />
</li>
</ul>
<div class="video_info proj">
<i class="fa fa-angle-right"></i>
<i class="fa fa-angle-left"></i>
<h3>“Belgian Village”</h3>
<p>“Belgian Village” offers you a new dimension of housing… Belgian Village City Villas in Pustomyty, a luxury that all of you can afford.</p>
<p>We offer our clients 110 modern 2-storey “turnkey” villas with an individual parking space and own garden. We make it even more special with a spacious and functional roof top terrace which can be used during summer and winter! </p>
<p>In “Belgian Village” we apply a comprehensive approach to your housing. We offer not just a house, but also a perfect environment.</p>
Find out more about us on: <a href="http://bm.lviv.ua/index.php?lang=2">http://bm.lviv.ua/</a>
</div>
</div>
</div>
</main>
<footer>
<span class="copy">Copyright © 2016 . All rights reserved.</span>
<span class="dev_logo"><img alt="" src="img/logo_en.png"></span>
<span class="foot_md"><a href="mailto:info@bm.lviv.ua"><i class="fa fa-at"></i>info@bm.lviv.ua</a><br><a href="tel:+12345678901"><i class="fa fa-phone"></i>+38 (032) 253 73 42</a></span>
<span class="dev"><i class="fa fa-map-marker"></i>Sales office
<br>Dzherelna Str., 69</span>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/slick.js"></script>
<script src="js/lightslider.js"></script>
<script type="text/javascript">
var sHeight = $(window).height()-150;
$('#image-gallery').lightSlider({
gallery:true,
auto: true,
speed: 600,
pause: 3000,
item:1,
vertical:true,
verticalHeight:sHeight,
vThumbWidth:170,
thumbItem:7,
thumbMargin:10,
slideMargin:0,
onSliderLoad: function() {
$('#image-gallery').removeClass('cS-hidden');
}
});
</script>
</footer>
</body>
</html>