-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (151 loc) · 6.21 KB
/
index.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!doctype html>
<html lang="zh-cn">
<head>
<base href="./" target="_blank">
<meta charset="utf-8">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nobody's Blog</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/anime.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<style>
html{
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
scrollbar-width: none;
}
html::-webkit-scrollbar{
display: none;
}
html,body{
margin:0;
padding:0;
min-width:1080px;
}
p{
padding:0px;
margin:5px;
color:rgb(125,125,125);
font-size:125%;
}
</style>
</head>
<body>
<div id="app" style="display:none" :style="appStyle" @click="selected.showPanel=false">
<div id="left" :style="leftStyle">
<img :style="welcomeImgStyle" :src="imgInfo.startImg[0]" />
</div>
<div id="medium" :style="mediumStyle">
<div id="head" :style="headStyle">
<p style="font-size:150%"><b>I'm</b></p>
<p style="font-size:150%"><b>A</b></p>
<p style="font-size:150%"><b>Photographer/Traveler/Programmer</b></p>
<svg width="325" height="87" xmlns="http://www.w3.org/2000/svg" version="1.1">
<text y="71.5" x="0" font-size="60" stroke="black" fill="none">I'm Nobody</text>
</svg>
</div>
<div id="body" :style="bodyStyle">
<div :style="funcBtnStyle" style="left:20px;bottom:90px" @mouseover="LoveOp($event)" @mouseout="LoveOp($event)" @click="LoveOp($event)">
<img style="width:50px;height:50px" :src="imgInfo.loveImg[0]" />
<img style="width:50px;height:50px;display:none" :src="imgInfo.loveImg[1]" />
</div>
<div :style="funcBtnStyle" style="left:20px;bottom:20px" @mouseover="MenuOp($event)" @mouseout="MenuOp($event)" @click.stop="MenuOp($event)">
<img style="width:50px;height:50px" :src="imgInfo.menuImg[0]" />
<img style="width:50px;height:50px;display:none" :src="imgInfo.menuImg[1]" />
</div>
<div :style="panelStyle" @click.stop="">
<div :style="panelAreaStyle" v-if="selected.classifyTarget!=null && selected.classifyIndex>=0">
<div :style="summaryStyle" v-for="(d,i) in summaryInfo[selected.classifyIndex].info" @click="ContentTransform($event,i)">
<img style="width:150px;height:100px" :src=d.img />
<p style="width:150px;text-overflow:ellipsis;overflow:hidden;">{{ d.title }}</p>
</div>
</div>
<hr style="width:100%;color:rgb(125,125,125)" v-if="selected.classifyTarget!=null && selected.classifyIndex>=0" />
<div :style="panelAreaStyle">
<div :style="panelClassifyStyle" @mouseover="PanelOp($event,-1)" @mouseout="PanelOp($event,-1)" @click="PanelOp($event,-1)">
主页
</div>
<div v-for="(d,i) in summaryInfo" :style="panelClassifyStyle" @mouseover="PanelOp($event,i)" @mouseout="PanelOp($event,i)" @click="PanelOp($event,i)">
{{ d.classify }}
</div>
</div>
</div>
<div id="content" :style="contentStyle">
<div id="blog" :style="homeStyle">
<div :style="homeImgStyle">
<img style="width:150px;height:150px" :src="imgInfo.blogImg[0]" />
</div>
<div :style="homeWordStyle">
<p style="font-size:250%"><b>Blog</b></p>
<p>I write these articles on this site</p>
<p>Record my life and journey</p>
<p>Share my happy and sad</p>
<p>Show you the world</p>
<div id="blogButton" :style="buttonStyle" style="width:100px" @mouseover="ButtonOp($event)" @mouseout="ButtonOp($event)" @mousedown="ButtonOp($event)" @mouseup="ButtonOp($event)" @click.stop="">FIND</div>
</div>
</div>
<div id="vlog" :style="homeStyle">
<div :style="homeWordStyle">
<p style="font-size:250%"><b>Vlog</b></p>
<p>My videos on bilibili.com</p>
<div id="vlogButton" :style="buttonStyle" style="width:100px" @mouseover="ButtonOp($event)" @mouseout="ButtonOp($event)" @mousedown="ButtonOp($event)" @mouseup="ButtonOp($event)">FIND</div>
</div>
<div :style="homeImgStyle">
<img style="width:150px;height:150px" :src="imgInfo.vlogImg[0]" />
</div>
</div>
<div id="camera" :style="homeStyle">
<div :style="homeImgStyle">
<img style="width:150px;height:150px" :src="imgInfo.cameraImg[0]" />
</div>
<div :style="homeWordStyle">
<p style="font-size:250%"><b>Equipment</b></p>
<p>Camera:</p>
<p>Nikon D750</p>
<p>Lens:</p>
<p>Sigma 35 f1.4 Art</p>
<p>Tamron 85 f1.8 SP</p>
<p>Flash:</p>
<p>Godox 850II</p>
<p>Godox xt1-n</p>
</div>
</div>
<div id="info" :style="homeStyle">
<div :style="homeWordStyle">
<p style="font-size:250%"><b>Contact</b></p>
<p>Address:</p>
<p>China ShangHai</p>
<p>Email:</p>
<p>[email protected]</p>
<p>[email protected]</p>
<p>[email protected]</p>
<p>QQ:</p>
<p>517464047</p>
<p>WeChat:</p>
<p>cj517464047</p>
</div>
<div :style="homeImgStyle">
<img style="width:150px;height:150px" :src="imgInfo.infoImg[0]" />
</div>
</div>
<article :style="articleStyle" v-html="selected.content">
</article>
</div>
</div>
<div id="foot" :style="footStyle">
<p><b>Powered by Nobody</b></p>
</div>
</div>
<div id="right" :style="rightStyle">
<p style="font-size:250%"><b>Welcome to Nobody's blog</b></p>
<p>A thousand journey is started by taking the first step.</p>
<p>Give your dream a chance and never give up!</p>
<div id="startButton" :style="buttonStyle" style="width:25%" @mouseover="ButtonOp($event)" @mouseout="ButtonOp($event)" @mousedown="ButtonOp($event)" @mouseup="ButtonOp($event)">Enter</div>
</div>
</div>
<script src="./js/index.js"></script>
</body>
</html>