-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstock-buy.html
528 lines (521 loc) · 25 KB
/
stock-buy.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" />
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<header class="header header_dark-brown">
<a href="" class="header__burger burger-btn">
<span></span>
<span></span>
<span></span>
</a>
<div class="header__nav">
<div class="header__nav-item">
<a href="" class="header__nav-link">
Auctions
</a>
<div class="header__sub-nav">
<a href="" class="header__sub-nav-link">
Upcomming auctions
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Past auctions
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Condition of sale
<i class="mdi mdi-arrow-right"></i>
</a>
</div>
</div>
<div class="header__nav-item">
<a href="" class="header__nav-link">
Services
</a>
<div class="header__sub-nav">
<a href="" class="header__sub-nav-link">
Sell your watch
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Sell on auction
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Collection managment
<i class="mdi mdi-arrow-right"></i>
</a>
</div>
</div>
<div class="header__nav-item">
<a href="" class="header__nav-link">
Contacts
</a>
</div>
</div>
<a href="" class="header__logo">
<img class="header__logo_blue" src="svg/head-logo.svg" alt="">
<img class="header__logo_white" src="svg/head-logo-white.svg" alt="">
</a>
<div class="header__buttons">
<div class="c-dropdown header__currency">
<a href="" class="c-dropdown__button header__currency-btn">
<span class="flag-icon flag-icon-ch"></span>
<strong>CHF</strong>
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="c-dropdown__list">
<div class="c-dropdown__scroll">
<a href="" class="c-dropdown__link">
<span class="flag-icon flag-icon-ch"></span>
CHF
</a>
<a href="" class="c-dropdown__link">
<span class="flag-icon flag-icon-us"></span>
USD
</a>
<a href="" class="c-dropdown__link">
<span class="flag-icon flag-icon-eu"></span>
EUR
</a>
</div>
</div>
</div>
<a href="" id="SearchOpen" class="header__button">
<i class="mdi mdi-magnify"></i>
</a>
<a href="" class="header__button">
<i class="mdi mdi-heart-outline"></i>
<small>3</small>
</a>
<div class="c-dropdown">
<a href="#" class="c-dropdown__button account-drop">
<i class="mdi mdi-account-outline"></i>
<span>[email protected] <i class="mdi mdi-chevron-down"></i></span>
</a>
<div class="c-dropdown__list c-dropdown__list_right">
<div class="c-dropdown__scroll">
<a href="" class="c-dropdown__link">
Profile
</a>
<a href="" class="c-dropdown__link">
My Bids
</a>
<a href="" class="c-dropdown__link">
Payment
</a>
<a href="" class="c-dropdown__link">
Invoices
</a>
<a href="" class="c-dropdown__link grey-text">
Logout
</a>
</div>
</div>
</div>
</div>
<div class="header__search">
<div class="container">
<div class="header__search-form">
<input type="text" placeholder=" Search for a specific lot">
<a href="" id="SearchClose">
<i class="mdi mdi-close"></i>
</a>
</div>
</div>
</div>
</header>
<div class="mobile-menu">
<div class="mobile-menu__aside">
<div class="mobile-menu__body">
<div class="mobile-menu__nav">
<a href="" class="mobile-menu__link">Auctions</a>
<a href="" class="mobile-menu__link mobile-menu__link_sub">
Services
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="mobile-menu__sub-nav">
<a href="" class="mobile-menu__link">Sell watch</a>
<a href="" class="mobile-menu__link">Consign watch</a>
<a href="" class="mobile-menu__link">Collector Service</a>
</div>
<a href="" class="mobile-menu__link">Contacts</a>
</div>
<div class="mobile-menu__select">
<select name="" id="">
<option value="">EUR</option>
<option value="">USD</option>
</select>
<i class="mdi mdi-chevron-down"></i>
</div>
</div>
<div class="mobile-menu__footer">
<div class="c-dropdown">
<a href="#" class="c-dropdown__button account-drop">
[email protected] <i class="mdi mdi-chevron-down"></i>
</a>
<div class="c-dropdown__list c-dropdown__list_position-top">
<div class="c-dropdown__scroll">
<a href="" class="c-dropdown__link">
Profile
</a>
<a href="" class="c-dropdown__link">
My Bids
</a>
<a href="" class="c-dropdown__link">
Payment
</a>
<a href="" class="c-dropdown__link">
Invoices
</a>
<a href="" class="c-dropdown__link grey-text">
Logout
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<main class="content">
<div class="ineichen-invest-banner ineichen-invest-banner_stocks">
<div class="container">
<h1 class="ineichen-invest-title">
66 lots of 0,5% <span>(33% total)</span> <br>
of Inechen Zurch AG
</h1>
<p class="ineichen-invest-subtitle">
Buy one lot or all <br>
Make the best offer & win
</p>
<div class="ineichen-stoks-sell-start">
<div class="ineichen-stoks-sell-start__buttons">
<a href=""
class="c-button c-button_america c-button_milk-white c-button_medium c-button_filled c-button_full">detailed
business plan</a>
<a href=""
class="c-button c-button_america c-button_milk-white c-button_medium c-button_filled c-button_full">Presentation</a>
<a href=""
class="c-button c-button_america c-button_milk-white c-button_medium c-button_filled c-button_full">RULES
& CONDITIONS</a>
</div>
<div class="ineichen-stoks-sell-start__info">
<p>
May’22 the first <b>0,5%</b> <br>
was sold for <b>CHF 210 000</b>
</p>
<div class="ineichen-invest-start-sell-counter">
<span>64</span> d <span>23</span> h <span>58</span> m <span>21</span> s
</div>
<span>Left to make your offer</span>
</div>
</div>
</div>
</div>
<div class="land-section land-section_milk-white">
<div class="container">
<div class="ineichen-stoks-range">
<div class="range-slider">
<div id="tooltip"></div>
<input id="range" type="range" step="1" value="33" min="1" max="66">
</div>
</div>
<div class="ineichen-stoks-calculate">
<div class="ineichen-stoks-calculate__share">
<strong>YOUR SHARE</strong>
<b>11,5%</b>
</div>
<div class="ineichen-stoks-calculate__price">
<strong>EVALUATION PRICE</strong>
<b>CHF 4 830 000</b>
</div>
<div class="ineichen-stoks-calculate__offer">
<strong>YOUR OFFER</strong>
<b>CHF <div class="ineichen-stoks-calculate__input"><input type="text"></div></b>
</div>
<div class="ineichen-stoks-calculate__note">
When the time is over, we will select the best offers and <br> notify the new potential
shareholders!
<div class="ineichen-stoks-calculate__offers">
<a href=""
class="c-button c-button_america c-button_dark-brown c-button_small c-button_filled">Show
my offers</a>
</div>
</div>
<div class="ineichen-stoks-calculate__confirm">
<a href=""
class="c-button c-button_america c-button_dark-brown c-button_medium c-button_filled c-button_full">CONFIRM
OFFER</a>
</div>
</div>
</div>
</div>
<div class="land-section land-section_dark-brown">
<div class="container">
<h2 class="ineichen-invest-title text-center">Bidders:</h2>
<div class="ineichen-stoks-bids">
<table class="ineichen-stoks-bids__table">
<thead>
<tr>
<th>BIDDER</th>
<th>DATE & TIME</th>
<th>TOTAL LOTS</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
<tr>
<td>
<span class="flag-icon flag-icon-ch"></span>
Big Billi Dick
</td>
<td>
10 DEC 1:20 PM UTC
</td>
<td>
10 (4%)
</td>
</tr>
</tbody>
</table>
<a href=""
class="c-button c-button_america c-button_milk-white c-button_medium c-button_filled c-button_full">BECOME
ONE OF THEM NOW</a>
</div>
</div>
</div>
<div class="land-section land-section_milk-white">
<div class="container">
<h2 class="ineichen-invest-title text-center">How it works:</h2>
<table class="ineichen-stoks-how-work">
<tr>
<td><b>June 15th - August 15th</b></td>
<td><span>You make an offer</span></td>
</tr>
<tr>
<td><b>August 15th - August 22nd</b></td>
<td><span>KYC verification</span></td>
</tr>
<tr>
<td><b>August 22nd - August 29th</b></td>
<td><span>Ineichen selects the winner(s)</span></td>
</tr>
<tr>
<td><b>August 29th - September 5th</b></td>
<td><span>You are registered as a new shareholder</span></td>
</tr>
</table>
</div>
</div>
<section class="land-section land-section_milk-white">
<div class="container">
<div class="faq">
<h2 class="ineichen-invest-title text-center">
FAQ
</h2>
<div class="faq__list">
<a href="" class="faq__title">
How can I apply for participation?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<p>You have to go through a simple verification process: </p>
<ol>
<li>Verify and complete your profile</li>
<li>Fill out a form to receive an NDA from us</li>
<li>Sign in and send us back the signed NDA</li>
</ol>
<p>You will be verified as soon as our team checks the document. It takes 1-2 days max.
</p>
</article>
</div>
<a href="" class="faq__title">
How long will it take to announce the winners?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<p>We will try our best to inform you as soon as possible, the final winners will be
announced by August 30. </p>
</article>
</div>
<a href="" class="faq__title">
How do I know that Ineichen Zurich AG is a good investment?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<p>
After you have been approved for participation you will be able to access our
detailed business plan describing all results achieved by our company and proving
exactly why Ineichen Zurich AG would be a great addition to your investment
portfolio.
</p>
</article>
</div>
<a href="" class="faq__title">
Why have you selected this format of offering?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<p>As a private business we are bounded by certain legal obligations in terms of public
our offering would be, yet we believe that our potential investors can not be
reached through venture funds or limited to publicly known investors. We wanted to
make this opportunity as accessible as possible, therefore, we came up with the
current solution.</p>
</article>
</div>
<a href="" class="faq__title">
What rights do I have as a new co-owner?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<ul>
<li>To participate in the shareholders' meetings</li>
<li>To influence the important decisions of the company</li>
<li>To resell your rightfully owned shares for profit</li>
<li>To visit the Zurich HQ as your second home</li>
<li>To enjoy the beauty of the luxury watches every day</li>
</ul>
</article>
</div>
<a href="" class="faq__title">
How will the winners be selected if the bids are equal?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<p>Your bid amount plays an important role for sure. However, we consider multiple
factors. Our goal is to find the new co-owners, who will be actively involved in the
business, not just silent investors! Your activity and enthusiasm as well as
professional background will be also considered as important factors for decision
making. Please do not hesitate to contact us and talk through the important issues!
</p>
</article>
</div>
<a href="" class="faq__title">
What happens next if I win the auction?
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="faq__content">
<article class="article-text">
<p>You will be notified and contacted by our legal team to reconfirm your victory. As
soon as the payment is received, and the shareholders’ agreement is signed, the
registration process will be set up. Since Ineichen Auctioneers is registered on the
Daura platform, the only thing we will need to complete the transfer of the shares
is to simply create a verified account on the platform!</p>
</article>
</div>
</div>
</div>
</div>
</section>
<div class="land-section land-section_dark-brown ineichen-invest-footer ineichen-invest-footer_clear">
<div class="container">
<img src="img/invest/footer-img-milk.svg" alt="">
</div>
</div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/main.js"></script>
<script>
const range = document.getElementById('range'),
tooltip = document.getElementById('tooltip'),
setValue = () => {
const
newValue = Number((range.value - range.min) * 100 / (range.max - range.min)),
newPosition = 16 - (newValue * 0.32);
tooltip.innerHTML = `<span>${range.value} lots</span>`;
tooltip.style.left = `calc(${newValue}% + (${newPosition}px))`;
document.documentElement.style.setProperty("--range-progress", `calc(${newValue}% + (${newPosition}px))`);
};
document.addEventListener("DOMContentLoaded", setValue);
range.addEventListener('input', setValue);
</script>
</body>
</html>