/var/www/hkosl.com/inno3d/html-v3/view/contact.php


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
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>INNO3D - Contact Us
    </title>
    <meta name="keywords" content="INNO3D">
    <meta name="description" content="INNO3D">
    <!-- css -->
    <?php include 'inc/headlinks.php';?>
    <!-- js -->
    <?php include 'inc/link-js.php';?>
</head>

<body>

    <!-- header -->
    <?php include 'inc/navbar.php';?>
    <!-- end of header-->



    <!-- breadcrumb -->
    <div class="breadcrumb">
        <div class="breadcrumbWrapper">
            <div class="breadcrumbLink">
                <a href="index.php" class="grayFont"> Home</a> / <span> Contact Us</span>

            </div>
        </div>
    </div>




    <section class="mainWrapper">
        <h2 class="mb-4">
            CONTACT US
        </h2>
        <div class="formBox d-flex flex-lg-row flex-column">
            <div class="contactDetail mb-4">
                <h4>InnoVISION Multimedia Limited</h4>
                <p class="greenFont h5 mt-4">Head Quarter</p>
                <p> Unit A & B, 21/F, Mai Wah Industrial Building,
                    1-7 Wah Sing Street, Kwai Chung, Hong Kong</p>
                <p>Tel: 852-23989698</p>
                <p>Fax: 852-23909348 </p>

                <p>Email: <a href="mailTo:sales@inno3d.com">sales@inno3d.com</a> / <a
                        href="mailTo:marketing@inno3d.com">marketing@inno3d.com</a> </p>

                <p class="greenFont h5 mt-4">EU Sales Office</p>
                <p> INNO3D Western Europe<br />
                    PO Box 108<br />
                    2150AC Nieuw Vennep<br />
                </p>
                <p>Tel: +31 (0) 252 5141 70</p>
                <p>Sales enquiry email: <a href="mailTo:eu-support@inno3d.com">eu-support@inno3d.com</a></p>
                <p class="mt-4">For the technical support, redemption or other questions, please fill and submit INNO3D
                    support form:</p>
                <a href="http://www.inno3d.com/support_form.php">http://www.inno3d.com/support_form.php</a>
            </div>
            <div class="contactMap">
                <iframe
                    src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3689.742647123667!2d114.13180681563261!3d22.363344185290924!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3403f9bcc410fd55%3A0xde7e9731168a051f!2z576O6I-v5bel5qWt5aSn5buI!5e0!3m2!1szh-TW!2shk!4v1602228500658!5m2!1szh-TW!2shk"
                    width="100%" height="100%" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
                    tabindex="0"></iframe>
            </div>
        </div>


    </section>





    <!-- end #section -->


    <!-- footer -->
    <?php include 'inc/footer.php';?>

</body>



</html>