Added mask icon and changed role of favicon
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-11-24 16:32:39 +01:00
parent a273b2314e
commit bc456e7df6
3 changed files with 113 additions and 2 deletions

View File

@ -2,6 +2,7 @@ name: Jim Martens
image: /assets/images/author.jpg image: /assets/images/author.jpg
brand: 2martens brand: 2martens
brand_logo: /assets/images/brand.svg brand_logo: /assets/images/brand.svg
brand_logo_mask: /assets/images/brandMaskIcon.svg
brand_logo_png: /assets/images/brand.png brand_logo_png: /assets/images/brand.png
brand_logo_png150: /assets/images/brand150.png brand_logo_png150: /assets/images/brand150.png
image_desc: image_desc:

View File

@ -34,8 +34,9 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" <link rel="alternate" type="application/rss+xml" title="{{ site.title }}"
href="{{ site.baseurl }}{% link feed.xml %}"> href="{{ site.baseurl }}{% link feed.xml %}">
<link rel="icon" href="{{ site.data.author.brand_logo_png }}" type="image/png"> <link rel="mask-icon" href="{{ site.data.author.brand_logo_mask }}" sizes="any">
<link rel="apple-touch-icon-precomposed" sizes="150x150" href="{{ site.data.author.brand_logo_png150 }}"> <link rel="shortcut icon" href="{{ site.data.author.brand_logo_png }}" type="image/png">
<link rel="apple-touch-icon" sizes="150x150" href="{{ site.data.author.brand_logo_png150 }}">
<script> <script>
FontAwesomeConfig = { autoAddCss: false } FontAwesomeConfig = { autoAddCss: false }

View File

@ -0,0 +1,109 @@
<?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"
version="1.1"
width="16mm"
height="16mm"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="2martensMaskIcon.svg"
inkscape:export-filename="/home/jim/Pictures/2martens/logos/2martensIco512.png"
inkscape:export-xdpi="182.27"
inkscape:export-ydpi="182.27">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1054"
id="namedview3044"
showgrid="false"
inkscape:zoom="2.0402977"
inkscape:cx="14.03832"
inkscape:cy="137.85817"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer8"
units="mm"
inkscape:document-units="mm" />
<defs
id="defs4" />
<metadata
id="metadata7">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-687.40155)"
id="layer3"
style="display:none">
<text
x="366.88824"
y="388.85663"
id="text3766"
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:180.35551453px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
sodipodi:linespacing="125%"><tspan
x="366.88824"
y="388.85663"
id="tspan3768">artens</tspan></text>
</g>
<g
inkscape:groupmode="layer"
id="layer8"
inkscape:label="Text"
style="display:inline"
transform="translate(0,-199.30707)">
<g
id="g3446"
transform="matrix(0.22151892,0,0,0.22151892,-0.32149928,199.1425)">
<g
style="display:inline"
id="layer1"
transform="matrix(7.8101557,0,0,7.8101557,-49.882279,-7906.3677)">
<path
inkscape:connector-curvature="0"
style="fill:#333333;fill-opacity:0.91346154;stroke:none"
id="path3755"
transform="matrix(0.26973953,0,0,0.15235633,-64.188669,954.9027)"
d="m 382.85715,485.21933 a 60,107.14286 0 1 1 -120,0 60,107.14286 0 1 1 120,0 z" />
</g>
<g
style="display:inline"
id="layer2"
transform="matrix(7.8101557,0,0,7.8101557,-50.563398,-5498.2245)">
<text
sodipodi:linespacing="125%"
style="font-style:normal;font-weight:normal;font-size:17.60937309px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
xml:space="preserve"
id="text3762"
y="726.52173"
x="10.213851"><tspan
id="tspan3764"
y="726.52173"
x="10.213851">2m</tspan></text>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB