Please wait a moment
~/portfolio
git log --all of my journey, from day one
Initial Commit
cout << "Leyanne Mae Mayo, Bacnotan, La Union, 18 years old";First C Program: X Pattern
if (i == j || i + j == n - 1) printf("* ");Web dev: day one
<!DOCTYPE html>Hello, PHP.
echo "hello world leyanne mae mayo";Hello, JavaScript.
console.log("Leyanne Mae ");First Tailwind project
class="bg-white text-gray-800 p-4"Discovered Bootstrap
class="btn btn-danger btn-lg"First PHP with database
$hash = password_hash($password, PASSWORD_DEFAULT);Joined GitHub
First push to GitHub
First merge
The 'Mobile-First'
@media (max-width: 768px) { grid-template-columns: 1fr; }DOM Manipulation
button.addEventListener("click", () => alert("Form Submitted!"));