-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
345 lines (343 loc) · 12.2 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<html>
<head>
<meta charset="utf-8">
<link rel="SHORTCUT ICON" href="image/head.ico"/>
<title>张晓昊的个人主页</title>
<style type="text/css">
a:link
{
text-decoration:none;
}
a:visited
{
text-decoration:none;
}
a:hover
{
text-decoration:none;
}
.power
{
font-family: Consolas;
font-size: 12px;
color: #000000;
text-align: left
}
.maker
{
font-family: Consolas;
font-size: 12px;
color: #000000;
text-align: right
}
.title
{
font-family: "华文楷体";
font-size: 32px;
color: #00FFB3;
text-decoration:none;
text-align: center;
margin: inherit;
}
.general
{
font-size: 72px;
font-family: "方正隶变简体";
color:#F16E89;
text-align: center;
line-height: inherit;
}
.xjtu
{
font-family: "方正隶变简体";
font-size: 30px;
color:#e12025;
text-align: left;
}
.nkzx
{
font-family: "方正隶变简体";
font-size: 30px;
color:#603a75;
text-align: right;
}
.photo
{
font-size: 24px;
text-align: center;
font-family: "华文仿宋";
}
.end
{
font-size: 14px;
text-align: center;
}
.smalltitle
{
font-size: 40px;
font-family: "黑体";
color: #7070D0;
margin: inherit
}
.av
{
font-size: 24px;
font-family: "黑体";
color: #0000ff;
text-decoration:none;
text-align: center;
margin: inherit
}
.link
{
font-size: 20px;
color: #007FFF;
margin: 0
}
.whitelink
{
font-size: 20px;
color: #FFFFFF;
margin: 0
}
.firstpoemline
{
font-size: 22px;
color:#3F3F3F;
font-family: "华文仿宋";
text-align: center;
margin: 5px;
}
.poem
{
font-size: 24px;
font-family: "华文楷体";
color:#000000;
text-align: center;
margin: 4px;
line-height: 32px;
}
.lastpoemline
{
font-size: 20px;
color:#1F1F1F;
font-family: "等线";
text-align: right;
margin: 6px;
}
.language{margin: 0}
.elan
{
font-family: "Times New Roman";
margin: 0;
}
</style>
</head>
<body>
<table border="0" width=1280 align="center">
<tr>
<td>
<table border="0" width=1280 align="center">
<tr>
<td width="640"><p class=power>Powered By Adobe Dreamweaver CC 2017 & Notepad++ & Microsoft Visual Studio 2017</p></td>
<td width="640"><p class=maker>Made By Michael Xiaohao Zhang</p></td>
</tr>
</table>
<table border="0" width="1280" align="center">
<tr>
<td width="72"><img src="image/xjtu.png" width="72" height="72" alt="" align="left"/></td>
<td><p class=general>张晓昊的个人主页</p></td>
<td width="72px"><img src="image/nkzx.png" width="72" height="72" alt="" align="right"/></td>
</tr>
</table>
<table border="0" width=1280 align="center">
<tr>
<td width="640"><p class=xjtu>西安交通大学少年班73班</p></td>
<td width="640"><p class=nkzx>南开中学2017级15班</p></td>
</tr>
</table>
<table border="0" width=1280 height=60 bgcolor=#004CFF align="center">
<tr>
<td width=210><a href="index.html"><p class="title">首页</p></a></td>
<td width=210><a href="cn/hometown.html"><p class="title">我的故乡</p></a></td>
<td width=210><a href="cn/family.html"><p class="title">家庭介绍</p></a></td>
<td width=210><a href="cn/exp.html"><p class="title">经历与作品</p></a></td>
<td width=210><a href="cn/mogic.html"><p class="title">关于Mogic</p></a></td>
<td width=210><a href="cn/else.html"><p class="title">其他信息</p></a></td>
</tr>
</table>
<scan><a href="intro.html"><img src="image/introcn.jpg"></a><a href="mobile/index.html"><img src="image/mobilecn.jpg"></a></scan>
<table height=40><tr><td> </td></tr></table>
<table>
<tr>
<td>
<table>
<tr>
<td><img src="image/1521.jpg" width="260" height="360" alt=""/></td>
</tr>
<tr>
<td height="32"><p class="photo">猜猜这是谁</p></td>
</tr>
</table>
</td>
<td width=380>
<table>
<tr>
<td><br></td>
</tr>
<tr>
<td width="380">
<a href="cn/hometown.html"><p class="smalltitle">我的故乡</p></a>
<br>
<a href="cn/heze.html"><p class="link">●我的祖籍:山东菏泽</p></a>
<a href="cn/jinan.html">
<p class="link">●我的家乡:山东济南(2002~2017)</p></a>
<a href="cn/tianjin.html"><p class="link">●我的预科:天津南开(2017~2018)</p></a>
<a href="cn/xi'an.html"><p class="link">●我的大学:陕西西安(2018~)</p></a>
</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td>
<a href="cn/family.html"><p class="smalltitle">家庭介绍</p></a>
<br>
<a href="cn/parents.html"><p class="link">●父母亲</p></a>
<a href="cn/fahand.html"><p class="link">●父系亲属</p></a>
<a href="cn/mohand.html"><p class="link">●母系亲属</p></a>
<a href="cn/girlfriend.html"><p class="link">●女朋友</p></a>
</td>
</tr>
</table>
</td>
<td width="640" height="392">
<table>
<tr>
<td><a href="https://www.youtube.com/watch?v=kYHEejTdsIM"><img src="image/vediocn.png" width="640" height="360" alt=""/></a></td>
</tr>
<tr>
<td><a href="https://www.youtube.com/watch?v=kYHEejTdsIM"><p class="av">视察二院(Youtube.com, 无法直接打开)</p></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table height=40><tr><td> </td></tr></table>
<table background="image/aback.jpg" width=1280 height="420">
<tr>
<td width=640>
<table width=640 height="320">
<tr>
<td><p class = "smalltitle">最近作品</p></td>
</tr>
<tr>
<td><a href="cn/denggao.html"><p class=link align="center">●秋日登高</p></a><p class="firstpoemline">少年不知愁滋味,爱上层楼,为赋新词强说愁。</p><p class="poem">秋日独登翔宇楼,南开园内几重游。<br>世间寥寂如平镜,天下无情若鬼洲。<br>明景今情随浪起,前尘往事付江流。<br>无人谈笑空观望,回首倚门孤自愁。</p><p class="lastpoemline">丁酉年七月廿八日夜初作</p></td>
</tr>
</table>
</td>
<td width="200">
<img src="image/lvsebingdan.psed.jpg" width="200" height="320" alt=""/>
</td>
<td width="20"></td>
<td width="420">
<a href="cn/poem.html"><p class="link">●我的诗词</p></a>
<a href="cn/denggao.html"><p class="link"> ●秋日登高【初作】</p></a>
<!-- <a href="cn/haihe.html"><p class="link"> ●游天大海河园有感</p></a> -->
<a href="cn/minghu.html"><p class="link"> ●大明湖怀古</p></a>
<a href="cn/xiangsi.html"><p class="link"> ●相思曲有感</p></a>
<!-- <a href="cn/preqizhong.html"><p class="link"> ●暴风将至记</p></a>
<a href="cn/dushuxing.html"><p class="link"> ●独书行</p></a> -->
<a href="cn/pusaman.html"><p class="link"> ●菩萨蛮【首词】</p></a>
<a href="cn/yuanxiaoshi.html"><p class="link"> ●元宵</p></a>
<a href="cn/pspro.html"><p class="link">●PS作品</p></a>
<a href="cn/lvsebingdan.html"><p class="link"> ●绿色彬炎</p></a>
<a href="cn/faweishenghuo.html"><p class="link"> ●乏味的生活</p></a>
<a href="cn/zhangzhongyoujiu.html"><p class="link"> ●帐中不可无酒</p></a>
<a href="cn/yingliang.html"><p class="link"> ●秋夜将晓出篱门迎凉有感</p></a>
<a href="cn/lua.html"><p class="link">●QSanguosha Lua Package</p></a>
<a href="cn/timet.html"><p class="link">●时间空旅(即将完成)</p></a>
</td>
</tr>
</table>
<table height=40><tr><td> </td></tr></table>
<table background="image/expback.jpg" width="1280" height=420>
<tr>
<td width="400"><img src="image/schools.png" width="320" height="320" alt=""/></td>
<td width="60"></td>
<td valign="middle">
<p class=smalltitle>人生的经验</p><br>
<p class="whitelink">●出生:2002年8月17日</p>
<p class="whitelink">●幼儿园的经历</p>
<p class="whitelink">●小学的时光</p>
<p class="whitelink">●步入初中时代</p>
<p class="whitelink">●15岁生日亦是预科的开始</p>
<br>
<p class="smalltitle">MOGIC与时间</p><br>
<p class="whitelink">●时间比赛的赛事转播</p>
<p class="whitelink">●关于MOGIC的基本常识</p>
<p class="whitelink">●高级MOGIC-提高姿势水平</p>
</td>
<td width="320">
<p class=smalltitle>友情链接</p>
<br>
<a href="http://www.jwzx.cn/"><p class="link">●山东省济南济微中学</p></a>
<a href="http://www.nkzx.cn/"><p class="link">●天津市南开中学</p></a>
<a href="http://www.xjtu.edu.cn/"><p class="link">●西安交通大学</p></a>
<a href="http://zs.xjtu.edu.cn/"><p class="link">●西安交通大学本科招生网</p></a>
<a href="http://www.xajdsnb.com/"><p class="link">●西安交通大学少年班</p></a>
<a href="https://github.com/James-Hen"><p class="link">●张骏扬Danao的GitHub主页</p></a>
<a href="https://github.com/MichaelXiaohaoZ"><p class="link">●我的GitHub主页</p></a>
<br>
<p class="smalltitle">联系我们</p>
<br>
<p class="link">●电话:15628879568</p>
<p class="link">●QQ:1368287280</p>
<p class="link">●邮箱:[email protected]</p>
</td>
</tr>
</table>
<table height=40><tr><td> </td></tr></table>
<table width=1280 bgcolor=#f596aa height="150">
<tr>
<td width=180><img src="image/usedhead.jpg" width="128" height="128" alt=""/></td>
<td>
<p class="end">版权所有 ©2018 曉昊魔改 西安交通大学少年班<br>网站创立者:Small M.<br><br>天津市南开区南开四马路36号南开中学综合楼B304室<br>Tel:15628879568 QQ:1368287280</p>
<p class="end">鸣谢:Github.io</p>
</td>
<td width=200 valign="top">
<p class="language">Choose Language</p>
<table>
<tr>
<td width="100"><a href="en/index.html"><img src="image/en.jpg" width="21" height="14" alt=""/>English</a></td>
<td width="100"><a href="index.html"><img src="image/cn.png" width="21" height="14" alt=""/>简体中文</a></td>
</tr>
<tr>
<td width="100"><a href="big5/index.html"><img src="image/big5.jpg" width="21" height="14" alt=""/>繁體中文</a></td>
<td width="100"><a><img src="image/jp.jpg" width="21" height="14" alt=""/>日本語</a></td>
</tr>
<tr>
<td width="100"><a><p class="elan"><img src="image/ru.jpg" width="21" height="14" alt=""/>Pусский</p></a></td>
<td width="100"><a><img src="image/de.jpg" width="21" height="14" alt=""/>Deutsch</a></td>
</tr>
<tr>
<td width=100><a><img src="image/es.jpg" width="21" height="14" alt=""/>Español</a></td>
<td width=100><a><img src="image/ae.png" width="21" height="14" alt=""/>العربية</a></td>
</tr>
<tr>
<td width=100><a><img src="image/fr.png" width="21" height="14" alt=""/>Français</a></td>
<td width=100><a><img src="image/pt.png" width="21" height="14" alt=""/>Portugues</a></td>
</tr>
<tr>
<td width=100><a><p class="elan"><img src="image/gr.jpg" width="21" height="14" alt=""/>Ελληνικά</p></a></td>
<td width=100><a><img src="image/kr.png" width="21" height="14" alt=""/>한국어</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>