-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (57 loc) · 1.46 KB
/
index.html
File metadata and controls
63 lines (57 loc) · 1.46 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
<!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>DF23のポートフォリオ</title>
</head>
<body>
<h1>DF23</h1>
<h2>About</h2>
<p>
一般的な引きこもりをやってます<br>
プログラミングなどのものづくりをやってみたいなと思っています。
</p>
<h3>Profile</h3>
<ul>
<li>DFと呼ばれていることが多い</li>
<li>生まれも育ちも姫路</li>
<li>ゲームが好き</li>
<li>断然ご飯派</li>
</ul>
<h3>Skills</h3>
<table>
<tr>
<th>資格・免許</th>
<td>原付免許</td>
</tr>
</table>
<h3>Works</h3>
<ul>
<li>
作った作品
<ul>
<iframe src="https://openprocessing.org/sketch/2805230/embed/" width="800" height="800">Open Processing 一つだけの夜空</iframe>
</ul>
</li>
</ul>
<h3>Contact</h3>
<p>連絡先</p>
<ul>
<li><a href="mailto:yuri.20071116@gmail.com">Mail</a></li>
</ul>
<h3>History</h3>
<p>学歴、職歴、アルバイト、インターン経験など。</p>
<table>
<tr>
<th>2025年</th>
<td>ZEN大学に入学</td>
</tr>
<tr>
<th></th>
<td>乞うご期待</td>
</tr>
</table>
</body>
</html>