Skip to content

Commit

Permalink
Add Skillz logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwinter committed Mar 9, 2018
1 parent 147754f commit 0aec8be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/courses/courses-view.sass
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
justify-content: space-between
align-items: flex-start

.skillz-logo
text-align: center
img
width: 400px

#tournament-rules
display: block
font-size: 30px
Expand Down
2 changes: 2 additions & 0 deletions app/templates/courses/courses-view.jade
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ block content

//if true
if features.israel && new Date() >= new Date(2018, 0, 15, 8)
.skillz-logo
img(src="/images/pages/courses/skillz-logo-horizontal.png")
if view.showFinalArena
.text-center
h1#tournament-title
Expand Down

0 comments on commit 0aec8be

Please sign in to comment.