-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
77 lines (67 loc) · 2.45 KB
/
gallery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<html>
<head>
<title>5 minutes - 垃圾分类中的人事物</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major" style="text-align: center;"><!--[--> 垃 圾 分 类 中 的 <!--]--><br />
<!--[--> 人· 事 · 物<!--]--></h1>
<ul class="actions" style="text-align: center;">
<li><a href="#first" class="button special color1 circle icon fa-angle-right">Next</a></li>
</ul>
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/pic01.jpg" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="image filtered tinted" data-position="top left">
<img src="images/1-1.png" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="image filtered tinted" data-position="top left">
<img src="images/1-2.png" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="image filtered tinted" data-position="top left">
<img src="images/2-1.png" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="image filtered tinted" data-position="top left">
<img src="images/2-2.png" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="image filtered tinted" data-position="top left">
<img src="images/3.png" alt="" />
</div>
</section>
<!-- Copyright -->
<div class="copyright">Copyright © 2017.Company name All rights reserved.<a target="_blank" href="http://www.17sucai.com/">网页模板</a></div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>