Blame view

website/src/views/concat/index.html 4.3 KB
wangtao authored
1 2 3 4 5 6 7 8 9 10 11
<section class="hero-section rel  rpt-150 pb-130 rpb-0">
    <div class="shape shapeAnimationOne l-10 t-60">
        <img src="assets/img/shapes/shape1.png" alt="Shape">
    </div>
    <div class="shape shapeAnimationTwo l-70 t-60">
        <img src="assets/img/shapes/shape2.png" alt="Shape">
    </div>
    <div class="shape shapeAnimationThree l-50 t-100">
        <img src="assets/img/shapes/shape3.png" alt="Shape">
    </div>
</section>
12 13

wangtao authored
14
<section class="concat-concat rel rpt-150 pb-130 rpb-0 text-left ">
wangtao authored
15 16 17 18
    <h1 class="color-white mb-2">加入鸿果,成为你想成为的人</h1>
    <h2 class="color-white mb-2">齐心协力、积极乐观、共同发展、团队共赢!</h2>
    <h4 class="color-white mb-2">具备足够的勇气及长远的眼光,大家携手一起,齐心协力,积极乐观,超共同的目标前进实现共同发展及利益最大化</h4>
</section>
19
wangtao authored
20 21 22 23 24 25
<section class="banner-section rel" style="height: 100px">
    <div class="container">
        <h2 class="page-title">加入我们</h2>
    </div>
</section>
wangtao authored
26 27 28 29 30 31 32 33 34
<section class="sps-one pt-120 mb-70 rmb-100">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-6 order-lg-2">
                <div class="service-right-content mt-50 ml-50 rml-0 rmb-50 wow customFadeInRight delay-0-1s slow">
                    <div class="section-title style-three mb-15">
                        <span class="sub-title">成功靠大家努力</span>
                    </div>
                    <p>成功的花,人们只惊羡它现时的明艳,然而当初它的芽儿,却浸透了奋斗者的泪泉,洒满了牺牲的血雨——冰心。成功不简单,坚持下去,就是胜利!向着美好的明天,迈进吧!</p>
35
wangtao authored
36 37 38 39 40 41 42 43 44 45
                </div>
            </div>
            <div class="col-lg-6">
                <div class="service-left-image wow customFadeInLeft delay-0-1s slow">
                    <img style="border-radius: 25px" src="assets/img/concat/s1.JPG" alt="Service image">
                </div>
            </div>
        </div>
    </div>
</section>
46
wangtao authored
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

<section class="sps-two mb-50 rmb-100">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-6">
                <div class="service-left-content mr-50 rmr-0 rmb-50 wow customFadeInLeft delay-0-1s slow">
                    <div class="section-title style-three mb-15">
                        <span class="sub-title">在美好的环境中工作并创新</span>
                    </div>
                    <p>在团队活动中释放个性</p>
                </div>
            </div>
            <div class="col-lg-6">
                <div class="service-right-image wow customFadeInRight delay-0-1s slow">
                    <img style="border-radius: 25px" src="assets/img/concat/s2.jpg" alt="Service image">
                </div>
            </div>
        </div>
    </div>
</section>


<section class="sps-three mb-50 rmb-100">

    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-6 order-lg-2">
                <div class="service-right-content ml-50 rml-0 rmb-50 wow customFadeInRight delay-0-1s slow">
                    <div class="section-title style-three mb-15">
                        <span class="sub-title">在美好的环境中工作并创新</span>
                    </div>
                    <p>团队是什么?</p>
                    <p>由一小群人组成,有着相同的目标,为实现目标负有相同的责任。</p>
                </div>
            </div>
            <div class="col-lg-6">
                <div class="service-left-image wow customFadeInLeft delay-0-1s slow">
                    <img style="border-radius: 25px" src="assets/img/concat/s3.jpg" alt="Service image">
                </div>
            </div>
        </div>
    </div>
</section>
wangtao authored
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104


<section class="services-section rel text-center mt-100 mb-80">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 col-md-12">
                <!-- <h4><a href="#">合作流程</a></h4>
                 <p>专业技术顾问,提供一对一服务</p>-->
                <div class="service-icon mb-25">
                    <img src="assets/img/concat/gw.png">
                </div>
            </div>
        </div>
    </div>
</section>