Hello, I'm Ninjin 👋

Welcome to my personal website. I am a student interested in business, economics, and technology.

Profile Photo
About Me

About Me

I am a student passionate about business and global economics.

Skills

Interests

Projects

Projects & Achievements

My goal is to study business at an international university.

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f4f4f4; } nav { display: flex; justify-content: space-between; align-items: center; background: #333; color: white; padding: 10px 20px; } nav ul { list-style: none; display: flex; gap: 15px; } nav a { color: white; text-decoration: none; } .container { padding: 20px; text-align: center; } img { width: 150px; border-radius: 50%; margin-top: 15px; } @media (max-width: 600px) { nav ul { flex-direction: column; } }