-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducaiton.html
More file actions
94 lines (84 loc) · 3.44 KB
/
Copy patheducaiton.html
File metadata and controls
94 lines (84 loc) · 3.44 KB
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"/>
<link rel="icon" href="/Assets/ico/user.ico" type="image/x-icon">
<title>Duc Le Education</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<link rel="stylesheet" href="Assets/styles/education.css" />
</head>
<body>
<!-- Glass Header & Navigation -->
<header class="glass">
<nav class="glass">
<a href="index.html">DUC LE/ PROFILE</a>
<a href="educaiton.html">EDUCATION</a>
<a href="project.html">PROJECT</a>
<a href="blog.html">BLOG</a>
<a href="research.html">RESEARCH</a>
<a href="skillaward.html">SKILL/AWARD</a>
<a href="internship.html">INTERNSHIP</a>
</nav>
</header>
<!-- Main Glass Container -->
<main class="main-content">
<h1>EDUCATION</h1>
<div class="content-wrapper">
<!-- LEFT COLUMN -->
<div class="education-details">
<h3><a href="https://www.sdsu.edu" target="_blank" rel="noopener">San Diego State University</a></h3>
<p><strong>Bachelor of Science (B.S.)</strong> in Computer Science</p>
<ul>
<li><strong>Duration:</strong> In Progress</li>
<li><strong>GPA:</strong> In Progress</li>
</ul>
<h3><a href="https://www.gvltec.edu" target="_blank" rel="noopener">Greenville Technical College</a></h3>
<p><strong>Associate of Science (A.S.)</strong> in Computer Engineering</p>
<ul>
<li><strong>Duration:</strong> 08/2021 – 05/2023</li>
<li><strong>GPA:</strong> 2.6/4.0</li>
</ul>
<h3><a href="https://sdcity.edu" target="_blank" rel="noopener">San Diego City College</a></h3>
<p><strong>General Education (G.E.)</strong> in Computer Engineering</p>
<ul>
<li><strong>Graduation:</strong> 05/2022</li>
<li><strong>GPA:</strong> 3.0/4.0</li>
</ul>
<h3><a href="https://hooverhs.gusd.net" target="_blank" rel="noopener">Hoover High School</a></h3>
<p><strong>High School Diploma (H.D.)</strong></p>
<ul>
<li><strong>Graduation:</strong> 05/2014</li>
<li><strong>GPA:</strong> 3.5/4.0</li>
</ul>
</div>
<!-- RIGHT COLUMN -->
<!-- Certificate Grid Wrapper -->
<div class="image-section">
<div class="cert-column">
<img class="google-cert" src="Assets/pdf/CourseraCert.jpg" alt="Coursera Certificate" />
<img class="greenville-associate" src="Assets/pdf/GreenvilleTechAssociate.jpg" alt="Greenville Associate Degree" />
</div>
<div class="cert-column">
<img class="greenville-certificate" src="Assets/pdf/GreenvilleTechCert.jpg" alt="Greenville Certificate" />
<img class="sdcity-certificate" src="Assets/pdf/SandiegoCert.jpg" alt="San Diego City College Certificate" />
</div>
<div class="cert-column">
<img class="testout-certificate" src="Assets/pdf/TestOutCert.jpg" alt="TestOut Certificate" />
</div>
<div class="cert-column">
<img class="HR-certificate" src="Assets/pdf/HRBlockCert.jpg" alt="H&R-certificate" />
</div>
</div>
<!-- Canvas Animation Footer -->
<div class="farmer-canvas-fullwidth">
<canvas id="farmerCanvas"></canvas>
</div>
</main>
<!-- Glass Footer -->
<footer class="glass">
<p>© 2025 Duc Le. All rights reserved.</p>
</footer>
<script src="context/farmer.js"></script>
</body>
</html>