Skip to content

Commit

Permalink
add photo to sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Nov 10, 2022
1 parent 951efe5 commit d9f9654
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added app/assets/images/nyc-workshop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/views/members/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
= t('members.new.students.criteria_brief')
%p.lead
= t('members.new.students.github')
= image_tag("nyc-workshop.jpg", alt: "a photo from a codebar NYC workshop", class: "mw-100 pb-4")
.d-flex.flex-column.align-items-start
= link_to registration_path(member_type: 'student'), class: 'btn-lg btn-primary mb-4 text-decoration-none' do
= t('members.sign_up_as_student')
Expand Down

0 comments on commit d9f9654

Please sign in to comment.