浏览代码

Merge branch 'master' of http://47.100.37.243:10080/ZHOU/yunsu

# Conflicts:
#	website/src/main/resources/templates/index.html
5 年之前
父节点
当前提交
5f91acffcd

+ 4 - 4
website/src/main/resources/templates/about.html

@@ -51,10 +51,10 @@
                     <button type="button" data-toggle="collapse" data-target="#navigation" class="navbar-toggler btn-template-outlined"><span class="sr-only">Toggle navigation</span><i class="fa fa-align-justify"></i></button>
                     <div id="navigation" class="navbar-collapse collapse">
                         <ul class="nav navbar-nav ml-auto">
-                            <li class="nav-item dropdown"><a href="index.html">首页 <b class="caret"></b></a></li>
-                            <li class="nav-item dropdown menu-large"><a href="template-accordions.html">产品优势 <b class="caret"></b></a></li>
-                            <li class="nav-item dropdown menu-large"><a href="services.html">合作伙伴 <b class="caret"></b></a></li>
-                            <li class="nav-item dropdown menu-large"><a href="portfolio-3.html">成功案例 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="index.html">首页 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="product.html">产品优势 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="partner.html">合作伙伴 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="case.html">成功案例 <b class="caret"></b></a></li>
                             <li class="nav-item dropdown active"><a href="about.html">关于我们 <b class="caret"></b></a></li>
                         </ul>
                     </div>

+ 186 - 0
website/src/main/resources/templates/case.html

@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <title>塑维</title>
+        <meta name="keywords" content="MES,MES系统,MES软件,制造执行系统,生产管理系统,生产协同,制造协同,生产流程管理,精益制造,智能制造,生产数字化,制造信息化"/>
+        <meta name="description" content="塑维智造是一款云端制造协同系统,通过数据和算法让生产更加高效。基于数据聚合、多角色协同、可视化分析、智能决策四大亮点,帮助企业缩短生产周期、降低库存积压、提升产能利用率、透明化制造流程,实现数据驱动下的精益制造。"/>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <meta name="robots" content="all,follow">
+        <!-- Bootstrap CSS-->
+        <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
+        <!-- Font Awesome CSS-->
+        <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
+        <!-- Google fonts - Roboto-->
+        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
+        <!-- Bootstrap Select-->
+        <link rel="stylesheet" href="vendor/bootstrap-select/css/bootstrap-select.min.css">
+        <!-- owl carousel-->
+        <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.css">
+        <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.css">
+        <!-- theme stylesheet-->
+        <link rel="stylesheet" href="css/style.blue.css" id="theme-stylesheet">
+        <!-- Custom stylesheet - for your changes-->
+        <link rel="stylesheet" href="css/custom.css">
+        <!-- Favicon and apple touch icons-->
+        <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
+        <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
+        <link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">
+        <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
+        <link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">
+        <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
+        <link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">
+        <link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">
+        <link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">
+        <!-- Tweaks for older IEs--><!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
+            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
+    </head>
+    <body>
+        <div id="all" class="about">
+            <!-- Navbar Start-->
+            <header class="nav-holder make-sticky">
+                <div id="navbar" role="navigation" class="navbar navbar-expand-lg">
+                <div class="container">
+                    <a href="index.html" class="navbar-brand home">
+                        <img src="img/logo.png" style="width:187px;" alt="Universal logo" class="d-none d-md-inline-block">
+                        <img src="img/logo-small.png" alt="Universal logo" class="d-inline-block d-md-none">
+                    </a>
+                    <button type="button" data-toggle="collapse" data-target="#navigation" class="navbar-toggler btn-template-outlined"><span class="sr-only">Toggle navigation</span><i class="fa fa-align-justify"></i></button>
+                    <div id="navigation" class="navbar-collapse collapse">
+                        <ul class="nav navbar-nav ml-auto">
+                            <li class="nav-item dropdown menu-large"><a href="index.html">首页 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="product.html">产品优势 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="partner.html">合作伙伴 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown active"><a href="case.html">成功案例 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="about.html">关于我们 <b class="caret"></b></a></li>
+                        </ul>
+                    </div>
+                </div>
+                </div>
+            </header>
+            <!-- Navbar End-->
+            <div id="content">
+                <div class="container">
+                    <section class="bar">
+                        <!-- Image box with hover-->
+                        <div class="heading">
+                            <h2>Image box</h2>
+                        </div>
+                        <div class="row mb-4">
+                            <div class="col-lg-4 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-4.jpg" alt="..." class="img-fluid">
+                                        <div class="overlay d-flex align-items-center justify-content-center"><a href="caseDetail.html" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="caseDetail.html">Print</a></h4>
+                                        <p>Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil. Prepare garrets it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="col-lg-4 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-5.jpg" alt="..." class="img-fluid">
+                                        <div class="overlay d-flex align-items-center justify-content-center"><a href="caseDetail.html" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="caseDetail.html">Print</a></h4>
+                                        <p>Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil. Prepare garrets it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="col-lg-4 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-6.jpg" alt="..." class="img-fluid">
+                                        <div class="overlay d-flex align-items-center justify-content-center"><a href="caseDetail.html" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="caseDetail.html">Print</a></h4>
+                                        <p>Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil. Prepare garrets it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                </div>
+            </div>
+            <!-- FOOTER -->
+            <footer class="main-footer">
+                <div class="container">
+                    <div class="row">
+                        <div class="col-lg-3">
+                        <h4 class="h6">About Us</h4>
+                        <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
+                        <hr>
+                        <h4 class="h6">Join Our Monthly Newsletter</h4>
+                        <form>
+                            <div class="input-group">
+                            <input type="text" class="form-control">
+                            <div class="input-group-append">
+                                <button type="button" class="btn btn-secondary"><i class="fa fa-send"></i></button>
+                            </div>
+                            </div>
+                        </form>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Blog</h4>
+                        <ul class="list-unstyled footer-blog-list">
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
+                            </div>
+                            </li>
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
+                            </div>
+                            </li>
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Very very long blog post name</a></h5>
+                            </div>
+                            </li>
+                        </ul>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Contact</h4>
+                        <p class="text-uppercase"><strong>Universal Ltd.</strong><br>13/25 New Avenue <br>Newtown upon River <br>45Y 73J <br>England <br><strong>Great Britain</strong></p><a href="contact.html" class="btn btn-template-main">Go to contact page</a>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <ul class="list-inline photo-stream">
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                        </ul>
+                        </div>
+                    </div>
+                </div>
+            </footer>
+        </div>
+        <!-- Javascript files-->
+        <script src="vendor/jquery/jquery.min.js"></script>
+        <script src="vendor/popper.js/umd/popper.min.js"> </script>
+        <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
+        <script src="vendor/jquery.cookie/jquery.cookie.js"> </script>
+        <script src="vendor/waypoints/lib/jquery.waypoints.min.js"> </script>
+        <script src="vendor/jquery.counterup/jquery.counterup.min.js"> </script>
+        <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
+        <script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
+        <script src="js/jquery.parallax-1.1.3.js"></script>
+        <script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
+        <script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
+        <script src="js/front.js"></script>
+    </body>
+</html>

+ 186 - 0
website/src/main/resources/templates/caseDetail.html

@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <title>塑维</title>
+        <meta name="keywords" content="MES,MES系统,MES软件,制造执行系统,生产管理系统,生产协同,制造协同,生产流程管理,精益制造,智能制造,生产数字化,制造信息化"/>
+        <meta name="description" content="塑维智造是一款云端制造协同系统,通过数据和算法让生产更加高效。基于数据聚合、多角色协同、可视化分析、智能决策四大亮点,帮助企业缩短生产周期、降低库存积压、提升产能利用率、透明化制造流程,实现数据驱动下的精益制造。"/>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <meta name="robots" content="all,follow">
+        <!-- Bootstrap CSS-->
+        <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
+        <!-- Font Awesome CSS-->
+        <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
+        <!-- Google fonts - Roboto-->
+        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
+        <!-- Bootstrap Select-->
+        <link rel="stylesheet" href="vendor/bootstrap-select/css/bootstrap-select.min.css">
+        <!-- owl carousel-->
+        <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.css">
+        <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.css">
+        <!-- theme stylesheet-->
+        <link rel="stylesheet" href="css/style.blue.css" id="theme-stylesheet">
+        <!-- Custom stylesheet - for your changes-->
+        <link rel="stylesheet" href="css/custom.css">
+        <!-- Favicon and apple touch icons-->
+        <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
+        <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
+        <link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">
+        <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
+        <link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">
+        <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
+        <link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">
+        <link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">
+        <link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">
+        <!-- Tweaks for older IEs--><!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
+            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
+    </head>
+    <body>
+        <div id="all" class="about">
+            <!-- Navbar Start-->
+            <header class="nav-holder make-sticky">
+                <div id="navbar" role="navigation" class="navbar navbar-expand-lg">
+                <div class="container">
+                    <a href="index.html" class="navbar-brand home">
+                        <img src="img/logo.png" style="width:187px;" alt="Universal logo" class="d-none d-md-inline-block">
+                        <img src="img/logo-small.png" alt="Universal logo" class="d-inline-block d-md-none">
+                    </a>
+                    <button type="button" data-toggle="collapse" data-target="#navigation" class="navbar-toggler btn-template-outlined"><span class="sr-only">Toggle navigation</span><i class="fa fa-align-justify"></i></button>
+                    <div id="navigation" class="navbar-collapse collapse">
+                        <ul class="nav navbar-nav ml-auto">
+                            <li class="nav-item dropdown menu-large"><a href="index.html">首页 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="product.html">产品优势 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="partner.html">合作伙伴 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown active"><a href="case.html">成功案例 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="about.html">关于我们 <b class="caret"></b></a></li>
+                        </ul>
+                    </div>
+                </div>
+                </div>
+            </header>
+            <!-- Navbar End-->
+            <div id="content">
+                <div class="container">
+                    <section class="bar no-padding-bottom">
+                        <div class="row">
+                            <div class="col-md-12">
+                                <div class="heading">
+                                    <h2>Brief introduction</h2>
+                                </div>
+                                <p class="lead no-mb">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
+                            </div>
+                        </div>
+                    </section>
+                    <section class="bar">
+                        <div class="row portfolio-project">
+                            <div class="col-sm-8">
+                                <div class="project owl-carousel mb-4">
+                                    <div class="item"><img src="img/main-slider1.jpg" alt="" class="img-fluid"></div>
+                                    <div class="item"><img src="img/main-slider2.jpg" alt="" class="img-fluid"></div>
+                                    <div class="item"><img src="img/main-slider3.jpg" alt="" class="img-fluid"></div>
+                                    <div class="item"><img src="img/main-slider4.jpg" alt="" class="img-fluid"></div>
+                                </div>
+                            </div>
+                            <div class="col-sm-4">
+                                <div class="project-more">
+                                    <h4>Client</h4>
+                                    <p>Pietro Filippi</p>
+                                    <h4>Services</h4>
+                                    <p>Consulting, Webdesign, Print</p>
+                                    <h4>Technologies</h4>
+                                    <p>PHP, HipHop, Break-dance</p>
+                                    <h4>Dates</h4>
+                                    <p>10/2013 - 06/2014</p>
+                                </div>
+                            </div>
+                            <div class="col-sm-12">
+                                <div class="heading">
+                                    <h3>Project description</h3>
+                                </div>
+                                <p>Bringing unlocked me an striking ye perceive. Mr by wound hours oh happy. Me in resolution pianoforte continuing we. Most my no spot felt by no. He he in forfeited furniture sweetness he arranging. Me tedious so to behaved written account ferrars moments. Too objection for elsewhere her preferred allowance her. Marianne shutters mr steepest to me. Up mr ignorant produced distance although is sociable blessing. Ham whom call all lain like.</p>
+                                <p>To sorry world an at do spoil along. Incommode he depending do frankness remainder to. Edward day almost active him friend thirty piqued. People as period twenty my extent as. Set was better abroad ham plenty secure had horses. Admiration has sir decisively excellence say everything inhabiting acceptance. Sooner settle add put you sudden him.</p>
+                            </div>
+                        </div>
+                    </section>
+                </div>
+            </div>
+            <!-- FOOTER -->
+            <footer class="main-footer">
+                <div class="container">
+                    <div class="row">
+                        <div class="col-lg-3">
+                        <h4 class="h6">About Us</h4>
+                        <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
+                        <hr>
+                        <h4 class="h6">Join Our Monthly Newsletter</h4>
+                        <form>
+                            <div class="input-group">
+                            <input type="text" class="form-control">
+                            <div class="input-group-append">
+                                <button type="button" class="btn btn-secondary"><i class="fa fa-send"></i></button>
+                            </div>
+                            </div>
+                        </form>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Blog</h4>
+                        <ul class="list-unstyled footer-blog-list">
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
+                            </div>
+                            </li>
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
+                            </div>
+                            </li>
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Very very long blog post name</a></h5>
+                            </div>
+                            </li>
+                        </ul>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Contact</h4>
+                        <p class="text-uppercase"><strong>Universal Ltd.</strong><br>13/25 New Avenue <br>Newtown upon River <br>45Y 73J <br>England <br><strong>Great Britain</strong></p><a href="contact.html" class="btn btn-template-main">Go to contact page</a>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <ul class="list-inline photo-stream">
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                        </ul>
+                        </div>
+                    </div>
+                </div>
+            </footer>
+        </div>
+        <!-- Javascript files-->
+        <script src="vendor/jquery/jquery.min.js"></script>
+        <script src="vendor/popper.js/umd/popper.min.js"> </script>
+        <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
+        <script src="vendor/jquery.cookie/jquery.cookie.js"> </script>
+        <script src="vendor/waypoints/lib/jquery.waypoints.min.js"> </script>
+        <script src="vendor/jquery.counterup/jquery.counterup.min.js"> </script>
+        <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
+        <script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
+        <script src="js/jquery.parallax-1.1.3.js"></script>
+        <script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
+        <script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
+        <script src="js/front.js"></script>
+    </body>
+</html>

+ 7 - 0
website/src/main/resources/templates/css/custom.css

@@ -22,6 +22,13 @@
     background: #fff;
 }
 
+.indexHead #navbar {
+    background: unset;
+    position: fixed;
+    width: 100%;
+    z-index: 110;
+}
+
 #navbar .navbar-toggler {
     color: #fff;
     border: 1px solid #fff !important

二进制
website/src/main/resources/templates/img/banner2.png


+ 230 - 251
website/src/main/resources/templates/index.html

@@ -55,11 +55,11 @@
                 <div id="navigation" class="navbar-collapse collapse">
                     <ul class="nav navbar-nav ml-auto">
                         <li class="nav-item dropdown active"><a href="index.html">首页 <b class="caret"></b></a></li>
-                        <li class="nav-item dropdown menu-large"><a href="template-accordions.html">产品优势 <b
+                        <li class="nav-item dropdown menu-large"><a href="product.html">产品优势 <b
                                 class="caret"></b></a></li>
-                        <li class="nav-item dropdown menu-large"><a href="services.html">合作伙伴 <b class="caret"></b></a>
+                        <li class="nav-item dropdown menu-large"><a href="partner.html">合作伙伴 <b class="caret"></b></a>
                         </li>
-                        <li class="nav-item dropdown menu-large"><a href="portfolio-3.html">成功案例 <b
+                        <li class="nav-item dropdown menu-large"><a href="case.html">成功案例 <b
                                 class="caret"></b></a></li>
                         <li class="nav-item dropdown"><a href="about.html">关于我们 <b class="caret"></b></a></li>
                     </ul>
@@ -98,329 +98,308 @@
                         <h3 class="h4">原料入场</h3>
                         <p>扫码录入仓位和物料信息,出入库记录随时查询。</p>
                     </div>
-                </div>
-                <div class="col-lg-4 col-md-6">
+                    </div>
+                    <div class="col-lg-4 col-md-6">
                     <div class="box-simple">
                         <div class="icon-outlined"><i class="fa fa-print"></i></div>
                         <h3 class="h4">生产执行</h3>
                         <p>线上即可接单、报工、扫码进行投产、生产效率数据线上直接看。</p>
                     </div>
-                </div>
-                <div class="col-lg-4 col-md-6">
+                    </div>
+                    <div class="col-lg-4 col-md-6">
                     <div class="box-simple">
                         <div class="icon-outlined"><i class="fa fa-globe"></i></div>
                         <h3 class="h4">仓库管理</h3>
                         <p>二维码轻松完成物料入库管理,库存清晰可查。</p>
                     </div>
+                    </div>
                 </div>
-            </div>
-            <div class="row">
-                <div class="col-lg-4 col-md-6">
+                <div class="row">
+                    <div class="col-lg-4 col-md-6">
                     <div class="box-simple">
                         <div class="icon-outlined"><i class="fa fa-lightbulb-o"></i></div>
                         <h3 class="h4">计划排程</h3>
                         <p>智能分配生产设备时间、批量发生产任务到工位。</p>
                     </div>
-                </div>
-                <div class="col-lg-4 col-md-6">
+                    </div>
+                    <div class="col-lg-4 col-md-6">
                     <div class="box-simple">
                         <div class="icon-outlined"><i class="fa fa-envelope-o"></i></div>
                         <h3 class="h4">图形分析报表</h3>
                         <p>物料、生产、设备等多维度数据图形化呈现、实时查看监管监控。</p>
                     </div>
-                </div>
-                <div class="col-lg-4 col-md-6">
+                    </div>
+                    <div class="col-lg-4 col-md-6">
                     <div class="box-simple">
                         <div class="icon-outlined"><i class="fa fa-user"></i></div>
                         <h3 class="h4">设备维护</h3>
                         <p>扫码即可查看设备信息、云端配置维保计划。</p>
                     </div>
+                    </div>
                 </div>
-            </div>
-        </div>
-    </section>
-    <section class="bar background-pentagon no-mb text-md-center">
-        <div class="container">
-            <div class="heading text-center">
-                <h2>客户说</h2>
-            </div>
-            <p class="lead">We have worked with many clients and we always like to hear they come out from the
-                cooperation happy and satisfied. Have a look what our clients said about us.</p>
-            <!-- Carousel Start-->
-            <ul class="owl-carousel testimonials list-unstyled equal-height">
-                <li class="item">
+                </div>
+            </section>
+            <section class="bar background-pentagon no-mb text-md-center">
+                <div class="container">
+                <div class="heading text-center">
+                    <h2>Testimonials</h2>
+                </div>
+                <p class="lead">We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us.</p>
+                <!-- Carousel Start-->
+                <ul class="owl-carousel testimonials list-unstyled equal-height">
+                    <li class="item">
                     <div class="testimonial d-flex flex-wrap">
                         <div class="text">
-                            <p>「 对比多家供应商后,我们选择了塑维,事实证明我们的选择是正确的,产能得到了大幅度提升! 」</p>
+                        <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>
                         </div>
                         <div class="bottom d-flex align-items-center justify-content-between align-self-end">
-                            <div class="icon"><i class="fa fa-quote-left"></i></div>
-                            <div class="testimonial-info d-flex">
-                                <div class="title">
-                                    <h5>南京维和制造</h5>
-                                    <p>CEO, 杨树人</p>
-                                </div>
-                                <div class="avatar"><img alt="" src="img/person-1.jpg" class="img-fluid"></div>
+                        <div class="icon"><i class="fa fa-quote-left"></i></div>
+                        <div class="testimonial-info d-flex">
+                            <div class="title">
+                            <h5>John McIntyre</h5>
+                            <p>CEO, TransTech</p>
                             </div>
+                            <div class="avatar"><img alt="" src="img/person-1.jpg" class="img-fluid"></div>
+                        </div>
                         </div>
                     </div>
-                </li>
-                <li class="item">
+                    </li>
+                    <li class="item">
                     <div class="testimonial d-flex flex-wrap">
                         <div class="text">
-                            <p>「 工厂内很多以前难以收集、分析的数据,通过黑湖智造系统得以聚合、分析,帮助我们更好地发现生产问题,提升产能! 」</p>
+                        <p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me? " he thought. It wasn't a dream.</p>
                         </div>
                         <div class="bottom d-flex align-items-center justify-content-between align-self-end">
-                            <div class="icon"><i class="fa fa-quote-left"></i></div>
-                            <div class="testimonial-info d-flex">
-                                <div class="title">
-                                    <h5>黑湖科技</h5>
-                                    <p>设备 生产主管</p>
-                                </div>
-                                <div class="avatar"><img alt="" src="img/person-2.jpg" class="img-fluid"></div>
+                        <div class="icon"><i class="fa fa-quote-left"></i></div>
+                        <div class="testimonial-info d-flex">
+                            <div class="title">
+                            <h5>John McIntyre</h5>
+                            <p>CEO, TransTech</p>
                             </div>
+                            <div class="avatar"><img alt="" src="img/person-2.jpg" class="img-fluid"></div>
+                        </div>
                         </div>
                     </div>
-                </li>
-                <li class="item">
+                    </li>
+                    <li class="item">
                     <div class="testimonial d-flex flex-wrap">
                         <div class="text">
-                            <p>「 上了黑湖智造系统之后,有效改造了厂内协同混乱的情况!物料、排程、生产、质检等信息都能够无缝打通! 」</p>
-                            <!--<p>A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>-->
+                        <p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls.</p>
+                        <p>A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>
                         </div>
                         <div class="bottom d-flex align-items-center justify-content-between align-self-end">
-                            <div class="icon"><i class="fa fa-quote-left"></i></div>
-                            <div class="testimonial-info d-flex">
-                                <div class="title">
-                                    <h5>黑湖科技</h5>
-                                    <p>设备 项目经理</p>
-                                </div>
-                                <div class="avatar"><img alt="" src="img/person-3.png" class="img-fluid"></div>
+                        <div class="icon"><i class="fa fa-quote-left"></i></div>
+                        <div class="testimonial-info d-flex">
+                            <div class="title">
+                            <h5>John McIntyre</h5>
+                            <p>CEO, TransTech</p>
                             </div>
+                            <div class="avatar"><img alt="" src="img/person-3.png" class="img-fluid"></div>
+                        </div>
                         </div>
                     </div>
-                </li>
-                <li class="item">
+                    </li>
+                    <li class="item">
                     <div class="testimonial d-flex flex-wrap">
                         <div class="text">
-                            <p>「 对比多家供应商后,我们选择了塑维,事实证明我们的选择是正确的,产能得到了大幅度提升! 」</p>
+                        <p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
                         </div>
                         <div class="bottom d-flex align-items-center justify-content-between align-self-end">
-                            <div class="icon"><i class="fa fa-quote-left"></i></div>
-                            <div class="testimonial-info d-flex">
-                                <div class="title">
-                                    <h5>南京维和制造</h5>
-                                    <p>生产经理, 张大牛</p>
-                                </div>
-                                <div class="avatar"><img alt="" src="img/person-4.jpg" class="img-fluid"></div>
+                        <div class="icon"><i class="fa fa-quote-left"></i></div>
+                        <div class="testimonial-info d-flex">
+                            <div class="title">
+                            <h5>John McIntyre</h5>
+                            <p>CEO, TransTech</p>
                             </div>
+                            <div class="avatar"><img alt="" src="img/person-4.jpg" class="img-fluid"></div>
+                        </div>
                         </div>
                     </div>
-                </li>
-                <!--<li class="item">-->
-                <!--<div class="testimonial d-flex flex-wrap">-->
-                <!--<div class="text">-->
-                <!--<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>-->
-                <!--</div>-->
-                <!--<div class="bottom d-flex align-items-center justify-content-between align-self-end">-->
-                <!--<div class="icon"><i class="fa fa-quote-left"></i></div>-->
-                <!--<div class="testimonial-info d-flex">-->
-                <!--<div class="title">-->
-                <!--<h5>John McIntyre</h5>-->
-                <!--<p>CEO, TransTech</p>-->
-                <!--</div>-->
-                <!--<div class="avatar"><img alt="" src="img/person-1.jpg" class="img-fluid"></div>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--</li>-->
-            </ul>
-            <!-- Carousel End-->
-        </div>
-    </section>
-    <section style="background: url(img/background_bottom.jpg) center top no-repeat; background-size: cover;"
-             class="bar no-mb color-white text-center bg-fixed relative-positioned">
-        <div class="dark-mask"></div>
-        <div class="container">
-            <div class="icon icon-outlined icon-lg"><i class="fa fa-file-code-o"></i></div>
-            <h3 class="text-uppercase">想要看到更多吗?</h3>
-            <p class="lead">我们准备了多个关于本公司的400多个产品的介绍,想要了解更多点击了解详情。</p>
-            <p class="text-center"><a href="about.html" class="btn btn-template-outlined-white btn-lg">了解详情</a></p>
-        </div>
-    </section>
-    <section class="bg-white bar">
-        <div class="container">
-            <div class="heading text-center">
-                <h2>成功案例</h2>
-            </div>
-            <!--<p class="lead">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis-->
-                <!--egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero-->
-                <!--sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. <a-->
-                        <!--href="blog.html">Check our blog</a></p>-->
-            <div class="row">
-                <div class="col-lg-3" th:each="item : ${articles}">
-                    <div class="home-blog-post">
-                        <div class="image" style="text-align: center"><img th:src="${{item.imageUrl}}" src="img/portfolio-4.jpg" alt="..."
-                                                                                             class="img-fluid">
-                            <!--<div class="overlay d-flex align-items-center justify-content-center">-->
-                            <!--<a href="#" class="btn btn-template-outlined-white">-->
-                            <!--<i class="fa fa-chain"> </i> Read More</a></div>-->
+                    </li>
+                    <li class="item">
+                    <div class="testimonial d-flex flex-wrap">
+                        <div class="text">
+                        <p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
+                        </div>
+                        <div class="bottom d-flex align-items-center justify-content-between align-self-end">
+                        <div class="icon"><i class="fa fa-quote-left"></i></div>
+                        <div class="testimonial-info d-flex">
+                            <div class="title">
+                            <h5>John McIntyre</h5>
+                            <p>CEO, TransTech</p>
+                            </div>
+                            <div class="avatar"><img alt="" src="img/person-1.jpg" class="img-fluid"></div>
+                        </div>
                         </div>
+                    </div>
+                    </li>
+                </ul>
+                <!-- Carousel End-->
+                </div>
+            </section>
+            <section style="background: url(img/background_bottom.jpg) center top no-repeat; background-size: cover;" class="bar no-mb color-white text-center bg-fixed relative-positioned">
+                <div class="dark-mask"></div>
+                <div class="container">
+                <div class="icon icon-outlined icon-lg"><i class="fa fa-file-code-o"></i></div>
+                <h3 class="text-uppercase">Do you want to see more?</h3>
+                <p class="lead">We have prepared for you more than 40 different HTML pages, including 5 variations of homepage.</p>
+                <p class="text-center"><a href="index2.html" class="btn btn-template-outlined-white btn-lg">See another homepage</a></p>
+                </div>
+            </section>
+            <section class="bg-white bar">
+                <div class="container">
+                <div class="heading text-center">
+                    <h2>From the blog</h2>
+                </div>
+                <p class="lead">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. <a href="blog.html">Check our blog</a></p>
+                <div class="row">
+                    <div class="col-lg-3" th:each="item : ${articles}">
+                        <div class="home-blog-post" >
+                            <div class="image"><img  th:src="${{item.imageUrl}}" src="img/portfolio-4.jpg" alt="..." class="img-fluid">
+                                <div class="overlay d-flex align-items-center justify-content-center">
+                                    <!--<a href="#" class="btn btn-template-outlined-white">-->
+                                        <i class="fa fa-chain"> </i> Read More</a></div>
+                            </div>
                             <div class="text">
-                            <!--<h4><a href="#">Fashion Now </a></h4>-->
-                            <p class="author-category" th:text="${{item.title}}">
-                                <!--By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a>-->
-                            </p>
-                            <!--这里的 th:utext 是对html标签进行转译 -->
-                            <p class="intro" th:utext="${{item.content}}">Fifth abundantly made Give sixth hath. Cattle
-                                creature i be don't them behold green moved fowl Moved life us beast good yielding. Have
-                                bring.</p>
-                            <!--<a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
+                                <h4><a href="#">Fashion Now </a></h4>
+                                <p class="author-category" th:text="${{item.title}}">
+                                     <!--By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a>-->
+                                </p>
+                                <!--这里的 th:utext 是对html标签进行转译 -->
+                                <p class="intro" th:utext="${{item.content}}">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p>
+                                <!--<a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
+                            </div>
                         </div>
                     </div>
+                    <!--<div class="col-lg-3">-->
+                    <!--<div class="home-blog-post">-->
+                        <!--<div class="image"><img src="img/portfolio-3.jpg" alt="..." class="img-fluid">-->
+                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                        <!--</div>-->
+                        <!--<div class="text">-->
+                        <!--<h4><a href="#">What to do</a></h4>-->
+                        <!--<p class="author-category">By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a></p>-->
+                        <!--<p class="intro">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p><a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
+                        <!--</div>-->
+                    <!--</div>-->
+                    <!--</div>-->
+                    <!--<div class="col-lg-3">-->
+                    <!--<div class="home-blog-post">-->
+                        <!--<div class="image"><img src="img/portfolio-5.jpg" alt="..." class="img-fluid">-->
+                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                        <!--</div>-->
+                        <!--<div class="text">-->
+                        <!--<h4><a href="#">5 ways to look awesome</a></h4>-->
+                        <!--<p class="author-category">By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a></p>-->
+                        <!--<p class="intro">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p><a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
+                        <!--</div>-->
+                    <!--</div>-->
+                    <!--</div>-->
+                    <!--<div class="col-lg-3">-->
+                    <!--<div class="home-blog-post">-->
+                        <!--<div class="image"><img src="img/portfolio-6.jpg" alt="..." class="img-fluid">-->
+                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                        <!--</div>-->
+                        <!--<div class="text">-->
+                        <!--<h4><a href="#">Fashion Now </a></h4>-->
+                        <!--<p class="author-category">By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a></p>-->
+                        <!--<p class="intro">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p><a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
+                        <!--</div>-->
+                    <!--</div>-->
+                    <!--</div>-->
                 </div>
-                <!--<div class="col-lg-3">-->
-                <!--<div class="home-blog-post">-->
-                <!--<div class="image"><img src="img/portfolio-3.jpg" alt="..." class="img-fluid">-->
-                <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
-                <!--</div>-->
-                <!--<div class="text">-->
-                <!--<h4><a href="#">What to do</a></h4>-->
-                <!--<p class="author-category">By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a></p>-->
-                <!--<p class="intro">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p><a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--<div class="col-lg-3">-->
-                <!--<div class="home-blog-post">-->
-                <!--<div class="image"><img src="img/portfolio-5.jpg" alt="..." class="img-fluid">-->
-                <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
-                <!--</div>-->
-                <!--<div class="text">-->
-                <!--<h4><a href="#">5 ways to look awesome</a></h4>-->
-                <!--<p class="author-category">By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a></p>-->
-                <!--<p class="intro">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p><a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--<div class="col-lg-3">-->
-                <!--<div class="home-blog-post">-->
-                <!--<div class="image"><img src="img/portfolio-6.jpg" alt="..." class="img-fluid">-->
-                <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
-                <!--</div>-->
-                <!--<div class="text">-->
-                <!--<h4><a href="#">Fashion Now </a></h4>-->
-                <!--<p class="author-category">By <a href="#">John Snow</a> in <a href="blog.html">Webdesign</a></p>-->
-                <!--<p class="intro">Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring.</p><a href="#" class="btn btn-template-outlined">Continue Reading</a>-->
-                <!--</div>-->
-                <!--</div>-->
-                <!--</div>-->
-            </div>
-        </div>
-    </section>
-    <section class="bar bg-gray">
-        <div class="container">
-            <div class="heading text-center">
-                <h2>合作公司</h2>
-            </div>
-            <ul class="list-unstyled owl-carousel customers no-mb">
+                </div>
+            </section>
+            <section class="bar bg-gray">
+                <div class="container">
+                <div class="heading text-center">
+                    <h2>Our Clients</h2>
+                </div>
+                <ul class="list-unstyled owl-carousel customers no-mb">
 
-                <li class="item" th:each="item : ${cooperations}">
-                    <img th:src="${{item.imageUrl}}" src="img/customer-1.png" alt="" class="img-fluid">
-                    <div style="text-align: center;" th:text="${{item.name}}">
-                    </div>
-                </li>
-                <!--<li class="item"><img src="img/customer-2.png" alt="" class="img-fluid"></li>-->
-                <!--<li class="item"><img src="img/customer-3.png" alt="" class="img-fluid"></li>-->
-                <!--<li class="item"><img src="img/customer-4.png" alt="" class="img-fluid"></li>-->
-                <!--<li class="item"><img src="img/customer-5.png" alt="" class="img-fluid"></li>-->
-                <!--<li class="item"><img src="img/customer-6.png" alt="" class="img-fluid"></li>-->
-            </ul>
-        </div>
-    </section>
-    <!-- FOOTER -->
-    <footer class="main-footer">
-        <div class="container">
-            <div class="row">
-                <div class="col-lg-3">
-                    <h4 class="h6">About Us</h4>
-                    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
-                    <hr>
-                    <h4 class="h6">Join Our Monthly Newsletter</h4>
-                    <form>
-                        <div class="input-group">
+                    <li class="item" th:each="item : ${cooperations}"><img th:src="${{item.imageUrl}}" src="img/customer-1.png" alt="" class="img-fluid"></li>
+                    <!--<li class="item"><img src="img/customer-2.png" alt="" class="img-fluid"></li>-->
+                    <!--<li class="item"><img src="img/customer-3.png" alt="" class="img-fluid"></li>-->
+                    <!--<li class="item"><img src="img/customer-4.png" alt="" class="img-fluid"></li>-->
+                    <!--<li class="item"><img src="img/customer-5.png" alt="" class="img-fluid"></li>-->
+                    <!--<li class="item"><img src="img/customer-6.png" alt="" class="img-fluid"></li>-->
+                </ul>
+                </div>
+            </section>
+            <!-- FOOTER -->
+            <footer class="main-footer">
+                <div class="container">
+                    <div class="row">
+                        <div class="col-lg-3">
+                        <h4 class="h6">About Us</h4>
+                        <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
+                        <hr>
+                        <h4 class="h6">Join Our Monthly Newsletter</h4>
+                        <form>
+                            <div class="input-group">
                             <input type="text" class="form-control">
                             <div class="input-group-append">
                                 <button type="button" class="btn btn-secondary"><i class="fa fa-send"></i></button>
                             </div>
+                            </div>
+                        </form>
+                        <hr class="d-block d-lg-none">
                         </div>
-                    </form>
-                    <hr class="d-block d-lg-none">
-                </div>
-                <div class="col-lg-3">
-                    <h4 class="h6">Blog</h4>
-                    <ul class="list-unstyled footer-blog-list">
-                        <li class="d-flex align-items-center">
+                        <div class="col-lg-3">
+                        <h4 class="h6">Blog</h4>
+                        <ul class="list-unstyled footer-blog-list">
+                            <li class="d-flex align-items-center">
                             <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
                             <div class="text">
-                                <h5 class="mb-0"><a href="post.html">Blog post name</a></h5>
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
                             </div>
-                        </li>
-                        <li class="d-flex align-items-center">
+                            </li>
+                            <li class="d-flex align-items-center">
                             <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
                             <div class="text">
-                                <h5 class="mb-0"><a href="post.html">Blog post name</a></h5>
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
                             </div>
-                        </li>
-                        <li class="d-flex align-items-center">
+                            </li>
+                            <li class="d-flex align-items-center">
                             <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
                             <div class="text">
-                                <h5 class="mb-0"><a href="post.html">Very very long blog post name</a></h5>
+                                <h5 class="mb-0"> <a href="post.html">Very very long blog post name</a></h5>
                             </div>
-                        </li>
-                    </ul>
-                    <hr class="d-block d-lg-none">
-                </div>
-                <div class="col-lg-3">
-                    <h4 class="h6">Contact</h4>
-                    <p class="text-uppercase"><strong>Universal Ltd.</strong><br>13/25 New Avenue <br>Newtown upon River
-                        <br>45Y 73J <br>England <br><strong>Great Britain</strong></p><a href="contact.html"
-                                                                                         class="btn btn-template-main">Go
-                    to contact page</a>
-                    <hr class="d-block d-lg-none">
-                </div>
-                <div class="col-lg-3">
-                    <ul class="list-inline photo-stream">
-                        <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..."
-                                                                      class="img-fluid"></a></li>
-                        <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..."
-                                                                      class="img-fluid"></a></li>
-                        <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..."
-                                                                      class="img-fluid"></a></li>
-                        <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..."
-                                                                      class="img-fluid"></a></li>
-                        <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..."
-                                                                      class="img-fluid"></a></li>
-                        <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..."
-                                                                      class="img-fluid"></a></li>
-                    </ul>
+                            </li>
+                        </ul>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Contact</h4>
+                        <p class="text-uppercase"><strong>Universal Ltd.</strong><br>13/25 New Avenue <br>Newtown upon River <br>45Y 73J <br>England <br><strong>Great Britain</strong></p><a href="contact.html" class="btn btn-template-main">Go to contact page</a>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <ul class="list-inline photo-stream">
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                        </ul>
+                        </div>
+                    </div>
                 </div>
-            </div>
+            </footer>
         </div>
-    </footer>
-</div>
-<!-- Javascript files-->
-<script src="vendor/jquery/jquery.min.js"></script>
-<script src="vendor/popper.js/umd/popper.min.js"></script>
-<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
-<script src="vendor/jquery.cookie/jquery.cookie.js"></script>
-<script src="vendor/waypoints/lib/jquery.waypoints.min.js"></script>
-<script src="vendor/jquery.counterup/jquery.counterup.min.js"></script>
-<script src="vendor/owl.carousel/owl.carousel.min.js"></script>
-<script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
-<script src="js/jquery.parallax-1.1.3.js"></script>
-<script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
-<script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
-<script src="js/front.js"></script>
-</body>
+        <!-- Javascript files-->
+        <script src="vendor/jquery/jquery.min.js"></script>
+        <script src="vendor/popper.js/umd/popper.min.js"> </script>
+        <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
+        <script src="vendor/jquery.cookie/jquery.cookie.js"> </script>
+        <script src="vendor/waypoints/lib/jquery.waypoints.min.js"> </script>
+        <script src="vendor/jquery.counterup/jquery.counterup.min.js"> </script>
+        <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
+        <script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
+        <script src="js/jquery.parallax-1.1.3.js"></script>
+        <script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
+        <script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
+        <script src="js/front.js"></script>
+    </body>
 </html>

+ 12 - 0
website/src/main/resources/templates/js/front.js

@@ -9,9 +9,21 @@ $(function () {
         if ($(window).scrollTop() > ($('.top-bar').outerHeight())) {
             $('header.nav-holder.make-sticky').addClass('sticky');
             $('body').css('padding-top', '' + $('#navbar').outerHeight() + 'px');
+            console.log(11111)
         } else {
             $('header.nav-holder.make-sticky').removeClass('sticky');
             $('body').css('padding-top', '0');
+            console.log(2)
+        }
+        console.log($(window).scrollTop())
+        if($(window).scrollTop() >= $('.owl-stage').height() - 10) {
+            $(".indexHead #navbar").css({
+                "background": "#0188fb",
+            })
+        } else {
+            $(".indexHead #navbar").css({
+                "background": "unset",
+            })
         }
     });
 

+ 208 - 0
website/src/main/resources/templates/partner.html

@@ -0,0 +1,208 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <title>塑维</title>
+        <meta name="keywords" content="MES,MES系统,MES软件,制造执行系统,生产管理系统,生产协同,制造协同,生产流程管理,精益制造,智能制造,生产数字化,制造信息化"/>
+        <meta name="description" content="塑维智造是一款云端制造协同系统,通过数据和算法让生产更加高效。基于数据聚合、多角色协同、可视化分析、智能决策四大亮点,帮助企业缩短生产周期、降低库存积压、提升产能利用率、透明化制造流程,实现数据驱动下的精益制造。"/>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <meta name="robots" content="all,follow">
+        <!-- Bootstrap CSS-->
+        <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
+        <!-- Font Awesome CSS-->
+        <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
+        <!-- Google fonts - Roboto-->
+        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
+        <!-- Bootstrap Select-->
+        <link rel="stylesheet" href="vendor/bootstrap-select/css/bootstrap-select.min.css">
+        <!-- owl carousel-->
+        <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.css">
+        <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.css">
+        <!-- theme stylesheet-->
+        <link rel="stylesheet" href="css/style.blue.css" id="theme-stylesheet">
+        <!-- Custom stylesheet - for your changes-->
+        <link rel="stylesheet" href="css/custom.css">
+        <!-- Favicon and apple touch icons-->
+        <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
+        <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
+        <link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">
+        <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
+        <link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">
+        <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
+        <link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">
+        <link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">
+        <link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">
+        <!-- Tweaks for older IEs--><!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
+            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
+    </head>
+    <body>
+        <div id="all" class="about">
+            <!-- Navbar Start-->
+            <header class="nav-holder make-sticky">
+                <div id="navbar" role="navigation" class="navbar navbar-expand-lg">
+                <div class="container">
+                    <a href="index.html" class="navbar-brand home">
+                        <img src="img/logo.png" style="width:187px;" alt="Universal logo" class="d-none d-md-inline-block">
+                        <img src="img/logo-small.png" alt="Universal logo" class="d-inline-block d-md-none">
+                    </a>
+                    <button type="button" data-toggle="collapse" data-target="#navigation" class="navbar-toggler btn-template-outlined"><span class="sr-only">Toggle navigation</span><i class="fa fa-align-justify"></i></button>
+                    <div id="navigation" class="navbar-collapse collapse">
+                        <ul class="nav navbar-nav ml-auto">
+                            <li class="nav-item dropdown menu-large"><a href="index.html">首页 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="product.html">产品优势 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown active"><a href="partner.html">合作伙伴 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="case.html">成功案例 <b class="caret"></b></a></li>
+                            <li class="nav-item dropdown menu-large"><a href="about.html">关于我们 <b class="caret"></b></a></li>
+                        </ul>
+                    </div>
+                </div>
+                </div>
+            </header>
+            <!-- Navbar End-->
+            <div id="content">
+                <div class="container">
+                    <section class="bar">
+                        <!-- Image box with hover-->
+                        <div class="heading">
+                            <h2>Image box</h2>
+                        </div>
+                        <div class="row mb-4">
+                            <div class="col-lg-2 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-4.jpg" alt="..." class="img-fluid">
+                                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="#">Print</a></h4>
+                                        <p>Advantage olvil. Prepare garrets it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="col-lg-2 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-5.jpg" alt="..." class="img-fluid">
+                                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="#">Print</a></h4>
+                                        <p>Advantage old had otherwise t expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="col-lg-2 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-6.jpg" alt="..." class="img-fluid">
+                                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="#">Print</a></h4>
+                                        <p>Advantage old had otherwise sincerity dependent as it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="col-lg-2 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-6.jpg" alt="..." class="img-fluid">
+                                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="#">Print</a></h4>
+                                        <p>Advantage old had otherwise sincerity dependent as it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="col-lg-2 col-md-6">
+                                <div class="box-image-text">
+                                    <div class="image"><img src="img/portfolio-6.jpg" alt="..." class="img-fluid">
+                                        <!--<div class="overlay d-flex align-items-center justify-content-center"><a href="#" class="btn btn-template-outlined-white"><i class="fa fa-chain"> </i> Read More</a></div>-->
+                                    </div>
+                                    <div class="content">
+                                        <h4><a href="#">Print</a></h4>
+                                        <p>Advantage old had otherwise sincerity dependent as it expense windows shewing do an.</p>
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                </div>
+            </div>
+            <!-- FOOTER -->
+            <footer class="main-footer">
+                <div class="container">
+                    <div class="row">
+                        <div class="col-lg-3">
+                        <h4 class="h6">About Us</h4>
+                        <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
+                        <hr>
+                        <h4 class="h6">Join Our Monthly Newsletter</h4>
+                        <form>
+                            <div class="input-group">
+                            <input type="text" class="form-control">
+                            <div class="input-group-append">
+                                <button type="button" class="btn btn-secondary"><i class="fa fa-send"></i></button>
+                            </div>
+                            </div>
+                        </form>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Blog</h4>
+                        <ul class="list-unstyled footer-blog-list">
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
+                            </div>
+                            </li>
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Blog post name</a></h5>
+                            </div>
+                            </li>
+                            <li class="d-flex align-items-center">
+                            <div class="image"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></div>
+                            <div class="text">
+                                <h5 class="mb-0"> <a href="post.html">Very very long blog post name</a></h5>
+                            </div>
+                            </li>
+                        </ul>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <h4 class="h6">Contact</h4>
+                        <p class="text-uppercase"><strong>Universal Ltd.</strong><br>13/25 New Avenue <br>Newtown upon River <br>45Y 73J <br>England <br><strong>Great Britain</strong></p><a href="contact.html" class="btn btn-template-main">Go to contact page</a>
+                        <hr class="d-block d-lg-none">
+                        </div>
+                        <div class="col-lg-3">
+                        <ul class="list-inline photo-stream">
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare3.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare2.jpg" alt="..." class="img-fluid"></a></li>
+                            <li class="list-inline-item"><a href="#"><img src="img/detailsquare.jpg" alt="..." class="img-fluid"></a></li>
+                        </ul>
+                        </div>
+                    </div>
+                </div>
+            </footer>
+        </div>
+        <!-- Javascript files-->
+        <script src="vendor/jquery/jquery.min.js"></script>
+        <script src="vendor/popper.js/umd/popper.min.js"> </script>
+        <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
+        <script src="vendor/jquery.cookie/jquery.cookie.js"> </script>
+        <script src="vendor/waypoints/lib/jquery.waypoints.min.js"> </script>
+        <script src="vendor/jquery.counterup/jquery.counterup.min.js"> </script>
+        <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
+        <script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
+        <script src="js/jquery.parallax-1.1.3.js"></script>
+        <script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
+        <script src="vendor/jquery.scrollto/jquery.scrollTo.min.js"></script>
+        <script src="js/front.js"></script>
+    </body>
+</html>

文件差异内容过多而无法显示
+ 167 - 0
website/src/main/resources/templates/product.html