Skip to content

Commit

Permalink
Merge pull request #63 from parti-coop/feature/ccby4
Browse files Browse the repository at this point in the history
홈페이지 라이센스를 CC-BY-4.0로 바꿉니다.
  • Loading branch information
dalikim authored Mar 17, 2020
2 parents 2e031c0 + 6c0cc05 commit 5a51bf0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
Binary file added app/assets/images/ccby4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ a {
white-space: nowrap;
}

.text-underline {
text-decoration: underline;
}

.hover\:text-underline:hover {
text-decoration: underline;
}

.text-keep-all {
word-break: keep-all;
word-wrap: break-word;
Expand Down
14 changes: 10 additions & 4 deletions app/views/application/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@
= f.email_field :email, placeholder: '이메일 주소', id: 'site-subscribe-report-input-email', class: 'form-control', data: { 'rule-required': true, 'invalid-error': '#js-report-subscribe-error', msg: '이름과 이메일 주소는 필수 입력 항목입니다.' }
%button.btn.btn-primary.btn-subscribe{ type: :submit } 구독신청
#js-report-subscribe-error
.license
Copyright 2020.
%b Parti Co-op.
%span.text-nowrap All rights reserved.
.license.d-md-flex
%a(href="https://creativecommons.org/licenses/by/4.0/deed.ko" target="_blank")
= image_tag 'ccby4.png', style: 'height: 2.8em; margin-right: 0.4em;'
.flex-fill
%b Parti Co-op.
에 의해 작성된
이 웹사이트는
%br
%a.text-nowrap.text-underline.hover:text-underline(href="https://creativecommons.org/licenses/by/4.0/deed.ko" target="_blank") 크리에이티브 커먼즈 저작자표시 4.0 국제
%span.text-nowrap 라이선스에 따라 이용할 수 있습니다.

0 comments on commit 5a51bf0

Please sign in to comment.