-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAsorce.html
More file actions
60 lines (46 loc) · 1.43 KB
/
Asorce.html
File metadata and controls
60 lines (46 loc) · 1.43 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
<!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>プロフィール</li>
</ul>
</div>
</header>
<main>
<h1>教材・サイト・参考文献一覧</h1>
<h2>
<li>
<ul>
・プロゲート<a href="https://prog-8.com/business">https://prog-8.com/business </a> <br>
・ <a href="https://qiita.com/ryouzi/items/f9dee1540a04a0bfb9a3">https://qiita.com/ryouzi/items/f9dee1540a04a0bfb9a3</a> <br>
・Github<a href="https://github.com"> https://github.com</a> <br>
・画像アイコン<a href="https://icooon-mono.com">https://icooon-mono.com</a> <br>
・配色ヒント <a href="https://colorhunt.com">https://colorhunt.com</a>
</ul>
</li>
</h2>
</main>
<footer>
<!-- ロゴ作成して入れ替える -->
<div class="footer-logo"><a href="#top">TOPに戻る</a></div>
<div class="footer-list">
<ul>
<!-- あとでリンク作って貼る -->
<li><a href="#">教材・サイト・参考文献</a></li>
<li>Twitter @<a href="https://twitter.com/clockei0516">clockei0516</a></li>
</ul>
</div>
</footer>
</body>
</html>