-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththree.html
More file actions
82 lines (73 loc) · 3.23 KB
/
Copy paththree.html
File metadata and controls
82 lines (73 loc) · 3.23 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
<!DOCTYPE html>
<!-- saved from url=(0139)file:///D:/%E5%A4%A7%E4%BA%8C%E6%9A%91%E6%9C%9F/web%E5%89%8D%E7%AB%AF%E5%B0%8F%E5%AD%A6%E6%9C%9F/%E7%AC%AC%E4%B8%89%E6%AC%A1/src/index.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dixon的个人主页</title>
<link rel="stylesheet" href="./three_files/style.css">
</head>
<body class="wrap" style="z-index: 0;">
<button id="btn" style="right: 10px; bottom: 10px;"></button>
<section class="main">
<header></header>
<section>
<div class="wrap">
<h1>Dixon的个人主页</h1>
<h2 align="center"><img src="./three_files/120228154525391523.jpg"></h2>
</div>
</section>
<div class="wrap">
<section class="features">
<div class="features-columns clearfix">
<div class="features-column">
<h3>个人简介</h3>
<p>秦堤<br>籍贯广西<br>清华大学软件学院2014级</p>
</div>
<div class="features-column">
<h3>联系方式</h3>
<p>QQ:616990578<br>wechat:threef1owers<br>email:dixonqin@yeah.net</p>
</div>
<div class="features-column">
<h3>兴趣爱好</h3>
<p>网游<br>音乐<br>美食</p>
</div>
</div>
<div class="separator"></div>
</section></div>
</section>
<section class="textblock">
<div class="wrap">
<h2>个人日志</h2>
<h5>对web前端课程的期待</h5>
<div class="text-column">
<div class="separator"></div>
<p>
web前端对于我来说是非常陌生的东西,之前没写过什么网页,
只是因为大二的时候,图论大作业要求可视化,就学了一下
d3.js,也算是略了解一些js的语法和d3.js库的使用,HTML和
CSS就非常的不熟悉了。所以这门课我还是需要非常认真去学的,
同时大作业也是非常的有趣,做一个网页游戏。作为一个从6岁
就开始接触游戏,从9岁开始玩网游的“老玩家”,也是一直都有
一个做游戏的梦想,这次的大作业也算是变相的圆一次梦吧,我
会努力把它做好。
</p>
<h6 align="right">Dixon Qin<br>2016-7-1</h6>
</div>
</div>
</section>
<section class="textblock">
<div class="wrap">
<h2>Web前端课程展示区</h2>
<div class="text-column">
<div class="separator"></div>
<a href="file:///D:/%E5%A4%A7%E4%BA%8C%E6%9A%91%E6%9C%9F/web%E5%89%8D%E7%AB%AF%E5%B0%8F%E5%AD%A6%E6%9C%9F/%E7%AC%AC%E4%B8%89%E6%AC%A1/src/index.html">第一次</a>
</div>
</div>
</section>
<script src="./three_files/backToTop.js"></script>
<script src="./three_files/myAlert.js"></script>
<script type="text/javascript">
//alert('1');
b.init({RightDown:true});
myAlert();
//alert('3');
</script>
</body></html>