-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (85 loc) · 4.85 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
<!DOCTYPE html>
<html lang="ja" itemscope itemtype="https://schema.org/WebSite">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta itemprop="description" name="description" content="プレハブ小屋ページ総合案内">
<meta property="og:description" content="プレハブ小屋ページ総合案内">
<meta itemprop="name" property="og:title" content="プレハブ小屋" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://showa-yojyo.github.io/index.html" />
<meta itemprop="image" property="og:image" content="https://showa-yojyo.github.io/image/ogp-image.png" />
<meta property="og:image:alt" content="プレハブ小屋" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="プレハブ小屋ページ総合案内">
<meta name="twitter:image" content="https://showa-yojyo.github.io/image/ogp-image.png">
<meta name="twitter:site" content="@showa_yojyo" />
<meta name="twitter:title" content="プレハブ小屋">
<meta property="twitter:domain" content="showa-yojyo.github.io">
<meta property="twitter:url" content="https://showa-yojyo.github.io/">
<title>プレハブ小屋</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="image/favicon/favicon.ico">
</head>
<body>
<header>
<h1><a href="https://showa-yojyo.github.io/"><img src="image/logol.png" alt="プレハブ小屋"></a>
</h1>
</header>
<main>
<section>
<h2>内容</h2>
<p>当サイトの内容を一覧にして示す。管理人の個人的なプロジェクトしかない。</p>
<dl>
<dt><a href="dqbook/index.html" title="ドラクエ命">ドラクエ命</a></dt>
<dd>当サイト管理人がドラクエの実装詳細を追究する。昔の作業結果とはいえ、解析技法もデータの分析も甘い。</dd>
<dt><a href="notebook/index.html" title="読書ノート">読書ノート</a></dt>
<dd>当サイト管理人の読書、学習、考察ノート。</dd>
<dt><a href="wandering/index.html" title="徘徊の書">徘徊の書</a></dt>
<dd>当サイト管理人が安住の地を見つけるべく(というより、家賃が惜しかっただけ)東京都内を徘徊したときの全記録。
今私がいるところは、果たして安住の地なのだろうか?</dd>
<dt><a href="sunset/index.html" title="マイ日没録">マイ日没録</a></dt>
<dd>当サイト管理人の最近の日記。プロジェクト進行中。</dd>
</dl>
</section>
<section>
<h2>関連サイト</h2>
<dl>
<dt><a href="https://github.com/showa-yojyo" title="showa-yojyo (プレハブ小屋)">GitHub</a></dt>
<dd>上述の発表物を含むすべての作品を Git リポジトリーの形で収容する。</dd>
<dt><a href="https://hub.docker.com/u/showayojyo" title="showayojyo (プレハブ小屋)">Docker Hub</a></dt>
<dd>Docker イメージ置場になる予定。</dd>
<dt><a href="https://twitter.com/showa_yojyo" title="Twitter / showa_yojyo">Twitter</a></dt>
<dd>ツイートの形でもダイレクトメッセージの形でも、よほど問題のある内容でない限り私は返答するはずだ。</dd>
<dt><a href="https://learn.microsoft.com/en-us/users/showa-yojyo/" title="showa-yojyo | Microsoft Learn">Microsoft Learn</a></dt>
<dd>私の技能や知識を、部分的にであっても第三者が確認できるように Microsoft Learn ユーザーページへのリンクを与えておく。</dd>
</dl>
</section>
<section>
<h2>応答</h2>
<dl>
<dt><a href="mailto:[email protected]" title="メールでごじゃるよ">メール</a></dt>
<dd>送信の秘密は管理人が責任を持って厳守する。現在別の Hotmail アカウントを見るのに精いっぱいでこちらは確認が怠りがちなのであらかじめ言っておく。</dd>
</dl>
</section>
</main>
<footer>
<ul>
<li id="footer_logo">
<a href="https://showa-yojyo.github.io/" title="プレハブ小屋 Since 1999"><img src="image/logos.png"
alt="logotype"></a>
</li>
<li id="footer_copyright">
Since <time itemprop="copyrightYear">1999</time><br>
<span itemprop="copyrightNotice">© <time>1999</time>-<time>2024</time>
<span itemprop="accountablePerson author copyrightHolder editor maintainer publisher" itemscope itemtype="https://schema.org/Person">
<link itemprop="email" href="mailto:[email protected]"/>
<span itemprop="name">プレハブ小屋</span>
</span>
All rights reserved.</span>
</li>
</ul>
</footer>
</body>
</html>