Merge branch 'readme' into 'main'

docs: Add README and LICENSE

See merge request christiangoeschel/asahi-debian!1
This commit is contained in:
Christian Goeschel Ndjomouo 2024-11-17 04:56:30 +00:00
commit 26455546be
4 changed files with 218 additions and 69 deletions

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 Christian Goeschel Ndjomouo, Asahi Linux
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

100
README.md
View File

@ -1,93 +1,55 @@
# asahi-debian
# Asahi Debian
<img style="float: left;" src="assets/images/asahi-linux-logo.svg" width="200" height="200" />
## Getting started
<img src="assets/images/debian-logo.svg" width="200" height="200" />
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
## What is this about ?
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
This project brings Debian to Apple silicon hardware which is primarily possible thanks to the honorable work of the Asahi Linux community.
## Add your files
For more information on the Asahi Linux project: https://asahilinux.org/
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
## How to install Asahi Debian ?
```
cd existing_repo
git remote add origin https://gitlab.com/christiangoeschel/asahi-debian.git
git branch -M main
git push -uf origin main
It is as easy as simply opening a terminal on your Apple Silicon device and pasting the command below.
``` Shell
curl -sL https://files.christiangoeschel.com/asahi-debian/installer | sh
```
## Integrate with your tools
Follow the installer instructions and select your preferred partitioning setup when presented with something similar to this:
- [ ] [Set up project integrations](https://gitlab.com/christiangoeschel/asahi-debian/-/settings/integrations)
``` Shell
1. Debian 12 Bookworm Minimal Install
2. Debian 12 Bookworm Minimal Install (LUKS)
3. Debian 12 Bookworm + KDE Plasma
4. Debian 12 Bookworm + KDE Plasma (LUKS)
```
## Collaborate with your team
When the procedure terminates successfully, shutdown your device and turn it back on after 25 seconds to then complete stage 2 of the installation process.
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
If everything went well you should be able to reboot to your freshly installed Asahi Debian OS and enjoy all it's advantages.
## Test and Deploy
## What to do after the installation ?
Use the built-in continuous integration in GitLab.
The installer image is build in a way so that little user intervention is needed for the initial setup.
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
> If you selected the LUKS enabled installer image please note that the initial encryption key is `asahi-debian`.
> You can change the key with the `myluks` tool in the terminal.
***
A priviliged user called `asahi` will be available after boot with the password `asahi-debian`.
# Editing this README
Once you login please run the tool `first-boot` in your terminal, it'll setup the system for seamless performance and finalize the installation.
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
## Live USB
## Suggestions for a good README
This will be made available soon.
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Contribute
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
If you wish to contribute, for now please consider opening pull requests or issues.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
Optionally, you can message me at cgoesc2@wgu.edu

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="700"
height="700"
viewBox="0 0 700 700"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"
id="svg92"><title
id="title880">Asahi Linux logo</title><metadata
id="metadata98"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>Asahi Linux logo</dc:title><cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /><dc:date>2021-01-03</dc:date><dc:creator><cc:Agent><dc:title>soundflora* / marcan</dc:title></cc:Agent></dc:creator><dc:contributor><cc:Agent><dc:title>Font: Bangla MN (c) 2009 Muthu Nedumaran
Used with permission</dc:title></cc:Agent></dc:contributor><dc:rights><cc:Agent><dc:title>CC BY-SA 4.0 / (c) 2021 soundflora*</dc:title></cc:Agent></dc:rights></cc:Work><cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" /></cc:License></rdf:RDF></metadata><defs
id="defs96" />
<g
id="layer8"
style="display:inline"
transform="translate(350,550)"><g
id="g2019"
transform="matrix(1.0740314,0,0,1.0740314,0.02039,20.77591)"
style="clip-rule:evenodd;display:inline;fill-rule:evenodd;stroke-width:0.931068;stroke-linejoin:round;stroke-miterlimit:2"><g
transform="matrix(6.8429911,0,0,6.8429911,-781.84064,-1365.7951)"
id="g1731-0"
style="clip-rule:evenodd;display:inline;opacity:1;fill-rule:evenodd;stroke-width:0.931068;stroke-linejoin:round;stroke-miterlimit:2"><g
transform="matrix(12,0,0,12,78.5809,213.091)"
id="g1693-7"
style="stroke-width:0.931068"><path
d="M 0.388,-0.753 0.735,0 H 0.609 L 0.497,-0.246 H 0.181 L 0.064,0 H 0.002 L 0.357,-0.753 Z M 0.202,-0.293 H 0.474 L 0.34,-0.585 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1691-8" /></g><g
transform="matrix(12,0,0,12,87.4276,213.091)"
id="g1697-6"
style="stroke-width:0.931068"><path
d="M 0.272,-0.027 C 0.287,-0.027 0.301,-0.03 0.314,-0.034 0.327,-0.039 0.338,-0.045 0.347,-0.053 0.357,-0.061 0.364,-0.07 0.369,-0.08 0.375,-0.09 0.377,-0.1 0.377,-0.111 0.377,-0.129 0.373,-0.144 0.364,-0.157 0.355,-0.17 0.344,-0.181 0.33,-0.191 0.315,-0.202 0.299,-0.211 0.281,-0.219 0.263,-0.228 0.244,-0.237 0.226,-0.246 0.207,-0.255 0.188,-0.265 0.17,-0.275 0.152,-0.285 0.136,-0.297 0.121,-0.311 0.107,-0.324 0.096,-0.34 0.087,-0.358 0.078,-0.376 0.074,-0.397 0.074,-0.421 0.074,-0.444 0.079,-0.465 0.088,-0.484 0.098,-0.504 0.111,-0.52 0.129,-0.534 0.146,-0.549 0.166,-0.56 0.19,-0.568 0.214,-0.575 0.24,-0.579 0.268,-0.579 0.287,-0.579 0.304,-0.578 0.321,-0.576 0.337,-0.573 0.353,-0.568 0.369,-0.561 0.384,-0.553 0.4,-0.543 0.416,-0.529 0.431,-0.515 0.448,-0.497 0.465,-0.474 L 0.423,-0.437 C 0.402,-0.472 0.378,-0.499 0.351,-0.516 0.325,-0.533 0.297,-0.542 0.267,-0.542 0.25,-0.542 0.236,-0.54 0.222,-0.536 0.209,-0.532 0.198,-0.527 0.188,-0.52 0.179,-0.513 0.171,-0.505 0.166,-0.496 0.16,-0.486 0.158,-0.476 0.158,-0.466 0.158,-0.449 0.163,-0.434 0.172,-0.422 0.181,-0.409 0.194,-0.398 0.209,-0.388 0.225,-0.377 0.243,-0.368 0.263,-0.359 0.282,-0.351 0.303,-0.342 0.323,-0.333 0.344,-0.324 0.364,-0.315 0.384,-0.304 0.403,-0.294 0.421,-0.282 0.437,-0.269 0.452,-0.255 0.465,-0.239 0.474,-0.222 0.484,-0.204 0.488,-0.183 0.488,-0.159 0.488,-0.135 0.484,-0.113 0.475,-0.092 0.466,-0.071 0.453,-0.053 0.435,-0.038 0.417,-0.022 0.394,-0.01 0.367,-0.001 0.34,0.008 0.308,0.012 0.272,0.012 0.255,0.012 0.238,0.011 0.22,0.008 0.203,0.006 0.185,0.001 0.167,-0.007 0.149,-0.015 0.132,-0.025 0.114,-0.039 0.096,-0.053 0.079,-0.071 0.062,-0.093 L 0.108,-0.134 C 0.121,-0.115 0.135,-0.099 0.147,-0.085 0.16,-0.072 0.173,-0.061 0.186,-0.052 0.199,-0.043 0.213,-0.037 0.226,-0.033 0.24,-0.029 0.255,-0.027 0.272,-0.027 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1695-8" /></g><g
transform="matrix(12,0,0,12,94.0076,213.091)"
id="g1701-8"
style="stroke-width:0.931068"><path
d="M 0.454,0 C 0.439,-0.007 0.427,-0.018 0.416,-0.031 0.406,-0.045 0.401,-0.06 0.401,-0.078 0.388,-0.068 0.375,-0.057 0.362,-0.047 0.349,-0.036 0.335,-0.026 0.32,-0.018 0.305,-0.009 0.289,-0.002 0.27,0.004 0.252,0.009 0.231,0.012 0.207,0.012 0.184,0.012 0.164,0.009 0.146,0.001 0.128,-0.006 0.113,-0.016 0.101,-0.028 0.088,-0.041 0.079,-0.056 0.072,-0.073 0.065,-0.091 0.062,-0.109 0.062,-0.129 0.062,-0.154 0.066,-0.176 0.076,-0.196 0.086,-0.215 0.099,-0.233 0.116,-0.248 0.133,-0.263 0.152,-0.277 0.174,-0.289 0.197,-0.301 0.22,-0.312 0.246,-0.321 0.271,-0.331 0.297,-0.339 0.323,-0.347 0.35,-0.354 0.376,-0.361 0.401,-0.367 V -0.403 C 0.401,-0.429 0.399,-0.451 0.396,-0.468 0.392,-0.486 0.386,-0.5 0.378,-0.511 0.371,-0.522 0.361,-0.53 0.349,-0.535 0.337,-0.539 0.322,-0.542 0.306,-0.542 0.29,-0.542 0.275,-0.539 0.262,-0.532 0.248,-0.526 0.237,-0.518 0.226,-0.507 0.216,-0.496 0.208,-0.484 0.201,-0.47 0.195,-0.455 0.191,-0.44 0.188,-0.424 H 0.085 C 0.088,-0.449 0.096,-0.471 0.11,-0.49 0.124,-0.509 0.142,-0.525 0.163,-0.539 0.184,-0.552 0.208,-0.562 0.235,-0.569 0.262,-0.576 0.289,-0.579 0.318,-0.579 0.355,-0.579 0.386,-0.576 0.412,-0.569 0.437,-0.561 0.457,-0.551 0.472,-0.538 0.487,-0.525 0.498,-0.51 0.505,-0.491 0.511,-0.472 0.514,-0.451 0.514,-0.429 V -0.078 C 0.514,-0.06 0.52,-0.045 0.53,-0.031 0.54,-0.018 0.552,-0.007 0.567,0 Z M 0.401,-0.331 C 0.385,-0.326 0.368,-0.32 0.351,-0.313 0.333,-0.307 0.316,-0.299 0.299,-0.291 0.283,-0.282 0.267,-0.274 0.252,-0.264 0.236,-0.254 0.223,-0.244 0.212,-0.233 0.2,-0.222 0.191,-0.21 0.184,-0.198 0.178,-0.186 0.174,-0.173 0.174,-0.159 0.174,-0.145 0.177,-0.132 0.182,-0.12 0.187,-0.107 0.194,-0.096 0.203,-0.087 0.211,-0.078 0.221,-0.07 0.232,-0.065 0.243,-0.059 0.255,-0.057 0.267,-0.057 0.279,-0.057 0.291,-0.058 0.303,-0.062 0.314,-0.065 0.325,-0.07 0.336,-0.075 0.347,-0.081 0.358,-0.088 0.368,-0.095 0.379,-0.102 0.39,-0.11 0.401,-0.119 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1699-4" /></g><g
transform="matrix(12,0,0,12,101.174,213.091)"
id="g1705-3"
style="stroke-width:0.931068"><path
d="M 0.213,-0.464 C 0.247,-0.503 0.283,-0.532 0.32,-0.551 0.357,-0.57 0.395,-0.579 0.433,-0.579 0.453,-0.579 0.472,-0.575 0.489,-0.566 0.506,-0.557 0.521,-0.545 0.534,-0.529 0.547,-0.514 0.558,-0.496 0.565,-0.475 0.572,-0.454 0.576,-0.431 0.576,-0.408 V 0 H 0.463 V -0.388 C 0.463,-0.426 0.455,-0.455 0.438,-0.474 0.421,-0.494 0.399,-0.503 0.372,-0.503 0.36,-0.503 0.348,-0.501 0.334,-0.497 0.321,-0.493 0.308,-0.488 0.294,-0.48 0.28,-0.473 0.266,-0.464 0.253,-0.454 0.239,-0.444 0.226,-0.433 0.213,-0.421 V 0 H 0.1 V -0.827 L 0.181,-0.859 H 0.213 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1703-1" /></g><g
transform="matrix(12,0,0,12,109.288,213.091)"
id="g1709-4"
style="stroke-width:0.931068"><path
d="M 0.109,-0.547 0.188,-0.579 H 0.221 V 0 H 0.109 Z M 0.1,-0.787 C 0.1,-0.796 0.102,-0.804 0.105,-0.812 0.108,-0.819 0.113,-0.826 0.119,-0.832 0.125,-0.838 0.132,-0.843 0.139,-0.846 0.147,-0.849 0.156,-0.851 0.164,-0.851 0.173,-0.851 0.182,-0.849 0.189,-0.846 0.197,-0.843 0.204,-0.838 0.21,-0.832 0.216,-0.826 0.221,-0.819 0.224,-0.812 0.227,-0.804 0.229,-0.796 0.229,-0.787 0.229,-0.778 0.227,-0.769 0.224,-0.762 0.221,-0.754 0.216,-0.747 0.21,-0.741 0.204,-0.735 0.197,-0.731 0.189,-0.727 0.182,-0.724 0.173,-0.722 0.164,-0.722 0.156,-0.722 0.147,-0.724 0.139,-0.727 0.132,-0.731 0.125,-0.735 0.119,-0.741 0.113,-0.747 0.108,-0.754 0.105,-0.762 0.102,-0.769 0.1,-0.778 0.1,-0.787 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1707-9" /></g><g
transform="matrix(12,0,0,12,116.034,213.091)"
id="g1713-2"
style="stroke-width:0.931068"><path
d="M 0.1,-0.737 H 0.224 V -0.048 H 0.595 V 0 H 0.1 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1711-0" /></g><g
transform="matrix(12,0,0,12,123.301,213.091)"
id="g1717-6"
style="stroke-width:0.931068"><path
d="M 0.109,-0.547 0.188,-0.579 H 0.221 V 0 H 0.109 Z M 0.1,-0.787 C 0.1,-0.796 0.102,-0.804 0.105,-0.812 0.108,-0.819 0.113,-0.826 0.119,-0.832 0.125,-0.838 0.132,-0.843 0.139,-0.846 0.147,-0.849 0.156,-0.851 0.164,-0.851 0.173,-0.851 0.182,-0.849 0.189,-0.846 0.197,-0.843 0.204,-0.838 0.21,-0.832 0.216,-0.826 0.221,-0.819 0.224,-0.812 0.227,-0.804 0.229,-0.796 0.229,-0.787 0.229,-0.778 0.227,-0.769 0.224,-0.762 0.221,-0.754 0.216,-0.747 0.21,-0.741 0.204,-0.735 0.197,-0.731 0.189,-0.727 0.182,-0.724 0.173,-0.722 0.164,-0.722 0.156,-0.722 0.147,-0.724 0.139,-0.727 0.132,-0.731 0.125,-0.735 0.119,-0.741 0.113,-0.747 0.108,-0.754 0.105,-0.762 0.102,-0.769 0.1,-0.778 0.1,-0.787 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1715-8" /></g><g
transform="matrix(12,0,0,12,127.248,213.091)"
id="g1721-9"
style="stroke-width:0.931068"><path
d="M 0.181,-0.579 H 0.213 V -0.464 C 0.248,-0.503 0.284,-0.532 0.321,-0.551 0.358,-0.57 0.395,-0.579 0.433,-0.579 0.453,-0.579 0.472,-0.575 0.489,-0.566 0.506,-0.557 0.521,-0.545 0.534,-0.529 0.547,-0.514 0.558,-0.496 0.565,-0.475 0.572,-0.454 0.576,-0.431 0.576,-0.408 V 0 H 0.463 V -0.388 C 0.463,-0.407 0.461,-0.424 0.457,-0.438 0.452,-0.452 0.446,-0.464 0.438,-0.474 0.43,-0.484 0.42,-0.491 0.409,-0.496 0.398,-0.501 0.386,-0.503 0.373,-0.503 0.361,-0.503 0.348,-0.501 0.335,-0.497 0.322,-0.493 0.308,-0.488 0.294,-0.48 0.28,-0.473 0.266,-0.464 0.253,-0.454 0.239,-0.444 0.226,-0.433 0.213,-0.421 V 0 H 0.1 V -0.548 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1719-2" /></g><g
transform="matrix(12,0,0,12,135.294,213.091)"
id="g1725-6"
style="stroke-width:0.931068"><path
d="M 0.213,-0.569 V -0.164 C 0.213,-0.15 0.217,-0.136 0.223,-0.124 0.23,-0.111 0.239,-0.1 0.25,-0.091 0.261,-0.082 0.275,-0.075 0.29,-0.069 0.305,-0.064 0.321,-0.061 0.338,-0.061 0.349,-0.061 0.361,-0.064 0.374,-0.068 0.387,-0.073 0.399,-0.08 0.412,-0.088 0.424,-0.096 0.435,-0.106 0.446,-0.117 0.456,-0.129 0.465,-0.141 0.473,-0.153 V -0.569 H 0.585 V 0 H 0.473 V -0.107 C 0.463,-0.09 0.45,-0.075 0.435,-0.061 0.42,-0.046 0.404,-0.034 0.387,-0.023 0.369,-0.012 0.351,-0.004 0.333,0.003 0.314,0.009 0.297,0.012 0.28,0.012 0.255,0.012 0.232,0.008 0.21,-0.002 0.188,-0.011 0.169,-0.024 0.153,-0.039 0.136,-0.055 0.124,-0.074 0.114,-0.096 0.105,-0.117 0.1,-0.14 0.1,-0.164 V -0.569 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1723-6" /></g><g
transform="matrix(12,0,0,12,143.514,213.091)"
id="g1729-4"
style="stroke-width:0.931068"><path
d="M 0.006,-0.569 H 0.139 L 0.532,0 H 0.399 Z M 0.067,0 H 0.006 L 0.47,-0.569 H 0.532 Z"
style="fill:#2c2c2c;fill-rule:nonzero;stroke-width:0.931068"
id="path1727-9" /></g></g></g></g><g
id="layer7"
style="display:inline"
transform="translate(350,550)"><path
id="path1639"
style="color:#000000;overflow:visible;fill:#2c2c2c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M 475,150 H 350 L 349.99805,550 483.73242,455.27344 460,390 515.63477,432.67383 600,372.91602 Z"
transform="translate(-350,-550)" /><path
style="color:#000000;overflow:visible;fill:#d3506f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M -250,-177.08333 0,0 15,-45 21.340931,-300 0,-347.67442 5e-5,-360 -100,-400 H -125 Z"
id="path1627" /><path
style="color:#000000;overflow:visible;fill:#a61200;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M -125,-400 0,-442.45283 59.405965,-422.27722 40,-405 125,-400 0,-347.67442"
id="path1629" /><path
style="color:#000000;overflow:visible;fill:#00a67c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M -24.999998,-475 H 50 L 40,-525 Z"
id="path1631" /><path
style="color:#000000;overflow:visible;fill:#edbb60;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M 4.9025e-5,-400 5e-5,-525 -50.000003,-500 Z"
id="path1633" /><path
style="color:#000000;overflow:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M 133.73205,-94.726837 100.91329,-140.33988 -0.00182072,0 0,-347.67442 165.63569,-117.32525 Z"
id="path1641" /><path
style="color:#000000;overflow:visible;fill:#96caf3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M 40,-106.7907 V -225 L 82.566303,-165.89331 Z"
id="path1643" /><path
style="color:#000000;overflow:visible;opacity:1;fill:#530900;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.803;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:0.5;paint-order:stroke markers fill"
d="M 4.9025e-5,-400 H 125 L 59.405965,-422.27722"
id="path1955" /></g></svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77) -->
<svg xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" i:viewOrigin="251 467" i:rulerOrigin="0 0" i:pageBounds="0 792 612 0" width="108.758" height="144.133" viewBox="0 0 108.758 144.133" overflow="visible" enable-background="new 0 0 108.758 144.133" xml:space="preserve">
<metadata>
<variableSets xmlns="http://ns.adobe.com/Variables/1.0/">
<variableSet varSetName="binding1" locked="none">
<variables/>
<v:sampleDataSets xmlns="http://ns.adobe.com/GenericCustomNamespace/1.0/" xmlns:v="http://ns.adobe.com/Variables/1.0/"/>
</variableSet>
</variableSets>
<sfw xmlns="http://ns.adobe.com/SaveForWeb/1.0/">
<slices/>
<sliceSourceBounds y="322.867" x="251" width="108.758" height="144.133" bottomLeftOrigin="true"/>
</sfw>
</metadata>
<g id="Layer_1" i:layer="yes" i:dimmedPercent="50" i:rgbTrio="#4F008000FFFF">
<g>
<path i:knockout="Off" fill="#A80030" d="M60.969,47.645c-1.494,0.02,0.281,0.768,2.232,1.069 c0.541-0.422,1.027-0.846,1.463-1.26C63.451,47.751,62.215,47.758,60.969,47.645"/>
<path i:knockout="Off" fill="#A80030" d="M68.986,45.646c0.893-1.229,1.541-2.573,1.77-3.963 c-0.201,0.99-0.736,1.845-1.244,2.749c-2.793,1.759-0.264-1.044-0.002-2.111C66.508,46.104,69.096,44.589,68.986,45.646"/>
<path i:knockout="Off" fill="#A80030" d="M71.949,37.942c0.182-2.691-0.529-1.839-0.768-0.814 C71.459,37.274,71.68,39.026,71.949,37.942"/>
<path i:knockout="Off" fill="#A80030" d="M55.301,1.163c0.798,0.142,1.724,0.252,1.591,0.443 C57.768,1.413,57.965,1.239,55.301,1.163"/>
<path i:knockout="Off" fill="#A80030" d="M56.893,1.606l-0.561,0.117l0.523-0.048L56.893,1.606"/>
<path i:knockout="Off" fill="#A80030" d="M81.762,38.962c0.09,2.416-0.705,3.59-1.424,5.666l-1.293,0.643 c-1.057,2.054,0.105,1.304-0.652,2.937c-1.652,1.467-5.006,4.589-6.08,4.875c-0.785-0.017,0.531-0.926,0.703-1.281 c-2.209,1.516-1.773,2.276-5.152,3.199l-0.098-0.221c-8.33,3.92-19.902-3.847-19.75-14.443c-0.088,0.672-0.253,0.504-0.437,0.774 c-0.43-5.451,2.518-10.926,7.49-13.165c4.863-2.406,10.564-1.42,14.045,1.829c-1.912-2.506-5.721-5.163-10.232-4.917 c-4.421,0.072-8.558,2.881-9.938,5.932c-2.264,1.425-2.528,5.496-3.514,6.242c-1.329,9.76,2.497,13.975,8.97,18.936 c1.016,0.686,0.286,0.791,0.422,1.313c-2.15-1.006-4.118-2.526-5.738-4.387c0.86,1.257,1.787,2.479,2.986,3.439 c-2.029-0.685-4.738-4.913-5.527-5.085c3.495,6.258,14.178,10.975,19.775,8.634c-2.59,0.096-5.879,0.053-8.787-1.022 c-1.225-0.629-2.884-1.93-2.587-2.173c7.636,2.851,15.522,2.158,22.128-3.137c1.682-1.31,3.518-3.537,4.049-3.567 c-0.799,1.202,0.137,0.578-0.477,1.639c1.672-2.701-0.729-1.1,1.73-4.664l0.908,1.25c-0.34-2.244,2.785-4.966,2.467-8.512 c0.717-1.084,0.799,1.168,0.039,3.662c1.055-2.767,0.279-3.212,0.549-5.496c0.291,0.768,0.678,1.583,0.875,2.394 c-0.688-2.675,0.703-4.503,1.049-6.058c-0.342-0.15-1.061,1.182-1.227-1.976c0.025-1.372,0.383-0.719,0.52-1.057 c-0.268-0.155-0.975-1.207-1.404-3.224c0.309-0.475,0.832,1.229,1.256,1.298c-0.273-1.603-0.742-2.826-0.762-4.057 c-1.24-2.59-0.439,0.346-1.443-1.112c-1.32-4.114,1.094-0.955,1.258-2.823c1.998,2.895,3.137,7.385,3.662,9.244 c-0.4-2.267-1.045-4.464-1.834-6.589c0.609,0.257-0.979-4.663,0.791-1.405c-1.889-6.945-8.078-13.435-13.773-16.479 c0.695,0.637,1.574,1.437,1.26,1.563c-2.834-1.685-2.336-1.818-2.742-2.53c-2.305-0.939-2.459,0.077-3.984,0.002 c-4.35-2.308-5.188-2.063-9.191-3.507l0.182,0.852c-2.881-0.96-3.357,0.362-6.47,0.002c-0.189-0.147,0.998-0.536,1.976-0.677 c-2.786,0.368-2.656-0.55-5.382,0.101c0.671-0.471,1.383-0.784,2.099-1.184c-2.271,0.138-5.424,1.322-4.451,0.244 c-3.705,1.654-10.286,3.975-13.979,7.438l-0.116-0.776c-1.692,2.031-7.379,6.066-7.832,8.699l-0.453,0.105 c-0.879,1.491-1.45,3.18-2.148,4.713c-1.151,1.963-1.688,0.756-1.524,1.064c-2.265,4.592-3.392,8.45-4.363,11.616 c0.692,1.035,0.017,6.232,0.278,10.391c-1.136,20.544,14.418,40.489,31.42,45.093c2.492,0.893,6.197,0.861,9.349,0.949 c-3.718-1.064-4.198-0.563-7.822-1.826c-2.613-1.232-3.185-2.637-5.037-4.244l0.733,1.295c-3.63-1.285-2.111-1.59-5.065-2.525 l0.783-1.021c-1.177-0.09-3.117-1.982-3.647-3.033l-1.288,0.051c-1.546-1.906-2.371-3.283-2.31-4.35l-0.416,0.742 c-0.471-0.809-5.691-7.158-2.983-5.68c-0.503-0.458-1.172-0.747-1.897-2.066l0.551-0.629c-1.301-1.677-2.398-3.826-2.314-4.542 c0.695,0.938,1.177,1.114,1.655,1.275c-3.291-8.164-3.476-0.449-5.967-8.31l0.526-0.042c-0.403-0.611-0.65-1.27-0.974-1.919 l0.23-2.285c-2.368-2.736-0.662-11.645-0.319-16.53c0.235-1.986,1.977-4.101,3.3-7.418l-0.806-0.138 c1.542-2.688,8.802-10.799,12.166-10.383c1.629-2.046-0.324-0.008-0.643-0.522c3.579-3.703,4.704-2.616,7.119-3.283 c2.603-1.545-2.235,0.604-1.001-0.589c4.503-1.149,3.19-2.614,9.063-3.197c0.62,0.352-1.437,0.544-1.953,1.001 c3.75-1.836,11.869-1.417,17.145,1.018c6.117,2.861,12.994,11.314,13.266,19.267l0.309,0.083 c-0.156,3.162,0.484,6.819-0.627,10.177L81.762,38.962"/>
<path i:knockout="Off" fill="#A80030" d="M44.658,49.695l-0.211,1.047c0.983,1.335,1.763,2.781,3.016,3.821 C46.561,52.804,45.892,52.077,44.658,49.695"/>
<path i:knockout="Off" fill="#A80030" d="M46.979,49.605c-0.52-0.576-0.826-1.268-1.172-1.956 c0.33,1.211,1.006,2.252,1.633,3.312L46.979,49.605"/>
<path i:knockout="Off" fill="#A80030" d="M88.063,40.675l-0.219,0.552c-0.402,2.858-1.273,5.686-2.605,8.309 C86.711,46.769,87.66,43.742,88.063,40.675"/>
<path i:knockout="Off" fill="#A80030" d="M55.598,0.446C56.607,0.077,58.08,0.243,59.154,0c-1.398,0.117-2.789,0.187-4.162,0.362 L55.598,0.446"/>
<path i:knockout="Off" fill="#A80030" d="M20.127,19.308c0.233,2.154-1.62,2.991,0.41,1.569 C21.627,18.423,20.113,20.2,20.127,19.308"/>
<path i:knockout="Off" fill="#A80030" d="M17.739,29.282c0.469-1.437,0.553-2.299,0.732-3.132 C17.178,27.804,17.875,28.157,17.739,29.282"/>
<path i:knockout="Off" d="M13.437,125.506c-0.045,0.047-0.045,7.506-0.138,9.453c-0.092,1.574-0.232,4.957-3.568,4.957 c-3.429,0-4.263-3.939-4.541-5.652c-0.324-1.9-0.324-3.477-0.324-4.17c0-2.225,0.139-8.436,5.375-8.436 c1.576,0,2.456,0.465,3.151,0.834L13.437,125.506z M0,130.975c0,13.066,6.951,13.066,7.97,13.066 c2.873,0,4.727-1.576,5.514-4.309l0.093,4.123c0.881-0.047,1.761-0.139,3.197-0.139c0.51,0,0.926,0,1.298,0.047 c0.371,0,0.741,0.045,1.158,0.092c-0.741-1.482-1.297-4.818-1.297-12.049c0-7.043,0-18.951,0.602-22.566 c-1.667,0.789-3.105,1.299-6.256,1.576c1.251,1.344,1.251,2.039,1.251,8.154c-0.879-0.277-1.992-0.602-3.892-0.602 C1.344,118.369,0,125.598,0,130.975"/>
<path i:knockout="Off" d="M25.13,128.609c0.047-3.846,0.835-7.275,4.124-7.275c3.615,0,3.891,3.984,3.799,7.275H25.13z M37.64,129.074c0-5.422-1.065-10.752-7.923-10.752c-9.452,0-9.452,10.475-9.452,12.697c0,9.406,4.216,13.113,11.306,13.113 c3.149,0,4.68-0.461,5.514-0.695c-0.046-1.668,0.185-2.734,0.465-4.17c-0.975,0.604-2.226,1.391-5.006,1.391 c-7.229,0-7.322-6.582-7.322-8.852H37.55L37.64,129.074"/>
<path i:knockout="Off" d="M52.715,131.066c0,4.309-0.787,10.102-6.162,10.102c-0.742,0-1.668-0.141-2.27-0.279 c-0.093-1.668-0.093-4.541-0.093-7.877c0-3.986,0.416-6.068,0.742-7.09c0.972-3.289,3.15-3.334,3.566-3.334 C52.02,122.588,52.715,127.453,52.715,131.066z M39.417,136.117c0,3.43,0,5.375-0.556,6.857c1.9,0.742,4.262,1.158,7.09,1.158 c1.807,0,7.043,0,9.869-5.791c1.344-2.688,1.807-6.303,1.807-9.037c0-1.668-0.186-5.328-1.529-7.646 c-1.296-2.176-3.382-3.289-5.605-3.289c-4.449,0-5.746,3.707-6.44,5.607c0-2.363,0.045-10.611,0.415-14.828 c-3.011,1.391-4.866,1.621-6.857,1.807c1.807,0.74,1.807,3.801,1.807,13.764V136.117"/>
<path i:knockout="Off" d="M66.535,143.855c-0.928-0.139-1.578-0.232-2.922-0.232c-1.48,0-2.502,0.094-3.566,0.232 c0.463-0.881,0.648-1.299,0.787-4.309c0.186-4.125,0.232-15.154-0.092-17.471c-0.232-1.762-0.648-2.039-1.297-2.502 c3.799-0.371,4.865-0.648,6.625-1.482c-0.369,2.037-0.418,3.059-0.418,6.162C65.561,140.242,65.514,141.955,66.535,143.855"/>
<path i:knockout="Off" d="M81.373,130.74c-0.092,2.92-0.139,4.959-0.928,6.58c-0.973,2.086-2.594,2.688-3.799,2.688 c-2.783,0-3.383-2.316-3.383-4.586c0-4.355,3.893-4.682,5.652-4.682H81.373z M68.629,136.441c0,2.92,0.881,5.838,3.477,7.09 c1.158,0.51,2.316,0.51,2.688,0.51c4.264,0,5.699-3.152,6.58-5.098c-0.047,2.039,0,3.289,0.139,4.912 c0.834-0.047,1.668-0.139,3.059-0.139c0.787,0,1.529,0.092,2.316,0.139c-0.51-0.787-0.787-1.252-0.928-3.059 c-0.092-1.76-0.092-3.521-0.092-5.977l0.047-9.453c0-3.523-0.928-6.998-7.879-6.998c-4.586,0-7.273,1.391-8.617,2.086 c0.557,1.02,1.02,1.898,1.436,3.893c1.809-1.576,4.172-2.41,6.58-2.41c3.848,0,3.848,2.549,3.848,6.162 c-0.881-0.045-1.623-0.137-2.875-0.137C72.521,127.963,68.629,130.23,68.629,136.441"/>
<path i:knockout="Off" d="M108.063,139.268c0.047,1.576,0.047,3.244,0.695,4.588c-1.021-0.092-1.623-0.232-3.521-0.232 c-1.113,0-1.715,0.094-2.596,0.232c0.184-0.602,0.279-0.834,0.371-1.623c0.139-1.064,0.232-4.633,0.232-5.885v-5.004 c0-2.178,0-5.33-0.141-6.441c-0.092-0.787-0.322-2.918-3.012-2.918c-2.641,0-3.521,1.945-3.846,3.521 c-0.369,1.621-0.369,3.383-0.369,10.24c0.045,5.932,0.045,6.486,0.508,8.109c-0.787-0.092-1.76-0.184-3.15-0.184 c-1.113,0-1.854,0.045-2.779,0.184c0.324-0.742,0.51-1.113,0.602-3.707c0.094-2.549,0.279-15.061-0.141-18.025 c-0.23-1.809-0.695-2.225-1.203-2.688c3.754-0.186,4.957-0.789,6.117-1.389v4.91c0.555-1.438,1.713-4.635,6.348-4.635 c5.793,0,5.838,4.217,5.885,6.996V139.268"/>
<path i:knockout="Off" fill="#A80030" d="M66.926,111.533l-3.838,3.836l-3.836-3.836l3.836-3.836L66.926,111.533"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB