top of page
401-529-2850
Africa
Guatemala, Lake Atitlan
Peru, Machu Picchu
Peru, Los Andes Mountains
Croatia
Peru, Lima
Dominican Republic, Santiago
Back to Who I Am
India, Mumbai
Artwork
Artist Statement
Architecture & Commercial
Who We Work With
Architecture Clients
Hospitality Projects
Corporate Clients
Drone Imaging
Headshots
Headshots/Team Photos
Personal Image Branding
Corporate Video
Documentary
Contact
More
Use tab to navigate through the menu items.
bottom of page
// Disable right-click document.addEventListener('contextmenu', event => event.preventDefault()); // Disable common shortcuts (Ctrl+S, Ctrl+U, Ctrl+C, Ctrl+Shift+I) document.onkeydown = function(e) { if (e.ctrlKey && (e.key === 's' || e.key === 'u' || e.key === 'c' || e.key === 'i')) { e.preventDefault(); return false; } };