forked from autonomic-cooperative/cotech-website
Fix & normalize Coop frontmatter YAML
Also ensure newline at EOF. This was achieved by running the new normalize_coop_frontmatter.rb script which basically reads in the frontmatter, parses it and dumps it back out. I had to manually fix some telephone numbers which had been incorrectly parsed as some kind of number rather than as strings.
This commit is contained in:
@ -5,12 +5,12 @@ members: 4
|
||||
website: https://netuxo.coop
|
||||
email: office@netuxo.coop
|
||||
twitter: netuxoltd
|
||||
github:
|
||||
telephone: 02089856843
|
||||
github:
|
||||
telephone: '02089856843'
|
||||
address: CAN Mezzanine,49-51 East Road,London,United Kingdom,N1 6AH
|
||||
latitude: 51.5284201
|
||||
longitude: -0.08787919999997484
|
||||
clients:
|
||||
clients:
|
||||
services:
|
||||
- consultancy
|
||||
- development
|
||||
@ -45,4 +45,4 @@ Established in 2003, Netuxo is registered as a limited company in England and Wa
|
||||
|
||||
## Netuxo España
|
||||
|
||||
Netuxo is also present in Spain, based in Sevilla, within Tramallol, a value-based co-working space that defines itself as “a mixture of persons, knowledge and projects”. Netuxo España is presently the trading name of one of our directors, who is registered as self-employed in Spain. This means when our international clients prefer to be invoiced from within the EU and pay in Euros, we can do that.
|
||||
Netuxo is also present in Spain, based in Sevilla, within Tramallol, a value-based co-working space that defines itself as “a mixture of persons, knowledge and projects”. Netuxo España is presently the trading name of one of our directors, who is registered as self-employed in Spain. This means when our international clients prefer to be invoiced from within the EU and pay in Euros, we can do that.
|
Reference in New Issue
Block a user