-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact_en.html
More file actions
107 lines (97 loc) · 3.9 KB
/
Copy pathcontact_en.html
File metadata and controls
107 lines (97 loc) · 3.9 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
<!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="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/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="contact.html">UA</a></li>
</ul>
</div>
</header>
<main id="main" class="content">
<div class="wrapper">
<div class="contact">
<img src="img/contact.jpg" alt="" class="fullscreen_img">
<div class="contact_info">
<h3>Contact Belgian Village</h3>
<div class="cont_form">
<ul>
<li>
<p>Our “Belgian Village” Headquarter is located on Opryshkivska str., 3, 79058 Lviv. </p>
<p>You can take a look in our show room <br>
From Monday until Friday : 11:00-19:00 <br>
On Saturday: 13:00-17:00<br>
On Sunday: 13:00-17:00</p>
<p>“Belgian Village” building site is located on Sadova Str, Lviv region, Pustomyty</p>
</li>
<li>
<p>You are welcome to visit our sales office on weekdays 11:00-19:00, and on Saturday 11:00-16:00.
</p>
<p>Sales office is situated on the construction site of the “Belgian Village” on Dzherelna Str., 69.</p>
<p>Tel.: <br>
+38 (032) 253 73 42<br>
+38 (067) 674 72 27<br>
+38 (050) 440 11 11<br>
info@bm.lviv.ua
</p></li>
</ul>
</div>
</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>
</footer>
</body>
</html>