/var/www/hkosl.com/innoutstorage2019/tc/howtorent.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
<?php
    
require_once ('../webadmin/basic_info.php');
?>

<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
    <?php require_once ("html_head.php"?>
</head>

<body class="stretched no-transition">

<?php require_once ("google_analysis.php"); ?>

<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">

    <!-- Header
    ============================================= -->
    <?php require_once ("html_header.php"?>

    <!-- Content
    ============================================= -->
    <section id="content">

        <div class="content-wrap" >

            <div id="section-howtorent" class="center">
                <div class="container clearfix">
                    <p></p>
                    <h2 class="divcenter heading-block bottommargin font-body" style="max-width: 700px; font-size: 40px;">如何租用迷你倉</h2>
                    <h1 style="font-size:16px;">租用儲存倉服務 簡便快捷</h1>
                    <p>出入易迷你倉提供的儲存倉服務優質和安全,加上儲存倉收費划算,深受客戶愛戴。我們的租用儲存倉手續很簡單,只需要完成以下四個步驟即可:</p>
                    <div class="clear"></div>
                    <div class="row divcenter" style="max-width: 1000px;">

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/4.jpg" alt="Reserve"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>1<br />計算物品數量</h4><span>我們為你計算物品數量及大小,提高儲存倉空間的實用性。</span></div>
                                </div>
                            </div>
                        </div>

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/1.jpg" alt="Reserve"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>2<br />預留儲存倉及參觀場地</h4><span>你可於網上預留儲存倉。預留後可到場參觀儲存倉,了解服務及實際環境。</span></div>
                                </div>
                            </div>
                        </div>

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/2.jpg" alt="Easy Payment"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>3<br />辦理租倉手續</h4><span>選擇了適合你的儲存倉後,正式辦理租倉手續。你可於參觀場地時付款或於網上經PayPal付款去租用迷你倉服務。</span></div>
                                </div>
                            </div>
                        </div>

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/3.jpg" alt="Move-In"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>4<br />搬入倉享用儲存倉服務</h4><span>我們可安排搬運組運送你的物品到我們倉儲設施,確保你的儲存過程簡單快捷。搬入出入易迷你倉後,盡情享用儲存倉服務!</span></div>
                                </div>
                            </div>
                        </div>

                    </div>
                    <a href="chaiwan-pricing.php" data-scrollto="#section-pricing" data-easing="easeInOutExpo" data-speed="1250" data-offset="65" class="button t400 ls2 button-rounded">立即預訂</a>
                    <p></p>
                    <p>如在使用儲存倉服務期間,有任何疑問或查詢,歡迎致電(852) 2580 2088或電郵<a href="mailto:info@innoutstorage.com"><strong>info@innoutstorage.com</strong></a>聯絡我們。</p>
                </div>
            </div>
            <!-- End section-howtorent -->


        </div>

    </section><!-- #content end -->

    <!-- Footer
    ============================================= -->
    <?php require_once ("html_footer.php"); ?>

</div><!-- #wrapper end -->

<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>

<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="../js/functions.js"></script>

</body>
</html>