-
Notifications
You must be signed in to change notification settings - Fork 0
/
partners.html
82 lines (79 loc) · 3.63 KB
/
partners.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
<!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>Документ без названия</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/jquery-1.9.1.js"></script>
<link href='http://fonts.googleapis.com/css?family=Play&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body style="font-family: 'Play', sans-serif; background-color: #FFF">
<div id="top" align="center">
<div align="left" style="width: 800px; height: 100px;">
<table>
<tr>
<td align="left"><a><img src="images/logo.png" /></a></td>
<td align="right" style="color: #000; padding-right: 15px">Контакты:<br />
<span style="padding-top: 10px">+7(903)184-69-54</span></td>
</tr>
<tr>
<td colspan="2"><img src="images/spacer.gif" width="920px" height="1px" /></td>
</tr>
</table>
</div>
<div id="topmenu" align="left">
<div class="content-container">
<div class="content clearfix">
<a href="index.html">
<div class="item item6 ">
<div class="header b6 ">Главная</div>
</div>
</a>
<a href="about.html">
<div class="item item1">
<div class="header b0 ">О нас</div>
</div>
</a>
<a rel="nofollow" href="services.html">
<div class="item item2">
<div class="header b1 ">Услуги</div>
</div>
</a>
<a rel="nofollow" href="gallery.html">
<div class="item item3">
<div class="header b2 ">Галлерея</div>
</div>
</a>
<a rel="nofollow" href="clients.html">
<div class="item item4">
<div class="header b3 ">Клиенты</div>
</div>
</a>
<a rel="nofollow" href="partners.html">
<div class="item item5 selected">
<div class="header b5 ">Партнеры</div>
</div>
</a>
<a rel="nofollow" href="contacts.html">
<div class="item item5">
<div class="header b4 ">Контакты</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div align="center" style="width:100%">
<div align="center" style="width:800px;margin-top:40px;margin-left:180px;">
<div style="float: left; width: 450px; height: 375px; background-color: #2650ff;">
<div align="left" style="margin-left: 30px; color: white; margin-top: 20px">
</div>
</div>
<div style="float: left; width: 300px; height: 500px;">
<img src="images/hands.jpg" width="300px" height="375px" />
</div>
</div>
</div>
</body>
</html>