-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (73 loc) · 7.07 KB
/
index.html
File metadata and controls
73 lines (73 loc) · 7.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>西域都护府</title>
<style type="text/css">
body{
background-image: url("1214911.jpg");
color:#ffffff;
}
a{
color: aqua;
}
#main{
margin: 0 25% 0 25%;
}
.introduction a{
text-decoration: none;
}
.welcome{
text-align: center;
font-size: 40px;
font-family: "黑体";
color: mediumslateblue;
margin-left: auto;
margin-right: auto;
}
.step{
font-family: "Microsoft YaHei UI";
font-size: 23px;
}
.task-list li{
margin-top: 0.5em;
}
</style>
</head>
<body>
<div id="main">
<p class="welcome">欢迎来到大唐西域都护的个人主页!</p>
<p class="introduction">我正在参加<a href="http://ife.baidu.com" target="_blank">百度前端技术学院</a>的春季班学习。百度前端技术学院是由百度创办的免费的前端技术学习实践、交流、分享平台。</p>
<p class="step">第一阶段练习题</p>
<ul class="task-list">
<li>任务三:三栏布局 <a href="https://leegent.github.io/ife2016/task1_3/task1_3.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task1_3" target="_blank">代码</a> </li>
<li>任务四:定位和居中问题 <a href="https://leegent.github.io/ife2016/task1_4/task1_4.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task1_4" target="_blank">代码</a></li>
<li>任务五:综合布局练习 <a href="https://leegent.github.io/ife2016/task1_5/task1_5.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task1_5" target="_blank">代码</a></li>
<li>任务八:响应式网格(栅格化)布局 <a href="https://leegent.github.io/ife2016/task1_8/task1_8.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task1_8" target="_blank">代码</a></li>
<li>任务十二:CSS3新特性 <a href="https://leegent.github.io/ife2016/task12/task12.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task12" target="_blank">代码</a></li>
</ul>
<p class="step">第二阶段练习题</p>
<ul class="task-list">
<li>任务十六:增删表格 <a href="https://leegent.github.io/ife2016/task16/task16.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task16" target="_blank">代码</a></li>
<li>任务十七:模拟条形图展示数据 <a href="https://leegent.github.io/ife2016/task17/task17.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task17" target="_blank">代码</a></li>
<li>任务十九:可视化快速排序、冒泡排序过程 <a href="https://leegent.github.io/ife2016/task19/task19.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task19" target="_blank">代码</a></li>
<li>任务二十:正则表达式练习 <a href="https://leegent.github.io/ife2016/task20/task20.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task20" target="_blank">代码</a></li>
<li>任务二十一:综合练习 创建对象的模式 <a href="https://leegent.github.io/ife2016/task21/task21.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task21" target="_blank">代码</a></li>
<li>任务二十二:遍历二叉树 <a href="https://leegent.github.io/ife2016/task22/task22.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task22" target="_blank">代码</a></li>
<li>任务二十四:树的遍历、结点增删 <a href="https://leegent.github.io/ife2016/task24/task24.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task24" target="_blank">代码</a></li>
<li>任务二十五:树形组件 <a href="https://leegent.github.io/ife2016/task25/task25.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task25" target="_blank">代码</a></li>
<li>任务二十八:行星与飞船(三) 面向对象、设计模式 <a href="https://leegent.github.io/ife2016/task28/task28.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task28" target="_blank">代码</a></li>
</ul>
<p class="step">第三阶段练习题</p>
<ul class="task-list">
<li>任务三十七:浮出层组件 <a href="https://leegent.github.io/ife2016/task37/task37.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task37" target="_blank">代码</a></li>
<li>任务三十八:排序表格组件 <a href="https://leegent.github.io/ife2016/task38/task38.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task38" target="_blank">代码</a></li>
<li>任务三十九:头部固定表格组件 <a href="https://leegent.github.io/ife2016/task39/task39.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task39" target="_blank">代码</a></li>
<li>任务四十:日历组件(一) <a href="https://leegent.github.io/ife2016/task40/task40.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task40" target="_blank">代码</a></li>
<li>任务四十一:日历组件(二) <a href="https://leegent.github.io/ife2016/task41/task41.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task41" target="_blank">代码</a></li>
<li>任务四十二:日历组件(三) <a href="https://leegent.github.io/ife2016/task42/task42.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task42 " target="_blank">代码</a></li>
<li>任务五十:RIA微型问卷调查平台 <a href="https://leegent.github.io/ife2016/task50/index.html" target="_blank">展示页</a> <a href="https://github.com/leegent/leegent.github.io/tree/master/ife2016/task50" target="_blank">代码</a></li>
</ul>
</div>
</body>
</html>