var _ckyGcm = {"status":true,"default_settings":[{"analytics":"denied","advertisement":"denied","functional":"denied","necessary":"granted","ad_user_data":"denied","ad_personalization":"denied","regions":"All"}],"wait_for_update":2000,"url_passthrough":false,"ads_data_redaction":false}
var ctPublicFunctions = {"_ajax_nonce":"99ea7d027a","_rest_nonce":"669c0f7bfa","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/suffolkcf.org.uk\/wp-json\/","data__cookies_type":"alternative","data__ajax_type":"admin_ajax","bot_detector_enabled":false,"data__frontend_data_log_enabled":1,"cookiePrefix":"","wprocket_detected":false,"host_url":"suffolkcf.org.uk","text__ee_click_to_select":"Click to select the whole data","text__ee_original_email":"The complete one is","text__ee_got_it":"Got it","text__ee_blocked":"Blocked","text__ee_cannot_connect":"Cannot connect","text__ee_cannot_decode":"Can not decode email. Unknown reason","text__ee_email_decoder":"CleanTalk email decoder","text__ee_wait_for_decoding":"The magic is on the way!","text__ee_decoding_process":"Please wait a few seconds while we decode the contact data."}
var ctPublic = {"_ajax_nonce":"99ea7d027a","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__force_protection":0,"settings__forms__search_test":"1","settings__forms__wc_add_to_cart":"0","bot_detector_enabled":false,"settings__sfw__anti_crawler":0,"blog_home":"https:\/\/suffolkcf.org.uk\/","pixel__setting":"0","pixel__enabled":false,"pixel__url":null,"data__email_check_before_post":"1","data__email_check_exist_post":0,"data__cookies_type":"alternative","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":"e306869cc030ebef63d35862200dcca2616dab33e7f359c97f7083fd2c200389","emailEncoderPassKey":"c7936d49fb774b255e0f729424bf4f11","bot_detector_forms_excluded":"W10=","advancedCacheExists":true,"varnishCacheExists":true,"wc_ajax_add_to_cart":false}
let jqueryParams=[],jQuery=function(r){return jqueryParams=[...jqueryParams,r],jQuery},$=function(r){return jqueryParams=[...jqueryParams,r],$};window.jQuery=jQuery,window.$=jQuery;let customHeadScripts=!1;jQuery.fn=jQuery.prototype={},$.fn=jQuery.prototype={},jQuery.noConflict=function(r){if(window.jQuery)return jQuery=window.jQuery,$=window.jQuery,customHeadScripts=!0,jQuery.noConflict},jQuery.ready=function(r){jqueryParams=[...jqueryParams,r]},$.ready=function(r){jqueryParams=[...jqueryParams,r]},jQuery.load=function(r){jqueryParams=[...jqueryParams,r]},$.load=function(r){jqueryParams=[...jqueryParams,r]},jQuery.fn.ready=function(r){jqueryParams=[...jqueryParams,r]},$.fn.ready=function(r){jqueryParams=[...jqueryParams,r]};
By giving to Suffolk Community Foundation, you will ensure that small charities working throughout the county receive the much-needed funding they rely on, to enable them to continue their essential work for the most vulnerable in our communities.
Suffolk Community Foundation manages 136 grant making funds and, last year, awarded £3.8 million in funding (excluding the Sizewell C Community Fund). Grant size ranges from £500 to £40,000 or above, sometimes over multiple years. The average amount awarded was £4,546.
The deadline for Expressions of Interest will be Monday 30 March. Successful applicants will then be invited to submit a full application with decisions expected by the end of May.
Brief Description
The Digital Inclusion Fund has been developed to reduce digital poverty and its effects across target demographics within Suffolk. The funding has been made available by Suffolk County Council and CityFibre in partnership with Suffolk Community Foundation.
Helping residents to become digitally included will bring wider social benefits to enable people to be better informed, pay less for things, be more employable, feel more independent, be less isolated, and live happier, healthier and easier lives
Criteria
The objectives of the fund:
To reduce digital poverty and its effects across target demographics within Suffolk
To increase digital inclusion across target demographics within Suffolk
To improve health outcomes across target demographics including (but not exclusive to) access to services and access to training and employment
Key areas of focus:
Digital skills provision for Suffolk residents
Digital device access for Suffolk residents
Low cost/affordable connectivity for Suffolk residents
Target areas:
The whole of Suffolk but with particular focus on:-
Lowestoft
North East Suffolk – including areas surrounding Leiston/Saxmundham
Ipswich – areas with higher income deprivation
Rural areas within Babergh and Mid Suffolk and West Suffolk
Fund beneficiaries:
Residents with lower income levels
Residents living with disability/sensory impairment
Residents who are unable to fully access the labour market
Who can apply?
Charitable and Voluntary groups
Faith and community groups
Social enterprises that are addressing need within Suffolk
jQuery(document).ready(function () {
var adminAaxURL = 'https://suffolkcf.org.uk/wp-admin/admin-ajax.php';
var isAdmin = '';
// Clear Static CSS
jQuery("#wp-admin-bar-pac_misc_clear_static_css").click(function (e) {
e.preventDefault();
jQuery.ajax({
type: 'post',
dataType: 'json',
url: adminAaxURL,
data: {
'action': 'pac_misc_clear_static_css',
'_wpnonce': jQuery(this).find('span').data('wpnonce')
},
success: function (response) {
if (response.success) {
let successData = response.data;
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + successData + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(successData);
}
}
},
});
});
// Clear Local Storage
jQuery("#wp-admin-bar-pac_misc_csc_clear_local_storage").click(function (e) {
e.preventDefault();
let msgText = 'The local storage has been cleared!';
window.localStorage.clear();
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + msgText + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(msgText);
}
});
});
(function() {
var file = ["https:\/\/suffolkcf.org.uk\/wp-content\/et-cache\/230761\/et-divi-dynamic-tb-235141-tb-235142-230761-late.css"];
var handle = document.getElementById('divi-style-parent-inline-inline-css');
var location = handle.parentNode;if (0===document.querySelectorAll('link[href="' + file + '"]').length) {
var link = document.createElement('link');
link.rel = 'stylesheet';
link.id = 'et-dynamic-late-css';
link.href = file;location.insertBefore(link, handle.nextSibling);
}
})();
var et_animation_data = [{"class":"et_pb_acf_table_items_0","style":"fade","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease-in-out"}];
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"};
var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_custom = {"ajaxurl":"https://suffolkcf.org.uk/wp-admin/admin-ajax.php","images_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/images","builder_images_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/images","et_frontend_nonce":"87eb5ddb60","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"4e2e95f041","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"230761","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors","accent_color":"#402f73","waypoints_options":[]};
var et_pb_box_shadow_elements = [];
//# sourceURL=divi-custom-script-js-extra