mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 14:10:43 -06:00
feat: add logo to readme
This commit is contained in:
parent
9eb3dd57fa
commit
e64ae6ee53
3 changed files with 8 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -165,6 +165,8 @@ cython_debug/
|
|||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python
|
||||
**/*.svg
|
||||
!assets/logo.svg
|
||||
**/*.png
|
||||
docs/*
|
||||
!docs/index.html
|
||||
|
||||
|
|
10
README.md
10
README.md
|
@ -1,6 +1,4 @@
|
|||
# Logo
|
||||
|
||||
|
||||
TODO:
|
||||
|
||||
- [ ] add version's that include my name
|
||||
<div align="center">
|
||||
<h1> Logo </h1>
|
||||
<img width="400" src="./assets/logo.svg" />
|
||||
</div>
|
2
assets/logo.svg
Normal file
2
assets/logo.svg
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!-- © 2022 Daylin Morgan | rev. 2022.08.13-9eb3dd5-dev -->
|
||||
<svg baseProfile="full" height="800" version="1.1" width="800" xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"><![CDATA[/*darkcss*/.background{fill:#1e1e2e;}.fg{fill:#f5e0dc;stroke:#f5e0dc;}.border{fill:none;stroke-width:5;}.logo{stroke-width:35;fill:none;stroke-linejoin:round;stroke-linecap:round;}.d{stroke-width:15;}]]></style></defs><g class="background" id="bg"><circle cx="400.0" cy="400.0" r="400.0" /><circle class="fg border" cx="400.0" cy="400.0" r="380.0" /></g><g class="fg logo" id="m"><path d="M 280.4,548.0l -160.0,0 l 80.0,-280.0 l 199.6,400.0 l 199.6,-400.0 l 80.0,280.0 l -160.0, 0" /><circle class="d" cx="400.0" cy="268.0" r="136.0" /><path class="fg d" d="M 264.0,268.0 a 1 1 0 0 0 272.0 0 z" /></g></svg>
|
After Width: | Height: | Size: 892 B |
Loading…
Reference in a new issue