-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (89 loc) · 2.67 KB
/
Copy pathindex.html
File metadata and controls
95 lines (89 loc) · 2.67 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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>ケナモンのポートフォリオ</title>
</head>
<body>
<h1>ケナモン</h1>
<img src="n高のロゴ.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>js</td>
</tr>
<tr>
<th>Tool, MiddleWare</th>
<td>github </td>
</tr>
<tr>
<th>資格・免許</th>
<td>普通自動車第一種運転免許(AT限定) 2023年8月取得</td>
</tr>
</table>
<h3>Works</h3>
<p></p>
<ul>
<li></li>
<li></li>
<li></li>
<li>
作った作品
<ul>
<li><a href="https://kenamon.github.io/assessment/assessment.html">いいところ診断ゲーム</a></li>
<li></li>
</ul>
</li>
</ul>
<h3>Contact</h3>
<p>連絡先や SNS のアカウントを書きましょう。</p>
<ul>
<li><a href="mailto:251zs04077@student.zen.ac.jp">Mail</a></li>
<li></li>
<li></li>
</ul>
<h3>History</h3>
<p>高校卒業、職歴なし、アルバイト経験なし、インターン経験なし。</p>
<table>
<tr>
<th>2019年</th>
<td>高校 入学</td>
</tr>
<tr>
<th>2022年</th>
<td> 高校卒業</td>
</tr>
<tr>
<th>2025年</th>
<td> <a href="https://zen.ac.jp/"> ZEN大学</a>卒業</td>
</tr>
<tr>
<th></th>
<td></td>
</tr>
</table>
<h3>好きな動画</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ger5ZI6unS0?si=INwSNthmASjVShLO" 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>
<h3>Open Processing</h3>
<iframe src="https://openprocessing.org/sketch/2806160/embed/" width="1000" height="400"></iframe>
<h3>X(旧 Twitter)</h3>
<a class="twitter-timeline" data-width="400" data-height="600" href="https://twitter.com/ZENStudy_info?ref_src=twsrc%5Etfw">Tweets by ZENStudy_info</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>