-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (54 loc) · 2.31 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
60
61
62
63
64
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Gan Duan</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<h1 class="word1">I'm Gan</h1>
<h2 class="word2">A data scientist</h3>
<hr>
<h2 class="word3">My Profiles</h2>
<div class="profile">
<img class="photo" src="https://i1.rgstatic.net/ii/profile.image/1023200947367944-1620961524675_Q128/Gan-Duan.jpg" alt="Gan-profile">
<h3>Hello</h3>
<p>I am a research scietist with interests in data science and cloud technologies.</p>
</div>
<div class="work">
<img class="image1" src="images/machine-learning.png" alt="">
<h3>Working Experience</h3>
<ul class="list">
<li>Postdoctoral research scientist, CSIRO (12/2021 – present)</li>
<li>Research fellow, Monash University (07/2021 - 12/2021)</li>
</ul>
</div>
<div class="Academic">
<img class="image2" src="images/credits.png" alt="">
<h3>Academic Qualification</h3>
<ul class="list">
<li>Ph.D. from Monash University, Australia (10/2017 – 09/2021) </li>
<li>Master from Chinese Academy of Sciences, China (09/2014 – 07/2017) </li>
<li>Bachelor from China University of geoscience, China (09/2010 - 07/2014)</li>
</ul>
</div>
<div class="contact">
<hr>
<h2>Get in touch</h3>
<p>If you want to know more about me or want to have a chat, send me a message.</p>
<a class="btn" href="contact.html">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/gan-duan-820b5b155/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Gan77513599">Twitter</a>
<a class="footer-link" href="https://www.researchgate.net/profile/Gan-Duan">ResearchGate</a>
<p>© 2022 Gan Duan.</p>
</div>
</body>
</html>