-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (141 loc) · 6.44 KB
/
index.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/buttons.css">
<script src="js/jquery-1.10.1.js"></script>
<script src="js/jquery.aw-showcase.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="header">
<div id="language-line">
<div id="language">
<span>RU</span>
<a href="">EN</a>
</div>
</div>
<div id="header-wrapper">
<div id="header-right-wrapper"></div>
</div>
</div>
<div class="center-wrapper">
<div id="logo">
<a href="" title="Agoris">
<img src="img/agoris.png" title="Agoris">
</a>
</div>
<div id="menu-wrapper">
<div id="menu-left-border"></div>
<ul id="menu">
<li class="active"><a href="">Главная</a></li>
<li><a href="tech.html">Технологии</a></li>
<li><a href="">Проекты</a></li>
<li><a href="products.html">Продукты</a></li>
<li><a href="">Техподдержка</a></li>
<li><a href="contacts.html">Контакты</a></li>
</ul>
</div>
</div>
<div id="content">
<div id="main-image-wrapper">
<div id="main-image">
</div>
</div>
<div id="showcase">
<div class="showcase-slide">
<div class="showcase-content">
<h2>There are many</h2>
<div class="text">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</div>
<a href="" class="button">Подробнее</a>
</div>
</div>
<div class="showcase-slide">
<div class="showcase-content">
<h2>There are many 2</h2>
<div class="text">2 The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</div>
<a href="" class="button">Подробнее</a>
</div>
</div>
<div class="showcase-slide">
<div class="showcase-content">
<h2>There are many 3</h2>
<div class="text">3 The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</div>
<a href="" class="button">Подробнее</a>
</div>
</div>
</div>
<div class="home-content">
<h2>Техподдержка</h2>
<div class="content">
<img src="img/img1.jpg" />
<h3><a href="">Connect Your Product</a></h3>
<div class="text">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution.
<br />
<a href="">Подробнее</a>
</div>
</div>
</div>
<div class="home-content">
<h2>Технологии</h2>
<div class="content">
<div class="text">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution.
<br />
<a href="">Подробнее</a>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-wrapper">
<div class="footer-block footer-block-first">
<h3><a href="">О нас</a></h3>
<div class="text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content.</div>
</div>
<div class="footer-block">
<h3><a href="">Презентация</a></h3>
<div class="text">It is a long established fact that a reader will be distracted by the readable content of a p</div>
<div id="download">
<a href="" id="png-icon">
<img src="img/png.png">
</a>
<a href="" class="button">
Скачать PDF (2Мб)
</a>
</div>
</div>
<div class="footer-block footer-block-contacts">
<h3><a href="">Контакты</a></h3>
<div id="phone">8 (495) 786-99-26</div>
<div id="email"><a href="">[email protected]</a></div>
</div>
<div class="footer-block footer-block-menu">
<ul id="footer-menu">
<li><a href="">Главная</a></li>
<li><a href="">Технологии</a></li>
<li><a href="">Проекты</a></li>
<li><a href="">Продукты</a></li>
<li><a href="">Поддержка</a></li>
<li><a href="">Техподдержка</a></li>
<li><a href="">Контакты</a></li>
</ul>
</div>
</div>
</div>
<div id="copyright">
<div id="copyright-wrapper">
<span>Agoris © 2013. Все права защищены</span>
</div>
</div>
</body>
</html>