-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Attempting to fix the CSS issues on the site
- Loading branch information
Showing
11 changed files
with
107 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
.hero-unit { | ||
text-align: center; | ||
width: 100%; | ||
position: relative; | ||
overflow-y: hidden; | ||
} | ||
|
||
.marketing { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
%h1 | ||
Helping build culture through... | ||
|
||
= render 'shared/marketing' | ||
= render 'shared/marketing' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
.hero-unit | ||
.hero-unit.w-75.m-auto | ||
%h1 | ||
#{@error_description} | ||
- if @error_description.nil? | ||
%h2 | ||
Please ask your administrator to do so if you'd like to party soon. | ||
#{@error_description || "Please ask your administrator to do so if you'd like to party soon." } | ||
|
||
= render 'shared/marketing' | ||
.hero-unit.w-75.m-auto | ||
= render 'shared/marketing' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,34 +28,19 @@ | |
= stylesheet_link_tag "application", "data-turbo-track": "reload" | ||
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module" | ||
|
||
%body | ||
= render partial: "shared/nav_main" | ||
%body.m-0.p-0 | ||
.container-fluid.main-container.w-100.align-content-center.m-0.p-0 | ||
.row | ||
.col-sm-12.col-md-12.col-lg-12.p-0 | ||
= render partial: "shared/nav_main" | ||
|
||
%turbo-frame#flash_container{"data-controller": "flash", "data-flash-target": "flash"} | ||
%turbo-frame.m-0#flash_container{"data-controller": "flash", "data-flash-target": "flash"} | ||
= render "shared/flash" | ||
|
||
.container-fluid.m-auto.main-container | ||
.container-fluid.main-container.w-100.align-content-center | ||
.row | ||
.col-sm-0.col-md-.col-lg-0 | ||
.col-sm-12.col-md-12.col-lg-12 | ||
= yield | ||
.col-sm-0.col-md-0.col-lg-0 | ||
|
||
#footer.m-0.pt-5.mt-5 | ||
.card.p-0.mt-5 | ||
.card-footer.bg-primary-subtle.text-center | ||
%small | ||
Crafted with ♡ in San Francisco — © CFAEA 2010-#{Date.current.strftime('%Y')} | ||
All rights reserved. | ||
%br | ||
App Version #{TicketBooth::Application::VERSION} | ||
| Revision | ||
%a{href: "https://github.com/fnf-org/TicketBooth/commit/#{TicketBooth::Application::REVISION}", target: "_blank" } | ||
= TicketBooth::Application::REVISION | ||
| Rails #{Rails.version} | ||
| Ruby #{RUBY_VERSION} | ||
| #{Rails.env.to_s.capitalize} Env | ||
| | ||
= mail_to '[email protected]', 'Ticket Booth Support', subject: 'Ticket Booth Support' | ||
|
||
|
||
.container-fluid | ||
= render partial: "shared/footer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
%div.w-100#footer | ||
.card-body.bg-primary-subtle.text-center.small | ||
%table#footer-table.w-100.m-0 | ||
%tbody.w-100.m-0 | ||
%tr.w-100.m-0 | ||
%td.w-100.p-2.m-0.align-content-center.text-center.bg-body-secondary{colspan: 2} | ||
Crafted with ♡ in San Francisco — | ||
© CFAEA 2010-#{Date.current.strftime('%Y')} | ||
All rights reserved. | ||
%tr | ||
%td.text-end.bg-transparent.w-50 App Version | ||
%td.text-start.bg-transparent.w-50.px-2 #{TicketBooth::Application::VERSION} | ||
%tr | ||
%td.text-end.bg-transparent.w-50 Rails Version | ||
%td.text-start.bg-transparent.w-50.px-2 #{Rails.version} | ||
%tr | ||
%td.text-end.bg-transparent.w-50 Ruby Version | ||
%td.text-start.bg-transparent.w-50.px-2 #{RUBY_VERSION} | ||
%tr | ||
%td.text-end.bg-transparent.w-50 Rails Env | ||
%td.text-start.bg-transparent.w-50.px-2 #{Rails.env.to_s.capitalize} | ||
%tr | ||
%td.text-end.bg-transparent.w-50 Revision | ||
%td.text-start.bg-transparent.w-50.px-2 | ||
%a{href: "https://github.com/fnf-org/TicketBooth/commit/#{TicketBooth::Application::REVISION}", target: "_blank" } | ||
= TicketBooth::Application::REVISION | ||
%tr | ||
%td.text-end.bg-transparent.w-50 Support | ||
%td.text-start.bg-transparent.w-50.px-2 | ||
= mail_to '[email protected]', 'Ticket Booth Support', subject: 'Ticket Booth Support' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,16 @@ | ||
|
||
.container.marketing | ||
.row | ||
.span4.feature | ||
%img{ src: image_path('home/design-tools.png') } | ||
%h2 | ||
Tools | ||
%p.lead | ||
Use tools specifically designed for organizing community and | ||
volunteer-driven events. | ||
.span4.feature | ||
%img{ src: image_path('home/payment-savings.png') } | ||
%h2 | ||
Payments | ||
%p.lead | ||
Accept credit card payments for your event, avoiding more-expensive | ||
alternatives like PayPal. | ||
.span4.feature | ||
%img{ src: image_path('home/communications.png') } | ||
%h2 | ||
Communications | ||
%p.lead | ||
Reach out to your event attendees with email tools and listserve | ||
integration. | ||
.container.marketing.p-0.w-auto | ||
.span4.feature | ||
%img{ src: image_path('home/payment-savings.png') } | ||
%h2 | ||
Payments | ||
%p.lead | ||
Accept credit card payments for your event, avoiding more-expensive | ||
alternatives like PayPal. | ||
.span4.feature | ||
%img{ src: image_path('home/communications.png') } | ||
%h2 | ||
Communications | ||
%p.lead | ||
Reach out to your event attendees with email tools and listserve | ||
integration. |