-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added German, Portuguese, and Italian translations (by Chat GPT).
- Loading branch information
Showing
16 changed files
with
979 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
<!DOCTYPE html> | ||
<html lang="de"> | ||
<head> | ||
<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_de.js"></script> | ||
<script src="js/numerology.js"></script> | ||
<script src="js/demo.js"></script> | ||
<link rel="shortcut icon" href="favicon.gif" /> | ||
|
||
<title>Motivationale numerologie</title> | ||
|
||
<meta name="description" content="Erhalten Sie die Numerologie-Zahlen, die sich aus Ihrem Geburtsdatum und Namen ergeben." /> | ||
<meta name="keywords" content="Kostenlose Numerologie Gematria Pythagore Charts Zahlen Charakter Seelenwunsch Verborgene Agenda Schicksal Persönlichkeit Einstellung Prognose" /> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif" /> | ||
</head> | ||
|
||
<body onload="checkInfo()"> | ||
<h1>Motivationale Numerologie <span>von Sally Faubion</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/tr.gif" onclick="goToLanguage(event, 'tr')" /> | ||
<img src="pix/jp.gif" onclick="goToLanguage(event, 'jp')" /> | ||
</div> | ||
|
||
<section class="inputForm"> | ||
<div class="ml210"> | ||
<div class="field name"> | ||
<label | ||
>Vollständiger Name | ||
<span class="grey" | ||
>(Vorname, zweiter Vorname und Nachname)</span | ||
></label | ||
> | ||
<input id="name" value="" onKeyUp="calcName()" /> | ||
</div> | ||
<div class="field bdate"> | ||
<label>Geburtsdatum <span class="grey">(Tag/Monat/Jahr)</span></label> | ||
<input | ||
id="day" | ||
onKeyUp="calcBDay()" | ||
onClick="calcBDay()" | ||
type="number" | ||
min="1" | ||
max="31" | ||
maxlength="2" | ||
/> | ||
<select id="month" name="month" onChange="calcBDay()"> | ||
<option></option> | ||
<option value="1">Januar</option> | ||
<option value="2">Februar</option> | ||
<option value="3">März</option> | ||
<option value="4">April</option> | ||
<option value="5">Mai</option> | ||
<option value="6">Juni</option> | ||
<option value="7">Juli</option> | ||
<option value="8">August</option> | ||
<option value="9">September</option> | ||
<option value="10">Oktober</option> | ||
<option value="11">November</option> | ||
<option value="12">Dezember</option> | ||
</select> | ||
<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"></div> | ||
<div id="report2"></div> | ||
<div id="report3"></div> | ||
</section> | ||
|
||
<section> | ||
<div> | ||
<p id="sally"> | ||
Dieser Inhalt ist nur eine kurze Erklärung der wunderbaren Eigenschaften, die Sie besitzen. | ||
</p> | ||
<div class="fl"> | ||
<a href="http://sallysnumbers.com" target="news" | ||
><img src="pix/sally.jpg" | ||
/></a> | ||
</div> | ||
|
||
<div class="fl"> | ||
<div id="allNumbers"></div> | ||
<p> | ||
Erfahren Sie mehr über Ihre Zahlen und deren Bedeutung für Sie mit | ||
<strong | ||
><a href="http://sallysnumbers.com" target="news" | ||
>Sally Faubion</a | ||
></strong | ||
>: | ||
</p> | ||
<ul class="linespace"> | ||
<li> | ||
Abonnieren Sie | ||
<a href="http://sallysnumbers.com" target="news" | ||
>Sally's Newsletter</a | ||
> | ||
</li> | ||
<li> | ||
Erhalten Sie Sallys | ||
<a | ||
href="https://smile.amazon.com/Motivational-Numerology-Numbers-Affect-Your/dp/0929765974" | ||
target="book" | ||
>Motivational Numerology</a | ||
> | ||
Buch | ||
</li> | ||
<li> | ||
Buchen Sie eine | ||
<a href="http://sallysnumbers.com/services/" target="reading" | ||
>persönliche Beratung mit Sally</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="clearer"></div> | ||
</div> | ||
</section> | ||
|
||
<div class="copy"> | ||
<div> | ||
<br /> | ||
Version 2.2.0 - Code verfügbar auf | ||
<a | ||
target="github" | ||
rel="noopener" | ||
href="https://github.com/evoluteur/motivational-numerology" | ||
>GitHub</a | ||
>. <br /><br />© 2023 | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<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_it.js"></script> | ||
<script src="js/numerology.js"></script> | ||
<script src="js/demo.js"></script> | ||
<link rel="shortcut icon" href="favicon.gif" /> | ||
|
||
<title>Numerologia Motivazionale</title> | ||
|
||
<meta name="description" content="Ottieni i numeri della numerologia derivati dalla tua data di nascita e dal nome." /> | ||
<meta name="keywords" content="Numerologia gratuita Gematria Tabelle di Pitagora Numeri Carattere Desiderio dell'Anima Agenda Nascosta Destino Personalità Atteggiamento Previsione" /> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif" /> | ||
</head> | ||
|
||
<body onload="checkInfo()"> | ||
<h1>Numerologia Motivazionale <span>di Sally Faubion</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/tr.gif" onclick="goToLanguage(event, 'tr')" /> | ||
<img src="pix/jp.gif" onclick="goToLanguage(event, 'jp')" /> | ||
</div> | ||
|
||
<section class="inputForm"> | ||
<div class="ml210"> | ||
<div class="field name"> | ||
<label | ||
>Nome completo | ||
<span class="grey" | ||
>(Nome, secondo nome e cognome)</span | ||
></label | ||
> | ||
<input id="name" value="" onKeyUp="calcName()" /> | ||
</div> | ||
<div class="field bdate"> | ||
<label>Data di nascita <span class="grey">(Giorno/Mese/Anno)</span></label> | ||
<input | ||
id="day" | ||
onKeyUp="calcBDay()" | ||
onClick="calcBDay()" | ||
type="number" | ||
min="1" | ||
max="31" | ||
maxlength="2" | ||
/> | ||
<select id="month" name="month" onChange="calcBDay()"> | ||
<option></option> | ||
<option value="1">Gennaio</option> | ||
<option value="2">Febbraio</option> | ||
<option value="3">Marzo</option> | ||
<option value="4">Aprile</option> | ||
<option value="5">Maggio</option> | ||
<option value="6">Giugno</option> | ||
<option value="7">Luglio</option> | ||
<option value="8">Agosto</option> | ||
<option value="9">Settembre</option> | ||
<option value="10">Ottobre</option> | ||
<option value="11">Novembre</option> | ||
<option value="12">Dicembre</option> | ||
</select> | ||
<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"></div> | ||
<div id="report2"></div> | ||
<div id="report3"></div> | ||
</section> | ||
|
||
<section> | ||
<div> | ||
<p id="sally"> | ||
Questo contenuto è solo una breve spiegazione delle meravigliose qualità che possiedi. | ||
</p> | ||
<div class="fl"> | ||
<a href="http://sallysnumbers.com" target="news" | ||
><img src="pix/sally.jpg" | ||
/></a> | ||
</div> | ||
|
||
<div class="fl"> | ||
<div id="allNumbers"></div> | ||
<p> | ||
Scopri di più sui tuoi numeri e cosa significano per te con | ||
<strong | ||
><a href="http://sallysnumbers.com" target="news" | ||
>Sally Faubion</a | ||
></strong | ||
>: | ||
</p> | ||
<ul class="linespace"> | ||
<li> | ||
Iscriviti alla | ||
<a href="http://sallysnumbers.com" target="news" | ||
>Newsletter di Sally</a | ||
> | ||
</li> | ||
<li> | ||
Acquista il libro di Sally | ||
<a | ||
href="https://smile.amazon.com/Motivational-Numerology-Numbers-Affect-Your/dp/0929765974" | ||
target="book" | ||
>Motivational Numerology</a | ||
> | ||
</li> | ||
<li> | ||
Prenota una | ||
<a href="http://sallysnumbers.com/services/" target="reading" | ||
>lettura personale con Sally</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="clearer"></div> | ||
</div> | ||
</section> | ||
|
||
<div class="copy"> | ||
<div> | ||
<br /> | ||
Versione 2.2.0 - Codice disponibile su | ||
<a | ||
target="github" | ||
rel="noopener" | ||
href="https://github.com/evoluteur/motivational-numerology" | ||
>GitHub</a | ||
>. <br /><br />© 2023 | ||
<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> |
Oops, something went wrong.