-
Notifications
You must be signed in to change notification settings - Fork 0
/
calculator.html
262 lines (221 loc) · 9.55 KB
/
calculator.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bird Feeder Pro</title>
<meta name="description" content="Bird feeder smart purchase. Buy a window feeder for birds. AI birdfeeder. Intelligent bird feeder for my window sill. Bird feeder with camera and motion detector. Detect a bird and take a photo. Shoot a video of your birds visiting your bird feeder.">
<meta http-equiv="ScreenOrientation" content="autoRotate:disabled">
<!-- Open Graph test -->
<meta property="og:title" content="Smart bird feeder with a camera and motion detector to post your bird videos to telegram"/>
<meta property="og:type" content="website" />
<meta property="og:url" content= "https://birdfeeder.pro/" />
<meta property="og:description" content="You can purchase a smart bird feeder with a camera and a motion detector posting to your feed."/>
<meta property="og:site_name" content="Birdfeeder.pro is a platform to purchase your new smart bird feeder."/>
<meta property="og:image" content="https://birdfeeder.pro/img/share_imm.jpg"/>
<!-- Open Graph END -->
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/normalize.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js" integrity="sha256-xNjb53/rY+WmG+4L6tTl9m6PpqknWZvRt0rO1SRnJzw=" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/12100a7f0e.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@15/dist/smooth-scroll.polyfills.min.js"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJDGHZB');</script>
<!-- End Google Tag Manager -->
<script src="https://www.google.com/recaptcha/api.js?render=6LfVWiweAAAAAPQCvr97ECnuGwzEMWbrpNBR3w2m"></script>
</head>
<body>
<div class="page-1-payment">
<header class="logo_desktop">
<a href="index.html"><img class="utilite-full logo-size" src="img/team_logo_white.png"></a>
<a href="index.html" class="logo-text link-dec"><p class="logo-p-white">Bird Feeder Pro</p></a>
<div class="social_desktop">
<a href="http://t.me/birdfeeder.pro" target="_blank"><img class="utilite-full social-logo social-logo-dark" src="img/telegram_logo_white.png"></a>
</div>
</header>
<!-- <div class="row item-right">
<p>
<a class="lang_none_on_color" href="index.html">РУС</a> / <a class="lang_active_on_color" href="index-eng.html">ENG</a>
</p>
</div>
-->
<div class="container">
<div class="row">
<h2 class="payment-tit">Order your feeder</h2>
</div>
</div>
</div>
<!-- CALCULATOR CALCULATOR CALCULATOR CALCULATOR CALCULATOR -->
<div id="canvas" class="container group calculator">
<div id="primaryContent" class="group">
<form class="cart" id="cart_custom">
<fieldset id="product-summary">
<div class="row">
<div class="six col min-box">
<h3>1. Manual for self-construction</h3>
<p>Price: $180</p>
<hr class="minhr">
</div>
<div class="six col">
<h3>2. Manual for self-construction</h3>
<p>Price: free</p>
<hr class="minhr">
</div>
</div>
<hr class="maxhr">
<div class="row">
<div class="six col">
<h3>3. Basic bird feeder</h3>
<div class="row row4">
<div class="nine col">
<p>Bird feeder lite <br>Price: $200</p>
</div>
<div class="three col">
<label for="bs0">Count: </label>
<input type="number" name="bs0" id="bs0" class="input-num" min="0" placeholder="0" size="3" >
</div>
</div>
<div class="row row4">
<div class="nine col">
<p>Bird feeder pro<br>Price: $500</p>
</div>
<div class="three col">
<label for="bs1">Count: </label>
<input type="number" name="bs1" id="bs1" class="input-num" min="0" placeholder="0" size="3" >
</div>
</div>
<hr class="minhr">
</div>
<div class="six col">
<h3>4. Shipping</h3>
<div class="row method">
<div class="two col point-block">
<input type="radio" name="ship" value="nomail" id="method-nomail" class="point-check">
</div>
<div class="ten col point-text-block">
<label for="method-nomail">U.S. only <br>by mail</label><br>
</div>
</div>
<div class="row method">
<div class="two col point-block">
<input type="radio" name="ship" value="fedex" id="method-fedex" class="point-check">
</div>
<div class="ten col point-text-block">
<label for="method-fedex">Express shipping<br> Price: $110</label><br>
</div>
</div>
<div class="row method">
<div class="two col point-block">
<input type="radio" name="ship" value="fedex2" id="method-fedex2" class="point-check">
</div>
<div class="ten col point-text-block">
<label for="method-fedex">International shipping <br> Price: $220</label><br>
</div>
</div>
<hr class="minhr">
</div>
</div>
<hr class="maxhr">
<div class="row">
<h3>5. Package</h3>
<div class="row method">
<div class="two col point-block">
<input type="radio" name="sup" value="nosup" id="method-nosup" class="point-check-sup">
</div>
<div class="ten col point-text-block">
<label for="method-nosup">Birdfeeder Lite</label><br>
</div>
</div>
<div class="row method">
<div class="two col point-block">
<input type="radio" name="sup" value="supmin" id="method-supmin" class="point-check-sup">
</div>
<div class="ten col point-text-block">
<label for="method-supmin">Birdfeeder Basic</label><br>
</div>
</div>
<div class="row method">
<div class="two col point-block">
<input type="radio" name="sup" value="supmax" id="method-supmax" class="point-check-sup">
</div>
<div class="ten col point-text-block">
<label for="method-supmax">Birdfeeder Pro</label><br>
</div>
</div>
</div>
</fieldset>
<div class="row">
<h3> <label for="btn_estimate">Total price:</label></h3>
</div>
<div class="group col2 calc row">
<div class="btn_estimate_div">
<input type="submit" value="Checkout" id="btn_estimate" class="btn_estimate_block">
</div>
<div class="btn_estimate_div">
<input id="total_estimate" disabled="true" type="text" name="total" class="btn_estimate_block">
</div>
<div id="results">
</div>
<p class="item-center"> <small> This proposal does not constitute an offer, the prices are subject to change.</small></p>
<br>
</div>
</form>
</div>
</div>
<div class="page-9">
<div class="row">
<div class="three col logotype-block-bot">
<a href="index.html" class="link-dec"><p class="logotype-text-bot">Bird Feeder Pro Team</p></a>
<a href="index.html"><img class="utilite-full logotype-size-bot" src="img/team_logo_white.png"></a>
</div>
<div class="six col page-link">
<a href="termsofuse.html" target="_blank">Terms of use</a> <br>
<a href="policy.html" target="_blank">Policy</a> <br>
<a href="personal.html" target="_blank">Personal</a> <br>
</div>
<div class="three col contacts">
<p class="white">
Contact us: <br>
<a href="mailto:[email protected]">[email protected]</a>
<br> <a href="https://t.me/birdfeeder.pro">telegram</a>
</p>
</div>
</div>
</div>
<script>
var scroll = new SmoothScroll('a[href*="#"]', {
speed: 500
});
</script>
</body>
<script src="script.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(75855292, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/75855292" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</html>