Maui Tech & Hammer

A small outfit of proffessional, well rounded, life long D.I.Y weekend warrior specialist. With backgrounds and certifications in tech. and the construction industry.

Tech. repair

With industry standard Comp TIA A+ certifications, see what we can do for you.

Or

Montes

Hammer time

No job is too small. Serving different industries for many years, bla bla bla.

Text

Tempor

Mus quam

Words words words words words words hahsudk jsnnshsh jsjbsvhsvdv.

🔨
💻
🔨
💻
maui_tech_hammer -- login
> INITIALIZING...
const lines = [ "Locating hardware faults...", "Optimizing local workflow...", "Tech Support: ACTIVE", "Handyman Services: READY", "Status: Maui's Finest." ]; let lineIdx = 0; let charIdx = 0; const target = document.getElementById('typed-text'); function type() { if (lineIdx < lines.length) { if (charIdx < lines[lineIdx].length) { target.innerHTML += lines[lineIdx].charAt(charIdx); charIdx++; setTimeout(type, 50); } else { target.innerHTML += "
> "; lineIdx++; charIdx = 0; setTimeout(type, 800); } } } // Starts the typing effect when it appears on screen const observer = new IntersectionObserver((entries) => { if(entries[0].isIntersecting) { type(); observer.disconnect(); } }); observer.observe(document.getElementById('mth-canvas'));

© Untitled. All right reserved.