-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
109 lines (107 loc) · 4.91 KB
/
services.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>INGAJET-Услуги.</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 selected">
<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="float: left; width: 400px; height: 375px; background-color: #fee800;">
<div align="left" style="margin-left: 30px; color: black; margin-top: 20px">
<div style="float:left;">•</div><div class="item-style">
Корпоративные мероприятия
</br>
<span style="margin-left:25px;">внутренний корпоратив</span>
</br>
<span style="margin-left:25px;">тимбилдинг</span>
</div>
<div style="float:left;">•</div><div class="item-style">
Деловые
</br>
<span style="margin-left:25px;">конференции и семинары</span>
</br>
<span style="margin-left:25px;">клиентские</span>
</div>
<div style="float:left;">•</div>
<div class="item-style">
Маркетинговые
</br>
<span style="margin-left:25px;">btl и акции</span>
</br>
<span style="margin-left:25px;">открытия</span>
</br>
<span style="margin-left:25px;">поддержка бренда</span>
</div>
<div style="float:left;">•</div>
<div class="item-style">
Выездные мероприятия Mice, incentive
</div>
</div>
</div>
<div style="float: left; width: 350px; height: 500px;">
<img src="images/serv.jpg" width="350px" height="375px" />
</div>
</div>
</div>
</body>
</html>