Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.7.0"
gem "jekyll", "~> 4.3.2"
gem "jekyll-sass-converter", "~> 2.0"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
Expand Down
90 changes: 49 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,89 +1,97 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.6.1)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
airtable (0.0.9)
httparty
bigdecimal (1.4.4)
colorator (1.1.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
dotenv (2.7.6)
em-websocket (0.5.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.11.1)
ffi (1.11.1-x64-mingw32)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
google-protobuf (3.22.2)
http_parser.rb (0.8.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (0.9.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (3.7.4)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.12.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.3.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mercenary (0.4.0)
mini_mime (1.1.2)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.17.0)
minitest (5.18.0)
multi_xml (0.6.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.1)
public_suffix (5.0.1)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.12.0)
rexml (3.2.5)
rouge (4.1.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
sass-embedded (1.62.0)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.62.0-x64-mingw32)
google-protobuf (~> 3.21)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
zeitwerk (2.6.6)
unicode-display_width (2.4.2)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -94,7 +102,7 @@ DEPENDENCIES
airtable
bigdecimal
dotenv (~> 2.7.0)
jekyll (~> 3.7.0)
jekyll (~> 4.3.2)
jekyll-feed (~> 0.6)
json (~> 2.3)
minima (~> 2.0)
Expand Down
6 changes: 5 additions & 1 deletion source/_includes/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ <h3 class="footer__heading">360Giving</h3>
<div class="footer__row wrapper footer__small-print">

<div class="footer__column-2">
<p>360Giving: Company <a href="https://register-of-charities.charitycommission.gov.uk/charity-details/?regId=1164883&subId=0" target="_bnlank">09668396</a> Charity <a href="https://find-and-update.company-information.service.gov.uk/company/09668396" target="_blank">1164883</a></p>
<p>
<strong>360 Giving</strong> is a trading name of Funders Together.
<br>Funders Together is a charitable company registered in England and Wales, Company number: 5596299 and Charity number: 1116201.
Registered address: 4 Chiswell Street, London EC1Y 4UP.
</p>
</div>
<div class="footer__column-2 footer__policy-links">
<p><a href="https://www.threesixtygiving.org/privacy/" target="_blank">Privacy Notice</a> | <a href="https://www.threesixtygiving.org/terms-conditions/" target="_blank">Terms & Conditions</a> | <a href="https://www.threesixtygiving.org/cookie-policy/" target="_blank">Cookie Policy</a> | <a href="https://www.threesixtygiving.org/take-down-policy/" target="_blank">Take Down Policy</a> | <a href="https://www.threesixtygiving.org/about/360giving-code-conduct/" target="_blank">Code of Conduct</a></p>
Expand Down
8 changes: 8 additions & 0 deletions source/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
gtag('js', new Date());
gtag('config', 'G-00SMLJ2GJL');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158107262-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag2() { dataLayer.push(arguments); }
gtag2('js', new Date());

gtag2('config', 'UA-158107262-3');
</script>

<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Expand Down