-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (89 loc) · 3.77 KB
/
index.html
File metadata and controls
108 lines (89 loc) · 3.77 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html class=" js js no-touch">
<head>
<meta charset="utf-8">
<title>HumJay'website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/base.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<script src="js/webfont.js"></script>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="js/classie.js"></script>
</head>
<body>
<!-- 页面名字 -->
<div class="maintitle">
<section class="maintitle back">
<div class="w-container">
<div class="wrap">
<h1 class="maintitle text">HumJay'website</h1>
</div>
</div>
</section>
</div>
<!-- 航拍天地 -->
<div class="brickgame">
<div class="w-container">
<div class="wrap">
<div class="w-col w-col-6">
<br><br><br><br>
<h1 class="brickgame title">航拍天地</h1>
<div class="separater bg"></div>
<div class="brickgame text">
包含以下内容:
<br> Action
<br> Background
<br> drones
<br>
<br>
<br>
<br>
<br>
<br>
<div class="w-col w-col-6">
<a href="https://segmentfault.com"><img src="images/brickgame.png"></a>
</div>
</div>
</div>
<div class="w-col w-col-6">
<img src="images/brickgame.png" width="100%">
</div>
</div>
<br><br>
<p></p><br>
<p></p>
<br>
</div>
</div>
<!-- Theme -->
<div class="trigger">
<div class="w-container">
<div class="wrap">
<div class="w-col w-col-6">
<img src="images/trigger.png" width="100%"><br>
</div>
<div class="w-col w-col-6">
<br><br><br>
<h1 class="trigger title">Theme</h1>
<div class="separater tg"></div>
<div class="trigger text">
<p><b>内容简介:</b>这个是大疆无人机航拍的一张海边风情的照片,早先购买的大疆无人机御的使用方法还是很容易上手,多练练,熟上手,打造业余航拍爱好者的天地</p>
<p><b>名字梗概:</b>微信公众号“桐岗书院”,是以自己的村子的历史来取名,原先村落本是一片祥和梧桐树的山隅,又位于山岗之上,故名桐岗</p>
<br>
<br>
<br>
<br>
<br>
</div>
<a href="https://segmentfault.com/"><img src="images/trans_windowsStore.png"></a>
</div>
</div>
</div>
</div>
<div class="footer-text">
<a href="http://shadow-hacker.github.io/blog">Click here to enter in my own blog</a>
</div>
</body>
</html>