-
Notifications
You must be signed in to change notification settings - Fork 0
/
freelance.html
100 lines (85 loc) · 5.31 KB
/
freelance.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>psyaito's freelance</title>
<link rel="stylesheet" href="style.css">
<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=Kalam:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li class="box"><a href="index.html">Home</a></li>
<li class="box"><a href="freelance.html">Freelance</a></li>
<li class="box"><a href="resume.html">Resume</a></li>
</ul>
</nav>
<nav>
<ul>
<li class="box" style="flex:1.3;"><a href="blog/tech.html">Tech</a></li>
<li class="box" style="flex:0.5;"><a href="blog/and.html">&</a></li>
<li class="box"><a href="blog/arts.html">Arts</a></li>
</ul>
</nav>
<div class="container">
<div class="box" style="flex:0.9;">
<h1>Freelance</h1>
<p>Tutoring</p>
<p>Machine Learning</p>
<p>Design</p>
</div>
</div>
<div class="container">
<div class="box" style="flex:0.9;">
<h1>Tutoring</h1>
<h2>Mr Ken Dong</h2>
<p>Melbourne - Glen Waverley</p>
<p>~A native Japanese speaker tutoring primary, secondary, and VCE~</p>
<p>Melbourne tutor in Further Maths, Japanese, Maths, Maths Methods, Maths Specialist</p>
<p>I travel to these locations</p>
<p>South Eastern suburbs, Clayton, Monash University, Glen Waverley, Mount Waverley</p>
<p>Are you looking for a private VCE tutor who can help you achieve academic success? I'm here to help! My name is Ken, and I'm a native Japanese speaker who has a deep understanding of the VCE curriculum. I live in Glen Waverley and offer personalised tutoring to students who need extra help. I primarily tutor Japanese Second Language VCE for unit ½ and ¾, but I can tutor and give advice for math (Method, Further, Specialist) and science (Biology, Chemistry), as I'm studying Engineering and Science at Monash University.</p>
<p>My lesson is heavily focused on reviewing writing, practicing reading, and training for listening.</p>
<p>I not only welcome questions regarding Japanese grammar and content, but believe it is a necessity for learning. However, I expect kanji, basic grammar, and content to be covered by the school, and this tuition should be a complement to that.</p>
<p>Please complete this <a href="https://forms.gle/7zkdkUg668zbksrm8">Google form</a> and send one or two Japanese writings you have done. I will send the feedback for the writing for free, and we could discuss possible arrangements for the lesson.</p>
<p>私の授業は作文、リーディング、リスニングの練習を中心に進めます。</p>
<p>上手くなるためには質問する事が必要です。そして、この授業は学校で学んでいることの支えとして考えてください。</p>
<p>この<a href="https://forms.gle/7zkdkUg668zbksrm8">グーグルフォーム</a>に答えて、自分で書いた作文を二枚程度送ってください。そのあと、私が作文のフィードバックと授業について話します。</p>
<h3>Experience</h3>
<p>I have graduated from the Melbourne International School of Japanese and worked as a teaching assistant at it. Futhermore, I've been translating works between English and Japanese in my free time.</p>
<p>I have lived my childhood in Japan, and spent many years teaching Japanese casually during Secondary as well.</p>
<h3>Qualifications</h3>
<p>I received raw study scores of:</p>
<ul>
<li>47 in Japanese (scaled 50+)</li>
<li>40 in Biology (scaled 41)</li>
<li>37 in Mathematical Methods (scaled 42)</li>
<li>36 in Chemistry (scaled 40)</li>
<li>34 in Specialist Mathematics (scaled 46)</li>
</ul>
<p>Achieved an ATAR of 98.05.</p>
<p>Achieved an UCAT of 2830.</p>
<h3>Rates</h3>
<p>My rates are:</p>
<ul>
<li>VCE JSL Unit 3/4 = $55 per hour</li>
<li>VCE JSL Unit 1/2 = $45 per hour</li>
<li>Other (year 10 or under, casual learners) = $40 per hour</li>
</ul>
<p>For group classes, there will be 10% discount on the normal rate.</p>
<p>For online classes, there will be 5% discount on the normal rate.</p>
<p>Free initial writing feedback.</p>
<h3>Working With Children Check</h3>
<p>Yes, I'm cleared to work with children in Victoria until 15-Dec-2026 (details available on request)</p>
<h3>Gender</h3>
<p>Male</p>
</div>
</div>
<footer class="box" id="main-footer">
©️ 2023 Ken.D · All Rights Reserved
</footer>
</body>
</html>