-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext-page.html
347 lines (344 loc) · 19.4 KB
/
text-page.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
<!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_blue">
<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="blue-banner">
<h1 class="blue-banner__title">Privacy policy</h1>
</div>
<div class="container">
<article class="article-text">
<h1>Some title h1</h1>
<h2>Some title h2</h2>
<h3>Some title h3</h3>
<h4>Some title h4</h4>
<h5>Some title h4</h5>
<ul>
<li>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eligendi, quasi.</li>
<li>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eligendi, quasi.</li>
<li>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eligendi, quasi.</li>
<li>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eligendi, quasi.</li>
<li>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eligendi, quasi.</li>
</ul>
<ol>
<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum aut impedit soluta, quo temporibus tenetur delectus suscipit nobis voluptate!</li>
<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum aut impedit soluta, quo temporibus tenetur delectus suscipit nobis voluptate!</li>
<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum aut impedit soluta, quo temporibus tenetur delectus suscipit nobis voluptate!</li>
<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum aut impedit soluta, quo temporibus tenetur delectus suscipit nobis voluptate!</li>
<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum aut impedit soluta, quo temporibus tenetur delectus suscipit nobis voluptate!</li>
</ol>
<p>When you visit the <b>Site</b>, <a href="">some link</a> we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as "Device Information".</p>
<p>We collect Device Information using the following technologies: <br>
- "Cookies" are data files that are placed on your device or computer and often include an anonymous unique identifier. For more information about cookies, and how to disable cookies, visit http://www.allaboutcookies.org. <br>
- "Log files" track actions occurring on the Site, and collect data including your IP address, browser type, Internet service provider, referring/exit pages, and date/time stamps.<br>
- "Web beacons", "tags", and "pixels" are electronic files used to record information about how you browse the Site.</p>
<p>Additionally when you make a purchase or attempt to make a purchase through the Site, we collect certain information from you, including your name, billing address, shipping address, payment information (including credit card numbers), email address, and phone number. We refer to this information as "Order Information".</p>
<h2>HOW DO WE USE YOUR PERSONAL INFORMATION?</h2>
<p>When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as "Device Information".</p>
<table border="1">
<tbody>
<tr>
<td>
CHF 50 000 < Net Hammer
</td>
<td>
Commission = 20%
</td>
</tr>
<tr>
<td>
CHF 50 000 < Net Hammer < CHF 150 000
</td>
<td>
Commission = 15%
</td>
</tr>
<tr>
<td>
Net Hammer > CHF 150 000
</td>
<td>
Commission = 10%
</td>
</tr>
</tbody>
</table>
<p>When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as "Device Information".</p>
<figure>
<img src="img/textpage/image 4.jpg" alt="">
<figcaption>When we talk about "Personal Information" in this Privacy Policy, we are talking both about Device Information and Order Information.</figcaption>
</figure>
<h2>HOW DO WE USE YOUR PERSONAL INFORMATION?</h2>
<p>When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as "Device Information".</p>
<blockquote>
Additionally when you make a purchase or attempt to make a purchase through the Site, we collect certain information from you, including your name, billing address, shipping address, payment information (including credit card numbers), email address, and phone number. We refer to this information as "Order Information".
</blockquote>
<h2>HOW DO WE USE YOUR PERSONAL INFORMATION?</h2>
<p>When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as "Device Information".</p>
<h2>Gallery</h2>
<div class="products-gallery">
<div class="products-gallery__item">
<a href="" class="products-gallery__image">
<img src="img/textpage/Project Cover 1.jpg" alt="">
</a>
<h4 class="products-gallery__brand">Bubenec</h4>
<span class="products-gallery__name">Sexy watch 2</span>
</div>
<div class="products-gallery__item">
<a href="" class="products-gallery__image">
<img src="img/textpage/Project Cover 1.jpg" alt="">
</a>
<h4 class="products-gallery__brand">Bubenec</h4>
<span class="products-gallery__name">Sexy watch 2</span>
</div>
</div>
<h2>Buttons</h2>
<a href="" class="c-button c-button_blue c-button_filled c-button_full">Button 1 without icon</a>
<a href="" class="c-button c-button_grey c-button_full c-button_icon-left">
<i class="mdi mdi-check"></i>
Button 1 with icon
</a>
</article>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer__top-line">
<div class="footer__nav">
<div class="footer__nav-item">
<strong class="footer__nav-title">Sell Watches</strong>
<a class="footer__nav-link" href="">Auction</a>
<a class="footer__nav-link" href="">Consign</a>
<a class="footer__nav-link" href="">Direct sale </a>
<a class="footer__nav-link" href="">Free Appraisal</a>
</div>
<div class="footer__nav-item">
<strong class="footer__nav-title">Corporate</strong>
<a class="footer__nav-link" href="">About Ineichen</a>
<a class="footer__nav-link" href="">Ineichen Auctioneer </a>
<a class="footer__nav-link" href="">Terms & Conditions </a>
<a class="footer__nav-link" href="">Cookie policy </a>
</div>
<div class="footer__nav-item">
<strong class="footer__nav-title">Support</strong>
<a class="footer__nav-link" href="">FAQ</a>
<a class="footer__nav-link" href="">T&C</a>
<a class="footer__nav-link" href="">User protection</a>
</div>
<div class="footer__nav-item">
<strong class="footer__nav-title">Social Channels</strong>
<a class="footer__nav-link" href="">Instagram</a>
<a class="footer__nav-link" href="">Youtube</a>
<a class="footer__nav-link" href="">Facebook</a>
<a class="footer__nav-link" href="">Telegram</a>
</div>
</div>
<div class="footer__contacts">
+41 44 298 11 44 <br>
[email protected] <br>
Stadthausquai 11-13, Zürich <br>
Tue-Fri - 10:00-17:30 Sat - 10:00-16:00
</div>
</div>
<div class="footer__bottom-line">
<a class="footer__logo" href="">
<img src="svg/icon-logo.svg" alt="">
</a>
<a class="footer__lang" href="">
English <i class="mdi mdi-chevron-down"></i>
</a>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/main.js"></script>
<script>
</script>
</body>
</html>