Course Table
Modern Square Layer

Modern Square Layer
Create a beautiful classic contemporary shape by combining an A-Line outline & over-directed square layers. By Stephen Moody

14 segments / Runtime 55:00

Course Table

Graduated Bob Classic
Basics of essential classic, vertical pivoting graduation, rounded head shape & beautiful one length lines. By Nick Berardi

10 Segments / 47:00

Course Table
Modern Square Layer

Graduated Bob Classic
Basics of essential classic, vertical pivoting graduation, rounded head shape & beautiful one length lines. By Nick Berardi

10 Segments / 47:00

Course Table
Modern Square Layer

Modern Square Layer
Create a beautiful classic contemporary shape by combining an A-Line outline & over-directed square layers. By Stephen Moody

14 segments / Runtime 55:00

Mizutani Scissors

MIZUTANI JAPANESE SCISSOR STORE

Every exceptional pair of Mizutani Scissors have been 100% handmade by a team of skilled craftsmen in Chiba, Japan, producing the highest quality, most durable scissors since 1921. ≫ Learn More

/* Modal background overlay */ .modal { display: none; /* Hidden by default */ position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background: rgba(0,0,0,0.6); justify-content: center; align-items: center; } /* Modal content box */ .modal-content { background: #fff; border-radius: 10px; max-width: 500px; width: 90%; text-align: center; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); position: relative; } /* Close button (X) */ .close { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; } /* Image styling */ .modal-content img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } /* Button styling */ .modal-content button { background-color: #0078ff; color: white; padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; font-size: 16px; transition: background 0.3s ease; } .modal-content button:hover { background-color: #005ec4; } // Get elements const modal = document.getElementById("customModal"); const btn = document.getElementById("openModalBtn"); const span = document.querySelector(".close"); // Open modal btn.onclick = function() { modal.style.display = "flex"; } // Close modal when clicking X span.onclick = function() { modal.style.display = "none"; } // Close when clicking outside modal window.onclick = function(event) { if (event.target === modal) { modal.style.display = "none"; } }
Mizutani Scissors

MIZUTANI JAPANESE SCISSOR STORE

Every exceptional pair of Mizutani Scissors have been 100% handmade by a team of skilled craftsmen in Chiba, Japan, producing the highest quality, most durable scissors since 1921. ≫ Learn More

Modern Square Layer
Modern Square Layer

Modern Square Layer
Create a beautiful classic contemporary shape by combining an A-Line outline & over-directed square layers. By Stephen Moody

14 segments / Runtime 55:00

Mizutani Scissors

MIZUTANI JAPANESE SCISSOR STORE

Every exceptional pair of Mizutani Scissors have been 100% handmade by a team of skilled craftsmen in Chiba, Japan, producing the highest quality, most durable scissors since 1921. ≫ Learn More

Hello, World!

Soft Concave

Soft Concave /
Learn how to control 2 intersecting diagonal lines to create a short interior with maximum length.
(8 Segments 33:06 — Nick Berardi)

Modern Square Layer
Modern Square Layer

Modern Square Layer
Create a beautiful classic contemporary shape by combining an A-Line outline & over-directed square layers. By Stephen Moody

14 segments / Runtime 55:00

document.addEventListener("DOMContentLoaded", function() { const allowedEmbed = "https://vimeo.com/showcase/11970125/embed"; // Get modal + close button const modal = document.getElementById("customModal"); const closeBtn = document.querySelector(".close"); // Close actions closeBtn.onclick = () => modal.style.display = "none"; window.onclick = (event) => { if (event.target === modal) modal.style.display = "none"; }; // Loop through all iframes document.querySelectorAll("iframe").forEach(iframe => { const src = iframe.getAttribute("src") || ""; // Allow only specific Vimeo embed if (src.trim() === allowedEmbed) return; // Create invisible overlay on top of blocked iframes const overlay = document.createElement("div"); overlay.style.position = "absolute"; overlay.style.top = "0"; overlay.style.left = "0"; overlay.style.width = "100%"; overlay.style.height = "100%"; overlay.style.cursor = "pointer"; overlay.style.zIndex = "10"; overlay.style.background = "rgba(255,255,255,0)"; // Open modal when clicked overlay.onclick = () => { modal.style.display = "flex"; }; // Make sure iframe’s parent is positioned const parent = iframe.parentElement; if (getComputedStyle(parent).position === "static") { parent.style.position = "relative"; } parent.appendChild(overlay); }); });
document.addEventListener("DOMContentLoaded", function() { const redirectUrl = "https://www.nicksedu.com/previews/v/beginner?requestAccess=true"; document.querySelectorAll("iframe").forEach(iframe => { const overlay = document.createElement("div"); overlay.style.position = "absolute"; overlay.style.top = "0"; overlay.style.left = "0"; overlay.style.width = "100%"; overlay.style.height = "100%"; overlay.style.cursor = "pointer"; overlay.onclick = () => window.location.href = redirectUrl; iframe.parentElement.style.position = "relative"; iframe.parentElement.appendChild(overlay); }); });
!-- The Modal -->