Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
New marketing pages (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Berry authored Oct 25, 2019
1 parent 9d5e455 commit 0abb388
Show file tree
Hide file tree
Showing 1,075 changed files with 24,686 additions and 70 deletions.
3 changes: 3 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export CAMO_HOST=
export CAMO_KEY=
export CLOUDFRONT_HOST=
export CODEFUND_ANALYTICS_KEY=
export DATABASE_URL=
export DEFAULT_HOST=codefund.io
export DOCRAPTOR_API_KEY=
export DOCRAPTOR_HTTP_PASSWORD=
Expand Down Expand Up @@ -41,6 +42,7 @@ export METABASE_CAMPAIGN_DASHBOARD_ID=
export METABASE_PROPERTY_DASHBOARD_ID=
export METABASE_SECRET_KEY=
export METABASE_SITE_URL=
export METABASE_URL=
export NGROK_HOST=
export NGROK_SUBDOMAIN=
export PAID_FALLBACK_PERCENT=90
Expand All @@ -61,6 +63,7 @@ export ROLLBAR_ACCESS_TOKEN=
export SCOUT_KEY=
export SCOUT_SAMPLE_RATE=0.3
export SCREENSHOT_MACHINE_KEY=
export SILENCE_ACTION_CABLE='false'
export SITE_TRAFFIC_API_KEY=
export SKIP_EVENTS=1
export SLACK_WEBHOOK_URL=
Expand Down
12 changes: 6 additions & 6 deletions .mert-example
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ layout:
-
layout:
-
- asdf local ruby 2.6.5; asdf local nodejs 11.9.0; code .; clear
- asdf local ruby 2.6.5; asdf local nodejs 11.9.0; clear; bundle exec rails c
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; code .; clear
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; clear; bundle exec rails c
-
layout:
-
- asdf local ruby 2.6.5; asdf local nodejs 11.9.0; lsof -t -i tcp:3000 | xargs kill; redis-cli flushall; clear; bundle exec rails s
- asdf local ruby 2.6.5; asdf local nodejs 11.9.0; lsof -t -i tcp:3035 | xargs kill; clear; bundle exec ./bin/webpack-dev-server
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; lsof -t -i tcp:3000 | xargs kill; redis-cli flushall; clear; bundle exec rails s
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; lsof -t -i tcp:3035 | xargs kill; clear; bundle exec ./bin/webpack-dev-server
-
layout:
-
- asdf local ruby 2.6.5; asdf local nodejs 11.9.0; redis-cli flushall; clear; bundle exec sidekiq -C config/sidekiq.yml
- asdf local ruby 2.6.5; asdf local nodejs 11.9.0; clear; bundle exec sidekiq -C config/sidekiq_counters.yml
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; redis-cli flushall; clear; bundle exec sidekiq -C config/sidekiq.yml
- asdf local ruby 2.6.5; asdf local nodejs 13.0.1; clear; bundle exec sidekiq -C config/sidekiq_counters.yml
10 changes: 5 additions & 5 deletions .teamocil-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ windows:
panes:
- commands:
- asdf local ruby 2.6.5
- asdf local nodejs 11.13.0
- asdf local nodejs 13.0.1
- nvim
focus: true

Expand All @@ -17,7 +17,7 @@ windows:
panes:
- commands:
- asdf local ruby 2.6.5
- asdf local nodejs 11.13.0
- asdf local nodejs 13.0.1
- bundle exec rails c

- name: rails
Expand All @@ -26,14 +26,14 @@ windows:
panes:
- commands:
- asdf local ruby 2.6.5
- asdf local nodejs 11.13.0
- asdf local nodejs 13.0.1
- lsof -t -i tcp:3000 | xargs kill -KILL
- redis-cli flushall
- sleep 4
- bundle exec rails s
- commands:
- asdf local ruby 2.6.5
- asdf local nodejs 11.13.0
- asdf local nodejs 13.0.1
- lsof -t -i tcp:3035 | xargs kill -KILL
- bundle exec ./bin/webpack-dev-server

Expand All @@ -43,7 +43,7 @@ windows:
panes:
- commands:
- asdf local ruby 2.6.5
- asdf local nodejs 11.13.0
- asdf local nodejs 13.0.1
- redis-cli flushall
- sleep 8
- bundle exec sidekiq -C config/sidekiq.yml
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "bootsnap", ">= 1.4.2", require: false
gem "buffer", "0.1.3", github: "bufferapp/buffer-ruby"
gem "bulk_insert", "~> 1.7.0"
gem "buttercms-rails", "~> 1.2.1"
gem "cable_ready", "~> 4.0.7"
gem "camo", "~> 0.1.0"
gem "chronic", "~> 0.10.2"
gem "countries", "~> 3.0.0"
Expand Down Expand Up @@ -73,6 +74,7 @@ gem "slack-notifier", "~> 2.3.2"
gem "split", "~> 3.3.2", require: "split/dashboard"
gem "spreadsheet", "~> 1.2.4"
gem "staccato", "~> 0.5.1"
gem "stimulus_reflex", "~> 2.1.4"
gem "stopwords-filter", "~> 0.4.1", require: "stopwords"
gem "stripe", "~> 5.4.1"
gem "tag_columns", "~> 0.1.8"
Expand Down Expand Up @@ -101,10 +103,10 @@ group :development do
# gem 'spring'
# gem 'spring-watcher-listen', '~> 2.0.0'
gem "annotate"
gem "factory_bot_rails"
gem "letter_opener_web"
gem "listen", ">= 3.0.5", "< 3.2"
gem "mechanize"
gem "factory_bot_rails"
gem "meta_request" # RailsPanel Chrome extension
gem "model_probe"
gem "ngrok-tunnel"
Expand Down
49 changes: 30 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ GEM
awesome_nested_set (>= 3.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
airbrake (9.4.5)
airbrake-ruby (~> 4.7)
airbrake-ruby (4.7.0)
airbrake (9.5.0)
airbrake-ruby (~> 4.8)
airbrake-ruby (4.8.0)
rbtree3 (~> 0.5)
annotate (3.0.2)
activerecord (>= 3.2, < 7.0)
Expand All @@ -100,14 +100,14 @@ GEM
activerecord (>= 4.0.0, < 7.0)
awesome_print (1.8.0)
aws-eventstream (1.0.3)
aws-partitions (1.221.0)
aws-sdk-core (3.68.1)
aws-partitions (1.228.0)
aws-sdk-core (3.71.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.24.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sdk-kms (1.25.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.48.0)
aws-sdk-core (~> 3, >= 3.61.1)
Expand All @@ -130,6 +130,8 @@ GEM
buttercms-ruby (~> 1.3.1)
buttercms-ruby (1.3.2)
byebug (11.0.1)
cable_ready (4.0.7)
rails (>= 5.2)
camo (0.1.0)
capybara (3.29.0)
addressable
Expand All @@ -155,7 +157,7 @@ GEM
sort_alphabetical (~> 1.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
crass (1.0.5)
css_parser (1.7.0)
addressable
device_detector (1.0.2)
Expand Down Expand Up @@ -210,6 +212,7 @@ GEM
hashdiff (1.0.0)
hashie (3.6.0)
hiredis (0.6.3)
htmlbeautifier (1.3.1)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -242,7 +245,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.3.0)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -288,13 +291,13 @@ GEM
money (~> 6.12)
money (6.13.4)
i18n (>= 0.6.4, <= 2)
money-rails (1.13.2)
money-rails (1.13.3)
activesupport (>= 3.0)
monetize (~> 1.9.0)
money (~> 6.13.2)
railties (>= 3.0)
msgpack (1.3.1)
multi_json (1.13.1)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustache (1.1.0)
Expand Down Expand Up @@ -436,19 +439,19 @@ GEM
reverse_markdown (1.3.0)
nokogiri
rollbar (2.22.1)
rubocop (0.72.0)
rubocop (0.75.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop-performance (1.5.0)
rubocop (>= 0.71.0)
ruby-graphviz (1.2.4)
ruby-ole (1.2.12.2)
ruby-progressbar (1.10.1)
ruby-vips (2.0.15)
ruby-vips (2.0.16)
ffi (~> 1.9)
ruby_dep (1.5.0)
ruby_identicon (0.0.5)
Expand Down Expand Up @@ -476,7 +479,7 @@ GEM
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sidekiq (6.0.1)
sidekiq (6.0.2)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
Expand Down Expand Up @@ -521,7 +524,7 @@ GEM
redis (>= 2.1)
simple-random (>= 0.9.3)
sinatra (>= 1.2.6)
spreadsheet (1.2.4)
spreadsheet (1.2.5)
ruby-ole (>= 1.0)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
Expand All @@ -531,10 +534,15 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
staccato (0.5.3)
standard (0.1.4)
rubocop (~> 0.72.0)
rubocop-performance (~> 1.4.0)
standard (0.1.5)
rubocop (~> 0.75.0)
rubocop-performance (~> 1.5.0)
statsd-ruby (1.4.0)
stimulus_reflex (2.1.4)
cable_ready (>= 4.0.7)
nokogiri
rack
rails (>= 5.2)
stopwords-filter (0.4.1)
strings (0.1.6)
strings-ansi (~> 0.1)
Expand Down Expand Up @@ -619,6 +627,7 @@ DEPENDENCIES
bulk_insert (~> 1.7.0)
buttercms-rails (~> 1.2.1)
byebug
cable_ready (~> 4.0.7)
camo (~> 0.1.0)
capybara (>= 2.15)
chronic (~> 0.10.2)
Expand All @@ -637,6 +646,7 @@ DEPENDENCIES
full-name-splitter (~> 0.1.2)
gibbon (~> 3.3.0)
hiredis (~> 0.6.3)
htmlbeautifier
htmlentities (= 4.3.4)
image_processing (~> 1.9.0)
inky-rb (~> 1.3.7.3)
Expand Down Expand Up @@ -700,6 +710,7 @@ DEPENDENCIES
spreadsheet (~> 1.2.4)
staccato (~> 0.5.1)
standard
stimulus_reflex (~> 2.1.4)
stopwords-filter (~> 0.4.1)
stripe (~> 5.4.1)
tag_columns (~> 0.1.8)
Expand Down
1 change: 1 addition & 0 deletions app/assets/images/logos/daily-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0abb388

Please sign in to comment.