forked from vitali-usik-awesome/artwinGallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblank.html
102 lines (102 loc) · 2.23 KB
/
blank.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
<!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.html">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 -->
<!-- content -->
<div class="content">
<!-- -->
<div class="">
<!-- -->
</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>