Icon
This commit is contained in:
parent
1cdeebe475
commit
022990a337
2 changed files with 65 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# JinjaTurtle
|
||||
|
||||
<div align="center">
|
||||
<img src="https://git.mig5.net/mig5/jinjaturtle/raw/branch/main/jinjaturtle.svg" alt="JinjaTurtle logo" width="240" />
|
||||
</div>
|
||||
|
||||
JinjaTurtle is a command-line tool to help you generate Jinja2 templates and
|
||||
Ansible `defaults/main.yml` files from a native configuration file of a piece
|
||||
of software.
|
||||
|
|
|
|||
61
jinjaturtle.svg
Normal file
61
jinjaturtle.svg
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 128 128"
|
||||
role="img"
|
||||
aria-label="JinjaTurtle logo">
|
||||
<!-- Turtle shell -->
|
||||
<ellipse cx="56" cy="68" rx="32" ry="24"
|
||||
fill="#F97316"
|
||||
stroke="#111827"
|
||||
stroke-width="4"/>
|
||||
|
||||
<!-- Center braces block (in the middle of the shell) -->
|
||||
<rect x="42" y="62" width="28" height="12" rx="3"
|
||||
fill="#111827" opacity="0.1"/>
|
||||
<text x="56" y="71"
|
||||
text-anchor="middle"
|
||||
font-family="monospace"
|
||||
font-size="10"
|
||||
fill="#111827">{{ }}</text>
|
||||
|
||||
<!-- Head -->
|
||||
<circle cx="96" cy="64" r="10"
|
||||
fill="#16A34A"
|
||||
stroke="#111827"
|
||||
stroke-width="4"/>
|
||||
|
||||
<!-- Eyes -->
|
||||
<circle cx="93" cy="61" r="2" fill="#111827"/>
|
||||
<circle cx="99" cy="61" r="2" fill="#111827"/>
|
||||
|
||||
<!-- Smile! -->
|
||||
<path d="M92 67 Q96 70 100 67"
|
||||
fill="none"
|
||||
stroke="#111827"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"/>
|
||||
|
||||
<!-- Legs -->
|
||||
<ellipse cx="40" cy="88" rx="8" ry="5"
|
||||
fill="#16A34A"
|
||||
stroke="#111827"
|
||||
stroke-width="4"/>
|
||||
<ellipse cx="68" cy="88" rx="8" ry="5"
|
||||
fill="#16A34A"
|
||||
stroke="#111827"
|
||||
stroke-width="4"/>
|
||||
<ellipse cx="40" cy="48" rx="8" ry="5"
|
||||
fill="#16A34A"
|
||||
stroke="#111827"
|
||||
stroke-width="4"/>
|
||||
<ellipse cx="68" cy="48" rx="8" ry="5"
|
||||
fill="#16A34A"
|
||||
stroke="#111827"
|
||||
stroke-width="4"/>
|
||||
|
||||
<!-- Tail -->
|
||||
<path d="M24 68 L16 64 L24 60 Z"
|
||||
fill="#16A34A"
|
||||
stroke="#111827"
|
||||
stroke-width="3"
|
||||
stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue