-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (86 loc) · 3.11 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
<!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="profile_image.png">
<h2>About</h2>
<p>
簡単な自己紹介やアピール。<br>
どんなことができる、したいのか。
</p>
<h3>Profile</h3>
<ul>
<li>名前(ハンドルネームも可)</li>
<li>所在地(県や市までで OK)</li>
<li>得意領域(Web 開発、サーバ運用など)</li>
</ul>
<h3>Skills</h3>
<table>
<tr>
<th>OS</th>
<td>Windows, Ubuntu など</td>
</tr>
<tr>
<th>Engine, Frameworks</th>
<td>Node.js, Express など</td>
</tr>
<tr>
<th>Tool, MiddleWare</th>
<td>Git, PostgreSQL など</td>
</tr>
<tr>
<th>資格・免許</th>
<td>情報処理技術者、LPIC など</td>
</tr>
</table>
<h3>Works</h3>
<p>アピールできる活動内容を書きましょう。</p>
<ul>
<li><a href="https://github.com/">GitHub</a></li>
<li><a href="https://qiita.com/">Qiita</a></li>
<li><a href="https://zenn.dev/">Zenn</a></li>
<li>
作った作品
<ul>
<li><a href="https://example.com/">作品 1</a></li>
<li><a href="https://example.com/">作品 2</a></li>
</ul>
</li>
</ul>
<h3>Contact</h3>
<p>連絡先や SNS のアカウントを書きましょう。</p>
<ul>
<li><a href="mailto:[email protected]">Mail</a></li>
<li><a href="https://twitter.com/n_yobikou">X(旧 Twitter)</a></li>
<li><a href="https://www.linkedin.com/">LinkedIn</a></li>
</ul>
<h3>History</h3>
<p>学歴、職歴、アルバイト、インターン経験など。</p>
<table>
<h3>好きな動画</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WkqPh70G3gY?si=rXtDo0ZpEXmeidln" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3>Open Processing</h3>
<iframe src="https://openprocessing.org/sketch/822736/embed/" width="640" height="360"></iframe>
<h3>X(旧 Twitter)</h3>
<a class="twitter-timeline" data-width="400" data-height="600" href="https://twitter.com/t?ref_src=twsrc%5Etfw">Tweets by t</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<tr>
<th>2019 年</th>
<td><a href="https://dwango.co.jp/">株式会社ドワンゴ</a> 入社</td>
</tr>
<tr>
<th>2018 年</th>
<td>学校法人角川ドワンゴ学園 <a href="https://nnn.ed.jp/">N高等学校</a> 卒業</td>
</tr>
<tr>
<th>20XX 年</th>
<td>表彰、受賞歴、メディア掲載記事などあれば</td>
</tr>
</table>
</body>
</html>