-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobileapp.html
353 lines (313 loc) · 12.7 KB
/
mobileapp.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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE HTML>
<html>
<head>
<title>Eventure the tech events agency</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--[if lte IE 8]>
<script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ie8.css"/><![endif]-->
<!--Price Style -->
<link rel="stylesheet" href="assets/css/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<!-- <style type="text/css">
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#big-video-vid {
display: none;
}
#header-wrapper {
background: url("images/banner.jpg") center center;
background-size: cover;
}
}
</style>
<body class="homepage">
<div id="big-video-vid" style="position: absolute; overflow: hidden; width: 100%;">
<video autoplay="autoplay" src="assets/video/video.mp4" style="width:100%"></video>
</div>
<div id="page-wrapper"> -->
<!-- Header -->
<div id="header-wrapper" class="wrapper">
<div id="header">
<!-- Logo -->
<style type="text/css">
h1 a {
font-size: 3em;
font-weight: normal;
cursor: pointer;
text-shadow: 0 0 20px transparent;
color: rgba(0, 0, 0, 0.64);
animation: shadows 10s infinite ease-in;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
h1 a {
font-size: 2em;
}
}
h1 a:hover {
/*text-shadow: 0 0 0 #333;*/
}
@keyframes shadows {
5% {
text-shadow: 0 0px 1px hsl(4%, 69%, 66%, 0.4);
}
10% {
text-shadow: 0 0px 1px white;
}
60% {
text-shadow: 0 0px 1px white;
}
90% {
text-shadow: 0 30px 40px transparent;
}
}
.plus {
background-color: #D7D9D7;
/*text-decoration-line: underline;*/
/*text-decoration-style: wavy;*/
text-decoration-color: #666;
}
</style>
<div id="logo">
<h1><a href="index.html">Eventuer</a></h1>
<p style="color:#E26963;">Организация мероприятий для хай-тек компаний</p>
</div>
<!-- Nav -->
<nav id="nav" >
<ul>
<li class="current"><a href="index.html">Главная</a></li>
<li><a href="index.html#whatwedo">Что мы делаем</a></li>
<li><a href="index.html#howmuch">Сколько стоит</a></li>
<li>
<a href="#">Дополнительно</a>
<ul>
<li><a href="wifi.html">Wi-Fi сеть на мероприятии</a></li>
<li><a href="media.html">Фото и видеосъемка</a></li>
<li><a href="food.html">Кейтеринг</a></li>
<li><a href="gifts.html">Брендированные сувениры</a></li>
<li><a href="community.html">Организация сообществ</a></li>
<li><a href="mobileapp.html">Мобильное приложение</a></li>
<li><a href="telegrambot.html">Telegram Bot</a></li>
<li><a href="tvpanel.html">Информационные экраны</a></li>
<!-- <li><a href="#">Sed consequat</a>
<ul>
<li><a href="#">Сколько стоит</a></li>
<li><a href="#">Почему</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam nisl</a></li>
<li><a href="#">Sed feugiat</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="index.html#connect">Связаться</a></li>
<li><a href="http://blog.eventuer.com">Блог</a></li>
</ul>
</nav>
</div>
</div>
<!-- Intro -->
<div id="intro-wrapper" class="wrapper style1">
<div class="title">Мобильное приложение</div>
<section id="intro" class="container">
<p class="style1">Фирменное мобильное приложение, посвященное мероприятию, поможет ваши гостям наладить общение, а вам
получть инофрмацию о каждом пользователе и инструмент прямого общения<br><br>
</p>
<ul class="actions">
<li><a href="#" class="js-order button style3 big">Заказать</a></li>
</ul>
</section>
</div>
<!-- Main -->
<!-- <div class="wrapper style3 prices">
<div class="title">Сколько стоит</div>
<div id="main" class="container">
<h3 style="text-align: center;">Создание персонального мобильного приложения - от 250 000 ₽</h3>
<p style="text-align: center; line-height: 2;">Мобильное приложение созданное с учетом ваших пожеланий</p> <br>
<h3 style="text-align: center;">Создание брендированного мобильного приложения - от 60 000 ₽</h3>
<p style="text-align: center; line-height: 2;">Готовое приложение, брендированное под вашу компанию или мероприятие</p>
</div>
</div> -->
<div id="modal">
<div class="modal-wrapper">
</div>
<form id="modal-form" method="post" action="#">
<div class="row 50%">
<div class="js-offer">
</div>
<div class="12u 12u(mobile)">
<input type="text" name="name" id="modal-contact-name" placeholder="Имя">
</div>
<div class="12u 12u(mobile)">
<input type="text" name="email" id="modal-contact-email" placeholder="Телефон или Email">
</div>
</div>
<div class="row">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="js-modal-send style1" value="Заказать"></li>
</ul>
</div>
</div>
</form>
<div id="thanks">
Всё получилось! Мы свяжемся с вами в ближайшее время!
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper" class="wrapper">
<!-- <div class="title">Связаться</div> -->
<div id="footer" class="container">
<header class="style1">
<h2>Вы в одном шаге от Вашей лучшей конференции</h2>
<p>
Мы умеем проводить ИТ мероприятия, не задавая лишних вопросов.<br/>
Свяжитесь с нами удобным для вас способом. Остальное - наша забота!
</p>
</header>
<hr/>
<div class="row 150%">
<div class="6u 12u(mobile)">
<!-- Contact Form -->
<section>
<script id="bx24_form_inline" data-skip-moving="true">
(function(w,d,u,b){w['Bitrix24FormObject']=b;w[b] = w[b] || function(){arguments[0].ref=u;
(w[b].forms=w[b].forms||[]).push(arguments[0])};
if(w[b]['forms']) return;
s=d.createElement('script');r=1*new Date();s.async=1;s.src=u+'?'+r;
h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
})(window,document,'https://itevents.bitrix24.ru/bitrix/js/crm/form_loader.js','b24form');
b24form({"id":"7","lang":"ru","sec":"np2spf","type":"inline"});
</script>
<!-- <form id="contact-form" method="post" action="#">
<div class="row 50%">
<div class="6u 12u(mobile)">
<input type="text" name="name" id="contact-name" placeholder="Имя"/>
</div>
<div class="6u 12u(mobile)">
<input type="text" name="email" id="contact-email" placeholder="Email"/>
</div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="message" id="contact-message" placeholder="Сообщение" rows="4"></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="style1 js-form-send" value="Отправить"/></li>
<li><input type="reset" class="style2" value="Очистить"/></li>
</ul>
</div>
</div>
</form> -->
</section>
</div>
<div class="6u 12u(mobile)">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-home">Контакты</h3>
<p>
191186, <br>
Россия, СПб<br/>
наб. реки Мойки, 61, 223
</p>
</section>
</div>
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-comment">Social</h3>
<p>
<a href="https://t.me/shargorodsky">Telegram</a><br/>
<a href="#">Linkedin</a><br/>
<a href="#">Facebook</a>
</p>
</section>
</div>
</div>
<div class="row">
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-envelope">Email</h3>
<p>
<a href="mailto:[email protected]?subject=Хочу провести мероприятие">[email protected]</a>
</p>
</section>
</div>
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-phone">Телефон</h3>
<p>
<a href="tel:+78123099885">+7 812 309 9885</a>
</p>
</section>
</div>
</div>
</section>
</div>
</div>
<hr/>
</div>
<div id="copyright">
<ul>
<li>© Eventuer, the tech events agency.
</li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function(d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter45757269 = new Ya.Metrika({
id: 45757269,
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: 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 = "https://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="https://mc.yandex.ru/watch/45757269" style="position:absolute; left:-9999px;" alt=""/></div>
</noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>