-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
56 lines (38 loc) · 2.16 KB
/
about.html
File metadata and controls
56 lines (38 loc) · 2.16 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>joyfulmantis - About</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<link href="http://fonts.googleapis.com/css?family=Quattrocento" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" />
<link rel="alternate" type="application/atom+xml" title="Blog" href="./atom.xml" />
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">joyfulmantis</a>
</div>
<div id="navigation">
<a href="./">home</a>
<a id="current" href="./about.html">about</a>
<a href="./projects.html">projects</a>
<a href="./contact.html">contact</a>
<a href="./archives.html">archives</a>
</div>
</div>
<div id="content">
<p>I am a self-made programmer, previously a Chinese teacher. I am a native speaker of English, am comfortable in Chinese, and am intermediate in Turkish. I am interested in Programming, Linguistics and Education.</p>
<p>I graduated from Tianjin Foreign Studies University in 2020 with a bachelor’s degree in Teaching Chinese to Speakers of Other Language.<br />
My thesis title was: <a href="./uploads/L16309_韩拿单_%20汉语国际教育.pdf">Research on the effect of tone drills on Chinese learner’s tone differentiation ability</a></p>
<p>I also maintain a <a href="https://github.com/joyfulmantis">Github profile</a></p>
</div>
<div id="footer">
<div id="proud"> Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a></div>
</div>
</body>
</html>