forked from sharkbig/sharkbig.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 857 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Sharkbig</title>
<meta charset="utf-8">
<style type='text/css'>
t1 {
font-size: 30;
color: inherit;
}
t2{
font-size: 20;
color: inherit;
}
t3{
font-size: 14;
}
</style>
</head>
<body>
<p></p>
<t1> Sharkbig's webpage at github</t1><br>
<t2>Department of Geology, NTU</t2><br>
<t2>Jun-Yan Chen</t2><br>
<ul>
<li>Python Programmer (three-year experience)</li>
<li>GPS data processing</li>
<li>Basic Webpage and Javascript</li>
</ul>
<p>========================================</p>
<div>
<t3>Webpage Projects</t3><br>
<a href="rescue/index.html">rescue map</a><br>
<a href="record/generate.html">record generator</a><br>
<a href="https://raw.githubusercontent.com/sharkbig/rescue/master/index.html">try page<a><br>
</div>
</body>
</html>