-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Jaeho's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="면허 민증 고화질.JPG" alt="Jaeho photo" style="width:100px;height=100px;"></td>
<td><h2><strong>Jaeho Shin</strong></h1></td>
</tr>
</table>
<hr>
<p>
<hr>
Education: <br><br>
Inha University, Incheon <br>
Bachelor's degrees in: <br>
Information Technology Engineering<br>
Future Vehicle Engineering </p>
<hr>
<h3>Skills:</h3>
<table>
<ul>
<li>Python</li>
<li>C, C++</li>
<li>Assembly language</li>
<li>Verilog HDL</li>
<li>MATLAB</li>
<li>HTML, CSS, JS</li>
<li>AI Library(TenserFlow, PyTorch)</li>
<li>MySQL</li>
</ul>
<h3>Work Experience:</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2023.6-2023.8</td>
<td>Computer Vision Lab undergraduate research student</td>
</tr>
</table>
<br>
<a href="Hobbies.html">Hobbies</a>
<br>
<a href="contact_me.html">Contact Me</a>
</body>
</html>