-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (53 loc) · 1.65 KB
/
index.html
File metadata and controls
61 lines (53 loc) · 1.65 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rubyのポートフォリオ</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Ruby</h1>
<h2>About</h2>
<p>
大学1年生。<br>
プログラミングを主に勉強中。
</p>
<h3>Profile</h3>
<ul>
<li>名前: Ruby</li>
<li>年齢: 19</li>
<li>得意領域: まだ無し</li>
</ul>
<h3>Skills</h3>
<table>
<tr>
<th>OS</th>
<td>Windows, Mac, Ubuntu</td>
</tr>
<tr>
<th>プログラミング言語</th>
<td>JavaScript, Python, PHP, </td>
</tr>
</table>
<h3>Works</h3>
<p>アピールできる活動内容を書きましょう。</p>
<ul>
<li>
作った作品
<ul>
<li><a><s>日本座布団協会HP</s> (リンク切れ)</a></li>
<li><a href="https://ruby11692046.github.io/RAMDOM_DESIDE/">ランダムでやることを決めてくれるサイト</a></li>
<li><a href="https://github.com/Ruby11692046/Ruby-s-BBS">Rubyのテスト用掲示板</a></li>
<li><a><s>小説ビュワー</s> (リンク切れ)</a></li>
</ul>
</li>
</ul>
<h3>Contact</h3>
<p>連絡先や SNS のアカウントを書きましょう。</p>
<ul>
<li><a href="https://github.com/Ruby11692046">Github</a></li>
<li><a href="https://bsky.app/profile/rubyblueruby.bsky.social">BlueSky</a></li>
</ul>
</body>
</html>