File size: 3,565 Bytes
3319e90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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">
        <!-- πŸ€– Freelance AI Developer -->
        <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>

        <!-- πŸ“± Social Media Content Creator -->
        <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>

        <!-- 🌟 Leadership & Activities -->
        <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>





      <!-- Social Links -->
      <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>