Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/images/hardery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/assets/stylesheets/pages/dashboard/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
}

.dashboard-content-wrap {
background-color: $gray-bg;
border-radius: 5px;
padding: 30px 0;
input[type="file"] {
Expand Down
2 changes: 1 addition & 1 deletion app/views/dashboard/_blogs.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
.large-10.columns
%a{:href => "#blogs/{{= blog.id }}" }
{{= blog.title }}
%span.pull-right {{= blog.tag_list }}
.large-2.columns.text-right
%a{:href => "#blogs/{{= blog.id }}/edit"}
.fa.fa-edit
%span.fa.fa-times-circle-o.delete
%span {{= blog.tag_list }}
.row
.large-12.columns
%p {{= blog.body }}
18 changes: 16 additions & 2 deletions app/views/site/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@
%h3 阅台为技术而作
%br
%br
%p 这个一个开源的分享平台,你可以在这里创建文章,包括博客,系列和演示文稿,你只需要注册一个账号。
%p
一个开源的分享平台。
%br
你可以在这里创建文章,包括博客,系列和演示文稿。
%br
你可以将 kindle 中的学习笔记同步到笔记书。
%br
你只需要注册一个账号。
%a.button.entry.radius{href: '/articles'}
%i.fa.fa-arrow-right
 
Expand Down Expand Up @@ -79,7 +86,7 @@
%h3 创作人员
%br
%br
%ul.large-block-grid-3.medium-block-grid-3.small-block-grid-1
%ul.large-block-grid-2.medium-block-grid-2.small-block-grid-1
%li.person
.row.collapse
.large-4.small-3.columns
Expand All @@ -101,6 +108,13 @@
.large-8.small-9.columns
%p Linda,邻家小妹。
%p 阅台前端开发,并长期供稿。
%li.person
.row.collapse
.large-4.small-3.columns
= image_tag 'hardery.png'
.large-8.small-9.columns
%p hardery,惨绿少年
%p 阅台产品使用,并长期供稿。
.page-5
.row
.large-12.columns.wrap.text-center
Expand Down