-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (156 loc) · 8.88 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MGTSK</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="./styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<main class="app-container">
<div class="app-particles">
<canvas></canvas>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-11 col-xs-offset-1">
<div class="logo">
<img src="./mgtsk.svg" alt="mgtsk">
</div>
</div>
</div>
<div class="row app-content">
<!--left side-->
<div class="col-xs-10 col-xs-offset-1 col-md-5 col-md-offset-1">
<h2 class="section-header">Формируем воронку продаж</h2>
<p class="app-goals">
Увеличиваем конверсию в продажах за счет интеграций источников
лидогенерации и улучшаем логику доставки клиентов в вашу CRM.
</p>
<section class="call-form">
<form id="call-back-form">
<span class="call-form__title">Отправить запрос на интеграцию</span>
<div class="contact-phone">
<input class="pretty-input"
type="tel"
id="phone"
name="phone"
placeholder="Ваш контактный телефон"/>
</div>
<div class="call-form__submit">
<button class="button_disabled_yes" disabled>ОТПРАВИТЬ</button>
</div>
</form>
</section>
</div>
<!--right side-->
<div class="calc-section col-xs-10 col-xs-offset-1 col-md-5 col-md-offset-1">
<h2 class="section-header">Калькулятор эффективности</h2>
<div class="calc">
<div class="calc-inputs">
<div class="calc-inputs__controls">
<input id="requests"
class="pretty-input"
type="number"
onkeypress="return event.charCode >= 48"
min="0"
placeholder="0">
</div>
<div class="calc-inputs__controls">
<input id="conversion"
class="pretty-input"
type="number"
onkeypress="return event.charCode >= 48"
min="0"
placeholder="0">
</div>
<div class="calc-inputs__controls calc-inputs__controls_prediction smooth-text">
<p>
Прогноз продаж: <span id="salesResult"></span> заявки
</p>
</div>
</div>
<div class="calc-inputs-labels">
<div class="calc-inputs-labels__text smooth-text">
<p>Обращений в месяц</p>
</div>
<div class="calc-inputs-labels__text smooth-text">
<p>Средняя конверсия в %</p>
</div>
</div>
</div>
<div class="client-prediction">
<h2>
<span class="client-prediction__count">
+ <span id="profitResult">4</span>
</span>
<span>клиента</span>
</h2>
</div>
<div class="smooth-text">
<span>Прогноз дополнительных продаж</span>
</div>
<div class="addition">
<div>
<span class="addition__title">Дополнительно</span>
</div>
<div class="addition__controls-container">
<div class="addition__controls">
<input id="requestCost"
class="pretty-input"
type="number"
onkeypress="return event.charCode >= 48"
min="0"
placeholder="0">
</div>
<div class="addition__controls addition__controls_prediction">
<p class="smooth-text">
Текущая стоимость заказа: <span id="currentCost"></span> у.е.
</p>
</div>
</div>
<div class="addition__controls-label smooth-text">
<div>Стоимость одного</div>
<div>обращения в у.е.</div>
</div>
</div>
<div class="order-down-price">
<div class="order-down-prediction">
<h2>
<span class="order-down-prediction__count">
- <span id="downCost"></span>
</span>
<span>у.е.</span>
</h2>
</div>
<div class="smooth-text">
<div>Снижение стоимости</div>
<div>заказа</div>
</div>
</div>
</div>
</div>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.10/jquery.mask.min.js"></script>
<script src="./background.js"></script>
<script src="./callBackPhone.js"></script>
<script src="./calculator.js"></script>
</body>
</html>