top of page
Darryl Meekins

Humanities

Darryl Meekins

Education:

PhD, North West University; MMin, Clarks Summit University; MTh, South African Theological Seminary

Professional Experience:

Professor of Theological and Intercultural Studies, Cultural Intelligence Consultant & Educational Design Specialist

Courses Taught

BIBL 100, BIBL 230

My Passion:

Seeing people study the text and see how it applies to their life and the difference it can make to their perspective is profoundly rewarding!

Hobbies:

Rugby, football (soccer) and cricket, hanging out and playing with my three young daughters

bottom of page
import wixLocation from 'wix-location'; import { session } from 'wix-storage'; $w.onReady(function () { const referrer = session.getItem("referrerUrl") || "Unknown"; const { utm_source = '', utm_campaign = '', utm_term = '', utm_content = '', utm_medium = '' , gclid = '', page_url = wixLocation.url ,referrer_url = referrer} = wixLocation.query; const message = { utm_source: utm_source, utm_campaign: utm_campaign, utm_term: utm_term, utm_content: utm_content, utm_medium: utm_medium, gclid: gclid, page_url: page_url, referrer_url: referrer_url }; // Send message to iframe after a short delay to ensure it loads setTimeout(() => { $w("#formEmbed").postMessage(message); }, 1000); });