-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (116 loc) · 3.38 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Welcome to HD</title>
</head>
<body>
<table boder-spacing="20">
<tr>
<td>
<img src="../Section_41_creating_website_with_html/Web-Development/HTML-Personal-Site/reinhardt-01.jpg", width= 400, alt="reinhardt">
</td>
<td>
<h1> REINHARDT </h1><br>
<p><em>Company employee</em> for south korea</p>
<p> I am studing python code</p>
</td>
</tr>
</table><br>
<hr>
<p><h3><strong> Coding Study Books </strong></h3></p>
<ol>
<li>Hands-On Machine Learning with scikit-Learn, Keras&TensorFlow</li>
<li>Deep Learning and the Game of Go</li>
</ol>
<hr>
<p><h3><strong> Coding Plan </strong></h3></p>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Lecture</th>
</tr>
</thead>
<tbody>
<tr>
<td>2024.01.05 ~ 03.01</td>
<td>Machine Learning : A-Z</td>
</tr>
<tr>
<td>2024.01.02 ~ 06.08</td>
<td>Python Bootcamp 100 Project</td>
</tr>
</tbody>
</table>
<hr>
<p><h3><strong> Skills </strong></h3></p>
<!-- <table>
<tr>
<td>
<table>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML </td>
<td>⭐</td>
</tr>
<tr>
<td>R </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS </td>
<td>⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML </td>
<td>⭐</td>
</tr>
<tr>
<td>R </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS </td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table><br> -->
<table cellspacing="10">
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML </td>
<td>⭐</td>
</tr>
<tr>
<td>R </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS </td>
<td>⭐</td>
</tr>
</table>
<a href="./hobbies.html"><em>My Hobbies</em></a>
<a href="./contact.html"><em>My Address</em></a>
</body>
</html>