Initial commit
This commit is contained in:
commit
4a3ad53d55
6 changed files with 213 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
|
@ -0,0 +1,67 @@
|
|||
# Created by https://www.gitignore.io/api/macos,linux,windows
|
||||
|
||||
### Linux ###
|
||||
*~
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
### macOS ###
|
||||
*.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
### Windows ###
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
|
||||
# End of https://www.gitignore.io/api/macos,linux,windows
|
24
LICENSE
Normal file
24
LICENSE
Normal file
|
@ -0,0 +1,24 @@
|
|||
This is free and unencumbered software released into the public domain.
|
||||
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||
distribute this software, either in source code form or as a compiled
|
||||
binary, for any purpose, commercial or non-commercial, and by any
|
||||
means.
|
||||
|
||||
In jurisdictions that recognize copyright laws, the author or authors
|
||||
of this software dedicate any and all copyright interest in the
|
||||
software to the public domain. We make this dedication for the benefit
|
||||
of the public at large and to the detriment of our heirs and
|
||||
successors. We intend this dedication to be an overt act of
|
||||
relinquishment in perpetuity of all present and future rights to this
|
||||
software under copyright law.
|
||||
|
||||
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 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.
|
||||
|
||||
For more information, please refer to <https://unlicense.org>
|
BIN
graphics/fnr-transparent.png
Normal file
BIN
graphics/fnr-transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
graphics/fnr.png
Normal file
BIN
graphics/fnr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
120
graphics/fnr.svg
Normal file
120
graphics/fnr.svg
Normal file
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<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"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="500mm"
|
||||
height="500mm"
|
||||
viewBox="0 0 500 500"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="fnr.svg"
|
||||
inkscape:export-filename="fnr - 1500px.png"
|
||||
inkscape:export-xdpi="76.199997"
|
||||
inkscape:export-ydpi="76.199997">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.24748737"
|
||||
inkscape:cx="563.0079"
|
||||
inkscape:cy="852.60201"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer2"
|
||||
showgrid="false"
|
||||
showguides="true"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="705"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-15.891789,342.66871)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Layer 2"
|
||||
transform="translate(-15.891789,342.66871)">
|
||||
<g
|
||||
id="g4756"
|
||||
transform="matrix(3.114797,0,0,3.4249656,-303.48345,-459.77952)"
|
||||
style="stroke:none">
|
||||
<g
|
||||
id="g4687"
|
||||
style="stroke:none">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 123.74579,71.558152 c -3.38447,21.684326 18.89105,48.681918 40.3577,50.113028 -0.41776,-1.68545 7.22719,-3.48301 8.01809,-7.88444 0,-7.54732 -24.08139,-38.275334 -48.37579,-42.228588 z"
|
||||
id="path4653"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 242.52799,71.388118 c 3.38448,21.684326 -18.89105,48.681922 -40.3577,50.113032 0.41776,-1.68545 -7.22719,-3.48301 -8.01809,-7.88444 0,-7.54732 24.08139,-38.275338 48.37579,-42.228592 z"
|
||||
id="path4653-1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
</g>
|
||||
<path
|
||||
sodipodi:nodetypes="ccsscccczzccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4636-2-9"
|
||||
d="m 212.46017,123.63932 c -1.58238,-0.0273 -3.09632,0.13363 -4.67722,0.13363 0,0 -17.11958,15.41947 -22.31701,26.05878 -0.68199,1.39606 -4.06022,1.60413 -4.65811,0.17003 -3.76546,-9.03186 -22.317,-26.05878 -22.317,-26.05878 -1.5809,0 -3.09484,-0.16093 -4.67722,-0.13363 7.06895,-1.41379 11.50596,-4.50207 13.76438,-12.2944 -8.95767,-16.812939 -25.17528,-37.624682 -43.8322,-39.956798 22.77939,2.474092 42.05616,27.606246 47.97488,34.611408 5.91872,7.00516 16.91372,6.83513 22.83244,-0.17003 5.91872,-7.005164 25.19549,-32.13732 47.97488,-34.611412 -18.65692,2.332116 -34.87453,23.14386 -43.8322,39.956802 2.25842,7.79233 6.69543,10.88061 13.76438,12.2944"
|
||||
style="fill:#0078a4;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<g
|
||||
style="fill:#ffffff;stroke:none"
|
||||
transform="translate(87.778935,-2.60887)"
|
||||
id="g4710">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 70.711895,126.55185 c -3.148493,1.38259 -4.45216,1.73625 -6.01356,2.40543 6.57773,-1.06643 14.17646,9.8293 6.41446,11.49259 1.77309,-0.0572 3.50556,-0.35906 4.94449,-0.80181 -1.52409,1.25028 -4.05452,2.79319 -4.94449,3.34087 8.36132,-0.59725 16.41128,0.91313 21.9161,9.6217 1.165166,-16.31173 -2.538107,-29.63394 -22.317,-26.05878 z"
|
||||
id="path4691"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffffff;stroke:none"
|
||||
transform="matrix(-1,0,0,1,278.49484,-2.7789)"
|
||||
id="g4710-7">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 70.711895,126.55185 c -3.148493,1.38259 -4.45216,1.73625 -6.01356,2.40543 6.57773,-1.06643 14.17646,9.8293 6.41446,11.49259 1.77309,-0.0572 3.50556,-0.35906 4.94449,-0.80181 -1.52409,1.25028 -4.05452,2.79319 -4.94449,3.34087 8.36132,-0.59725 16.41128,0.91313 21.9161,9.6217 1.165166,-16.31173 -2.538107,-29.63394 -22.317,-26.05878 z"
|
||||
id="path4691-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.5 KiB |
Loading…
Add table
Reference in a new issue