-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (200 loc) · 11.1 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<html>
<head>
<title>Rubycon Development</title>
<link href="main.css?body=1" media="all" rel="stylesheet" type="text/css">
<script src="scripts/jquery-1.10.0.min.js?body=1" type="text/javascript"></script>
<script src="scripts/home.js?body=1" type="text/javascript"></script>
<script src="scripts/jquery.color.js?body=1" type="text/javascript"></script>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta content="authenticity_token" name="csrf-param">
<meta content="tNZYYEOzyvfCT76BbuksfLqUlLN+uLdEnH7I1vnqVek=" name="csrf-token">
</head>
<body>
<div class="container">
<div class="header-bg">
<div class="header-wrapper">
<div class="title">
<a href="">
<span class="tbold">RUBYCON</span>
<span class="tregular">DEVELOPMENT</span>
</a>
</div>
<div class="jobs">
<div class="jobs-clock">
<img alt="Jobs_clock" src="images/jobs_clock.png">
</div>
<div class="jobs-text">
Разыскивается
<a href="jobs.html#/frontEndDeveloper" class="job-link">Frontend разработчик</a>
<a href="jobs.html">Другие вакансии</a>
</div>
</div>
</div>
<div class="header">
<div class="header-top">
<div class="logo">
<div class="logo-gradient">
<img src="images/gradient.png">
</div>
<a href="">
<img alt="Logo" src="images/logo.png">
</a>
</div>
</div>
</div>
<div class="mid-title">
Разрабатываем и поддерживаем:
</div>
</div>
<div class="hexes-bg">
<div class="header-mid">
<div class="hexes">
<div class="green-hex">
<img alt="Green_hex" src="images/green_hex.png">
<div class="hex-text">
Сложные проекты
</div>
</div>
<div class="blue-hex">
<img alt="Blue_hex" src="images/blue_hex.png">
<div class="hex-text">
API для мобильных устройств
</div>
</div>
<div class="orange-hex">
<img alt="Orange_hex" src="images/orange_hex.png">
<div class="hex-text">
Мобильные приложения для iOS
</div>
</div>
</div>
</div>
</div>
<div class="techs-bg">
<div class="techs">
<div class="techs-header">
<div class="techs-ico">
<img alt="Techs_icon" src="images/techs_icon.png">
</div>
<div class="techs-header-text">
Готовые решения
</div>
</div>
<div class="techs-tags">
<a href="mailto:[email protected]?subject=Запрос на разработку сайта для туристической компании" class="tech-tag ruby" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">Сайт туристической компании <sup>от 500$</sup></a>
<a href="mailto:[email protected]?subject=Запрос на разработку интернет магазина" class="tech-tag db" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">Интернет магазин <sup>от 1000$</sup></a>
<br />
<br />
<a href="mailto:[email protected]?subject=Запрос на разработку информационного портала" class="tech-tag search" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">Информационный портал <sup>от 3500$</sup></a>
<a href="mailto:[email protected]?subject=Запрос на разработку мобильного приложения" class="tech-tag html" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">Мобильное приложение iOS / Android <sup>от 4000$</sup></a>
</div>
</div>
<div class="techs">
<div class="techs-header">
<div class="techs-ico">
<img alt="Techs_icon" src="images/techs_icon.png">
</div>
<div class="techs-header-text">
Ключевые технологии
</div>
</div>
<div class="techs-tags">
<a href="http://www.ruby-lang.org/en" class="tech-tag ruby" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">RUBY</a>
<a href="http://emberjs.com/" class="tech-tag js" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">EMBER.JS</a>
<a href="http://www.sinatrarb.com/" class="tech-tag ruby" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">SINATRA</a>
<a href="http://backbonejs.org/" class="tech-tag js" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">BACKBONE.JS</a>
<a href="http://haml.info/" class="tech-tag html" target="_blank">HAML</a>
<a href="http://rubyonrails.org/" class="tech-tag ruby" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">RUBY ON RAILS</a>
<a href="http://coffeescript.org/" class="tech-tag js" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">COFFEESCRIPT</a>
<a href="http://cloudstack.apache.org/" class="tech-tag web" target="_blank">CLOUDSTACK</a>
<a href="http://redis.io/" class="tech-tag db" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">REDIS</a>
<a href="http://sass-lang.com/" class="tech-tag html" target="_blank">SASS</a>
<a href="http://www.rubymotion.com/" class="tech-tag ruby" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">RUBYMOTION</a>
<a href="http://aws.amazon.com/" class="tech-tag web" target="_blank">AMAZON AWS</a>
<a href="http://www.postgresql.org/" class="tech-tag db" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">POSTGRESQL</a>
<a href="http://www.elasticsearch.org/" class="tech-tag search" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">ELASTICSEARCH</a>
<a href="https://www.heroku.com/" class="tech-tag web" target="_blank">HEROKU</a>
<a href="http://nodejs.org/" class="tech-tag js" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">NODE.JS</a>
<a href="http://www.mongodb.org/" class="tech-tag db" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">MONGODB</a>
<a href="http://sphinxsearch.com/" class="tech-tag search" style="background-color: rgb(255, 255, 255); color: rgb(167, 163, 170);" target="_blank">SPHINX</a>
</div>
</div>
</div>
<div class="clients-bg">
<div class="clients">
<div class="clients-header">
<div class="clients-ico">
<img alt="Clients_icon" src="images/clients_icon.png">
</div>
<div class="clients-header-text">
Клиенты
</div>
</div>
<div class="clients-logos">
<a href="http://dev.by" target="_blank" class="client-logo"><img alt="Devby-ico" src="images/devby-ico.png"></a>
<a href="http://panda-travel.by" target="_blank" class="client-logo"><img alt="Panda-ico" src="images/panda-ico.png"></a>
<a href="http://mo.dev.by" target="_blank" class="client-logo"><img alt="Phone-ico" src="images/phone-ico.png"></a>
<a href="http://lecitron.ru" target="_blank" class="client-logo"><img alt="Lecitron-ico" src="images/lecitron-ico.png"></a>
<a href="http://www.active.by" target="_blank" class="client-logo"><img alt="Activecloud-ico" src="images/activecloud-ico.png"></a>
<a href="http://galar-expo.by" target="_blank" class="client-logo"><img alt="Expo-ico" src="images/expo-ico.png"></a>
<br/>
<a href="http://handmadefood.ru" target="_blank" class="client-logo"><img alt="Hand-ico" src="images/handmadefood-ico.png"></a>
<a href="http://www.mtv.com" target="_blank" class="client-logo"><img alt="Mtv-ico" src="images/mtv-ico.png"></a>
<a href="http://www.gripebox.com" target="_blank" class="client-logo"><img alt="Gritebox-ico" src="images/gritebox-ico.png"></a>
<a href="http://www.clickandtravel.ru" target="_blank" class="client-logo"><img alt="Click-ico" src="images/click-ico.png"></a>
<a href="http://workdone.ru" target="_blank" class="client-logo"><img alt="Workdone_ico" src="images/workdone_ico.png"></a>
</div>
</div>
</div>
<div class="footer-bg">
<div class="shadow"></div>
<div class="footer">
<div class="contacts">
<div class="phones">
<div class="phone-icon">
<img alt="Phone_icon" src="images/phone_icon.png">
</div>
<div class="phone-number">
+ 375 (29)
<span class="main">777 88 13</span>
</div>
<div class="mail-icon">
<a href="mailto:[email protected]">
<img alt="Mail-icon" src="images/mail-icon.png">
</a>
</div>
<div class="email">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter22322869 = new Ya.Metrika({id:22322869,
webvisor:true,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/22322869" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>