Hi, I'm Adam! I like to edit videos. I'm a film student part of the Champlain College class of 2026, attaching myself to and editing whatever I can get my hands on! If you work with me, rest assured that I will do my very greatest to please your ambitions. Send me an email, let's chat!
Information
Each icon is interactable.
Tap or click an icon to view a project, contact me, or browse my socials.
document.addEventListener("DOMContentLoaded", function () {
let isPaused = false;
// Select all elements with class 'pause_1'
document.querySelectorAll(".pause_1").forEach(image => {
image.addEventListener("click", function () {
isPaused = !isPaused;
// If paused, apply 'paused' class to stop animations
if (isPaused) {
document.querySelector("#section1").classList.add("paused");
document.querySelector("#moon").classList.add("paused");
} else {
// Otherwise, remove the 'paused' class to resume animations
document.querySelector("#section1").classList.remove("paused");
document.querySelector("#moon").classList.remove("paused");
}
});
});
});
Follow Me on Social Media!
Stay updated with my latest projects and content on various platforms:
YouTube
Gaming YouTube
Instagram
LinkedIn
IMDB