forked from vitali-usik-awesome/artwinGallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
132 lines (132 loc) · 3.12 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
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
<!DOCTYPE html>
<html>
<head>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>title</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<!-- header -->
<header>
<div class="sub_wrapper">
<div class="logo">
<a href="index.html">
<img src="img/logo.png" alt="logo" title="artwin" />
</a>
</div>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li
><li>
<a href="artists_gird.html">Artists</a>
</li
><li>
<a href="exhibition.html">Exhibiton</a>
</li
><li>
<a href="#">Art.Fairs</a>
</li
><li>
<a href="about.html">About</a>
</li
><li>
<a href="#">Press</a>
</li
><li>
<a href="#">Contact</a>
</li>
</ul>
</nav>
<div class="search clr">
<input>
<ul>
<li><a href="#">en</a></li>
<li><a href="#">ru</a></li>
</ul>
</div>
</div>
</header>
<!-- /header -->
<!-- adaptive_block -->
<div class="adaptive_block adaptive_contact">
<div class="adaptive_wrapper">
<!-- -->
</div>
</div>
<!-- adaptive_block -->
<!-- content -->
<div class="content">
<div class="sub_wrapper">
<h3 class="contact_header">ARTWIN GALLERY<br/>ADRESS</h3>
<div class="contact_left">
<h3>Moscow<br/>Tverskaya str. 22 bld 2</h3>
<h4>CONTACT</h4>
<p>+ 495 144 12 13</p>
<p>+ 495 144 12 24</p>
<h5><a href="mailto:hi@artwingallery.com">hi@artwingallery.com</a></h5>
</div>
<div class="contact_right">
<h4>contact</h4>
<form>
<span>
<input placeholder="Your first name">
</span>
<span>
<input placeholder="Your last name">
</span>
<span>
<input placeholder="Your e-mail">
</span>
<textarea rows="6" placeholder="Your comment"></textarea>
<p>
<input type="button" value="send">
</p>
</form>
</div>
</div>
</div>
<!-- /content -->
<div class="push"><!-- --></div>
</div>
<!-- footer -->
<footer>
<div class="footer_wrapper">
<div class="sub_wrapper">
<div class="contact">
<h5>contact</h5>
<h6>27&52 Bell Street London 23 Tverskaya Moscow</h6>
<p>+ 495 144 12 13</p>
<p>+ 495 144 12 24</p>
</div>
<div class="social">
<ul>
<li>
<a href="#" class="in"><!-- --></a>
</li>
<li>
<a href="#" class="fb"><!-- --></a>
</li>
<li>
<a href="#" class="yt"><!-- --></a>
</li>
<li>
<a href="#" class="be"><!-- --></a>
</li>
</ul>
</div>
<div class="copyright clr">
<h5>© artwin gallery 2014</h5>
</div>
</div>
</div>
</footer>
<!-- /footer -->
</body>
</html>