-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (64 loc) · 2.12 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
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>Taeho Kim Portfolio</title>
</head>
<body>
<h1>Taeho Kim Portfolio</h1>
<hr>
<h2>About</h2>
<p>Hello, my name is Taeho Kim, and I am studying computer science at BYU.<br>
By learning Computer science, I want to create programs that benefits many people.</p>
<hr>
<h2>Projects</h2>
<ul>
<li>
<p><strong>Evil Hangman</strong><br>
In this project, I created a hangman game that is impossible to win unless you guess 26 times.<br>
I used a datatbase store words that are not used frequently and as the user guesses,<br>
the program eliminates and choose a list of words that would be harder to guess.<br>
</p>
</li>
<li>
<p><strong>Spelling Checker<br></strong>
In this project I created a spelling checker. When the wrong spelled word is typed, the program<br>
suggests a word that is similar to the typed word.
</p>
</li>
<li>
<p><strong>Family Map<br></strong>
In this project, I set up a server and an adroid app for family map.<br>
User has to register and log in to the app. Once the user is registered,<br>
the app creates family data and make a family tree.
</p>
</li>
</ul>
<hr>
<h2>Experience</h2>
<ul>
<li>
<p><strong>English Language Teacher (Part-time) at GnB English</strong><br>
Aug 2013 - Nov 2013<br>
Daedeok-gu, Daejeon, South Korea</p>
</li>
<li>
<p><Strong>Supplementary Force at Republic of Korea Army</strong><br>
Jan 2018 - Feb 2020<br>
Yuseong-gu, Daejeon, South Korea</p>
</li>
<li>
<p><Strong>Employee at reBom Cosmetics</strong><br>
Jan 2018 - Feb 2020<br>
Sejong, South Korea</p>
</li>
<li>
<p><Strong>Freelance Translator</strong><br>
Dec 2015 - Apr 2020<br>
Daejeon, South Korea</p>
</li>
</ul>
<hr>
<h2>Contact</h2>
<a href="https://www.linkedin.com/in/taehokimcs">Linkedin Profile</a>
</body>
</html>