/var/www/hkosl.com/shipvago/view/company.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
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
<!DOCTYPE html>

<html lang="en-HK" prefix="og: http://ogp.me/ns#">



<head>

    <title>Shipvago - Company</title>



    <meta name="description"
        content="Shipvago is founded by a group of logistics expert with years of experience in logistics industry. We try to think from the industry perspective and how to address to the painpoints via technology.">

    <!-- css -->

    <?php include 'inc/headlinks.php';?>

    <!-- js -->

    <?php include 'inc/link-js.php';?>

</head>



<body>



    <!-- header -->

    <?php include 'inc/navbar.php';?>

    <!-- end of header-->



    <section class="subWrapper">

        <div class="container">

            <h1 class="blueFont">Company profile and vision

            </h1>

            <p>We believe ocean carriers are the starting point of disruptive innovation in shipping. By combining the
                expertise of shipping with the tech-savviness of Silicon Valley, we created a holistic Freight Commerce
                Platform to digitalize shipping with carrier big data to drive profitable decision making.</p>
            <p> We enable ocean carriers to digitally monetize containers and visualize big data on one platform for
                greater profitability through dynamic pricing, trade services, transparency in rates and tracking, and
                more.</p>



            <div class="row">

                <div class="col-xl-6">

                    <img src="../assets/images/about01.jpg" class="img-fluid">

                </div>

                <div class="col-xl-6">
                    <p class="garyFont h1">ENABLING SHIPPERS WITH INTEGRATED COMMERCE
                        & DATA-DRIVEN FREIGHTECH SOLUTIONS</p>
                    <p>We are giving carriers the freight commerce tools they need to provide their customers with a
                        world-class digital experience.
                    </p>
                    <p>We’re making it easier for shippers and freight forwarders to move their container shipments
                        through digital workflows and API integrations with carrier big data solutions.
                    </p>
                </div>



            </div>



        </div>

    </section>











    <!-- end #section -->





    <!-- footer -->

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







</body>







</html>