top of page
Cameron Luft

Humanities

Cameron Luft

Education:

Master of Fine Arts (MFA), Arizona State University

Professional Experience:

Instructor and Subject Matter Expert, Liberty University. I instruct and design courses in the arts for online environments.

Courses Taught

ART 110

My Passion:

Student success is my top priority as a studio foundation and art appreciation instructor. I consider it a privilege to work with young artists and scholars and I appreciate the responsibility of helping to lay a strong foundation in their academic training in the arts.

Hobbies:

Visiting art museums, playing guitar, traveling to new cities, making art.

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