Skip to content

Commit efc2329

Browse files
author
dalikim
committed
사회적협동조합 빠띠 정기총회 공고를 올립니다
1 parent e7172c3 commit efc2329

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

app/assets/images/notice_20200212.png

216 KB
Loading

app/views/application/_footer.html.haml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,25 @@
2020
.contact-envelope
2121
= image_tag 'contact-envelope.png'
2222

23+
%section.notice.d-none.d-sm-block{ style: 'margin-top: 40px' }
24+
.container.container-sm
25+
.base-section-title
26+
공지
27+
.container
28+
.text-center{ style: 'margin-top: 40px' }
29+
%button.subscribe{class: 'btn btn-primary', 'data-toggle': "modal", 'data-target': "#notice-modal", style: 'height: auto'}
30+
2020년 제1차 사회적협동조합
31+
%br
32+
빠띠 정기총회 공고
33+
#notice-modal.modal.fade{class: @subscribe, :role => "dialog", :tabindex => "-1"}
34+
.modal-dialog{:role => "document"}
35+
.modal-content
36+
.modal-body
37+
%button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
38+
%span{"aria-hidden" => "true"} ×
39+
%div{ style: 'color: #111' }
40+
= image_tag 'notice_20200212.png', style: 'width: 100%'
41+
2342
%footer.app-footer
2443
.container-fluid
2544
.logo

0 commit comments

Comments
 (0)