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
|
<!DOCTYPE html> <html lang="tc-HK" prefix="og: http://ogp.me/ns#">
<head> <title>愛華時商店 - Alfex Watches</title>
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <meta name="description" content="web_description"> <meta property="og:type" content="website" /> <meta property="og:url" content="web_domain" /> <meta property="og:title" content="web_title" /> <meta property="og:description" content="web_description" /> <meta property="og:image" content="web_img" /> <meta property="og:site_name" content="Web" />
<meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="web_description" /> <meta name="twitter:title" content="web_title" /> <meta name="twitter:image" content="web_img" />
<link rel="shortcut icon" href="../img/favicon.ico">
<link rel="stylesheet" href="../css/osicons.css"> <!-- my css --> <link rel="stylesheet" href="../css/reset.css"> <link rel="stylesheet" href="../css/animations.css"> <link rel="stylesheet" href="../css/navbar.css"> <link rel="stylesheet" href="../css/slick.css"> <link rel="stylesheet" href="../css/slick-theme.css"> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css"> </head>
<body> <!-- sidemenu --> <?php include 'include/sidemenu.php';?> <!-- end of sidemenu -->
<div class="wrapper"> <!-- header --> <?php include 'include/header.php';?> <!-- end of header -->
<!-- pagelocation --> <div class="pagelocation"> <div class="container"> <div class="location"> <a href="#">主頁</a> / <span>最新消息</span> <h2>最新消息</h2> </div> </div> </div> <!-- end location -->
<div class="subcontent news"> <div class="container"> <div class="eachnews en"> <div class="news_date">FEB 25, 2019</div> <div class="news_content "> <h1>SAVE THE DATE: ALFEX @ JEWELS & WATCHES IN UTRECHT</h1> <img src="../img/cover_no_side_watches_1_1024x1024.jpg"> <p>We are pleased to present you our new Spring collection at</p> <p><b>Jewels & Watches - Jaarbeurs Meetup, Utrecht<br> 10 - 12 March 2019 (09.00 a.m. – 6.00 p.m.)<br> Stand N. X1.RV13</b> </p> <p><a href="news_details.php" class="continue_btn">Continue reading</a></p> </div> <div class="clear"></div> </div> <div class="eachnews en"> <div class="news_date">OCT 29, 2018</div> <div class="news_content "> <h1>ALFEX MECHANICAL COLLECTION: THE PASSION FOR WATCHMAKING, THE MAGIC OF AN AUTOMATIC MOVEMENT</h1> <img src="../img/automatic_1024x1024.jpg"> <p>As every watchmaker we have a passion: the mechanical movements.<br>That's why we are launching a new Swiss made AUTOMATIC collection!</p> <p><a href="news_details.php" class="continue_btn">Continue reading</a></p> </div> <div class="clear"></div> </div> <div class="eachnews en"> <div class="news_date">FEB 25, 2019</div> <div class="news_content "> <h1>PR FALL 2018 DESIGN COLLECTION: LIFE IS NOT BLACK AND WHITE</h1> <img src="../img/cover_0cb05f10-e2a0-42c4-90a2-f63fc6cd3a82_1024x1024.jpg"> <p>For 70 years, Alfex, the independent watch company based in the Canton of Ticino (South of Switzerland) has been driven and inspired by design and Swiss standards of quality.</p> <p>These values are fundamental for the brand and through the accurate research and development of its products, Alfex embodies its slogan DARE TO BE DIFFERENT!</p> <p>We DARE TO BE DIFFERENT as we offer design and love for details more than fashion and mass production, creativity instead of conformity.</p> <p>Alfex watches are Swiss made, classical but innovative, and they are produced with high quality components.</p> <p>After the Basel collection, inspired by the light and its transition to darkness, for its Fall collection Alfex takes inspiration not only by the white and the black but also by colors.</p> <p><b>RAINBOW DROPS - ref. 5784</b></p> <img src="../img/topslide_website_FW2018_5_large.jpg"> <p>Rainbow drops, the Alfex lady watch ref. 5784, is a lovely and gracious timepiece out of the new Fall collection.</p> <p>The color give personality to the watch, but in a nice and feminine way, without being aggressive or flaunted.</p> <p>Three versions have an off-white dial decorated with semicircular lines and 4 peach/topaz simili stones. The watches have a padded off-white or brown leather strap, or a steel polished meshband.</p> <p>Four executions have a silver dial finely enriched by five colored simili stones. The wide range of leather straps offers a great choice even to the most demanding lady: off-white, soft pink, brown and blue. Not to forget the possibility to have a steel polished meshband.</p> <p>All the watches are equipped with a Swiss movement, a sapphire crystal, antiallergic components and steel polished case.</p> <p><a href="news_details.php" class="continue_btn">Continue reading</a></p> </div> <div class="clear"></div> </div> </div> </div>
<div class="clear"></div>
<!-- footer --> <?php include 'include/footer.php';?> <!-- end of footer --> </div>
<!-- JS --> <script src="../js/jquery.js"></script> <!-- responsive images --> <script type="text/javascript" src="../js/responsiveimages.js"></script> <!-- animate js css --> <script type="text/javascript" src="../js/js_animate.js"></script> <!-- slick --> <script type="text/javascript" src="../js/slick.min.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
|