-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
95 lines (91 loc) · 3.05 KB
/
index2.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/index2.css">
<title>海贼王</title>
</head>
<body>
<div class="wrapin">
<div class="banner"><img src="" alt=""></div>
<header>
<ul class="nav clearfix">
<li><a href="./index1.html">首页</a></li>
<li><a href="./index2.html">人物集</a></li>
<li><a href="./index3.html">人物简介</a></li>
<li><a href="./index4.html">时间线</a></li>
<li><a href="./index5.html">登录</a></li>
</ul>
</header>
<!-- <div class="con">
<div class="tupian">
<div class="title">
<h2>人物集</h2>
</div>
<div class="">
<img src="img/2323.jpg" alt="Portfolio 1"> </div>
<figcaption>
<div>
<a href="img/2323.jpg" class="fancybox">
<h2>革命军</h2>
<p>龙、萨博、贝洛·贝蒂、莫里卡拉斯……</p>
</a>
</div>
</figcaption>
</div>
<figcaption>
<div>
<a href="img/portfolio_pic2.jpg" class="fancybox">
<h2>草帽海贼团</h2>
<p>路飞、索隆、山治、乌索普、娜美、乔巴、罗宾、弗兰奇、布鲁克、甚平</p>
</a>
</div>
</figcaption>
<figcaption>
<div>
<a href="img/portfolio_pic3.jpg" class="fancybox">
<h2>白胡子海贼</h2>
<p>白胡子、艾斯、马尔科、乔兹、比斯塔……</p>
</a>
</div>
</figcaption>
<figcaption>
<div>
<a href="img/portfolio_pic4.jpg" class="fancybox">
<h2>海军 大将</h2>
<p> 黄猿、青雉、赤犬</p>
</a>
</div>
</figcaption>
</div>
</div> -->
<main>
<section id="img1" class="img">
<div class="content">
<h2>革命军</h2>
<p>龙、萨博、贝洛·贝蒂、莫里卡拉斯……</p>
</div>
</section>
<section id="img2" class="img">
<div class="content">
<h2>草帽海贼团</h2>
<p>路飞、索隆、山治、乌索普、娜美、乔巴、罗宾、弗兰奇、布鲁克、甚平</p>
</div>
</section>
<section id="img3" class="img">
<div class="content">
<h2>白胡子海贼</h2>
<p>白胡子、艾斯、马尔科、乔兹、比斯塔……</p>
</div>
</section>
<section id="img4" class="img">
<div class="content">
<h2>海军 大将</h2>
<p> 黄猿、青雉、赤犬</p>
</div>
</section>
</main>
</body>
</html>