-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (215 loc) · 11 KB
/
index.html
File metadata and controls
223 lines (215 loc) · 11 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Financier</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="plugin/bootstrap-4.0.0-beta/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="plugin/Swiper-master/dist/css/swiper.min.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/mediaQueries.min.css">
</head>
<body>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<section class="banner" id="banner">
<div class="dark-layer"></div>
<div class="container-wrap full-height">
<div class="container full-height">
<section class="row align-items-center full-height">
<div class="headings">
<h1 class="banner__title">Financier</h1>
<p class="banner__text">
Приложение для тех, кто хочет держать свои финансы под контролем. Теперь вы сможете следить за тратами, формировать бюджет и всегда быть в курсе того, сколько у вас имеется сбережений.
</p>
<p class="banner__quote">Узнайте, на что уходят ваши деньги.</p>
<div class="row">
<div class="col-6">
<button class="btn-os btn-os-andr" data-os="android">Android</button>
</div>
<div class="col-6">
<button class="btn-os btn-os-ios" data-os="ios">IOS</button>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
</div>
<div class="swiper-slide">
<section class="automation" id="automation">
<div class="container automation__wrap">
<section class="row full-height align-items-center">
<div class="col-12">
<div class="features__item">
<h2 class="features__item-title text-center">
Автоматизация
</h2>
<div class="features__item-icn-wrap">
<img src="img/avtomatizatsiya.png" alt="" class="features__item-icn">
</div>
<p class="features__item-text text-center">
Автоматически распознаём ваши расходы. Больше не нужно заполнять ежедневные расходы на транспорт и т.д.
</p>
<p class="features__item-text-sec text-center">
Ответьте один раз на вопросы при первом запуске и приложение само добавит расходы на общественный транспорт, предложит добавить расходы при посещении супермаркета или сфотографировать чек
</p>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="swiper-slide">
<section class="features" id="features">
<div class="container full-height align-items-center">
<section class="row">
<h1 class="features__title text-center col-sm-12">Возможности</h1>
</section>
<section class="row justify-content-center">
<div class="col-sm-6 col-md-4">
<div class="features__item">
<div class="features__item-icn-wrap">
<img src="img/icn-sync.svg" alt="" class="features__item-icn">
</div>
<h2 class="features__item-title text-center">
Синхронизация
</h2>
<p class="features__item-text text-center">
Просматривайте данные на любом устройстве через свой аккаунт.
</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="features__item">
<div class="features__item-icn-wrap">
<img src="img/locked.svg" alt="" class="features__item-icn">
</div>
<h2 class="features__item-title text-center">
Защита
</h2>
<p class="features__item-text text-center">
Получайте уведомления на почту о каждом входе в ваш аккаунт или просмотре ваших данных.
</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="features__item">
<div class="features__item-icn-wrap">
<img src="img/puzzle.svg" alt="" class="features__item-icn">
</div>
<h2 class="features__item-title text-center">
Шаблоны
</h2>
<p class="features__item-text text-center">
Вносите траты быстро и легко создавая шаблоны для частых покупок
</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="features__item">
<div class="features__item-icn-wrap">
<img src="img/bars.svg" alt="" class="features__item-icn">
</div>
<h2 class="features__item-title text-center">
Статистка
</h2>
<p class="features__item-text text-center">
Просматривайте статистику расходов за любой период.
</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="features__item">
<div class="features__item-icn-wrap">
<img src="img/notification.svg" alt="" class="features__item-icn">
</div>
<h2 class="features__item-title text-center">
Напоминания
</h2>
<p class="features__item-text text-center">
Не забудьте вовремя оплатить счета или кредит.
</p>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="swiper-slide">
<section class="contacts" id="contacts">
<div class="container-wrap full-height">
<div class="container full-height align-items-center display-flex">
<div class="col-12">
<section class="row">
<h2 class="contacts__title text-center col-sm-12">Оставьте ваши данные и мы отправим вам ссылку на бета-тест</h2>
</section>
<form action="php/contactsForm.php" id="contactsForm">
<section class="row">
<div class="col-sm-6">
<div class="contacts__input-wrap">
<input name="name" type="text" class="contacts__input" placeholder="Имя *" required>
</div>
<div class="contacts__input-wrap">
<input name="email" type="email" class="contacts__input" placeholder="E-mail *" required>
</div>
<div class="contacts__input-wrap">
<input name="tel" type="tel" class="contacts__input" placeholder="Телефон">
</div>
</div>
<div class="col-sm-6">
<div class="contacts__input-wrap full-height text-center">
<textarea name="comments" class="contacts__input full-height" placeholder="Комментарий"></textarea>
<button type="submit" class="contacts__submit">
<svg class="contacts__submit-img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<g>
<path d="M509.532,34.999c-2.292-2.233-5.678-2.924-8.658-1.764L5.213,225.734c-2.946,1.144-4.967,3.883-5.192,7.034 c-0.225,3.151,1.386,6.149,4.138,7.7l102.719,57.875l35.651,174.259c0.222,1.232,0.723,2.379,1.442,3.364 c0.072,0.099,0.131,0.175,0.191,0.251c1.256,1.571,3.037,2.668,5.113,3c0.265,0.042,0.531,0.072,0.795,0.088 c0.171,0.011,0.341,0.016,0.511,0.016c1.559,0,3.036-0.445,4.295-1.228c0.426-0.264,0.831-0.569,1.207-0.915 c0.117-0.108,0.219-0.205,0.318-0.306l77.323-77.52c3.186-3.195,3.18-8.369-0.015-11.555c-3.198-3.188-8.368-3.18-11.555,0.015 l-60.739,60.894l13.124-112.394l185.495,101.814c1.868,1.02,3.944,1.239,5.846,0.78c0.209-0.051,0.4-0.105,0.589-0.166 c1.878-0.609,3.526-1.877,4.574-3.697c0.053-0.094,0.1-0.179,0.146-0.264c0.212-0.404,0.382-0.8,0.517-1.202L511.521,43.608 C512.6,40.596,511.824,37.23,509.532,34.999z M27.232,234.712L432.364,77.371l-318.521,206.14L27.232,234.712z M162.72,316.936 c-0.764,0.613-1.429,1.374-1.949,2.267c-0.068,0.117-0.132,0.235-0.194,0.354c-0.496,0.959-0.784,1.972-0.879,2.986L148.365,419.6 l-25.107-122.718l275.105-178.042L162.72,316.936z M359.507,419.195l-177.284-97.307L485.928,66.574L359.507,419.195z" />
</g>
</svg>
</button>
</div>
</div>
</section>
</form>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<div class="modal__wrap">
<div class="modal">
<form action="php/modal.php" id="modalForm">
<h2 class="modal__title text-center col-sm-12">Оставьте ваши данные и мы отправим вам ссылку на бета-тест</h2>
<input name="email" type="email" class="modal__input" placeholder="E-mail *" required />
<input type="hidden" name="os" id="modalOs" />
<div class="col-sm-12">
<button type="submit" class="modal__submit">Отправить</button>
</div>
</form>
<div class="modal__close">×</div>
</div>
</div>
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter46289184 = new Ya.Metrika({ id:46289184, 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 = "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/46289184" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108143591-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108143591-1');
</script>
<script src="js/jquery-2.2.4.min.js"></script>
<script src="plugin/Swiper-master/dist/js/swiper.min.js"></script>
<!-- <script src="plugin/bootstrap-4.0.0-beta/js/bootstrap.min.js"></script>-->
<script src="js/script.min.js"></script>
</body>
</html>