-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.htm
More file actions
196 lines (166 loc) · 5.91 KB
/
Copy pathlinks.htm
File metadata and controls
196 lines (166 loc) · 5.91 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<title>リンク集 | Links and Resources | Xenoah</title>
<meta name="description" content="Xenoahが利用・参照しているWebサービス、技術資料、制作関連サイトをまとめたリンク集です。 / A curated collection of web services, technical resources and creative websites used or referenced by Xenoah.">
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1">
<meta name="author" content="Xenoah">
<link rel="canonical" href="https://xenoah.github.io/links.htm">
<meta property="og:site_name" content="Xenoah">
<meta property="og:type" content="website">
<meta property="og:title" content="リンク集 | Links and Resources | Xenoah">
<meta property="og:description" content="Xenoahが利用・参照しているWebサービス、技術資料、制作関連サイトをまとめたリンク集です。 / A curated collection of web services, technical resources and creative websites used or referenced by Xenoah.">
<meta property="og:url" content="https://xenoah.github.io/links.htm">
<meta property="og:locale" content="ja_JP">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="リンク集 | Links and Resources | Xenoah">
<meta name="twitter:description" content="Xenoahが利用・参照しているWebサービス、技術資料、制作関連サイトをまとめたリンク集です。 / A curated collection of web services, technical resources and creative websites used or referenced by Xenoah.">
<style>
.center-area {
text-align: center;
}
body {
--hover-logo: none;
--hover-logo-opacity: 0;
position: relative;
min-height: 100vh;
}
body::before {
content: "";
position: fixed;
inset: 0;
z-index: 0;
pointer-events: none;
background-image: var(--hover-logo);
background-size: 115px 115px;
background-repeat: repeat;
background-position: center;
opacity: var(--hover-logo-opacity);
transition: opacity 0.22s ease;
}
body > * {
position: relative;
z-index: 1;
}
.link-box {
display: block;
width: 300px;
padding: 10px;
margin: 15px auto;
border: 2px solid #0099ff;
border-radius: 10px;
background-color: #f0f8ff;
color: #000;
text-decoration: none;
}
.link-box-inner {
display: grid;
grid-template-columns: 82px 1fr;
align-items: center;
width: 100%;
min-height: 50px;
transition: transform 0.22s ease;
}
.link-box img {
width: 50px;
height: 50px;
justify-self: center;
object-fit: contain;
}
.link-text {
font-size: 14px;
line-height: 1.4;
text-align: left;
}
/* ▼ ホバー反転効果 ▼ */
.link-box:hover {
background-color: #0099ff; /* 外枠と同じ色 */
color: #ffffff; /* テキストを白に */
}
.link-box:hover .link-box-inner {
transform: scale(1.04);
}
.link-box:hover img {
opacity: 0.9; /* 画像のコントラスト調整(任意) */
}
body:has(a[href*="x.com"]:hover) {
--hover-logo: url("images_links/logo_x_fillWhite.png");
--hover-logo-opacity: 0.05;
}
body:has(a[href*="github.com"]:hover) {
--hover-logo: url("images_links/logo_github_gray.png");
--hover-logo-opacity: 0.06;
}
body:has(a[href*="booth.pm"]:hover) {
--hover-logo: url("images_links/logo_booth.png");
--hover-logo-opacity: 0.055;
}
body:has(a[href*="vrchat.com"]:hover) {
--hover-logo: url("images_links/logo_vrchat_square.png");
--hover-logo-opacity: 0.075;
}
body:has(a[href*="discordapp.com"]:hover) {
--hover-logo: url("images_links/logo_Discord_Black.png");
--hover-logo-opacity: 0.055;
}
body:has(a[href*="note.com"]:hover) {
--hover-logo: url("images_links/logo_note_app_icon.png");
--hover-logo-opacity: 0.045;
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<left>
<img src="file_index/xenoah_banner.png" alt="Xenoahロゴ">
</left>
<center>
<h2>リンク</h2>
</center>
<hr>
<div class="center-area">
<!-- ▼ ボタン1 ▼ -->
<a class="link-box" href="https://x.com/shuminchuuu" target="_blank">
<div class="link-box-inner">
<img src="images_links/logo_x_fillWhite.png">
<div class="link-text"><b>x.com</b> 日々の業務報告用</div>
</div>
</a>
<!-- ▼ ボタン2 ▼ -->
<a class="link-box" href="https://github.com/Xenoah" target="_blank">
<div class="link-box-inner">
<img src="images_links/logo_github_gray.png">
<div class="link-text"><b>github.com</b> なにか上げるかも?</div>
</div>
</a>
<!-- ▼ ボタン3 ▼ -->
<a class="link-box" href="https://3droid.booth.pm/" target="_blank">
<div class="link-box-inner">
<img src="images_links/logo_booth.png">
<div class="link-text"><b>booth.pm</b> 主に3Dデーター配布</div>
</div>
</a>
<!-- ▼ ボタン4 ▼ -->
<a class="link-box" href="https://vrchat.com/home/user/Noah-JP" target="_blank">
<div class="link-box-inner">
<img src="images_links/logo_vrchat_square.png">
<div class="link-text"><b>vrchat.com</b> 感性の刺激に良い</div>
</div>
</a>
<!-- ▼ ボタン5 ▼ -->
<a class="link-box" href="https://discordapp.com/users/1110528762099007548" target="_blank">
<div class="link-box-inner">
<img src="images_links/logo_Discord_Black.png">
<div class="link-text"><b>discord.com</b> ほぼ使ってないかも</div>
</div>
</a>
<!-- ▼ ボタン6 ▼ -->
<a class="link-box" href="https://note.com/xenoah" target="_blank">
<div class="link-box-inner">
<img src="images_links/logo_note_app_icon.png">
<div class="link-text"><b>note.com</b> 思考の開放用</div>
</div>
</a>
</div>
</body>
</html>