diff options
Diffstat (limited to 'src/pt/euro')
-rw-r--r-- | src/pt/euro/coins.template.html | 44 | ||||
-rw-r--r-- | src/pt/euro/index.html | 8 | ||||
-rw-r--r-- | src/pt/euro/note-nav.html | 3 | ||||
-rw-r--r-- | src/pt/euro/notes.template.html | 5 | ||||
-rw-r--r-- | src/pt/euro/tnotes.template.html | 6 |
5 files changed, 47 insertions, 19 deletions
diff --git a/src/pt/euro/coins.template.html b/src/pt/euro/coins.template.html index 5708f69..439617d 100644 --- a/src/pt/euro/coins.template.html +++ b/src/pt/euro/coins.template.html @@ -1,5 +1,4 @@ <!DOCTYPE html> -<!-- TODO --> <html lang=XX> <head> <meta charset=UTF-8 /> @@ -9,7 +8,10 @@ </head> <body> - <nav><!-- NAV-BAR --></nav> + <nav> + <!-- NAV-BAR --> + <!-- COIN-NAV --> + </nav> <main> <section> @@ -27,15 +29,23 @@ <!-- IF-DE --> <section> <p> - Germany has 5 different mints that each mint coins. These mints are - located in Berlin (A), Munich (D), Stuttgart (F), Karlsruhe (G), and - Hamburg (J). All German euro-coins contain a letter (the “mintmark”) - identifying which mint the coin was minted at. This means that there - are 5 versions of every German euro-coin that must be collected. + All German coins bear one of five different mintmarks that represent + the city in which they were minted. These are: Berlin (A), Munich + (D), Stuttgart (F), Karlsruhe (G), and Hamburg (J). </p> </section> <br /> <!-- FI-DE --> + <!-- IF-FI --> + <section> + <p> + There is an error that exists for €2 coins minted in 1999 where the + holes in one, two, or even three of the 9’s are filled. The number of + 9’s filled is displayed with a fraction (e.g. 2/3 for two 9’s filled). + </p> + </section> + <br /> + <!-- FI-FI --> <!-- IF-GR --> <section> <p> @@ -50,14 +60,26 @@ <!-- IF-LU --> <section> <p> - For certain commemorative releases Luxembourg minted two different - varieties — “classic” and a “holographic”. Any years listed on this - page suffixed with ‘C’ are of the classic variety while any years - suffixed with ‘H’ are of the holographic variety. + For the years 2020–2021 Luxembourg released certain commemorative + coins in both a “classic” and “photo” variety. Any years labeled with + ‘P’ are of the “photo” variety while years without a label are of the + standard “classic” variety. </p> </section> <br /> <!-- FI-LU --> + <!-- IF-MT --> + <section> + <p> + Many Maltese commemoratives have different mintmarks depending on in + they were intended for circulation, coincards, or sets. Any years + listed on this page suffixed with “MdP” bear the mintmark of the + Monnaie de Paris (Paris Mint), while years suffixed with “KNM” bear + the mintmark of the Koninklijke Nederlandse Munt (Royal Dutch Mint). + </p> + </section> + <br /> + <!-- FI-MT --> <section class="cl-section slant-down"> <div> diff --git a/src/pt/euro/index.html b/src/pt/euro/index.html index 32c4469..d70bd8e 100644 --- a/src/pt/euro/index.html +++ b/src/pt/euro/index.html @@ -1,5 +1,4 @@ <!DOCTYPE html> -<!-- TODO --> <html lang=XX> <head> <meta charset=UTF-8 /> @@ -25,6 +24,13 @@ amassed. It’s also my primary collection as I reside in the Eurozone. I do own uncirculated-coins and -banknotes, but all coins and banknotes listed on this section of the site are circulated. + <br /><br /> + There are various examples of euro coins that have slight varieties + between their standard circulation releases and their coincard/set + releases, such as different mintmarks for example. In these cases, + the NIFC variety will <strong>not</strong> be listed on this site + <em>unless</em> I happen to get one for my collection (see <a + href=mt>Malta</a> for an example). The same applies to error coins. </p> </section> diff --git a/src/pt/euro/note-nav.html b/src/pt/euro/note-nav.html index d2d5a46..bcbef8f 100644 --- a/src/pt/euro/note-nav.html +++ b/src/pt/euro/note-nav.html @@ -1,4 +1,3 @@ -<!-- TODO --> <ul> <li><a href=/XX/euro/5>5 €</a></li> <li><a href=/XX/euro/10>10 €</a></li> @@ -7,5 +6,5 @@ <li><a href=/XX/euro/100>100 €</a></li> <li><a href=/XX/euro/200>200 €</a></li> <li><a href=/XX/euro/500>500 €</a></li> - <li><a href=/XX/euro/tn>Notas de teste</a></li> + <li><a href=/XX/euro/tn>Test Notes</a></li> </ul> diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html index f219178..f15f087 100644 --- a/src/pt/euro/notes.template.html +++ b/src/pt/euro/notes.template.html @@ -1,9 +1,8 @@ <!DOCTYPE html> -<!-- TODO --> <html lang=XX> <head> <meta charset=UTF-8 /> - <title><!-- DENOM --> € notas</title> + <title>€<!-- DENOM --> Banknotes</title> <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> <link rel="stylesheet" type="text/css" href="/style.css" /> </head> @@ -17,7 +16,7 @@ <main> <section> <header> - <h1><!-- DENOM --> € notas</h1> + <h1>€<!-- DENOM --> Banknotes</h1> </header> </section> diff --git a/src/pt/euro/tnotes.template.html b/src/pt/euro/tnotes.template.html index a5fde9b..982e1cf 100644 --- a/src/pt/euro/tnotes.template.html +++ b/src/pt/euro/tnotes.template.html @@ -1,5 +1,4 @@ <!DOCTYPE html> -<!-- TODO --> <html lang=XX> <head> <meta charset=UTF-8 /> @@ -9,7 +8,10 @@ </head> <body> - <nav><!-- NAV-BAR --></nav> + <nav> + <!-- NAV-BAR --> + <!-- NOTE-NAV --> + </nav> <main> <section> |