-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (88 loc) · 3.2 KB
/
index.html
File metadata and controls
104 lines (88 loc) · 3.2 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
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ibisの時計塔</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>
<!-- 左側にロゴ追加予定 -->
<a name="top"></a>
<div class="header-logo"><a href="index.html">Ibisの時計塔</a></div>
<div class="header-list">
<ul>
<li><a href="#programing">プログラミング関連</a></li>
<li><a href="#profile">プロフィール</a></li>
</ul>
</div>
</header>
<main>
<div class="copy-container">
<h1>うぇるかむ</h1>
<p>これまでに学んだことをまとめています。<br>更新は超不定期<br>画像をクリックするとそのページに飛びます。</p>
</div>
<div class="contents">
<h3 class="section-title"><a name="programing">プログラミング関連</a></h3>
<div class="contents-item">
<a href="Acommandline.html"><img src="commandline.png" width=160px></a>
<p>コマンドラインの操作</p>
</div>
<div class="contents-item">
<a href="Agithub.html"><img src="github.png" width=160px></a>
<p>Githubの使い方</p>
</div>
<div class="contents-item">
<a href="Aruby.html"><img src="ruby.png" width=160px></a>
<p>Ruby</p>
</div>
<div class="contents-item">
<a href="Ahtmlcss.html"><img src="htmlcss.png" width=160px></a>
<p>HTML & CSS</p>
</div>
<p>追加予定</p>
</div>
<div class="contents2">
<h3 class="section-title"><a name="profile">プロフィール</a></h3>
<div class="profile">
<h3>基本</h3>
名前 clockei0516<br>
誕生日 11月8日<br>
<h3>活動</h3>
PCゲームやってます
<li>・Rainbow Six Siege</li>
<li>・Dead by Daylight</li>
<li>・Overwatch</li>
<li>その他もろもろ</li>
<br>
ピアノ弾いてる、ゲームBGMメイン&ちょっとクラシックとか好きな曲とか <br>
そのうち動画リンク貼る予定
<li>・Golden time(金色ラブリッチェより 楽譜by Cklodar様)</li>
<li>・Sound illumination(つり乙2より 楽譜by Alova様)</li>
<li>・いつも何度でも(千と千尋の神隠しより)</li>
<li>・ドビュッシー 月の光(練習中)</li>
<br>
ぬいはち No.58670 Ibis Pluviaのマスターです <br>
Twitterのモーメントに日々撮った写真をまとめているので是非見てね(最近更新サボり気味)
<br>
<h3>リンク</h3>
Discord:clockei#3292 <br>
<a href="https://steamcommunity.com/id/clockei0516/">Steam</a> フレンド申請くれたら基本承認します<br>
<a href="https://www.twitch.tv/clockei0516">Twitch</a> たまにゲーム配信してる<br>
<a href="https://twitter.com/clockei0516">Twitter</a> 愚痴と飯 連絡はdiscordかこちらへ
</div>
</div>
</main>
<footer>
<!-- ロゴ作成して入れ替える -->
<div class="footer-logo"><a href="#top">TOPに戻る</a></div>
<div class="footer-list">
<ul>
<!-- あとでリンク作って貼る -->
<li><a href="Asorce.html">教材・サイト・参考文献</a></li>
<li>Twitter @<a href="https://twitter.com/clockei0516">clockei0516</a></li>
</ul>
</div>
</footer>
</body>
</html>