-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.75 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
51
52
53
54
55
56
57
58
59
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phat Website</title>
<link rel="stylesheet" href="css/style.css">
<style>
</style>
</head>
<body>
<nav>
<span><a href="index.html">About Phat</a></span>
<span><a href="pages\contact.html">Contact</a></span>
</nav>
<div class="aboutMe">
<div class="images">
<img id="avatar" src=".\images\avatar-city-view.jpg" alt="Phat's avatar" >
</div>
<div class="discription">
<p> Hi, I'm Phat. I am studying Bachelor of Computer Science at University of Wollongong (UOW).
I love running, volunteering for community.
</p>
</div>
</div>
<div>
<h3>Volunteer Experience</h3>
<h4><a href="https://vgong.notion.site/Vietnamese-Students-in-Wollongong-Association-821dc7ad0f184eeeb77d186f4b5d3144" target="_blank">Vietnamese Students in Wollongong Association</a></h4>
<ol>
<li>Host of Wolllongong City Tour event: <a href="https://www.facebook.com/VGongUOW/videos/588796226463512" target="_blank">Introduction videos</a> and <a href="https://www.facebook.com/VGongUOW/posts/pfbid04ZhhH9YnL869jgsthogjaBQrwP3E5UsyJ3uKYyTsqzZmhTLKmC2gAKt8U4f9nKiAl" target="_blank">Event pictures</a></li>
<li>Author of Gong Guide series: <a href="https://vgong.notion.site/Ph-ng-ti-n-c-ng-c-ng-12d9a98202c84258b612a088f9a1851a" target="_blank">Public Transportation</a> and <a href="https://vgong.notion.site/Nh-da5e5d66e79944588f3f91ad087b94da " target="_blank">Student Accommodation in Wollongong</a></li>
<li>Actor of Video series: <a href="https://www.youtube.com/watch?v=04yHE12jo_8&ab_channel=VGong" target="_blank">Student life in Australia</a>,
<a href="https://www.youtube.com/watch?v=oSmrtCeHci8&ab_channel=VGong" target="_blank">A day at University of Wollongong</a> and
<a href="https://www.youtube.com/watch?v=ytfpabmHwAw&ab_channel=VGong" target="_blank">UniCup at UOW</a></li>
</ol>
</div>
<div>
<h3>Information</h3>
<a href="https://www.linkedin.com/in/phat-nguyen-a5520a265/">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
<a href="https://github.com/ethan-ndap">
<ion-icon name="logo-github"></ion-icon>
</a>
<a href="https://www.youtube.com/@DaiPhatNguyenn" target="_blank">
<ion-icon name="logo-youtube"></ion-icon>
</a>
<a href="https://www.instagram.com/daiphat.film/" target="_blank">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>