-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (56 loc) · 1.36 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
<title>Pondのポートフォリオ</title>
</head>
<body>
<h1>Pond</h1>
<img src="sample_image.png">
<h2>About</h2>
<p>
フルスタックエンジニアを目指している大学院生<br>
何でもできるようになりたい
</p>
<h3>Profile</h3>
<ul>
<li>名前:小林侑司</li>
<li>所在地:岐阜県</li>
<li>得意領域:データサイエンス</li>
</ul>
<h3>Skills</h3>
<table>
<tr>
<th>OS</th>
<td>Windows</td>
</tr>
<tr>
<th>Engine, Frameworks</th>
<td>sckit-learnなど</td>
</tr>
<tr>
<th>Tool, MiddleWare</th>
<td>Git</td>
</tr>
<tr>
<th>資格・免許</th>
<td>防災士</td>
</tr>
</table>
<h3>Works</h3>
<ul>
<li>作った作品</li>
</ul>
<li>
</li>
<h3>Contact</h3>
<ul>
<li><a href="[email protected]">Mail</a></li>
</ul>
<h3>History</h3>
<h3>Open Processing</h3>
<iframe src="https://openprocessing.org/sketch/2319678/embed/" width="400" height="400"></iframe>
</body>
</html>