Theme intrgration initiated by Onassis theme of Blacktie.co
Banner Component designed
This commit is contained in:
parent
6712f582c3
commit
2c4101ab45
6 changed files with 95 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
%a.smoothscroll{ href: '#registration' } Registration
|
||||
%div.container.text-center
|
||||
%div.row
|
||||
%h2 Registration
|
||||
%h1 Registration
|
||||
- if !@conference.registration_description.blank?
|
||||
%p
|
||||
= @conference.registration_description
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
%div.container.text-center.banner-text
|
||||
.row
|
||||
%h1
|
||||
= @conference.title
|
||||
= @conference.short_title
|
||||
- if @conference.start_date && @conference.end_date
|
||||
.row
|
||||
%h3
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
%meta{:content => "", :name => "description"}
|
||||
%meta{:content => "", :name => "author"}
|
||||
= stylesheet_link_tag "application", :media => "all"
|
||||
= stylesheet_link_tag "splash" if content_for :splash
|
||||
= javascript_include_tag "application"
|
||||
= csrf_meta_tags
|
||||
:javascript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue