summaryrefslogtreecommitdiffhomepage
path: root/src/pt/euro/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/euro/index.html')
-rw-r--r--src/pt/euro/index.html83
1 files changed, 0 insertions, 83 deletions
diff --git a/src/pt/euro/index.html b/src/pt/euro/index.html
deleted file mode 100644
index b7fed88..0000000
--- a/src/pt/euro/index.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html lang=XX>
- <head>
- <meta charset=UTF-8 />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Moedas e Notas de Euro</title>
- <link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
- <link rel="stylesheet" type="text/css" href="/style.css" />
- </head>
-
- <body>
- <nav><!-- NAV-BAR --></nav>
-
- <main>
- <section>
- <header>
- <h1>Moedas e Notas de Euro</h1>
- <h6>Minha Coleção Principal</h6>
- </header>
- </section>
-
- <section>
- <p>
- Existem vários exemplos de moedas de euro que tem pequenas variações
- entre seus lançamentos de circulação regulares e seus lançamentos de
- cartão de moedas / conjuntos, como diferentes marcas de cunhagem.
- Nesses casos, a variedade NIFC <strong>não</strong> será listada neste
- site, <em>a menos</em> que eu consiga uma para minha coleção (veja
- <a href=mt>Malta</a> para um exemplo). O mesmo se aplica a moedas de
- erro.
- </p>
- </section>
-
- <section class="cl-section slant-up">
- <div>
- <h2>Moedas de Euro</h2>
- <!-- COUNTRY-TABLE -->
-
- <table class=country-table>
- <tbody>
- <tr class=last-of-design>
- <td><a href=1c>0,01 €</a></td>
- <td><a href=2c>0,02 €</a></td>
- <td><a href=5c>0,05 €</a></td>
- <td><a href=10c>0,10 €</a></td>
- </tr>
- <tr class=last-of-design>
- <td><a href=20c>0,20 €</a></td>
- <td><a href=50c>0,50 €</a></td>
- <td><a href=1e>1,00 €</a></td>
- <td><a href=2e>2,00 €</a></td>
- </tr>
- </tbody>
- </table>
- </div>
- </section>
-
- <section class="cl-section slant-up">
- <div>
- <h2>Notas de Euro</h2>
- <table class=country-table>
- <tbody>
- <tr>
- <td><a href=5e>5 €</a></td>
- <td><a href=10e>10 €</a></td>
- <td><a href=20e>20 €</a></td>
- <td><a href=50e>50 €</a></td>
- </tr>
- <tr>
- <td><a href=100e>100 €</a></td>
- <td><a href=200e>200 €</a></td>
- <td><a href=500e>500 €</a></td>
- <td><a href=tn>Notas de Teste</a></td>
- </tr>
- </tbody>
- </table>
- </div>
- </section>
-
- <section><!-- FOOTER --></section>
- </main>
- </body>
-</html>