mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2026-01-06 16:04:28 +01:00
* refactor(layout): move back link to layout * feat: add concept.svg * feat(menu): cleanup * feat(footer): add sitemap
46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
---
|
|
layout: text
|
|
title: Fork the Logo
|
|
---
|
|
|
|
To keep it simple: "twentyone", translated to your local language, [bold font], with a small [bitcoin logo].
|
|
|
|
Like this, but not in English:
|
|
|
|

|
|
|
|
Some forks also use a square or multi-line style:
|
|
|
|

|
|

|
|
|
|
## Download Template & Font
|
|
|
|
* All of it: [everything.zip][everything]
|
|
* SVG templates: [horizontal](/logo/twentyone.svg), [square](/logo/twe-nty-one.svg), [two lines](/logo/twenty-one.svg)
|
|
* Font: [The Bold Font][bold font][^bold]
|
|
|
|
|
|
You can use [Inkscape][inkscape][^inkscape] to modify the SVG files to your needs.
|
|
|
|
[^bold]: Free font by New Bold Times, [dafont.com](https://www.dafont.com/the-bold-font.font)
|
|
[^inkscape]: Inkscape is free, libre, open-source software, [inkscape.org][inkscape]
|
|
|
|
## Existing Forks
|
|
|
|
Make sure to have [The Bold Font][bold font] installed, or some of the below might render weird.
|
|
|
|
{% for image in site.static_files %}
|
|
{% if image.path contains 'logo/forks' %}
|
|

|
|
{% endif %}
|
|
{% endfor %}
|
|
|
|
Did you create a fork and your logo isn't listed above? Add your logo to [this folder](https://github.com/twentyone-world/twentyone-world.github.io/tree/main/logo/forks) to make it appear above!
|
|
|
|
|
|
[inkscape]: https://inkscape.org/
|
|
[bold font]: {{ '/logo/the_bold_font.zip' | absolute_url }}
|
|
[bitcoin logo]: {{ '/logo/bitcoin.svg' | absolute_url }}
|
|
[everything]: {{ '/logo/everything.zip' | absolute_url }}
|