-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (62 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
73 lines (62 loc) · 1.77 KB
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
<!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>Key-code-aiのポートフォリオ</title>
</head>
<body>
<header>
<h1>Keyのポートフォリオ</h1>
</header>
<h2>About</h2>
<p>
プログラミング初心者です
</p>
<h3>Profile</h3>
<table>
<tr>
<th>名前</th>
<td>Key</td>
</tr>
<tr>
<th>住んでいるところ</th>
<td>横浜市</td>
</tr>
<tr>
<th>趣味</th>
<td>ゲーム・映画鑑賞・動画鑑賞・音楽</td>
</tr>
</table>
<h3>Skills</h3>
<table>
<tr>
<th>資格・免許</th>
<td>英検2級</td>
</tr>
<tr></tr>
</table>
<h3>Works</h3>
<p>プログラミングを学習中です。</p>
<ul>
<li><a href="https://github.com/Key-code-ai">GitHub</a></li>
<li>自己紹介ページ</li>
<li>授業で制作したOpenProcessing作品</li>
<iframe src="https://openprocessing.org/sketch/2962387/embed/" width="800" height="400"></iframe>
</ul>
<h3>History</h3>
<table>
<tr>
<th>2025年</th>
<td>ZEN大学 入学</td>
</tr>
<tr>
<th>2026年</th>
<td>HTML・CSS・JavaScriptの学習開始</td>
</tr>
</table>
<h3>好きな動画</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/r_0JjYUe5jo?si=scKGGvJNzOy5V58o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</body>
</html>