-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
382 lines (369 loc) · 11 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
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html lang="en-US">
<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" />
<title>Motivational Numerology</title>
<link
rel="canonical"
href="https://evoluteur.github.io/motivational-numerology/"
/>
<link href="css/numerology.css" rel="stylesheet" />
<script src="i18n/meaning_en.js"></script>
<script src="js/numerology.js"></script>
<script src="js/demo.js"></script>
<link rel="shortcut icon" href="favicon.gif" />
<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="Calculate and interpret the numerology numbers derived from your name and birth date."
/>
<meta
name="keywords"
content="free, numerology, gematria, occult, pythagoras, arithmosophy, meaning, reading, charts, numbers, character, soul, destiny, personality, attitude, arithmancy, forecast, occult"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif"
/>
</head>
<body onload="checkInfo()">
<h1>Motivational Numerology <span>by Sally Faubion</span></h1>
<div class="i18n">
<img
src="pix/en.gif"
onclick="goToLanguage(event, 'en')"
title="English"
/>
<img
src="pix/es.gif"
onclick="goToLanguage(event, 'es')"
title="Spanish"
/>
<img
src="pix/fr.gif"
onclick="goToLanguage(event, 'fr')"
title="French"
/>
<img
src="pix/de.gif"
onclick="goToLanguage(event, 'de')"
title="German"
/>
<img
src="pix/pt.gif"
onclick="goToLanguage(event, 'pt')"
title="Portuguese"
/>
<img
src="pix/it.gif"
onclick="goToLanguage(event, 'it')"
title="Italian"
/>
<img src="pix/nl.gif" onclick="goToLanguage(event, 'nl')" title="Dutch" />
<img
src="pix/tr.gif"
onclick="goToLanguage(event, 'tr')"
title="Turkish"
/>
<img
src="pix/id.gif"
onclick="goToLanguage(event, 'id')"
title="Indonesian"
/>
<img
src="pix/jp.gif"
onclick="goToLanguage(event, 'jp')"
title="Japanese"
/>
<img
src="pix/vi.gif"
onclick="goToLanguage(event, 'vi')"
title="Vietnamese"
/>
</div>
<section class="inputForm">
<div class="ml210">
<div class="field name">
<label
>Full name
<span class="grey"
>(Firstname, middle name, and lastname)</span
></label
>
<input id="name" value="" onKeyUp="calcName()" />
</div>
<div class="field bdate">
<label>Birth date <span class="grey">(Month/Day/Year)</span></label>
<select id="month" onChange="calcBDay()">
<option></option>
<option value="1">January</option>
<option value="2">February</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
<input
id="day"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="1"
max="31"
maxlength="2"
/>
<input
id="year"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="0"
maxlength="4"
/>
</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">
<a name="character"></a>
<article class="artnum">
<h2>Character = ?</h2>
<div class="desc">
This number represents primarily your public and social qualities,
but you would also exhibit much of the same in your personal
relations, too.
</div>
</article>
<a name="soul"></a>
<article class="artnum">
<h2>Soul Urge = ?</h2>
<div class="desc">
This influence presents a view of your intuitive, soulful self.
</div>
</article>
<a name="agenda"></a>
<article class="artnum">
<h2>Hidden Agenda = ?</h2>
<div class="desc">
This vibration offers your innate (hidden) desires.
</div>
</article>
</div>
<div id="report2">
<a name="destiny"></a>
<article class="artnum">
<h2>Destiny = ?</h2>
<div class="desc">
This is the most influential number in relation to your personal
motivations, what and who you like in your surroundings, and the
career(s) you would be most likely to aspire toward.
</div>
</article>
<a name="personality"></a>
<article class="artnum">
<h2>Personality = ?</h2>
<div class="desc">
This number describes the behind-the-scenes or private you.
</div>
</article>
<a name="attitude"></a>
<article class="artnum">
<h2>Attitude = ?</h2>
<div class="desc">
This number is most powerful in the first 30-35 years of your life
and represents the how and why you react to circumstances in your
youth.
</div>
</article>
</div>
<div id="report3">
<a name="purpose"></a>
<article class="artnum">
<h2>Divine Purpose = ?</h2>
<div class="desc">
This is your farewell-performance number vibration. It is what your
Soulful Self has chosen to achieve in your latter years of life.
</div>
</article>
</div>
</section>
<section>
<div>
<p id="sally">
This content is only a brief explanation of the wonderful qualities
you possess.
</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>
Learn more about your numbers and what they mean for you with
<strong
><a href="http://sallysnumbers.com" target="news"
>Sally Faubion</a
></strong
>:
</p>
<ul class="linespace">
<li>
Subscribe to
<a href="http://sallysnumbers.com" target="news"
>Sally's Newsletter</a
>
</li>
<li>
Get Sally's
<a
href="https://smile.amazon.com/Motivational-Numerology-Numbers-Affect-Your/dp/0929765974"
target="book"
>Motivational Numerology</a
>
book
</li>
<li>
Book a
<a href="http://sallysnumbers.com/services/" target="reading"
>personal reading with Sally</a
>
</li>
</ul>
</div>
<div class="clearer"></div>
</div>
</section>
<div class="copy">
<div>
<div class="evo-footer" role="contentinfo">
<div>
Made in California with
<div class="heart">♥</div>
</div>
</div>
<br />
Version 2.3.4 - Code available at
<a
target="github"
rel="noopener"
href="https://github.com/evoluteur/motivational-numerology"
>GitHub</a
>. <br />
<br />
You may be interested in my other project
<a
href="https://evoluteur.github.io/healing-frequencies/"
target="og"
rel="noopener"
>Healing Frequencies</a
>.
<br />
<br />© 2024
<a target="_blank" rel="noopener" href="http://sallysnumbers.com"
>Sally Faubion</a
>
&
<a target="_blank" rel="noopener" href="https://evoluteur.github.io/"
>Olivier Giulieri</a
>.
</div>
</div>
</body>
</html>