diff --git a/_posts/2015-05-20-scope.md b/_posts/2015-05-20-scope.md
index 8137f7f3dbf..9bc9bd0e978 100644
--- a/_posts/2015-05-20-scope.md
+++ b/_posts/2015-05-20-scope.md
@@ -25,4 +25,6 @@ excerpt: JavaScript作用域和作用域链学习笔记。
参考资料
* [鸟哥:Javascript作用域原理](http://www.laruence.com/2009/05/28/863.html)
-* [理解 JavaScript 作用域和作用域链](http://www.cnblogs.com/lhb25/archive/2011/09/06/javascript-scope-chain.html)
\ No newline at end of file
+* [理解 JavaScript 作用域和作用域链](http://www.cnblogs.com/lhb25/archive/2011/09/06/javascript-scope-chain.html)
+
+未完待续!
\ No newline at end of file
diff --git a/pages/1demo.html b/pages/1demo.html
index 675070078e0..0e77e6dfb5c 100644
--- a/pages/1demo.html
+++ b/pages/1demo.html
@@ -5,14 +5,102 @@
icon: glyphicon-play
---
+
+
+ -
+
+
+
+
+
+
主要技术:JavaScript
+
+ 任务二的展示主页,里面包含五个小 demo。源代码在这里。还有一篇相关的日志。
+
+
+
+ -
+
+
+
+
+
+
主要技术:JavaScript
+
+ 对JavaScript正则表达式和字符串的练习。源代码在这里。还有一篇相关的日志。
+
+
+
+ -
+
+
+
+
+
+
主要技术:JavaScript
+
+ setInterval(),Date 对象的学习和使用。源代码在这里。还有一篇相关的日志。
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
主要技术:JavaScript
+
+ 变速运动,运动终止条件的应用。源代码在这里。还有一篇相关的日志。
+
+
+
+
+ -
+
+
+
+
+
+
主要技术:JavaScript
+
+ 对input监听,使用正在表达式高亮匹配,实现输入联想效果。源代码在这里。还有一篇相关的日志。
+
+
+
+
-
@@ -22,25 +110,25 @@
+
+
+
-
-
-
+
+
-
主要技术:HTML, BootStrap
+
主要技术:JavaScript
- 使用BootStrap仿照知乎做了一个静态页面。源代码在这里。还有一篇相关的日志
+ 对鼠标事件应用,以及判断定位的方法等。源代码在这里。还有一篇相关的日志。
-
-
-
+
+
-
+ -
+
+
+
+
+
+
-
@@ -86,27 +191,25 @@
-
主要技术:AngularJS, UI-router
+
主要技术:AngularJS UI-router
UI-router 作为 AngularJS 中路由的扩充,实现了多级路由的效果。使得前端界面跳转更加方便。源代码在这里。
-
-
-
-
-
+
+
-
主要技术:AngularJS CSS3
+
主要技术:HTML, BootStrap
- 使用 AngularJS 中的 ngAnimate 加 CSS3里面的一些旋转效果,做出页面切换的效果。源代码在这里。感谢慕课网AngularJS实战教程。
+ 使用BootStrap仿照知乎做了一个静态页面。源代码在这里。还有一篇相关的日志
diff --git a/pages/2about.md b/pages/2about.md
index 35830cdcecd..a939835c38c 100644
--- a/pages/2about.md
+++ b/pages/2about.md
@@ -36,6 +36,7 @@ icon: glyphicon-heart
这个博客主要用于记录一下前端路上的风景。
+2015.5.25 | 修复了底栏上跳的bug,调整了demo页面响应式变化的效果。
2015.4.24 | 目前我在学习百度前端技术学院的任务,学的过程中感觉自己之前搭建博客的代码写的太烂太乱了。学完之后一定会全部重构一下的。不再使用 BootStrap 了,自己写一些响应式的布局,自己模块化构建 js 代码,争取在7月之前完成。
2015.4.14 | 给博客添加了侧边的目录。主要使用了 BootStrap 的 [Affix](http://v3.bootcss.com/javascript/#affix) 插件。后来又弃用了这个插件,有bug。
2015.4.8 | 本博客迎来第一条评论!在文章 [判断两个数组是否相似 (arraysSimilar)](http://gaohaoyang.github.io/2015/04/06/arrays-similar/) 下,来自慕课网的老师 [Bosn](http://www.imooc.com/space/teacher/id/1159332) 说虽然代码长了些,但思路清晰。同时博客添加了返回顶部按钮。
diff --git a/static/css/index.css b/static/css/index.css
index f77b0121de5..3837098f22a 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -339,9 +339,9 @@ blockquote:last-child {
}
#fall ul{
- margin: 5px 5px 0 5px;
+ margin: 0 10px;
padding: 0;
- width: 260px;
+ width: 240px;
/*background-color: red;*/
display: inline-block;
vertical-align: top;
@@ -349,13 +349,19 @@ blockquote:last-child {
}
-@media screen and (max-width: 480px){
+
+@media screen and (max-width: 1200px) {
+ #fall ul{
+ width: 210px;
+ }
+}
+@media screen and (max-width: 991px){
#fall ul{
width: auto;
}
}
#fall li{
- margin: 0 0 10px 0;
+ margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
font-size: 14px;
@@ -374,6 +380,7 @@ blockquote:last-child {
margin: 0 10px;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #ddd;
+ font-weight: bold;
}
#fall .description{
text-align: left;
@@ -492,7 +499,7 @@ blockquote:last-child {
bottom: 0px;
}
-@media screen and (max-width: 768px){
+@media screen and (max-width: 1200px){
.post{
padding:10px 10px;
font-size: 14px;