top of page
Michael Ramos

Business / Management, Leadership

Michael Ramos

Education:

MS, University of La Verne

Professional Experience:

Citrus College – Marriage and Family Therapy, Substance Abuse/Recovery

Courses Taught

APSY 105, APSY 285, APSY 295, APSY 325, APSY 350, APSY 470

My Passion:

I consider it a blessing to teach. I am passionate about helping to facilitate the learning process of my students while encouraging them to discover their God-given talents.

Hobbies:

Family time, playing guitar, cooking, baseball

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); });