diff options
Diffstat (limited to 'src/templates/coins-designs-be.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-be.html.tmpl | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index 54a2d9d..85746e6 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -1,3 +1,20 @@ +{{ define "header" }} +{{ template "header-navbar" . }} + +<style> + .portrait { + width: 30%; + display: flex; + flex-direction: column; + align-items: center; + + img { + width: 100%; + } + } +</style> +{{ end }} + {{ define "content" }} <header> {{ template "navbar" . }} @@ -19,14 +36,28 @@ > </div> <p> - {{ .Get "Since 1999 Belgium has released three series of euro coins, with each series having a single design repeated on all denominations. Starting in 1999 the Belgian euro coins featured the portrait of King Albert II with the {Link:L}royal monogram{-:E} in the outer ring of the coins." - (map "Link" "https://www.wikipedia.org/wiki/Royal_cypher") }} + {{ .Get "Since 1999 Belgium has released three series of euro coins, with each series having a single design repeated on all denominations. Starting in 1999 the Belgian euro coins featured the portrait of King Albert II with the {Link:L}royal monogram{-:E} in the outer ring of the coins." + (map "Link" (.Printer.Wikipedia "Royal cypher")) }} </p> + + <figure> + <div class="design-container"> + <img + alt="{{ .Get `2008 portrait of King Albert II` }}" + src="/designs/be-portraits/2008.avif" + > + </div> + <figcaption> + {{ .Get "2008 portrait of King Albert II" }}<br> + <small>© brismike (<a target="_blank" href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a>)</small> + </figcaption> + </figure> + <p> - {{ .Get "In 2008 a second series of coins was released featuring a slightly modified design in which the royal monogram was moved to the inner portion of the coin along with the year of mintage in order to comply with the European Commission’s guidelines. The country code ‘BE’ was also added to the design underneath the royal monogram." }} + {{ .Get "In 2008 a second series of coins was released featuring a slightly modified design in which the royal monogram was moved to the inner portion of the coin along with the year of mintage in order to comply with the European Commission’s guidelines. The country code ‘BE’ was also added to the design underneath the royal monogram. The 2008 redesign also saw the use of a slightly modified portrait of the King, but this design change was reverted in 2009." }} </p> <p> - {{ .Get "After his accession to the throne, Belgium began a third series of coins in 2014 featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped to face right instead of left." }} + {{ .Get "After his accession to the throne in 2014, Belgium switched to a third series of coins featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped from the prior series to face right instead of left." }} </p> </main> -{{ end }} +{{ end }}
\ No newline at end of file |