Skip to content

Commit c6f6b2c

Browse files
authored
feat: 4월 캠프 신청을 종료합니다 (#111)
1 parent 0eb02e3 commit c6f6b2c

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

app/assets/images/camp/end.png

199 KB
Loading

app/views/pages/camp.html.haml

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@
139139
position: absolute;
140140
bottom: 0;
141141
right: 0;
142+
text-align: right;
143+
> .end {
144+
width: 478px;
145+
}
142146
> .btn {
143147
padding: 16px 44px;
144148
border-radius: 6px;
@@ -392,6 +396,9 @@
392396
}
393397
> .cta {
394398
text-align: center;
399+
> .end {
400+
width: 378px;
401+
}
395402
.btn {
396403
padding: 16px 125px 16px;
397404
border-radius: 6px;
@@ -617,10 +624,11 @@
617624
.help 오픈기념!
618625
.right
619626
.app
620-
=image_tag 'camp/app.png'
627+
= image_tag 'camp/app.png'
621628
.cta
622-
= link_to 'https://parti276356.typeform.com/to/FbL5Z7T5', class: 'btn', target: '_blank' do
623-
신청하기
629+
= image_tag 'camp/end.png', class: 'end'
630+
= link_to 'https://forms.gle/fY9NTcJhUPHHqrjPA', class: 'btn', target: '_blank' do
631+
다음 캠프 소식 받기
624632
%i.fa.fa-chevron-right
625633

626634
%section.intro
@@ -704,12 +712,12 @@
704712
오픈기념!
705713
.strong 참가비는 무료
706714
%span> 입니다.
707-
.item
708-
프로그램별
709-
.strong 선착순 15명 신청가능!!!
710-
지금
711-
= link_to '신청하러', 'https://parti276356.typeform.com/to/FbL5Z7T5', class: 'cta', target: '_blank'
712-
가볼까요?
715+
-# .item
716+
-# 프로그램별
717+
-# .strong 선착순 15명 신청가능!!!
718+
-# 지금
719+
-# = link_to '신청하러', 'https://forms.gle/fY9NTcJhUPHHqrjPA', class: 'cta', target: '_blank'
720+
-# 가볼까요?
713721
.detail
714722
.title
715723
🖍
@@ -880,8 +888,10 @@
880888
= lecture6
881889

882890
.cta
883-
= link_to 'https://parti276356.typeform.com/to/FbL5Z7T5', class: 'btn', target: '_blank' do
884-
신청하기
891+
= image_tag 'camp/end.png', class: 'end'
892+
%br
893+
= link_to 'https://forms.gle/fY9NTcJhUPHHqrjPA', class: 'btn', target: '_blank' do
894+
다음 캠프 소식 받기
885895
%i.fa.fa-chevron-right
886896

887897

@@ -930,8 +940,8 @@
930940
= link_to 'https://www.opensocietyfoundations.org/', class: 'link' do
931941
= image_tag 'camp/osf.png', class: 'osf'
932942
와 함께 합니다.
933-
%section.fixed-cta
934-
.cta
935-
= link_to 'https://parti276356.typeform.com/to/FbL5Z7T5', class: 'btn btn-block', target: '_blank' do
936-
신청하기
937-
%i.fa.fa-chevron-right
943+
-# %section.fixed-cta
944+
-# .cta
945+
-# = link_to 'https://forms.gle/fY9NTcJhUPHHqrjPA', class: 'btn btn-block', target: '_blank' do
946+
-# 신청하기
947+
-# %i.fa.fa-chevron-right

0 commit comments

Comments
 (0)