| <!DOCTYPE html>
|
| <html lang="en">
|
|
|
| <head>
|
| <meta charset="UTF-8">
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| <title>Education - 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">Education</h1>
|
| <nav>
|
| <a href="index.html" class="btn">Home</a>
|
| <a href="about.html" class="btn">About</a>
|
| <a href="work.html" class="btn">Work Experience</a>
|
| <a href="education.html" class="btn active">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">
|
| <div class="education-card">
|
| <section class="content fade-in">
|
| <h2>π Education</h2>
|
| <p class="intro">
|
| My academic journey from middle school to university, highlighting achievements, extracurricular activities,
|
| and academic excellence.
|
| </p>
|
|
|
| <div class="education-card">
|
| <h3>π« Ho Chi Minh City University of Technology and Education</h3>
|
| <p class="institution">Ho Chi Minh City, Vietnam</p>
|
| <p class="date">2022 - 2024</p>
|
| <ul>
|
| <li>Major: Information Technology</li>
|
| <li>Academic achievements: 2 semesters with no course score below 5.</li>
|
| <li>Focused on building strong programming and AI foundations.</li>
|
| </ul>
|
| </div>
|
|
|
| <div class="education-card">
|
| <h3>π« Binh Chieu High School</h3>
|
| <p class="institution">Ho Chi Minh City, Vietnam</p>
|
| <p class="date">Graduated: 2022</p>
|
|
|
| <div class="education-card">
|
| <h3>π« Le Quy Don Secondary School</h3>
|
| <p class="institution">Ho Chi Minh City, Vietnam</p>
|
| <p class="date">Graduated: 2018</p>
|
| <ul>
|
| <li>Studied 13 subjects with diverse lessons.</li>
|
| <li>Participated in IC3 competitions and received consolation prizes.</li>
|
| <li>Engaged in school events: tug-of-war, Chinese chess tournaments, and other activities.</li>
|
| </ul>
|
| </div>
|
| <ul>
|
| <li>Specialized in Natural Sciences: Mathematics, Physics, Chemistry.</li>
|
| <li>Maintained average GPA of 8.6.</li>
|
| <li>Active member of the school football club.</li>
|
| </ul>
|
| </div>
|
|
|
| </section>
|
|
|
|
|
|
|
| <div class="education-card">
|
| <h3>Additional Certifications</h3>
|
| <ul>
|
| <li>Data Science Professional Certificate β W3Schools (2024)</li>
|
| <li>Python - W3Schools (2023)</li>
|
| </ul>
|
| </div>
|
| </div>
|
| </section>
|
| </main>
|
|
|
| <footer>
|
| <p>Β© 2025 Nguyen Tin Tin Do β Portfolio Β· Artificial Intelligence & Deep Learning</p>
|
| </footer>
|
|
|
| </body>
|
|
|
| </html> |