Added capcha, functionality for senidng emails, and refactored code for the images to go to LiveCode/url and Github code if unavailable

This commit is contained in:
its-michaelroy
2024-07-25 17:33:45 -03:00
parent 2942ced2db
commit b27dc4978f
6 changed files with 3156 additions and 3233 deletions

View File

@@ -87,22 +87,22 @@
// Main Sections: Two.
// Lightbox gallery.
$window.on("load", function () {
$("#two").poptrox({
caption: function ($a) {
return $a.next("h3").text();
},
overlayColor: "#2c2c2c",
overlayOpacity: 0.85,
popupCloserText: "",
popupLoaderText: "",
selector: ".work-item a.image",
usePopupCaption: true,
usePopupDefaultStyling: false,
usePopupEasyClose: false,
usePopupNav: true,
windowMargin: breakpoints.active("<=small") ? 0 : 50,
});
});
// // Lightbox gallery.
// $window.on("load", function () {
// $("#two").poptrox({
// caption: function ($a) {
// return $a.next("h3").text();
// },
// overlayColor: "#2c2c2c",
// overlayOpacity: 0.85,
// popupCloserText: "",
// popupLoaderText: "",
// selector: ".work-item a.image",
// usePopupCaption: true,
// usePopupDefaultStyling: false,
// usePopupEasyClose: false,
// usePopupNav: true,
// windowMargin: breakpoints.active("<=small") ? 0 : 50,
// });
// });
})(jQuery);