Select Page

My Work

See many of the projects I’ve worked on

 

W3.CSS .mySlides {display:none;}

Slideshow Caption

Add a caption text for each image slide with the w3-display-* classes (topleft, topmiddle, topright, bottomleft, bottommiddle, bottomright or middle).

French Alps
Northern Lights
Beautiful Mountains
The Rain Forest
Mountains!
var slideIndex = 1; showDivs(slideIndex); function plusDivs(n) { showDivs(slideIndex += n); } function showDivs(n) { var i; var x = document.getElementsByClassName("mySlides"); if (n > x.length) {slideIndex = 1} if (n < 1) {slideIndex = x.length} for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } x[slideIndex-1].style.display = "block"; }

Featured Project

MAKEAMOVE PROXY

Censorship is a problem within many countries and organizations. Digital DP’s goal with this project was to free media that should be available to all.

Private Website