html lang="en" {
head {
__include(head.gsp)
title {-Thomas’ Euro Collection}
}
body {
nav { __include(nav.gsp) }
main {
section {
header {
h1 {-My Euro Collection}
h6 {-…and some world stuff too!}
}
}
section {
p {-
This website houses the entirety of my circulated euro-coin and
-banknote collection. It also has some non-euro currencies too!
Unless explicitly stated otherwise, all coins and banknotes listed on
this site should be circulated. In other words, they shouldn’t’ve
just come from a coin set I purchased from a coin mint. I think it’s
just a lot cooler knowing that a piece of money was previously used
in a real-world transaction.
}
}
section .c-section .slant-up {
a href="/euro" {
h2 {-Euro Coins and -Banknotes}
p {-
The main focus of my currency collecting with a single currency
that spans 26 countries and almost 350 million people. Standard
issues, commemorative issues, and banknotes from all series are all
included.
}
img src="/eu-stars.svg" {}
}
}
section .c-section .slant-up {
a href="/world" {
h2 {-World Coins and -Banknotes}
p {-
Money from around the world! This collection gets progressively
larger over time, but is not my primary focus. There are a few
countries in which I take special interest though.
}
img src="/globe.svg" {}
}
}
section { __include(foot.gsp) }
}
}
}