| | <!DOCTYPE html>
|
| | <html lang="en">
|
| |
|
| | <head>
|
| | <meta charset="UTF-8" />
|
| | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| | <title>Work Experience - Nguyen Tin Tin Do</title>
|
| | <link rel="stylesheet" href="style.css">
|
| | <script src="script.js" defer></script>
|
| | </head>
|
| |
|
| | <body>
|
| | <header>
|
| | <div class="container">
|
| | <h1 class="logo">Work Experience</h1>
|
| | <nav>
|
| | <a href="index.html" class="btn">Home</a>
|
| | <a href="about.html" class="btn">About</a>
|
| | <a href="work.html" class="btn active">Work Experience</a>
|
| | <a href="education.html" class="btn">Education</a>
|
| | <a href="projects.html" class="btn">Projects</a>
|
| | <a href="contact.html" class="btn">Contact</a>
|
| | </nav>
|
| | <button id="theme-toggle" class="theme-btn">π</button>
|
| | </div>
|
| | </header>
|
| |
|
| | <main>
|
| | <section class="content fade-in">
|
| | <h2>πΌ Work Experience & Leadership</h2>
|
| | <p class="intro">
|
| | Below are my key professional experiences and leadership activities that reflect my growth as an AI Engineer,
|
| | Data Scientist, and content creator.
|
| | </p>
|
| |
|
| | <div class="experience-grid">
|
| |
|
| | <div class="experience-card">
|
| | <h3>π€ Freelance AI Developer / Independent Researcher</h3>
|
| | <p class="company">Remote β <span>August 2025 β Present</span></p>
|
| | <ul>
|
| | <li>Built and deployed an object detection system using <b>YOLOv5</b> and <b>OpenCV</b> for real-time
|
| | recognition tasks.</li>
|
| | <li>Collected, cleaned, and visualized datasets using <b>Pandas</b>, <b>Matplotlib</b>, and <b>Seaborn</b>.
|
| | </li>
|
| | </ul>
|
| | </div>
|
| |
|
| |
|
| | <div class="experience-card">
|
| | <h3>π± Freelancer β Social Media Content Creator</h3>
|
| | <p class="company">Remote β <span>January 2021 β May 2025</span></p>
|
| | <ul>
|
| | <li>Managed multiple social media accounts: TikTok (22K followers, 2M+ views), Instagram (12K followers),
|
| | Threads, Facebook (18K followers).</li>
|
| | <li>Produced and edited multimedia content, increasing average view duration by 25% on TikTok and Instagram.
|
| | </li>
|
| | </ul>
|
| | </div>
|
| |
|
| |
|
| | <div class="experience-card">
|
| | <h3>π Founder & Volunteer English Instructor</h3>
|
| | <p class="company">Self-Initiated Projects β <span>May 2023 β May 2025</span></p>
|
| | <ul>
|
| | <li>Founded and managed two free English learning platforms on Facebook (900+ followers).</li>
|
| | <li>Delivered engaging presentations and online tutoring in English & Mathematics.</li>
|
| | <li>Organized weekly online sessions, mentoring six learners to improve communication skills.</li>
|
| | </ul>
|
| | </div>
|
| | </div>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | <div class="socials" style="text-align: center; margin: 40px 0;">
|
| | <a href="https://www.linkedin.com/in/nguyen-tin-tin-do/" target="_blank">π LinkedIn</a> |
|
| | <a href="https://github.com/NguyenTin2026" target="_blank">π GitHub</a> |
|
| | <a href="mailto:ndo1@drew.edu">π§ Email</a>
|
| | </div>
|
| | </section>
|
| |
|
| | </main>
|
| |
|
| | <footer>
|
| | <p>Β© 2025 Nguyen Tin Tin Do β Portfolio Β· Artificial Intelligence & Deep Learning</p>
|
| | </footer>
|
| |
|
| |
|
| | </body>
|
| |
|
| | </html> |