-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivate.html
60 lines (55 loc) · 2.03 KB
/
private.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tiro</title>
<!-- 公共 -->
<link rel="stylesheet" href="./css/public.css">
<link rel="stylesheet" href="./css/header.css">
<!-- iconfant -->
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3557929_fx87xwdfj.css">
<!-- 主 -->
<link rel="stylesheet" href="./css/private.css">
</head>
<body>
<!-- 导航栏 -->
<header id="top-header"></header>
<main>
<!-- ======= 搜索 Section ======= -->
<section id="search">
<div id="particles-js"></div>
<div class="search-content">
<h2 class="section-title">我的作品集</h2>
<!-- <h4 id="introduce">这是我的个人作品,欢迎大家指导......</h4> -->
<div class="flex form-wrap">
<input id="search-input" type="text" placeholder="请输入关键词搜索">
<!-- <button><i class="iconfont icon-search"></i></button> -->
</div>
</div>
</section><!-- End 搜索 -->
<!-- ======= 作品集瀑布流 ======= -->
<section id="portfplio" class="container">
<ul class="type-tags">
<li class="ALL" data-filter="ALL">ALL</li>
<li class="APP" data-filter="APP">APP</li>
<li class="CARD" data-filter="CARD">CARD</li>
<li class="WEB" data-filter="WEB">WEB</li>
</ul>
<div class="fall-wrap container">
<ul></ul>
<ul></ul>
<ul></ul>
</div>
</section><!-- End 我的博客 -->
</main>
<!-- footer -->
<footer>© Copyright tiro. All Rights Reserved </footer>
<!-- End Footer -->
</body>
<!-- 导航栏文件 -->
<script src="./JS/header.js"></script>
<!-- 主 -->
<script src="./JS/private.js"></script>
</html>