-
Notifications
You must be signed in to change notification settings - Fork 0
/
partners.html
304 lines (300 loc) · 16 KB
/
partners.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
<!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="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.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">
<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 src="svg/head-logo.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="container">
<div class="land-section land-section_half">
<div class="private-sales-head">
<div>
<h2 class="title">Welcome our partners</h2>
<p>Ineichen has proudly served as Switzerland's premier auction house for finest collectible watches since 1973. We offer an unique sales concept tailored exclusively for watch dealers. Our dedicated team is committed to helping you seamlessly auction your watches, ensuring you achieve the best possible prices.</p>
</div>
<div class="private-sales-head__contact">
<h3>Explore partnership opportunities</h3>
<small>We welcome new connections and proposals. Just reach out to us!</small>
<div class="private-sales-head__btns">
<a href="" class="c-button c-button_full c-button_whatsapp c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-whatsapp"></i>
WhatsApp
</a>
<a href="" class="c-button c-button_full c-button_telegram c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-telegram"></i>
Telegram
</a>
</div>
</div>
</div>
</div>
<div class="land-section land-section_half">
<div class="partners-list">
<div class="partners-list__item">
<img src="img/partners/Rectangle 3289.png" alt="" class="partners-list__item-image">
<h3 class="partners-list__item-name">Kuwait Watch Club Ladies</h3>
<p class="partners-list__item-text">Kuwait Watch Club Ladies is a community and platform aiming at empowering women in Kuwait and around the world to freely share their voices and stories regarding watches, watchmaking, horology, jewelry, and many other luxuries of life to help shape the future of these industries to better serve and cater to women preferences and interests, whilst shedding light on the variety of what the watch and different luxury industries have to offer for the modern ladies of today. Founded by watch enthusiast Ms. Anwar Alyousef Alnajdi</p>
<a href="tel:+971564096277" class="partners-list__item-tel"><b>+971564096277</b></a>
<b class=""></b>
<a href="mailto:info@ladieswatchclub" class="partners-list__item-mail">info@ladieswatchclub</a>
</div>
<div class="partners-list__item">
<img src="img/partners/Rectangle 3296.png" alt="" class="partners-list__item-image">
<h3 class="partners-list__item-name">Ladies Watch Club</h3>
<p class="partners-list__item-text">Ladies Watch Club is dedicated to women watch lovers around the world. Ladies Watch Club's core vision is to create a vibrant and inclusive community that allows women to realize their passion for watches and make a meaningful contribution to the watch industry. Ladies Watch Club welcomes all women around the world who share the same passion - watches. Members are watch collectors, watch enthusiasts, ladies working in the watch industry or interested in learning more.</p>
<a href="tel:+971564096277" class="partners-list__item-tel"><b>+971564096277</b></a>
<b class=""></b>
<a href="mailto:info@ladieswatchclub" class="partners-list__item-mail">info@ladieswatchclub</a>
</div>
<div class="partners-list__item">
<img src="img/partners/Rectangle 3297.png" alt="" class="partners-list__item-image">
<h3 class="partners-list__item-name">Dubai Watch Union</h3>
<p class="partners-list__item-text">The Dubai Watch Union is a Dubai based community of watch enthusiasts. Members of the club comprise of watch collectors of all level and niches. Founded by two passionate collectors - Shihab Kunhahamed & Isa Ishaque, who were keen to connect with like-minded watch enthusiasts. The idea of the union is to grow an open and inclusive community of watch collectors, which can share with each other their passion, collections, and most importantly knowledge that they have accumulated along their watch collecting journey. The Union believes in gender equality and have several female core members.</p>
<a href="tel:+971564096277" class="partners-list__item-tel"><b>+971564096277</b></a>
<b class=""></b>
<a href="mailto:info@ladieswatchclub" class="partners-list__item-mail">info@ladieswatchclub</a>
</div>
</div>
</div>
</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/footer-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="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-countto/1.2.0/jquery.countTo.min.js
"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/main.js"></script>
</body>
</html>