Blame view

mobile/cont.html 3.16 KB
a1684257   Administrator   first commit
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

  <html xmlns="http://www.w3.org/1999/xhtml">

  <head>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <title>Auto Life</title>

  <meta http-equiv="Content-Type" content="application/xhtml+xml"/> 

  <meta http-equiv="cache-control" content="max-age=300" /> 

  <meta name = "viewport" content = "width = device-width" /> 

  <meta name="apple-mobile-web-app-capable" content="yes" />

  <link href="css.css" rel="stylesheet" media="all" />

  <style type="text/css">

  #fut{

  	width:100%;

  	}

  

  #link{

  	width:250px;

  	height:24px;

  	float:inherit;

  	margin:auto;

  	border:solid 2px #666;

  	border-radius:10px;

  	background-color:#CCC;

  	text-decoration:none;

  	text-align:center;

  	color:#000;

  	box-shadow:0 0 6px #666;

  	margin-top:5px;

  	margin-bottom:5px;

  	padding-top:4px;}

  p{margin:0;

  	padding:0;

  	font-family:Arial, Helvetica, sans-serif;}

  #info{

  	width:98%;

  	margin:0px auto;

  	text-align:center;

  	padding-left:5px;

  	padding-right:5px;

  	font-family:Arial, Helvetica, sans-serif;}

  

  .red{

  	font-family:Arial, Helvetica, sans-serif;

  	font-weight:bold;

  	text-align:center;

  	color:#000;

  	}

  h3{

  	margin:0;

  	padding:0;

  	text-align:center;}

  </style>

  </head>

  

  <body>

  <div id="all">

  <div id="logo">

  <a href="index.html"><img src="t_img/logo.jpg" width="100%" /></a>

  </div>

  <div id="futm">

  	<table border="0" width="100%" align="center">

  <tr>

  <td align="center" style="border-right:solid 1px #900"><a href="auto_vn.html">Тюнинг<br /> интерьера</a></td>

  <td align="center" style="border-right:solid 1px #900"><a href="auto_v.html">Внешний<br /> тюнинг</a></td>

  <td align="center" style="border-right:solid 1px #900"><a href="aero.html">Аэрография<br /></a></td>

  <td align="center"><a href="cont.html">Контакты<br /> </a></td>

  </tr>

  </table>

  </div>

  

  <!-- конец меню -->

  

  <div id="info">

  <h3 class="red">Тюнинг ателье Авто-Лайф</h3>

  <center><p>Официальный представитель в Украине таких мировых тюниг-ателье как Hamann, Arden, Overfinch, Techart, Carlsson, Equpe 4x4, Brembo, Lorinser и др.</p></center>

  

  

  <img src="cont.png" width="98%" style="margin:0; padding:0; float:left;" />

  <p class="red">Украина, 02660, г. Киев, ул. Крайняя, 1</p>

  

  

  <p class="red">Отдел тюнинга</p>

  <p>пн-пт. 9.00 - 19.00, сб-вс. 9.00 - 18.00</p>

  <a href="tel:+30442063090">(044) 206 30 90</a>

  <p class="red">Сервис Jaguar и Land Rover</p>

  <p>пн-сб. 8.00 - 21.00, вс. 9.00 - 18.00</p>

  <a href="tel:+30442063636">(044) 206 36 36</a>

  <p class="red">Бош Авто Сервис и отдел запчастей</p>

  <p>пн-сб. 8.00 - 21.00, вс. 9.00 - 18.00</p>

  <a href="tel:+30442062626">(044) 206 26 26</a>

  <p class="red">Рихтовочно-малярный комплекс</p>

  <p>пн-вс. 9.00 - 18.00</p>

  <a href="tel:+380443319100">(044) 331 91 00</a>

  

  

  

  

  

  </div>

  <div id="fut">

  <img src="t_img/fut.jpg" width="100%" />

  

  </div>

  </div>

  

  </body>

  </html>