Skip to content

Commit

Permalink
aboutme page update
Browse files Browse the repository at this point in the history
  • Loading branch information
windy committed Jan 4, 2015
1 parent 144a122 commit d8772de
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 24 deletions.
Binary file added app/assets/images/mp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 34 additions & 3 deletions app/assets/stylesheets/aboutme_welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}
}

#about {
#about, #skill {
background-color: #000;
color: #eee;
padding: 10rem 0;
Expand All @@ -117,6 +117,20 @@
}
}

#skill {
background: image-url('mp.jpg') no-repeat bottom center scroll;
background-size: cover;
.skills {
color: #eee;
background-color: rgba(63, 63, 63, 0.6);
padding: 2rem 2rem;
font-size: 1.125rem;
li {
margin: 1rem 0;
}
}
}

#work {
background: image-url('download-bg.jpg') no-repeat bottom center scroll;
background-size: cover;
Expand All @@ -137,10 +151,22 @@
background-color: rgba(63, 63, 63, 0.6);
list-style: none;
padding: 2rem 1rem;
li {
>li {
margin: 1rem 0;
}

.project-description {
margin-bottom: 2rem;
font-size: 90%;
li {
margin: 0.5rem 0;
color: #aaa;
&:hover {
color: #ccc;
}
}
}

.name {
margin-right: 0.5rem;
font-size: 1.125rem;
Expand Down Expand Up @@ -173,7 +199,12 @@
background: #000;
background-size: cover;
padding: 10rem 0;
padding-bottom: 20rem;
padding-bottom: 2rem;
.modified-at {
padding-top: 8rem;
color: #aaa;
font-size: 1rem;
}
h1, h2 {
color: #eee;
text-align: center;
Expand Down
83 changes: 62 additions & 21 deletions app/views/home/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
ul.right
li
a href='#about' du-smooth-scroll='' du-scrollspy='' 关于
li
a href='#skill' du-smooth-scroll='' du-scrollspy='' 技能
li
a href='#work' du-smooth-scroll='' du-scrollspy='' 作品
li
Expand All @@ -36,43 +38,80 @@
.row
.small-12.large-9.large-centered.columns
h1.title 关于我
p 我是李亚飞, 一个在中国深圳的网页开发工程师( Web Developer ).
p 我是李亚飞, 一个在中国深圳的全栈开发工程师( Full Stack Developer ).
p
| 曾经在
a href='http://sangfor.com' 深信服
| 工作大约 5 年. 在那里, 从一个菜鸟成长为一个资深工程师, 还有幸带领一个很酷的团队帮助公司进行自动化测试方向的研究与推进. 掌握的技术大约有: Linux, Ruby, Ruby on Rails, Testing Automation
| 工作大约 5 年( 2009.6 - 2014.3 ). 在那里, 从一个菜鸟成长为一个资深工程师, 还有幸带领一个很酷的团队帮助公司进行自动化测试方向的研究与推进.
p
| 在去年 3 月份, 与一个很不错的合伙人一起, 他负责业务, 我负责技术开发了创业赢(http://cywin.cn), 这是一个股权众筹平台, 帮助创业团队更好的融资, 但是在 10 月份的时候项目快速失败了.
p
| 在今年 3 月份, 为了那份创业梦, 出山开发了 cywin.cn, 这是一个股权众筹平台, 帮助创业团队更好的融资. 借此, 也将自己的 Ruby on Rails 技术全部注入在内
| 虽然, 这是一次不成熟的创业经历, 但收获依然很大, 有一点让我意识到: 只有自己最擅长的领域, 才能更适合发挥.
p
| 现在, 想先休息一段时间, 接下来做一个自由职业者, 接手一些关于 Web 开发的外包工作
| 目前我正在组建一个远程办公团队, 第一步先帮助其他创业团队搞定技术上的工作, 如果你有兴趣与我聊聊, 欢迎在下面的联系方式与我取得联系.
section#skill
.row
.small-12.large-9.large-centered.columns
h1.title 技能
.skills
p 我虽已经不是纯粹的技术开发者, 但却热爱技术.
ul
li Ruby on Rails( 熟练 )
li Linux / OSX( 熟练 )
li Git / Svn( 熟练 )
li AngularJS( 熟练 )
li Bootstrap / Foundation 5( 熟练 )
li jQuery( 熟练 )
li HTML5
li CSS3
li Testing Automation
li Deploying Automation
li PostgreSQL / Mysql / Mongodb
section#work
.row
.small-12.large-9.large-centered.columns
h1.title 作品
h1.title 主要作品
ul.works
li
span.name ATM/ATT
span.brief 测试业界领先的关键字驱动的自动化测试平台
span.link 公司所属
span.time #{time_ago_in_words(DateTime.new(2013))}
span.time 2014.3 - 2014.10
.project
span.name Cywin
span.brief 一个股权众筹的商业平台
span.link
a href='http://cywin.cn' target='_blank' http://cywin.cn
ul.project-description
li 全栈独立负责整个项目的后端, 前端, 架构在 Ruby on Rails.
li 花费周期 6 个月, 上线.
li 使用了 Foundation, AngularJS 来增强使用体验.
li
span.name WBlog
span.brief Rails 社区正缺了一个独立博客建站系统
span.link
a href='https://github.com/windy/wblog' target='_blank' https://github.com/windy/wblog
span.time #{time_ago_in_words(DateTime.new(2014,3,1))}
span.time 2014.2 - 2014.3
.project
span.name WBlog
span.brief Rails 社区正缺了一个独立博客建站系统
span.link
a href='https://github.com/windy/wblog' target='_blank' https://github.com/windy/wblog
ul.project-description
li Ruby on Rails 开源博客系统, 帮助更多的朋友构建高定制性的博客.
li 具备博客管理, 点赞, 评论, 二维码, 自适应等现代网站所有特性.
li
span.name Cywin
span.brief 一个股权众筹的商业平台
span.link
a href='http://cywin.cn' target='_blank' http://cywin.cn
span.time #{time_ago_in_words(1.month.ago)}
span.time 2012 - 2013.10
.project
span.name ATM/ATT
span.brief 测试业界领先的关键字驱动的自动化测试平台
span.link 深信服内部产品
ul.project-description
li 作为 Leader 带领团队架构并开发.
li XMLRPC 作为数据交换, 平台具备任务调度, Agent 服务, 用例编写, 权限管理, Svn集成, 自动布署.
li 关键字驱动方案是测试业内领先的技术框架.
li 几乎所有服务使用 100% Ruby 代码完成.
section#contact
.row
.small-12.large-9.large-centered.columns
h1.title 联系我
p
| 我们正在启动一个虚拟技术合伙人的计划, 如果你的创业团队需要我们的技术帮助甚至于外包, 可以与我交流一下.
| 我们正在启动一个虚拟技术合伙人的计划, 如果你的创业团队需要我们的技术帮助, 可以与我交流一下
p
| 如果你想与我谈谈技术, 生活, 也可以与我随时与我交流
p
| 不要紧张, 请随时联系我
p.mail_to
Expand All @@ -91,7 +130,9 @@
a href='http://www.linkedin.com/pub/yafei-lee/77/3b/505' target='_blank'
i.fa.fa-linkedin-square
| LinkedIn
p.modified-at
| 本页更新于 2014.1.5
.footer
.row
.small-12.columns
div Copyright © yafeilee.me
div Copyright © 2012 - 2015 yafeilee.me

0 comments on commit d8772de

Please sign in to comment.