Skip to content
Merged
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
17 changes: 9 additions & 8 deletions app/views/dashboard/code.html.haml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
.stripe.reverse#code-of-conduct
.row
.col
%h1
.row.justify-content-md-center
.col.col-md-8
%h2
= t('code_of_conduct.title')

.stripe.reverse
.row
.col
%h2
.row.justify-content-md-center
.col.col-md-8
%h3
= t('code_of_conduct.summary.title')

%p.lead
= t('code_of_conduct.summary.intro')

%h2
%h3
= t('code_of_conduct.content.title')

%p
Expand All @@ -35,4 +36,4 @@

%p
= t('code_of_conduct.content.questions')
=mail_to 'hello@codebar.io', t('code_of_conduct.content.contact'), subject: t('code_of_conduct.content.email_subject')
= mail_to 'hello@codebar.io', t('code_of_conduct.content.contact'), subject: t('code_of_conduct.content.email_subject')
12 changes: 6 additions & 6 deletions app/views/dashboard/effective-teacher-guide.html.haml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.stripe.reverse
.row
.col
%h3
.row.justify-content-md-center
.col.col-lg-8
%h2
Coach Guide
%p
%p.lead
This is a brief guide we've put together for our coaches. If you have any suggestions to make open a #{link_to "pull request", "https://github.com/codebar/planner"} or #{link_to "create an issue", "https://github.com/codebar/planner/issues/new"}.

.stripe.reverse
.row
.col
.row.justify-content-md-center
.col.col-lg-8
%ul
%li
%p.mb-2= t('dashboard.teacher_guide.laptop')
Expand Down
8 changes: 4 additions & 4 deletions app/views/dashboard/participant_guide.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.stripe.reverse#banner
.row
.col
.row.justify-content-md-center
.col.col-md-8
%h2= t('participant_student_guide.title')
= link_to t('participant_student_guide.attendance_policy.title') , '#attendance'
\|
Expand All @@ -9,8 +9,8 @@
= link_to t('participant_student_guide.disability.title') , '#disability'

.stripe.reverse
.row
.col
.row.justify-content-md-center
.col.col-md-8
%h3#attendance= t('participant_student_guide.attendance_policy.title')
%p
= t('participant_student_guide.attendance_policy.intro')
Expand Down