-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 1.85 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bang Vo</title>
<link href="./css/index.css" rel="stylesheet">
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
</head>
<body>
<img src="./assets/images/background.webp" alt="background" rel="preload">
<header id=tabs>
<a href="./index.html" class="home">Home</a>
<a href="./public/education.html">Education</a>
<a href="./public/experience.html">Experiences</a>
<a href="./public/publication.html">Publications</a>
<a href="./public/project.html">Projects</a>
<a href="./public/honor.html">Honors & Awards</a>
</header>
<div id="id-main-background">
<div id=profile_icon>
<img src="./assets/images/bavo.jpg" alt="Bavo's icon">
</div>
<h2 id="title">Bang Vo</h2>
<p id="intro">An aspiring AI Engineer with a background in Artificial Intelligence, Machine Learning, and
Computer
Vision. <br>
A fast learner, highly adaptable, and dedicated to producing good quality service.</p>
</div>
<footer id=contacts>
<div>
<a href="https://github.com/bavo96" id="github"></a>
<a href="https://www.linkedin.com/in/bavo-imp/" id=linkedin></a>
<a href="https://scholar.google.com.vn/citations?user=nrv3C7UAAAAJ&hl=vi" id="gscholar"></a>
<a href="[email protected]" id="gmail"></a>
</div>
<a href="./assets/pdfs/bavo_cv.pdf" id="pdfresume">Resume</a>
</footer>
</body>
</html>