1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > MaterialCoder</ title >
6
+ < link rel ="stylesheet " href ="css/style.css ">
7
+ < link href ="favicon.ico " rel ="icon " type ="image/X-icon " />
8
+ </ head >
9
+ < body >
10
+
11
+ < div class ="nav ">
12
+ < a href ="https://github.com/materialcoder " target ="_blank "> < img src ="img/github.jpg " alt ="" title ="materialcoder "> </ a >
13
+ </ div >
14
+
15
+ < div class ="container ">
16
+ < div class ="logo ">
17
+ < img src ="img/in.gif " alt ="">
18
+ </ div >
19
+ < div class ="content ">
20
+ < div class ="ife_html ife ">
21
+ < h2 > HTML & CSS</ h2 >
22
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task1/index.html " target ="_blank "> task1 零基础HTML编码</ a >
23
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task2/index.html " target ="_blank "> task2 零基础HTML及CSS编码(一)</ a >
24
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task3/index.html " target ="_blank "> task3 三栏式布局</ a >
25
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task4/index.html " target ="_blank "> task4 定位和居中问题</ a >
26
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task5/index.html " target ="_blank "> task5 零基础HTML及CSS编码(二)</ a >
27
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task6/index.html " target ="_blank "> task6 通过HTML及CSS模拟报纸排版</ a >
28
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task7/index.html " target ="_blank "> task7 常见的技术产品官网页面</ a >
29
+ < a href ="http://materialcoder.me/BaiduIFE2017/HTML-CSS/task8/index.html " target ="_blank "> task8 响应式网格(栅格化)布局</ a >
30
+ <!-- <p>持续更新中......</p> -->
31
+ </ div >
32
+ < div class ="ife_js ife ">
33
+ < h2 > JavaScript</ h2 >
34
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task1/index.html " target ="_blank "> task1 零基础JavaScript编码(一)</ a >
35
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task2/index.html " target ="_blank "> task2 零基础JavaScript编码(二)</ a >
36
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task3/index.html " target ="_blank "> task3 零基础JavaScript编码(三)</ a >
37
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task4/index.html " target ="_blank "> task4 基础JavaScript练习(一)</ a >
38
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task5/index.html " target ="_blank "> task5 基础JavaScript练习(二)</ a >
39
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task6/index.html " target ="_blank "> task6 基础JavaScript练习(三)</ a >
40
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task7/index.html " target ="_blank "> task7 JavaScript和树(一)</ a >
41
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task8/index.html " target ="_blank "> task8 JavaScript和树(二)</ a >
42
+ < a href ="http://materialcoder.me/BaiduIFE2017/JS/task9/index.html " target ="_blank "> task9 JavaScript和树(三)</ a >
43
+ <!-- <p>(已完结,初学者,欢迎指出不足之处)</p> -->
44
+ </ div >
45
+ < div class ="ife_eg ife ">
46
+ < h2 > Demos</ h2 >
47
+ < a href ="http://materialcoder.me/BaiduIFE2017/Practice/task1/index.html " target ="_blank "> task1 表单(一)单个表单项的检验</ a >
48
+ < a href ="http://materialcoder.me/BaiduIFE2017/Practice/task2/index.html " target ="_blank "> task2 表单(二)多个表单项的动态检验</ a >
49
+ < a href ="http://materialcoder.me/BaiduIFE2017/Practice/task3/index.html " target ="_blank "> task3 表单(三)联动</ a >
50
+ < a href ="http://materialcoder.me/BaiduIFE2017/Practice/task6/index.html " target ="_blank "> task6 任务六:UI组件之浮出层</ a >
51
+ <!-- <p>更新中......</p> -->
52
+ </ div >
53
+ </ div >
54
+ < div class ="content ">
55
+ < div class ="ife_baidu ife ">
56
+ < h2 > 综合案例</ h2 >
57
+ < a href ="http://materialcoder.me/BaiduIFE2017/1 自定义checkbox,radio样式/index.html " target ="_blank "> 自定义checkbox,radio样式(一)</ a >
58
+ < a href ="http://materialcoder.me/BaiduIFE2017/1 自定义checkbox,radio样式/index2.html " target ="_blank "> 自定义checkbox,radio样式(二)</ a >
59
+ < a href ="http://materialcoder.me/BaiduIFE2017/2 自定义网页右键菜单/index.html " target ="_blank "> 自定义网页右键菜单</ a >
60
+ < a href ="http://materialcoder.me/BaiduIFE2017/3 鼠标悬停模糊效果/index.html " target ="_blank "> 鼠标悬停模糊效果</ a >
61
+ < a href ="http://materialcoder.me/BaiduIFE2017/5 音乐播放器/index.html " target ="_blank "> 音乐播放器</ a >
62
+ < a href ="http://materialcoder.me/BaiduIFE2017/6 使用CSS实现折叠面板/index.html " target ="_blank "> 使用CSS实现折叠面板</ a >
63
+ < a href ="http://materialcoder.me/BaiduIFE2017/7 实现树形组件/index.html " target ="_blank "> 实现树形组件</ a >
64
+ < a href ="http://materialcoder.me/BaiduIFE2017/8 CSS3饼状loading效果/index.html " target ="_blank "> CSS3饼状loading效果</ a >
65
+ < a href ="http://materialcoder.me/BaiduIFE2017/9 CSS3实现3D轮播图/index.html " target ="_blank "> CSS3实现3D轮播图</ a >
66
+ <!-- <p>持续更新中......</p> -->
67
+ </ div >
68
+ </ div >
69
+ </ div >
70
+
71
+ </ body >
72
+ </ html >
0 commit comments