Changed paragraph font to Queulat and started work on the schedule maker
This commit is contained in:
@@ -8,4 +8,4 @@ Rails.application.config.assets.version = '1.0'
|
||||
|
||||
# Precompile additional assets.
|
||||
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
||||
Rails.application.config.assets.precompile += %w( user-mailer.css map.js pen.js editor.js markdown.js main.js housing.js favicon.ico )
|
||||
Rails.application.config.assets.precompile += %w( user-mailer.css map.js pen.js editor.js markdown.js html2canvas.js main.js housing.js favicon.ico )
|
||||
|
||||
+1
-11
@@ -5478,17 +5478,7 @@ en:
|
||||
Total_Registrations: Total Registrations
|
||||
about_bikebike:
|
||||
paragraphs:
|
||||
bicycle_project_paragraph: 'Bike!Bike! 2015: An international reunion meant
|
||||
to be a swap-meet for experiences and ideas about community bike projects.
|
||||
From collectives that use the bicycle as an excuse to change society, economy
|
||||
and the environment. Non-profit groups that have a community bike shops,
|
||||
cooperatives and other projects that promote the use of the bicycle and
|
||||
that come together to turn their communities into a place where riding is
|
||||
easier, more inclusive, safer and more fun. The list below uses the criteria
|
||||
found in the old Bicycle Organization Organization Project for what constitutes
|
||||
a community bike shop. The bike project need not meet all these criteria.
|
||||
Rather, it is a general list of qualities which are common among many bicycle
|
||||
projects.'
|
||||
bicycle_project_paragraph: 'From collectives that use the bicycle as an excuse to change society, economy and the environment. Non-profit groups that have a community bike shops, cooperatives and other projects that promote the use of the bicycle and that come together to turn their communities into a place where riding is easier, more inclusive, safer and more fun. The list below uses the criteria found in the old Bicycle Organization Organization Project for what constitutes a community bike shop. The bike project need not meet all these criteria. Rather, it is a general list of qualities which are common among many bicycle projects.'
|
||||
Who_is_Invited: You don’t have to be an expert or belong to a huge group,
|
||||
you just need to be willing to share what you know about organization, mechanics,
|
||||
social impact, inequality alternatives, better access to bicycles or knowledge
|
||||
|
||||
@@ -52,6 +52,7 @@ BikeBike::Application.routes.draw do
|
||||
get '/oauth/:provider' => 'oauths#oauth', :as => :auth_at_provider
|
||||
post '/translator-request' => 'application#translator_request', :as => :translator_request
|
||||
|
||||
# patch '/capture_view' => 'application#capture_view'
|
||||
post '/js_error' => 'application#js_error'
|
||||
get '/error_403' => 'application#do_403'
|
||||
get '/error_404' => 'application#error_404'
|
||||
|
||||
Reference in New Issue
Block a user