|
|
@@ -1,4 +1,4 @@
|
|
|
-<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:72:"D:\wamp64\www\Home-Data\public/../application/home\view\index\index.html";i:1559723533;}*/ ?>
|
|
|
+<?php if (!defined('THINK_PATH')) exit(); /*a:3:{s:72:"D:\wamp64\www\Home-Data\public/../application/home\view\index\index.html";i:1560391876;s:64:"D:\wamp64\www\Home-Data\application\home\view\layout\header.html";i:1560388206;s:64:"D:\wamp64\www\Home-Data\application\home\view\layout\footer.html";i:1560130100;}*/ ?>
|
|
|
<!DOCTYPE HTML>
|
|
|
<html lang="zxx">
|
|
|
|
|
|
@@ -8,6 +8,7 @@
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="keywords" content=""/>
|
|
|
<link rel="SHORTCUT ICON" href="<?php echo HOME_SITE_ROOT; ?>/images/LOGO.png"/>
|
|
|
+ <script src="<?php echo PLUGINS_SITE_ROOT; ?>/jquery-2.1.4.min.js"></script>
|
|
|
<!--引用百度地图API-->
|
|
|
<style type="text/css">
|
|
|
html, body {
|
|
|
@@ -63,18 +64,37 @@
|
|
|
<!--<header style="position: fixed; width: 100%; background: #111; opacity: 0.8;">-->
|
|
|
<header style="width: 100%; background: #010101;">
|
|
|
<div class="container" style="height: 30px; line-height: 1;">
|
|
|
- <nav class="navbar navbar-expand-lg navbar-light" style="display: flex; justify-content: flex-end;">
|
|
|
- <a class="btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold" data-toggle="modal"
|
|
|
- aria-pressed="false" data-target="#exampleModal"
|
|
|
- style="cursor: pointer; color: #fff; font-weight: 500 !important;">
|
|
|
- 注册
|
|
|
- </a>
|
|
|
- <a class="btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold" data-toggle="modal"
|
|
|
- aria-pressed="false" data-target="#exampleModal"
|
|
|
- style="cursor: pointer; color: #fff; font-weight: 500 !important;">
|
|
|
- 登陆
|
|
|
- </a>
|
|
|
- </nav>
|
|
|
+ <?php if($user_info['user_id']): ?>
|
|
|
+ <nav class="navbar navbar-expand-lg navbar-light" style="display: flex; justify-content: flex-end;">
|
|
|
+ <a href="/user/register/index.html" class="px-2 text-uppercase font-weight-bold"
|
|
|
+ style="cursor: pointer; color: #fff; font-size: 12px;">
|
|
|
+ 购物车
|
|
|
+ </a>
|
|
|
+ <a href="/User/login/index.html" class="px-2 text-uppercase font-weight-bold"
|
|
|
+ style="cursor: pointer; color: #fff; font-size: 12px;">
|
|
|
+ 支持服务
|
|
|
+ </a>
|
|
|
+ <a href="/User/index/index.html" class="px-2 text-uppercase font-weight-bold"
|
|
|
+ style="cursor: pointer; color: #fff; font-size: 12px;">
|
|
|
+ <?php echo \think\Session::get('user_email'); ?>
|
|
|
+ </a>
|
|
|
+ <a href="/User/Login/logout.html" class="px-2 text-uppercase font-weight-bold"
|
|
|
+ style="cursor: pointer; color: #fff; font-size: 12px; margin-right: 18px;">
|
|
|
+ 安全退出
|
|
|
+ </a>
|
|
|
+ </nav>
|
|
|
+ <?php else: ?>
|
|
|
+ <nav class="navbar navbar-expand-lg navbar-light" style="display: flex; justify-content: flex-end;">
|
|
|
+ <a href="/user/register/index.html" class="btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold"
|
|
|
+ style="cursor: pointer; color: #fff; font-size: 12px;">
|
|
|
+ 注册
|
|
|
+ </a>
|
|
|
+ <a href="/User/login/index.html" class="btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold"
|
|
|
+ style="cursor: pointer; color: #fff; font-size: 12px;">
|
|
|
+ 登陆
|
|
|
+ </a>
|
|
|
+ </nav>
|
|
|
+ <?php endif; ?>
|
|
|
</div>
|
|
|
<div style="border-bottom: 1px solid #505050;"></div>
|
|
|
<div class="container" style="height: 40px; line-height: 0.8;">
|
|
|
@@ -91,41 +111,40 @@
|
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
|
<ul class="navbar-nav mx-auto text-center" style="margin-right: 0 !important;">
|
|
|
<li class="nav-item mr-3">
|
|
|
- <a class="nav-link scroll" href="index.html">首页</a>
|
|
|
+ <a id="home_index" class="nav-link" href="<?php echo url('home/index/index'); ?>">首页</a>
|
|
|
</li>
|
|
|
<li class="nav-item mr-3">
|
|
|
- <a class="nav-link scroll" href="#services">产品与服务</a>
|
|
|
+ <a id="home_product" class="nav-link" href="<?php echo url('home/product/product'); ?>">产品与服务</a>
|
|
|
</li>
|
|
|
- <li class="nav-item dropdown mr-3">
|
|
|
- <a class="nav-link scroll" href="#about">关于我们</a>
|
|
|
- <!--<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
|
|
|
- aria-expanded="false">
|
|
|
- Dropdown
|
|
|
- </a>
|
|
|
- <div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
|
|
- <a class="dropdown-item scroll" href="#services">Services</a>
|
|
|
- <a class="dropdown-item scroll" href="#team">Team</a>
|
|
|
- <a class="dropdown-item scroll" href="#gallery">Gallery</a>
|
|
|
- <div class="dropdown-divider"></div>
|
|
|
- <a class="dropdown-item scroll" href="#pricing">Pricing Plans</a>
|
|
|
- <a class="dropdown-item scroll" href="#testimonials">Testimonials</a>
|
|
|
- </div>-->
|
|
|
+ <li id="home_about" class="nav-item mr-3">
|
|
|
+ <a class="nav-link" href="<?php echo url('home/about/about'); ?>">关于我们</a>
|
|
|
</li>
|
|
|
- <li class="nav-item">
|
|
|
- <a class="nav-link scroll" href="#contact">联系我们</a>
|
|
|
+ <li id="home_contact" class="nav-item mr-3">
|
|
|
+ <a class="nav-link" href="<?php echo url('home/contact/contact'); ?>">联系我们</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <!--<button type="button" class="btn btn-info btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold" data-toggle="modal"
|
|
|
- aria-pressed="false" data-target="#exampleModal">
|
|
|
- order
|
|
|
- </button>-->
|
|
|
-
|
|
|
</div>
|
|
|
</nav>
|
|
|
</div>
|
|
|
<div style="border-bottom: 1px solid #505050;"></div>
|
|
|
</header>
|
|
|
+<script type="text/javascript">
|
|
|
+ const pathName = window.location.pathname
|
|
|
+ if (pathName == '/home/index/index.html') {
|
|
|
+ $("#home_index").attr("class","nav-link active")
|
|
|
+ }
|
|
|
+ if (pathName == '/home/product/product.html') {
|
|
|
+ $("#home_product").attr("class","nav-link active")
|
|
|
+ }
|
|
|
+ if (pathName == '/home/about/about.html') {
|
|
|
+ $("#home_about").attr("class","nav-item dropdown mr-3 active")
|
|
|
+ }
|
|
|
+ if (pathName == '/home/contact/contact.html') {
|
|
|
+ $("#home_contact").attr("class","nav-item dropdown mr-3 active")
|
|
|
+ }
|
|
|
+</script>
|
|
|
<!-- //header -->
|
|
|
+
|
|
|
<!-- banner -->
|
|
|
<div class="banner" id="home">
|
|
|
<div class="container">
|
|
|
@@ -190,27 +209,13 @@
|
|
|
style="font-size: 12px;">Our Waiter
|
|
|
<p></h3>
|
|
|
<div class="agileits-services-row row py-md-5 pb-5">
|
|
|
- <div class="col-lg-3 col-md-6 agileits-services-grids" style="background: #48FD9C;">
|
|
|
- <h4 class="mt-2 mb-3" style=" color: #fff">即时数据</h4>
|
|
|
- <p> style=" color: #fff"覆盖200个国家和地区的足球、篮球 和网球赛事即时数据</p>
|
|
|
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/immediate.png">
|
|
|
- </div>
|
|
|
- <div class="col-lg-3 col-md-6 agileits-services-grids mt-md-0 mt-3" style="background: #EE6AFF;">
|
|
|
- <h4 style=" color: #fff" class="mt-2 mb-3">足球资料库</h4>
|
|
|
- <p style=" color: #fff">超过2600+不同赛事、37000+不同 球队的详细资料和数据统计</p>
|
|
|
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/database.png">
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="col-lg-3 col-md-6 agileits-services-grids mt-lg-0 mt-3" style="background: #FF7070;">
|
|
|
- <h4 style=" color: #fff" class="mt-2 mb-3">动画直播</h4>
|
|
|
- <p style=" color: #fff">2D、3D动画直播 直播最快速度洞悉 比赛走向</p>
|
|
|
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/animation.png">
|
|
|
- </div>
|
|
|
- <div class="col-lg-3 col-md-6 agileits-services-grids mt-lg-0 mt-3" style="background: #FFD656;">
|
|
|
- <h4 style=" color: #fff" class="mt-2 mb-3">正式上线</h4>
|
|
|
- <p style=" color: #fff">数据创造价值为客户提供多维度的体 育资讯数据的产品解决方案</p>
|
|
|
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/online.png">
|
|
|
- </div>
|
|
|
+ <?php if(is_array($information) || $information instanceof \think\Collection || $information instanceof \think\Paginator): if( count($information)==0 ) : echo "" ;else: foreach($information as $key=>$menu): if($menu['homeinformation_type'] == 'waiter'): ?>
|
|
|
+ <div class="col-lg-3 col-md-6 agileits-services-grids mt-md-0 mt-3" style="background: #<?php echo $menu['homeinformation_bgcolor']; ?>;">
|
|
|
+ <h4 class="mt-2 mb-3" style=" color: #fff"><?php echo $menu['homeinformation_name']; ?></h4>
|
|
|
+ <p><?php echo $menu['homeinformation_content']; ?></p>
|
|
|
+ <img src="<?php echo HOME_SITE_ROOT; ?><?php echo $menu['homeinformation_bgImg']; ?>">
|
|
|
+ </div>
|
|
|
+ <?php endif; endforeach; endif; else: echo "" ;endif; ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -227,14 +232,13 @@
|
|
|
<div class="team-effect" onmouseover="move(1)" onmouseout="moveOut(1)">
|
|
|
<img src="<?php echo HOME_SITE_ROOT; ?>/images/t1.png" alt="img" class="img-responsive">
|
|
|
<div id="team-img-text-1" class="team-img-text" style="display: none">
|
|
|
- 提供所有热门赛事实时数据及详实 的球员数据,细化到能力评分、技 术特点、擅长位置;全面的球队数 据,覆盖到场馆教练、球员转会、 荣誉、伤停信息;以及重点赛事全
|
|
|
- 覆盖的积分榜、射手榜、助攻榜; 更有球队球员跑动距离、射门、过 人、拦截、犯规、扑救等深度数据 统计。
|
|
|
+ <?php echo $information['4']['homeinformation_content']; ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- team text -->
|
|
|
<div class="footerv2-w3ls mt-3" style="text-align: center;">
|
|
|
- <h4 id="team-title-1" style="color: #111">体育资讯解决方案</h4>
|
|
|
- <p id="team-en-1" style="color: #111">Sports information</p>
|
|
|
+ <h4 id="team-title-1" style="color: #111"><?php echo $information['4']['homeinformation_name']; ?></h4>
|
|
|
+ <p id="team-en-1" style="color: #111"><?php echo $information['4']['homeinformation_en']; ?></p>
|
|
|
<div id="team-line-1" class="team-line" style="border-bottom: 1px solid #111;"></div>
|
|
|
</div>
|
|
|
<!-- //team text -->
|
|
|
@@ -242,16 +246,15 @@
|
|
|
<div class="col-lg-3 col-sm-6 team-grids mt-sm-0 mt-5">
|
|
|
<!-- team text -->
|
|
|
<div class="footerv2-w3ls mt-3" style="text-align: center;">
|
|
|
- <h4 id="team-title-2" style="color: #111">比分数据解决方案</h4>
|
|
|
- <p id="team-en-2" style="color: #111">Live scores & Sports data</p>
|
|
|
+ <h4 id="team-title-2" style="color: #111"><?php echo $information['5']['homeinformation_name']; ?></h4>
|
|
|
+ <p id="team-en-2" style="color: #111"><?php echo $information['5']['homeinformation_en']; ?></p>
|
|
|
<div id="team-line-2" class="team-line" style="border-bottom: 1px solid #111;"></div>
|
|
|
</div>
|
|
|
<!-- //team text -->
|
|
|
<div class="team-effect" onmouseover="move(2)" onmouseout="moveOut(2)">
|
|
|
<img src="<?php echo HOME_SITE_ROOT; ?>/images/t3.png" alt="img" class="img-responsive">
|
|
|
<div id="team-img-text-2" class="team-img-text" style="display: none">
|
|
|
- 提供所有热门赛事实时数据及详实 的球员数据,细化到能力评分、技 术特点、擅长位置;全面的球队数 据,覆盖到场馆教练、球员转会、 荣誉、伤停信息;以及重点赛事全
|
|
|
- 覆盖的积分榜、射手榜、助攻榜; 更有球队球员跑动距离、射门、过 人、拦截、犯规、扑救等深度数据 统计。
|
|
|
+ <?php echo $information['5']['homeinformation_content']; ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -259,14 +262,13 @@
|
|
|
<div class="team-effect" onmouseover="move(3)" onmouseout="moveOut(3)">
|
|
|
<img src="<?php echo HOME_SITE_ROOT; ?>/images/t2.png" alt="img" class="img-responsive">
|
|
|
<div id="team-img-text-3" class="team-img-text" style="display: none">
|
|
|
- 提供所有热门赛事实时数据及详实 的球员数据,细化到能力评分、技 术特点、擅长位置;全面的球队数 据,覆盖到场馆教练、球员转会、 荣誉、伤停信息;以及重点赛事全
|
|
|
- 覆盖的积分榜、射手榜、助攻榜; 更有球队球员跑动距离、射门、过 人、拦截、犯规、扑救等深度数据 统计。
|
|
|
+ <?php echo $information['6']['homeinformation_content']; ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- team text -->
|
|
|
<div class="footerv2-w3ls mt-3" style="text-align: center;">
|
|
|
- <h4 id="team-title-3" style="color: #111">虚拟竞猜解决方案</h4>
|
|
|
- <p id="team-en-3" style="color: #111">Simulation contest</p>
|
|
|
+ <h4 id="team-title-3" style="color: #111"><?php echo $information['6']['homeinformation_name']; ?></h4>
|
|
|
+ <p id="team-en-3" style="color: #111"><?php echo $information['6']['homeinformation_en']; ?></p>
|
|
|
<div id="team-line-3" class="team-line" style="border-bottom: 1px solid #111;"></div>
|
|
|
</div>
|
|
|
<!-- //team text -->
|
|
|
@@ -274,15 +276,14 @@
|
|
|
<div class="col-lg-3 col-sm-6 team-grids mt-lg-0 mt-5">
|
|
|
<!-- team text -->
|
|
|
<div class="footerv2-w3ls mt-3" style="text-align: center;">
|
|
|
- <h4 id="team-title-4" style="color: #111">彩票产品解决方案</h4>
|
|
|
- <p id="team-en-4" style="color: #111">Lottery products</p>
|
|
|
+ <h4 id="team-title-4" style="color: #111"><?php echo $information['7']['homeinformation_name']; ?></h4>
|
|
|
+ <p id="team-en-4" style="color: #111"><?php echo $information['7']['homeinformation_en']; ?></p>
|
|
|
<div id="team-line-4" class="team-line" style="border-bottom: 1px solid #111;"></div>
|
|
|
<!-- //team text -->
|
|
|
<div class="team-effect" onmouseover="move(4)" onmouseout="moveOut(4)">
|
|
|
<img src="<?php echo HOME_SITE_ROOT; ?>/images/t4.png" alt="img" class="img-responsive">
|
|
|
<div id="team-img-text-4" class="team-img-text" style="display: none">
|
|
|
- 提供所有热门赛事实时数据及详实 的球员数据,细化到能力评分、技 术特点、擅长位置;全面的球队数 据,覆盖到场馆教练、球员转会、 荣誉、伤停信息;以及重点赛事全
|
|
|
- 覆盖的积分榜、射手榜、助攻榜; 更有球队球员跑动距离、射门、过 人、拦截、犯规、扑救等深度数据 统计。
|
|
|
+ <?php echo $information['7']['homeinformation_content']; ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -434,123 +435,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
-<!-- //pricing -->
|
|
|
-<!-- testimonials -->
|
|
|
-<!--<section class="wthree-row py-5 testi-agile" id="testimonials">
|
|
|
- <div class="container py-md-5 py-3">
|
|
|
- <h3 class="w3ls-title text-center text-capitalize pb-md-5 pb-4">testimonials</h3>
|
|
|
- <div class="w3_testimonials_grids w3_testimonials_grids">
|
|
|
- <div class="sreen-gallery-cursual">
|
|
|
- <div id="owl-demo" class="owl-carouselpb-5">
|
|
|
- <div class="item-owl text-center">
|
|
|
- <div class="img-agile">
|
|
|
- <i class="fas fa-user"></i>
|
|
|
- <h6 class="mt-3 text-white">Michael Paul</h6>
|
|
|
- </div>
|
|
|
- <div class="test-review test-tooltip1">
|
|
|
- <p class="mx-auto mt-3 text-white">
|
|
|
- <i class="fa fa-quote-left" aria-hidden="true"></i> Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
|
- sed diam voluptua.
|
|
|
- <i class="fa fa-quote-right" aria-hidden="true"></i>
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="item-owl">
|
|
|
- <div class="img-agile">
|
|
|
- <i class="fas fa-user"></i>
|
|
|
- <h6 class="mt-3 text-white">Riya Allen</h6>
|
|
|
- </div>
|
|
|
- <div class="test-review test-tooltip1">
|
|
|
- <p class="mx-auto mt-3 text-white">
|
|
|
- <i class="fa fa-quote-left" aria-hidden="true"></i> Polite sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
|
|
|
- diam voluptua.
|
|
|
- <i class="fa fa-quote-right" aria-hidden="true"></i>
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="item-owl">
|
|
|
- <div class="img-agile">
|
|
|
- <i class="fas fa-user"></i>
|
|
|
- <h6 class="mt-3 text-white">Riya Allen</h6>
|
|
|
- </div>
|
|
|
- <div class="test-review test-tooltip1">
|
|
|
- <p class="mx-auto mt-3 text-white">
|
|
|
- <i class="fa fa-quote-left" aria-hidden="true"></i> Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
|
|
|
- sed diam voluptua.
|
|
|
- <i class="fa fa-quote-right" aria-hidden="true"></i>
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</section>-->
|
|
|
-<!-- //testimonials -->
|
|
|
-<!-- contact -->
|
|
|
-<!--<section class="wthree-row py-5 w3-contact" id="contact">
|
|
|
- <div class="container py-md-5">
|
|
|
- <h3 class="w3ls-title text-center text-capitalize pb-md-5 pb-4">contact us</h3>
|
|
|
- <div class="row contact-form py-3">
|
|
|
- <div class="col-lg-6 wthree-form-left">
|
|
|
- <!– contact form grid –>
|
|
|
- <div class="contact-top1">
|
|
|
- <form action="#" method="get" class="f-color">
|
|
|
- <div class="form-group">
|
|
|
- <label for="contactusername">Name</label>
|
|
|
- <input type="text" class="form-control" id="contactusername" required>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="contactemail">Email</label>
|
|
|
- <input type="email" class="form-control" id="contactemail" required>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="contactcomment">Your Message</label>
|
|
|
- <textarea class="form-control" rows="5" id="contactcomment" required></textarea>
|
|
|
- </div>
|
|
|
- <button type="submit" class="btn btn-info btn-block">Submit</button>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- <!– //contact form grid ends here –>
|
|
|
- </div>
|
|
|
- <!– contact details –>
|
|
|
- <!– contact map grid –>
|
|
|
- <div class="col-lg-6 mt-lg-0 mt-5 map contact-right">
|
|
|
- <iframe class="h-50" src="" allowfullscreen></iframe>
|
|
|
- <div class="address mt-3">
|
|
|
- <h5 class="pb-3 text-capitalize">Contact info</h5>
|
|
|
- <address>
|
|
|
- <p class="c-txt">90 Street, City, State 34789.</p>
|
|
|
- <p>
|
|
|
- +10 234 5678</p>
|
|
|
- <p>
|
|
|
- <p>
|
|
|
- <a href="mailto:info@example.com">mail@golaundry.com</a>
|
|
|
- </p>
|
|
|
- </address>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!–//contact map grid ends here–>
|
|
|
- </div>
|
|
|
- <!– //contact details container –>
|
|
|
- </div>
|
|
|
-</section>-->
|
|
|
-<!-- //contact -->
|
|
|
-<!-- slide -->
|
|
|
-<!--<section class="wthree-row py-sm-5 py-3 slide-bg bg-dark">
|
|
|
- <div class="container py-md-5 py-3">
|
|
|
- <div class="py-lg-5 bg-pricemain">
|
|
|
- <h3 class="agile-title text-capitalize text-white">go laundry!</h3>
|
|
|
- <span class="w3-line"></span>
|
|
|
- <h5 class="agile-title text-capitalize pt-4">trust us, we save your time.</h5>
|
|
|
- <p class="text-light py-sm-4 py-2">Aliquam ac est vel nisl condimentum interdum vel eget enim. Curabitur mattis orci sed leo mattis, nec maximus nibh faucibus.
|
|
|
- Mauris et justo vel nibh rhoncus venenatis. Nullal condimentum interdum vel eget enim. Curabitur mattis orci sed le.
|
|
|
- </p>
|
|
|
- <a href="#" class="text-uppercase serv_link align-self-center bg-light btn px-4">read more</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</section>-->
|
|
|
-<!--//slide-->
|
|
|
<!-- footer -->
|
|
|
<footer style="background: #22252E; padding: 20px 0 20px 0;" id="contact">
|
|
|
<div class="container">
|
|
|
@@ -721,8 +605,8 @@
|
|
|
const teamEn = 'team-en-' + id;
|
|
|
const teamLine = 'team-line-' + id;
|
|
|
/*$("#"+imgText).stop().fadeTo("slow", 1.5, function () {
|
|
|
- $(this).css("display", "block");
|
|
|
- });*/
|
|
|
+ $(this).css("display", "block");
|
|
|
+ });*/
|
|
|
document.getElementById(imgText).style.display = 'block';
|
|
|
document.getElementById(teamTitle).style.color = '#27A6E8';
|
|
|
document.getElementById(teamEn).style.color = '#27A6E8';
|
|
|
@@ -780,10 +664,10 @@
|
|
|
$(document).ready(function () {
|
|
|
/*
|
|
|
var defaults = {
|
|
|
- containerID: 'toTop', // fading element id
|
|
|
- containerHoverID: 'toTopHover', // fading element hover id
|
|
|
- scrollSpeed: 1200,
|
|
|
- easingType: 'linear'
|
|
|
+ containerID: 'toTop', // fading element id
|
|
|
+ containerHoverID: 'toTopHover', // fading element hover id
|
|
|
+ scrollSpeed: 1200,
|
|
|
+ easingType: 'linear'
|
|
|
};
|
|
|
*/
|
|
|
|
|
|
@@ -793,7 +677,7 @@
|
|
|
|
|
|
});
|
|
|
</script>
|
|
|
-<script src="js/SmoothScroll.min.js "></script>
|
|
|
+<script src="<?php echo HOME_SITE_ROOT; ?>/js/SmoothScroll.min.js "></script>
|
|
|
<!-- //smooth-scrolling-of-move-up -->
|
|
|
<!-- gallery swipebox -->
|
|
|
<script src="<?php echo HOME_SITE_ROOT; ?>/js/jquery.swipebox.min.js"></script>
|