summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-29 23:24:17 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-29 23:24:17 +0100
commitfe427d79968e26c4e4b9929282e6b38c613dd670 (patch)
treedd6dc288c5a41ac71bf4c2ef4a27184e78ed8828 /src
parent75f1e778d5f98a582c6bf9945e73727e0cf29075 (diff)
Add Brazilian olympic reais
Diffstat (limited to 'src')
-rw-r--r--src/style.css4
-rw-r--r--src/world/coins/br/index.gsp47
-rw-r--r--src/world/index.gsp1
-rw-r--r--src/world/nav.coins.gsp3
-rw-r--r--src/world/nav.notes.gsp3
-rw-r--r--src/world/notes/ez/index.gsp1
6 files changed, 59 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 96902fa..2e96bfc 100644
--- a/src/style.css
+++ b/src/style.css
@@ -624,6 +624,10 @@ div .country-table:not(:first-child) {
border-radius: 0 16px 16px 0;
}
+.country-table tr:first-child:last-child td:first-child:last-child {
+ border-radius: 16px 16px 16px 16px;
+}
+
.coin-table {
width: calc(95% + 32px);
white-space: nowrap;
diff --git a/src/world/coins/br/index.gsp b/src/world/coins/br/index.gsp
new file mode 100644
index 0000000..8d7f672
--- /dev/null
+++ b/src/world/coins/br/index.gsp
@@ -0,0 +1,47 @@
+html lang="en" {
+ head {
+ __include(head.gsp)
+ title {-Brazilian Coins}
+ }
+
+ body {
+ nav {
+ __include(nav.gsp)
+ __include(world/nav.coins.gsp)
+ }
+
+ main {
+ section {
+ header {
+ h1 {-Brazilian Coins}
+ }
+ }
+
+ br{}br{}
+
+ section { __include(table-key.gsp) }
+
+ br{}br{}
+
+ section .cl-section .slant-down {
+ div {
+ table .coin-table cellspacing="0" {
+ thead {
+ tr {
+ th colspan="7" {-R$1 Olympic Reais}
+ }
+ tr {
+ th colspan="1" {-Year}
+ th colspan="6" {-Topic}
+ }
+ }
+
+ tbody { __esyscmd(gen-olympic-reais) }
+ }
+ }
+ }
+
+ section { __include(foot.gsp) }
+ }
+ }
+}
diff --git a/src/world/index.gsp b/src/world/index.gsp
index 1e6c651..26dcb4b 100644
--- a/src/world/index.gsp
+++ b/src/world/index.gsp
@@ -22,6 +22,7 @@ html lang="en" {
table .country-table {
tbody {
tr {
+ td {a href="coins/br" {-Brazil}}
}
}
}
diff --git a/src/world/nav.coins.gsp b/src/world/nav.coins.gsp
new file mode 100644
index 0000000..eb552c9
--- /dev/null
+++ b/src/world/nav.coins.gsp
@@ -0,0 +1,3 @@
+ul {
+ li {__link([/world/coins/br], [BR])}
+}
diff --git a/src/world/nav.notes.gsp b/src/world/nav.notes.gsp
new file mode 100644
index 0000000..991d44b
--- /dev/null
+++ b/src/world/nav.notes.gsp
@@ -0,0 +1,3 @@
+ul {
+ li {__link([/world/notes/ez], [EZ])}
+}
diff --git a/src/world/notes/ez/index.gsp b/src/world/notes/ez/index.gsp
index 701ebe5..c62db8c 100644
--- a/src/world/notes/ez/index.gsp
+++ b/src/world/notes/ez/index.gsp
@@ -7,6 +7,7 @@ html lang="en" {
body {
nav {
__include(nav.gsp)
+ __include(world/nav.notes.gsp)
}
main {