summaryrefslogtreecommitdiffhomepage
path: root/src/euro/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/euro/index.gsp')
-rw-r--r--src/euro/index.gsp119
1 files changed, 119 insertions, 0 deletions
diff --git a/src/euro/index.gsp b/src/euro/index.gsp
new file mode 100644
index 0000000..c970e51
--- /dev/null
+++ b/src/euro/index.gsp
@@ -0,0 +1,119 @@
+html lang="en" {
+ head {
+ __include(head.gsp)
+ title {-Euro Coins & -Banknotes}
+ }
+
+ body {
+ nav { __include(nav.gsp) }
+
+ main {
+ section {
+ header {
+ h1 {-Euro Coins and -Banknotes}
+ h6 {-My primary collection}
+ }
+ }
+
+ section {
+ p {-
+ 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. In these cases, the NIFC
+ variety will @strong{-not} be listed on this site @em{-unless} I
+ happen to get one for my collection (see @a href="mt" {-Malta} for an
+ example). The same applies to error coins.
+ }
+ }
+
+ section .cl-section .slant-up {
+ div {
+ h2 {-Euro Coins}
+
+ table .country-table {
+ tbody {
+ tr {
+ td {a href="ad" {-Andorra}}
+ td {a href="at" {-Austria}}
+ td {a href="be" {-Belgium}}
+ td {a href="hr" {-Croatia}}
+ }
+ tr {
+ td {a href="cy" {-Cyprus}}
+ td {a href="ee" {-Estonia}}
+ td {a href="fi" {-Finland}}
+ td {a href="fr" {-France}}
+ }
+ tr {
+ td {a href="de" {-Germany}}
+ td {a href="gr" {-Greece}}
+ td {a href="ie" {-Ireland}}
+ td {a href="it" {-Italy}}
+ }
+ tr {
+ td {a href="lv" {-Latvia}}
+ td {a href="lt" {-Lithuania}}
+ td {a href="lu" {-Luxembourg}}
+ td {a href="mt" {-Malta}}
+ }
+ tr {
+ td {a href="mc" {-Monaco}}
+ td {a href="nl" {-Netherlands}}
+ td {a href="pt" {-Portugal}}
+ td {a href="sm" {-San Marino}}
+ }
+ tr {
+ td {a href="sk" {-Slovakia}}
+ td {a href="si" {-Slovenia}}
+ td {a href="es" {-Spain}}
+ td {a href="va" {-Vatican City}}
+ }
+ }
+ }
+
+ table .country-table {
+ tbody {
+ tr {
+ td {a href="1c" {-€0.01}}
+ td {a href="2c" {-€0.02}}
+ td {a href="5c" {-€0.05}}
+ td {a href="10c" {-€0.10}}
+ }
+ tr {
+ td {a href="20c" {-€0.20}}
+ td {a href="50c" {-€0.50}}
+ td {a href="1e" {-€1.00}}
+ td {a href="2e" {-€2.00}}
+ }
+ }
+ }
+ }
+ }
+
+ section .cl-section .slant-up {
+ div {
+ h2 {-Euro Banknotes}
+
+ table .country-table {
+ tbody {
+ tr {
+ td {a href="5e" {-€5}}
+ td {a href="10e" {-€10}}
+ td {a href="20e" {-€20}}
+ td {a href="50e" {-€50}}
+ }
+ tr {
+ td {a href="100e" {-€100}}
+ td {a href="200e" {-€200}}
+ td {a href="500e" {-€500}}
+ td {a href="tn" {-Test Notes}}
+ }
+ }
+ }
+ }
+ }
+
+ section { __include(foot.gsp) }
+ }
+ }
+}