-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
103 lines (96 loc) · 5.43 KB
/
about.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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 rel='stylesheet' href='style.css' />
<style type="text/css">
</style>
<script type="text/javascript">
$(function () {
})
</script>
<title>INGAJET-О нас!</title>
</head>
<body style="font-family: 'Play', sans-serif; background-image:url('images/fon.jpg');background-repeat:no-repeat;">
<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: #a4a4a4; 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 selected">
<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">
<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="width:800px;height:120px;background-image:url(images/fon.jpeg)">
</div>
<div style="margin-top:20px">
<div style="float: left; width: 600px; height: 500px;font-weight:100;">
<div align="left" style="margin-left: 30px; color: #a4a4a4; margin-top: 20px">
<div style="color: #00BFF3;font-size: 20px;font-weight: bold;margin-bottom:20px">Кто мы есть</div>
<div style="float:left;">•</div><div class="item-style">Нам удалось достичь успеха потому, что мы всегда старались быть ни на кого непохожими. <a class="white-color-href" href="gallery.html">ГАЛЕРЕЯ</a>
</div>
<div style="float:left;">•</div><div class="item-style">Мы выделяемся на общем плане. <a class="white-color-href" href="contacts.html">КОНТАКТЫ</a></div>
<div style="float:left;">•</div><div class="item-style">Эксцентричность не считается недостатком.
Экстравагантность убивает индивидуальность. <a class="white-color-href" href="partners.html">ПАРТНЕРЫ</a></div>
<div style="float:left;">•</div><div class="item-style">У нас совершенно обычная компания именно это ее делает такой особенной. <a class="white-color-href" href="services.html">УСЛУГИ</a></div>
<div style="float:left;">•</div><div class="item-style">Великое искусство во все эпохи носило коммерчески характер: лучшие произведения художников возрождения были созданы по заказу могущественных покровителей.... <a class="white-color-href" href="clients.html">КЛИЕНТЫ</a>.</div>
</div>
</div>
<div style="float: left; width:200px; height: 500px;margin-top:30px">
<img src="images/Cake.jpg" width="200px" height="250px" />
</div>
</div>
</div>
</div>
</body>
</html>