-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
index-japanese.html
242 lines (231 loc) · 7.5 KB
/
index-japanese.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
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="jp">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-063933E3C2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-063933E3C2");
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#bbdefb" />
<link href="css/numerology.css" rel="stylesheet" />
<script src="i18n/meaning_jp.js"></script>
<script src="js/numerology.js"></script>
<script src="js/demo.js"></script>
<link rel="shortcut icon" href="favicon.gif" />
<title>やる気を起こさせる数秘術</title>
<link
rel="canonical"
href="https://evoluteur.github.io/motivational-numerology/index-japanese.html"
/>
<link
rel="alternate"
hreflang="en-us"
href="https://evoluteur.github.io/motivational-numerology/"
/>
<link
rel="alternate"
hreflang="es-es"
href="https://evoluteur.github.io/motivational-numerology/index-spanish.html"
/>
<link
rel="alternate"
hreflang="fr-fr"
href="https://evoluteur.github.io/motivational-numerology/index-french.html"
/>
<link
rel="alternate"
hreflang="de-de"
href="https://evoluteur.github.io/motivational-numerology/index-german.html"
/>
<link
rel="alternate"
hreflang="pt-br"
href="https://evoluteur.github.io/motivational-numerology/index-portuguese.html"
/>
<link
rel="alternate"
hreflang="it-it"
href="https://evoluteur.github.io/motivational-numerology/index-italian.html"
/>
<link
rel="alternate"
hreflang="nl-nl"
href="https://evoluteur.github.io/motivational-numerology/index-dutch.html"
/>
<link
rel="alternate"
hreflang="tr-tr"
href="https://evoluteur.github.io/motivational-numerology/index-turkish.html"
/>
<link
rel="alternate"
hreflang="id-id"
href="https://evoluteur.github.io/motivational-numerology/index-indonesian.html"
/>
<link
rel="alternate"
hreflang="ja-jp"
href="https://evoluteur.github.io/motivational-numerology/index-japanese.html"
/>
<link
rel="alternate"
hreflang="vi-vn"
href="https://evoluteur.github.io/motivational-numerology/index-vietnamese.html"
/>
<link
rel="alternate"
hreflang="x-default"
href="https://evoluteur.github.io/motivational-numerology/"
/>
<meta
name="description"
content="生年月日と名前から数秘術番号を取得します。"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif"
/>
</head>
<body onload="checkInfo()">
<h1>やる気をそそる数秘術 <span>サリーフォービオン</span></h1>
<div class="i18n">
<img src="pix/en.gif" onclick="goToLanguage(event, 'en')" />
<img src="pix/es.gif" onclick="goToLanguage(event, 'es')" />
<img src="pix/fr.gif" onclick="goToLanguage(event, 'fr')" />
<img src="pix/de.gif" onclick="goToLanguage(event, 'de')" />
<img src="pix/pt.gif" onclick="goToLanguage(event, 'pt')" />
<img src="pix/it.gif" onclick="goToLanguage(event, 'it')" />
<img src="pix/nl.gif" onclick="goToLanguage(event, 'nl')" />
<img src="pix/tr.gif" onclick="goToLanguage(event, 'tr')" />
<img src="pix/id.gif" onclick="goToLanguage(event, 'id')" />
<img src="pix/jp.gif" onclick="goToLanguage(event, 'jp')" />
<img src="pix/vi.gif" onclick="goToLanguage(event, 'vi')" />
</div>
<section class="inputForm">
<div class="ml210">
<div class="field name">
<label
>名前
<span class="grey"
>(名前と苗字、半角ローマ字でお願いします)</span
></label
>
<input id="name" value="" onKeyUp="calcName()" />
</div>
<div class="field bdate">
<label>生年月日 <span class="grey">(年/月/日)</span></label>
<input
id="year"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="0"
maxlength="4"
/><span id="toshi">年</span>
<select id="month" onChange="calcBDay()">
<option></option>
<option value="1">1月</option>
<option value="2">2月</option>
<option value="3">3月</option>
<option value="4">4月</option>
<option value="5">5月</option>
<option value="6">6月</option>
<option value="7">7月</option>
<option value="8">8月</option>
<option value="9">9月</option>
<option value="10">10月</option>
<option value="11">11月</option>
<option value="12">12月</option>
</select>
<input
id="day"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="1"
max="31"
maxlength="2"
/><span id="date">日</span>
</div>
</div>
<div class="fullStar">
<div id="star" class="star">
<span class="t0"></span>
<div class="t1"></div>
<div class="t2"></div>
<div class="t3"></div>
<div class="t4"></div>
<div class="t5"></div>
</div>
<div id="star-holder"></div>
</div>
</section>
<section>
<div id="report1"></div>
<div id="report2"></div>
<div id="report3"></div>
</section>
<section>
<div>
<p id="sally">
Ce contenu n'est qu'une brève explication des merveilleuses qualités
que vous possédez.
</p>
<div class="fl">
<a href="http://sallysnumbers.com" target="news"
><img
src="pix/sally.jpg"
class="sally"
alt="Sally Faubion"
loading="lazy"
/></a>
</div>
<div class="fl">
<div id="allNumbers"></div>
<p>
自分の番号を知って、その意味を知りたい方へ
<strong
><a href="http://sallysnumbers.com" target="news"
>サリー・フォービオン</a
></strong
>:
</p>
<ul class="linespace">
<li>
サリーのニュースレター
<a href="http://sallysnumbers.com" target="news">登録はこちら</a>
</li>
<li>
サリーとの個人面談
<a href="http://sallysnumbers.com/services/" target="reading"
>予約はこちら</a
>
(英語版のみ)
</li>
</ul>
</div>
<div class="clearer"></div>
</div>
</section>
<div class="copy">
<div>
<br />
Version 2.3.4 - Code
<a href="https://github.com/evoluteur/motivational-numerology">GitHub</a
>. <br /><br />© 2024
<a href="http://sallysnumbers.com">サリー・フォービオン</a> &
<a href="https://evoluteur.github.io/">オリビエ・ジュリエリ</a>.
</div>
</div>
</body>
</html>