Skip to content

Commit

Permalink
add banner to homepage for impact report
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Nov 17, 2022
1 parent 951efe5 commit f4990ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/dashboard/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- title t('homepage.title')

.alert.alert-dark.mb-0.text-center
We’re beyond proud to launch our <strong>first-ever</strong> Impact Report, which you can read here - <a href="https://impact-report-22.codebar.io/ target="_blank"">impact-report-22.codebar.io</a>

.homepage-hero.d-flex.align-items-center
.container.d-flex
.col-md-5.offset-md-1.p-3.text
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.col-sm-12.col-md-6.col-lg-3
%ul.list-unstyled.ml-0
%li= link_to 'Impact Report 2022', "https://impact-report-22.codebar.io/"
%li= link_to t("navigation.code_of_conduct"), code_of_conduct_path
%li= link_to t("navigation.breach_code_of_conduct"), breach_code_of_conduct_path
%li= link_to t("navigation.coach_guide"), teaching_guide_path
Expand Down

0 comments on commit f4990ae

Please sign in to comment.