|
@@ -0,0 +1,98 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
+ <title>零工</title>
|
|
|
+
|
|
|
+ <link rel="stylesheet" type="text/css" href="/themes/default/assets/app/css/fullpage.css" />
|
|
|
+ <style>
|
|
|
+ /* Hidding sections under 960px width */
|
|
|
+ @media screen and (max-width: 960px) {
|
|
|
+ .hide-on-responsive{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ #fp-nav ul li a span,
|
|
|
+ .fp-slidesNav ul li a span{
|
|
|
+ background-color: white;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .actions{
|
|
|
+ position: absolute;
|
|
|
+ z-index: 999;
|
|
|
+ top: 40px;
|
|
|
+ left: 50px;
|
|
|
+ }
|
|
|
+ .actions li{
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .actions button {
|
|
|
+ padding: 0.93em 1.87em;
|
|
|
+ background: #35495e;
|
|
|
+ border-radius: 5px;
|
|
|
+ border: 0;
|
|
|
+ color: #fff;
|
|
|
+ margin: 7px;
|
|
|
+ font-size: 15px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .actions button:hover {
|
|
|
+ background: #fff;
|
|
|
+ color: #35495e;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<div id="fullpage">
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/1.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/2.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/3.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/4.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/5.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/6.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/7.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/8.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <img src="/themes/default/assets/app/images/fullpage/odd_job/9.png" width="100%" height="100%">
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<script type="text/javascript" src="/themes/default/assets/app/js/fullpage.min.js"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+ var myFullpage = new fullpage('#fullpage', {
|
|
|
+ sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', '#435b71', 'orange', 'blue', 'purple', 'yellow', '#435b71', 'orange', 'blue', 'purple', 'yellow' ],
|
|
|
+ anchors: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13'],
|
|
|
+ controlArrows: false,
|
|
|
+ navigation: true,
|
|
|
+ slidesNavigation: true
|
|
|
+ });
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</script>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|