Portfolio

PayPal Venture One

PayPal Venture One was a promotional website for PayPal targeted at the Canadian market, built while consulting with Tenthwave.

PayPal Venture One was a promotional website built for PayPal and targeted specifically at the Canadian market, completed while consulting with Tenthwave, a New York-based digital agency. The campaign required a marketing-focused web experience with two significant technical requirements: bilingual content delivery and integrated video media.

The front end was built using CSS3 and semantic HTML, with jQuery handling interactive elements. A primary feature was a lightbox modal for video content, implemented using the YouTube API. The modal allows users to trigger video playback inline without navigating away from the page — a standard promotional pattern requiring management of the YouTube iframe embed API, player state, and modal open/close behavior across browsers and screen sizes.

The bilingual requirement was the more architecturally significant challenge. Canada's official languages policy means a PayPal-branded promotional site for the Canadian market must deliver content in both English and French. The application's content management and language-switching logic were handled by a custom Java Spring MVC back end built by Tenthwave's team. Structuring a Spring MVC application for bilingual delivery requires careful routing and model design to ensure translations are applied consistently across all pages and components, with content served based on user preference or browser locale.

Development responsibilities covered the front-end layer — CSS3 layout, HTML structure, jQuery interactions, and YouTube API integration — while integrating reliably with the Java back end's bilingual content model and template system.