Move images to assets dir; rewrite shortcode img + svg

master
HUC Stéphane 2023-07-25 18:11:33 +02:00
parent c6d402a5ff
commit 36e3c5225b
Signed by: hucste
GPG Key ID: C4ED64222D9B037F
154 changed files with 2769 additions and 2204 deletions

File diff suppressed because it is too large Load Diff

View File

@ -126,7 +126,7 @@
@font-face {
font-family: "Monserrat";
local: ('MonserratAlternates');
src: url("/fonts/MontserratAlternates/MonserratAlternates-Regular.otf") format("truetype");
src: url("/fonts/MontserratAlternates/MontserratAlternates-Regular.otf") format("truetype");
}
@font-face {
font-family: "Roboto";
@ -1681,7 +1681,7 @@ section a, footer a {
color: var(--white);
}
.footer-home {
background: var(--black-a95);
background: var(--black-a95);
border-top: 1px solid var(--red);
-webkit-text-fill-color: var(--gray-a5);
color: var(--gray-a5);

BIN
assets/images/Logo-64px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

18
assets/svg/Feed-icon.svg Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128px" height="128px" id="RSSicon" viewBox="0 0 256 256">
<defs>
<linearGradient x1="0.085" y1="0.085" x2="0.915" y2="0.915" id="RSSg">
<stop offset="0.0" stop-color="#E3702D"/><stop offset="0.1071" stop-color="#EA7D31"/>
<stop offset="0.3503" stop-color="#F69537"/><stop offset="0.5" stop-color="#FB9E3A"/>
<stop offset="0.7016" stop-color="#EA7C31"/><stop offset="0.8866" stop-color="#DE642B"/>
<stop offset="1.0" stop-color="#D95B29"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="55" ry="55" x="0" y="0" fill="#CC5D15"/>
<rect width="246" height="246" rx="50" ry="50" x="5" y="5" fill="#F49C52"/>
<rect width="236" height="236" rx="47" ry="47" x="10" y="10" fill="url(#RSSg)"/>
<circle cx="68" cy="189" r="24" fill="#FFF"/>
<path d="M160 213h-34a82 82 0 0 0 -82 -82v-34a116 116 0 0 1 116 116z" fill="#FFF"/>
<path d="M184 213A140 140 0 0 0 44 73 V 38a175 175 0 0 1 175 175z" fill="#FFF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

18
assets/svg/Feed-icon2.svg Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
id="RSSicon"
viewBox="0 0 8 8" width="256" height="256">
<title>RSS feed icon</title>
<style type="text/css">
.button {stroke: none; fill: orange;}
.symbol {stroke: none; fill: white;}
</style>
<rect class="button" width="8" height="8" rx="1.5" />
<circle class="symbol" cx="2" cy="6" r="1" />
<path class="symbol" d="m 1,4 a 3,3 0 0 1 3,3 h 1 a 4,4 0 0 0 -4,-4 z" />
<path class="symbol" d="m 1,2 a 5,5 0 0 1 5,5 h 1 a 6,6 0 0 0 -6,-6 z" />
</svg>

After

Width:  |  Height:  |  Size: 569 B

229
assets/svg/Logo_final.svg Normal file
View File

@ -0,0 +1,229 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="256mm"
height="256mm"
id="svg3108"
version="1.1"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
sodipodi:docname="Logo_final.svg">
<title
id="title853">Logo Emblème Stéphane HUC</title>
<defs
id="defs3110" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="375.00368"
inkscape:cy="405.71075"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="990"
inkscape:window-x="0"
inkscape:window-y="33"
inkscape:window-maximized="1"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata3113">
<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>Logo Emblème Stéphane HUC</dc:title>
<cc:license
rdf:resource="http://artlibre.org/licence/lal" />
<dc:creator>
<cc:Agent>
<dc:title>Stéphane HUC</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Stéphane HUC</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>inkscape</dc:title>
</cc:Agent>
</dc:publisher>
<dc:description>Logo de Stéphane HUC, représentant un oiseau imaginaire, de couleur rouge, ayant des ailes en forme de pétales de roses. </dc:description>
</cc:Work>
<cc:License
rdf:about="http://artlibre.org/licence/lal">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0.00367771,-0.00353708)">
<g
transform="matrix(0.36488743,0,0,0.35294901,-0.72469712,-0.06913815)"
style="display:inline"
id="g4250"
inkscape:export-filename="/home/zou/Documents/Projets_sur_images/Stephane-huc.net/Logo_original.png"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300">
<g
id="g3893"
style="display:inline;fill:#4d4d4d"
transform="matrix(0.06444778,0,0,0.06450434,865.42675,1541.6735)">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccsssc"
id="path2385-6-1-2"
d="m 23774.425,-13094.781 c -407.725,2.746 -749.397,40.026 -972.445,28.012 -4599.937,59.837 -9024.559,3454.6637 -10088.773,4551.7613 -1032.632,1431.3562 -1902.759,4120.4375 -3414.3254,6116.3965 C 7040.4567,1715.9353 4369.202,5321.9681 986.55523,8407.9766 -4389.5849,12448.032 -8602.0428,12402.637 -12768.187,12194.347 c -252.964,17.663 -415.823,306.287 -501.736,508.146 274.498,360.798 549.024,468.121 823.522,457.374 l 2991.3542,-94.976 c 3456.504,-296.023 6332.5254,-987.067 8247.1738,-2331.958 -1416.3389,1353.905 -8714.7449,3661.386 -9866.29,3397.271 -283.94,94.386 -9.166,418.668 -14.627,627.634 443.726,168.12 891.426,312.023 1382.8762,197.395 3340.0325,-1065.466 6699.0628,-1956.661 9899.08747,-4312.462 L -6089.161,17754.195 c -98.5516,407.272 -100.4203,652.783 -4.8749,736.614 l 355.0258,94.104 c 229.6322,33.856 492.0244,-81.828 782.3016,-323.448 L 2012.6316,9672.4329 C 2658.8638,14594.17 7818.5983,15351.227 11738.861,12799.22 l 127.65,-1168.167 C 7834.5326,14914.263 2650.1202,12909.869 3004.5788,9106.5143 L 5888.675,5359.9752 C 6887.5627,4011.8679 8068.294,2775.8085 9455.3418,1667.2698 h 8.8646 C 10742.256,691.78922 12091.181,-25.504325 13349.115,-1036.7181 c 1520.143,-1055.4722 4302.351,-1145.0617 5286.398,-2327.1449 1177.704,-1664.9321 2145.664,-3667.8767 2974.957,-5435.546 1020.536,-2296.596 2897.375,-2743.981 6123.216,-278.3644 -109.42,-1287.3486 -1023.595,-2502.5416 -1546.427,-3009.9256 -1021.529,-829.12 -1603.165,-855.9 -2412.834,-1007.082 z m -34848.588,27224.985 c 1.234,-0.42 2.29,-0.913 3.545,-1.315 h -9.309 c 1.838,0.451 3.895,0.882 5.764,1.315 z m 36292.522,-26286.618 c 206.696,0 374.086,206.617 374.086,461.752 0,255.135 -167.39,462.19 -374.086,462.19 -206.695,0 -374.529,-207.055 -374.529,-462.19 0,-255.135 167.834,-461.752 374.529,-461.752 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:21.9289px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="matrix(14.180303,0.29145382,-0.29145382,14.180303,39070.285,-17179.84)"
id="g3323-6-2"
style="fill:#999999;fill-opacity:1;stroke:#990000;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:1.55587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -1938.7905,1344.2995 15.3955,-1.283 7.0562,-10.2637 -3.8488,-8.9807 3.8488,-8.9808 c 26.901,-8.9122 44.2829,-1.9591 55.8088,14.754 -0.1027,10.6945 -8.3234,15.9763 -18.6029,19.8859 -6.7082,-0.016 -14.6164,2.0346 -17.3412,-4.8053 v 0 c -16.1045,-1.7244 -11.7855,6.9433 -12.7007,9.072 3.8166,4.6142 10.3634,8.3754 23.8137,9.979 -7.6533,3.5761 -11.6619,14.8063 -24.7209,7.0307 -5.8792,-4.5108 -13.9229,-4.3322 -16.5562,-15.8758 -13.5829,-3.7285 -14.572,5.856 -14.515,11.1131 -0.352,5.6108 2.6918,10.0899 5.8967,14.5151 18.6918,9.7777 28.4118,11.6393 36.968,12.4739 11.2194,0.8225 24.7349,-15.9588 37.6483,-28.123 11.7646,0.4051 16.4086,-11.0571 23.1335,-19.0511 6.177,-27.5232 -20.7198,-44.6944 -30.8445,-51.7098 -19.6553,-8.2012 -39.8866,-7.5233 -50.5759,-3.6288 -9.4566,6.292 -15.9533,13.324 -23.1334,20.1851 -3.7507,11.7151 -4.9786,23.178 3.27,33.6932 z"
id="path3190-2-0-4"
sodipodi:nodetypes="cccccccccccccccccccccc" />
<path
inkscape:connector-curvature="0"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:1.55587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -1766.1814,1226.0731 15.3955,-1.283 7.0562,-10.2637 -3.8488,-8.9807 3.8488,-8.9808 c 26.901,-8.9122 44.2829,-1.9591 55.8088,14.754 -0.1027,10.6945 -8.3234,15.9763 -18.6029,19.8859 -6.7082,-0.016 -14.6164,2.0346 -17.3412,-4.8053 v 0 c -16.1045,-1.7244 -11.7855,6.9433 -12.7007,9.072 3.8166,4.6142 10.3634,8.3754 23.8137,9.979 -7.6533,3.5761 -11.6619,14.8063 -24.7209,7.0307 -5.8792,-4.5108 -13.9229,-4.3322 -16.5562,-15.8758 -13.5829,-3.7285 -14.572,5.856 -14.515,11.1131 -0.352,5.6108 2.6918,10.0899 5.8967,14.5151 18.6918,9.7777 28.4118,11.6393 36.968,12.4739 11.2194,0.8225 24.7349,-15.9588 37.6483,-28.123 11.7646,0.4051 16.4086,-11.0571 23.1335,-19.0511 6.177,-27.5232 -20.7198,-44.6944 -30.8445,-51.7098 -19.6553,-8.2012 -39.8866,-7.5233 -50.5759,-3.6288 -9.4566,6.292 -15.9533,13.324 -23.1334,20.1851 -3.7507,11.7151 -4.9786,23.178 3.27,33.6932 z"
id="path3190-0-8-2-9"
sodipodi:nodetypes="cccccccccccccccccccccc" />
</g>
<g
id="g3607-7"
style="fill:#999999;fill-opacity:1;stroke:#990000;stroke-opacity:1"
transform="matrix(10.256384,0,0,10.256384,27740.017,-9419.2772)">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccsccccccccccccccccccccccc"
id="path2853-1-2-3"
d="m -3334.7852,-1248.287 c 51.9752,263.91148 364.552,597.09982 649.489,723.58561 186.8994,102.74774 436.9783,80.34473 628.0009,153.0754 176.754,59.99791 336.6065,134.19234 455.7429,223.77162 v 0 c 95.6093,72.55212 166.8615,174.225196 178.8187,313.54167 -21.1645,58.71298 -67.8029,109.93553 -112.5308,161.38138 -108.9474,42.30362 -193.7664,43.94287 -273.1033,40.38991 v 0 c -289.559,-41.98012 -408.6126,-122.75609 -537.4682,-237.26062 -138.9061,-154.600767 -217.6672,-263.90172 -373.9094,-355.18101 -178.3851,-112.57744 -359.9805,-46.07103 -531.5855,-101.08503 -15.4761,-3.45827 -6.3053,-53.81809 36.6639,-43.63616 64.7876,15.3519 174.3223,-1.04389 174.3223,-1.04389 l -79.9048,-49.14253 v 0 l 36.7606,-7.32283 v 0 l 89.4837,49.88512 v 0 l 180.7667,8.58049 v 0 l -95.19,-169.30622 v 0 0 l -44.2175,-2.75208 v 0 l 1.9939,-18.56317 31.584,1.9656 c -91.0217,-150.25746 -222.4184,-249.74105 -339.9897,-366.61111 l 33.2464,-1.66844 v 0 l 33.3433,34.64483 v 0 c -87.3435,-107.03536 -156.5494,-220.39644 -185.2023,-347.90084 5.407,-25.6798 28.4059,-33.5554 42.8852,-9.3477 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:3.14969px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccsccccccccccccccccccccccc"
id="path2853-1-8-2-7"
d="m -3964.5819,579.94648 c 232.1778,142.02444 696.5351,140.75989 988.106,18.70266 205.9526,-66.5673 362.6995,-264.70185 549.2022,-354.76022 167.1463,-88.31108 333.1245,-154.57977 482.3054,-180.583195 v 0 c 120.2135,-20.415854 245.1813,-3.15744 357.0123,83.134705 28.9606,55.52615 34.6919,124.56859 41.9136,192.36665 -44.1007,108.51739 -101.6932,171.65364 -159.3434,227.23914 v 0 c -231.9712,183.0827 -374.5522,215.03066 -548.9965,231.13768 -211.2129,-3.89591 -347.056,-20.86741 -523.2284,31.10727 -207.3545,53.63654 -283.8394,231.78243 -443.7115,319.72853 -13.3008,8.9568 -44.3697,-32.1019 -7.0087,-56.5744 56.3312,-36.899 120.0937,-128.17265 120.0937,-128.17265 l -91.9262,24.90186 v 0 l 20.0462,-31.87375 v 0 l 99.1198,-31.39936 v 0 l 131.7153,-126.31933 v 0 l -191.8305,-45.89202 v 0 0 l -32.7044,30.45368 v 0 l -12.4139,-14.12077 23.3603,-21.75279 c -174.7833,-35.94516 -339.8259,-7.73356 -508.2045,-1.49116 l 21.8121,-25.44723 v 0 l 48.8674,-0.74684 v 0 c -140.1103,-9.1506 -272.3455,-35.87817 -386.9742,-101.90494 -15.3362,-21.4712 -5.2426,-43.65993 22.7879,-37.73352 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:3.1754px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
<path
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:1.41389px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 2394.9999,689.06305 c -26.2769,0.17713 -48.2969,2.58185 -62.6719,1.8069 -296.4557,3.85975 -581.6127,222.84081 -650.199,293.60838 -66.5508,92.32867 -122.6286,265.78617 -220.0457,394.53417 -145.5504,265.4061 -317.7069,498.0109 -535.71096,697.0718 -346.48036,260.6012 -617.96395,257.673 -886.462661,244.2374 -16.303005,1.1393 -26.798914,19.7568 -32.3357924,32.7776 17.6907774,23.2731 35.3833394,30.1959 53.0741824,29.5026 l 192.786151,-6.1263 c 222.76402,-19.0948 408.11723,-63.6701 531.51204,-150.4215 -91.27986,87.3328 -561.64597,236.1754 -635.8605,219.1388 -18.29929,6.0883 -0.59073,27.0059 -0.94272,40.4851 28.59717,10.8445 57.45048,20.1269 89.12335,12.7328 215.25769,-68.7271 431.73976,-126.2131 637.97425,-278.1725 L 470.3581,2678.956 c -6.35143,26.2709 -6.47187,42.1074 -0.31418,47.5149 l 22.88063,6.0701 c 14.79923,2.1838 31.70983,-5.2783 50.41755,-20.8638 l 449.15854,-554.0299 c 41.64826,317.4734 374.18176,366.3069 626.83396,201.6913 l 8.2267,-75.3518 c -259.852,211.7813 -593.9759,82.4892 -571.1318,-162.8437 l 185.8736,-241.6681 c 64.3761,-86.9587 140.4715,-166.6899 229.8637,-238.1955 h 0.5713 c 82.3675,-62.9228 169.3027,-109.1913 250.3737,-174.419 97.9699,-68.0825 277.277,-73.8615 340.6967,-150.111 75.9004,-107.3953 138.2833,-236.5939 191.7294,-350.61629 65.7712,-148.14043 186.7294,-176.9987 394.6277,-17.95572 -7.0519,-83.03958 -65.9685,-161.4248 -99.6638,-194.15328 -65.8353,-53.48184 -103.3205,-55.20926 -155.5019,-64.96116 z M 149.08576,2445.1929 c 0.0795,-0.027 0.14754,-0.059 0.22845,-0.085 h -0.59993 c 0.11845,0.029 0.25098,0.057 0.37148,0.085 z M 2488.0583,749.5918 c 13.3211,0 24.109,13.32769 24.109,29.78501 0,16.45732 -10.7879,29.81326 -24.109,29.81326 -13.321,0 -24.1375,-13.35594 -24.1375,-29.81326 0,-16.45732 10.8165,-29.78501 24.1375,-29.78501 z"
id="path2385-6-1-2-3"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccsssc"
inkscape:connector-curvature="0" />
<g
style="display:inline;fill:#999999;fill-opacity:1;stroke:#990000;stroke-opacity:1"
id="g3323-6-2-4"
transform="matrix(0.91388911,0.01880004,-0.01878355,0.91469117,3380.7843,425.559)">
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
id="path3190-2-0-4-2"
d="m -1938.7905,1344.2995 15.3955,-1.283 7.0562,-10.2637 -3.8488,-8.9807 3.8488,-8.9808 c 26.901,-8.9122 44.2829,-1.9591 55.8088,14.754 -0.1027,10.6945 -8.3234,15.9763 -18.6029,19.8859 -6.7082,-0.016 -14.6164,2.0346 -17.3412,-4.8053 v 0 c -16.1045,-1.7244 -11.7855,6.9433 -12.7007,9.072 3.8166,4.6142 10.3634,8.3754 23.8137,9.979 -7.6533,3.5761 -11.6619,14.8063 -24.7209,7.0307 -5.8792,-4.5108 -13.9229,-4.3322 -16.5562,-15.8758 -13.5829,-3.7285 -14.572,5.856 -14.515,11.1131 -0.352,5.6108 2.6918,10.0899 5.8967,14.5151 18.6918,9.7777 28.4118,11.6393 36.968,12.4739 11.2194,0.8225 24.7349,-15.9588 37.6483,-28.123 11.7646,0.4051 16.4086,-11.0571 23.1335,-19.0511 6.177,-27.5232 -20.7198,-44.6944 -30.8445,-51.7098 -19.6553,-8.2012 -39.8866,-7.5233 -50.5759,-3.6288 -9.4566,6.292 -15.9533,13.324 -23.1334,20.1851 -3.7507,11.7151 -4.9786,23.178 3.27,33.6932 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:1.55587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
id="path3190-0-8-2-9-5"
d="m -1766.1814,1226.0731 15.3955,-1.283 7.0562,-10.2637 -3.8488,-8.9807 3.8488,-8.9808 c 26.901,-8.9122 44.2829,-1.9591 55.8088,14.754 -0.1027,10.6945 -8.3234,15.9763 -18.6029,19.8859 -6.7082,-0.016 -14.6164,2.0346 -17.3412,-4.8053 v 0 c -16.1045,-1.7244 -11.7855,6.9433 -12.7007,9.072 3.8166,4.6142 10.3634,8.3754 23.8137,9.979 -7.6533,3.5761 -11.6619,14.8063 -24.7209,7.0307 -5.8792,-4.5108 -13.9229,-4.3322 -16.5562,-15.8758 -13.5829,-3.7285 -14.572,5.856 -14.515,11.1131 -0.352,5.6108 2.6918,10.0899 5.8967,14.5151 18.6918,9.7777 28.4118,11.6393 36.968,12.4739 11.2194,0.8225 24.7349,-15.9588 37.6483,-28.123 11.7646,0.4051 16.4086,-11.0571 23.1335,-19.0511 6.177,-27.5232 -20.7198,-44.6944 -30.8445,-51.7098 -19.6553,-8.2012 -39.8866,-7.5233 -50.5759,-3.6288 -9.4566,6.292 -15.9533,13.324 -23.1334,20.1851 -3.7507,11.7151 -4.9786,23.178 3.27,33.6932 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:1.55587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccsccccccccccccccccccccccc"
id="path2853-1-2-3-9"
d="m 1071.448,12.565243 c -15.3369,146.179207 73.828,372.947977 180.7482,487.459287 67.2709,85.4026 180.411,116.49879 253.836,186.99056 68.9967,61.4286 128.5121,127.35333 167.9088,194.3213 v 0 c 31.5208,54.088 48.125,119.16171 33.2259,193.68211 -17.7944,26.9261 -45.6999,45.6007 -72.7982,64.718 -53.9976,3.3831 -91.5092,-10.2639 -125.8605,-25.6749 v 0 C 1387.3321,1042.7224 1346.6981,980.34835 1306.6359,898.75209 1267.9574,794.5785 1249.1568,724.2529 1193.6994,650.05735 1131.5923,560.99655 1042.1677,564.5514 974.71289,506.59578 c -6.30086,-4.44472 5.01449,-29.07557 22.42474,-16.43307 26.25067,19.06189 76.75837,29.25724 76.75837,29.25724 l -28.0058,-39.22499 v 0 l 17.2141,2.47464 v 0 l 32.108,41.24885 v 0 l 78.1981,35.36579 v 0 l -17.3399,-104.35052 v 0 0 l -19.0336,-8.99068 v 0 l 3.5616,-9.31623 13.5954,6.42185 c -18.2636,-93.72824 -61.6156,-167.94463 -96.3766,-248.84241 l 14.8517,4.81539 v 0 l 9.6413,23.72335 v 0 c -22.9001,-70.61432 -36.914,-141.418612 -31.0608,-212.64819 6.091,-12.4349571 17.3374,-12.6004057 20.1985,2.468443 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:1.58535px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccsccccccccccccccccccccccc"
id="path2853-1-8-2-7-4"
d="m 346.99101,968.42886 c 122.89969,124.43284 416.59744,198.91414 621.36814,171.56464 141.34235,-7.3092 273.67225,-103.0072 406.66535,-127.8264 120.466,-26.88812 236.4935,-40.49317 335.1448,-32.21014 v 0 c 79.4054,7.00369 155.4909,37.80454 211.6845,108.67004 8.9823,38.6312 1.014,81.759 -5.8034,124.3677 -46.0902,59.1793 -93.0891,88.4349 -138.8571,113.0661 v 0 c -177.3468,74.3073 -272.8249,70.7271 -385.7821,52.3012 -132.8378,-36.6106 -215.845,-68.9985 -335.9157,-65.7821 -140.05758,-0.8213 -218.30441,95.6669 -334.11166,123.5108 -9.91006,3.3189 -22.65364,-26.8114 5.06783,-35.7143 41.79723,-13.4237 97.41938,-58.8771 97.41938,-58.8771 l -62.28015,0.3225 v 0 l 18.02055,-16.2327 v 0 l 67.9175,-3.1279 v 0 l 104.45336,-55.8609 v 0 l -113.53757,-59.1376 v 0 0 l -25.78236,13.3133 v 0 l -5.4754,-10.6425 18.41603,-9.5096 c -104.43314,-50.2954 -213.48017,-59.7993 -320.94769,-83.2716 l 18.0578,-12.0185 v 0 l 31.01082,7.463 v 0 c -87.0171,-28.2993 -166.10614,-66.0655 -227.47003,-124.99811 -6.08836,-15.60868 4.01601,-27.53473 20.7371,-19.36983 z"
style="display:inline;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#990000;stroke-width:2.04192px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="g2901"
style="display:inline;fill:#990000;fill-opacity:1;stroke:#800000"
inkscape:export-filename="/home/zou/Documents/Projets_sur_images/Stephane-huc.net/Logo_gris_999999_390px.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
transform="matrix(0.66100118,0,0,0.66158128,2645.7866,917.11829)">
<path
style="display:inline;fill:#990000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:2.13807px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -386.64618,-358.3625 c -39.7533,0.2677 -73.0664,3.9025 -94.8137,2.7311 -448.495,5.8342 -879.89672,336.83061 -983.65782,443.797906 -100.6819,139.557584 -185.5195,401.743684 -332.8976,596.350184 -220.197,401.16931 -480.645,752.75841 -810.4539,1053.64501 -524.175,393.9064 -934.8907,389.4804 -1341.0908,369.1721 -24.6641,1.7221 -40.5428,29.863 -48.9194,49.5443 26.7636,35.1779 53.53,45.6419 80.2936,44.5941 l 291.6578,-9.2602 c 337.01,-28.8623 617.4228,-96.2393 804.1015,-227.3665 -138.0934,132.0061 -849.6898,356.9861 -961.9657,331.2348 -27.6843,9.2027 -0.8937,40.8202 -1.4262,61.1945 43.2634,16.3917 86.9143,30.4223 134.8308,19.246 325.654,-103.8832 653.1603,-190.7749 965.1635,-420.4661 l -612.5292,693.3656 c -9.6088,39.7091 -9.791,63.6465 -0.4753,71.8201 l 34.6151,9.1751 c 22.3892,3.301 47.9725,-7.9782 76.2746,-31.5362 l 679.5124,-837.4328 c 63.0078,479.8706 566.0832,553.6838 948.3098,304.8625 l 12.4459,-113.8966 c -393.1189,320.1138 -898.6004,124.6849 -864.0406,-246.1431 l 281.2001,-365.2885 c 97.3918,-131.4408 212.5134,-251.9569 347.7509,-360.0397 h 0.8643 c 124.6102,-95.1096 256.1307,-165.0459 378.7796,-263.6395 148.2143,-102.9088 419.48022,-111.6438 515.42512,-226.8972 114.8264,-162.3313 209.2027,-357.6189 290.059,-529.967097 99.5025,-223.918703 282.4948,-267.538803 597.0151,-27.1406 -10.6685,-125.5168 -99.8008,-243.998403 -150.777,-293.468503 -99.5993,-80.8394 -156.309,-83.4505 -235.2519,-98.1907 z M -3784.3922,2296.0803 c 0.1203,-0.041 0.2232,-0.089 0.3456,-0.1282 h -0.9076 c 0.1792,0.044 0.3797,0.086 0.562,0.1282 z M -245.86228,-266.8715 c 20.1529,0 36.4735,20.1452 36.4735,45.0209 0,24.8757 -16.3206,45.0637 -36.4735,45.0637 -20.1528,0 -36.5167,-20.188 -36.5167,-45.0637 0,-24.8757 16.3639,-45.0209 36.5167,-45.0209 z"
id="path2385-6-1"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccsssc"
inkscape:connector-curvature="0" />
<g
style="fill:#990000;fill-opacity:1;stroke:#800000"
id="g3323-6"
transform="matrix(1.3825831,0.02841682,-0.02841682,1.3825831,1104.704,-756.6568)">
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
id="path3190-2-0"
d="m -1938.7905,1344.2995 15.3955,-1.283 7.0562,-10.2637 -3.8488,-8.9807 3.8488,-8.9808 c 26.901,-8.9122 44.2829,-1.9591 55.8088,14.754 -0.1027,10.6945 -8.3234,15.9763 -18.6029,19.8859 -6.7082,-0.016 -14.6164,2.0346 -17.3412,-4.8053 v 0 c -16.1045,-1.7244 -11.7855,6.9433 -12.7007,9.072 3.8166,4.6142 10.3634,8.3754 23.8137,9.979 -7.6533,3.5761 -11.6619,14.8063 -24.7209,7.0307 -5.8792,-4.5108 -13.9229,-4.3322 -16.5562,-15.8758 -13.5829,-3.7285 -14.572,5.856 -14.515,11.1131 -0.352,5.6108 2.6918,10.0899 5.8967,14.5151 18.6918,9.7777 28.4118,11.6393 36.968,12.4739 11.2194,0.8225 24.7349,-15.9588 37.6483,-28.123 11.7646,0.4051 16.4086,-11.0571 23.1335,-19.0511 6.177,-27.5232 -20.7198,-44.6944 -30.8445,-51.7098 -19.6553,-8.2012 -39.8866,-7.5233 -50.5759,-3.6288 -9.4566,6.292 -15.9533,13.324 -23.1334,20.1851 -3.7507,11.7151 -4.9786,23.178 3.27,33.6932 z"
style="display:inline;fill:#990000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.55587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
id="path3190-0-8-2"
d="m -1766.1814,1226.0731 15.3955,-1.283 7.0562,-10.2637 -3.8488,-8.9807 3.8488,-8.9808 c 26.901,-8.9122 44.2829,-1.9591 55.8088,14.754 -0.1027,10.6945 -8.3234,15.9763 -18.6029,19.8859 -6.7082,-0.016 -14.6164,2.0346 -17.3412,-4.8053 v 0 c -16.1045,-1.7244 -11.7855,6.9433 -12.7007,9.072 3.8166,4.6142 10.3634,8.3754 23.8137,9.979 -7.6533,3.5761 -11.6619,14.8063 -24.7209,7.0307 -5.8792,-4.5108 -13.9229,-4.3322 -16.5562,-15.8758 -13.5829,-3.7285 -14.572,5.856 -14.515,11.1131 -0.352,5.6108 2.6918,10.0899 5.8967,14.5151 18.6918,9.7777 28.4118,11.6393 36.968,12.4739 11.2194,0.8225 24.7349,-15.9588 37.6483,-28.123 11.7646,0.4051 16.4086,-11.0571 23.1335,-19.0511 6.177,-27.5232 -20.7198,-44.6944 -30.8445,-51.7098 -19.6553,-8.2012 -39.8866,-7.5233 -50.5759,-3.6288 -9.4566,6.292 -15.9533,13.324 -23.1334,20.1851 -3.7507,11.7151 -4.9786,23.178 3.27,33.6932 z"
style="display:inline;fill:#990000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.55587px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
style="fill:#990000;fill-opacity:1;stroke:#800000"
id="g3607">
<path
style="display:inline;fill:#990000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:3.14969px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -3334.7852,-1248.287 c 51.9752,263.91148 364.552,597.09982 649.489,723.58561 186.8994,102.74774 436.9783,80.34473 628.0009,153.0754 176.754,59.99791 336.6065,134.19234 455.7429,223.77162 v 0 c 95.6093,72.55212 166.8615,174.225196 178.8187,313.54167 -21.1645,58.71298 -67.8029,109.93553 -112.5308,161.38138 -108.9474,42.30362 -193.7664,43.94287 -273.1033,40.38991 v 0 c -289.559,-41.98012 -408.6126,-122.75609 -537.4682,-237.26062 -138.9061,-154.600767 -217.6672,-263.90172 -373.9094,-355.18101 -178.3851,-112.57744 -359.9805,-46.07103 -531.5855,-101.08503 -15.4761,-3.45827 -6.3053,-53.81809 36.6639,-43.63616 64.7876,15.3519 174.3223,-1.04389 174.3223,-1.04389 l -79.9048,-49.14253 v 0 l 36.7606,-7.32283 v 0 l 89.4837,49.88512 v 0 l 180.7667,8.58049 v 0 l -95.19,-169.30622 v 0 0 l -44.2175,-2.75208 v 0 l 1.9939,-18.56317 31.584,1.9656 c -91.0217,-150.25746 -222.4184,-249.74105 -339.9897,-366.61111 l 33.2464,-1.66844 v 0 l 33.3433,34.64483 v 0 c -87.3435,-107.03536 -156.5494,-220.39644 -185.2023,-347.90084 5.407,-25.6798 28.4059,-33.5554 42.8852,-9.3477 z"
id="path2853-1-2"
sodipodi:nodetypes="ccccccccccccsccccccccccccccccccccccc"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#990000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:3.1754px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -3964.5819,579.94648 c 232.1778,142.02444 696.5351,140.75989 988.106,18.70266 205.9526,-66.5673 362.6995,-264.70185 549.2022,-354.76022 167.1463,-88.31108 333.1245,-154.57977 482.3054,-180.583195 v 0 c 120.2135,-20.415854 245.1813,-3.15744 357.0123,83.134705 28.9606,55.52615 34.6919,124.56859 41.9136,192.36665 -44.1007,108.51739 -101.6932,171.65364 -159.3434,227.23914 v 0 c -231.9712,183.0827 -374.5522,215.03066 -548.9965,231.13768 -211.2129,-3.89591 -347.056,-20.86741 -523.2284,31.10727 -207.3545,53.63654 -283.8394,231.78243 -443.7115,319.72853 -13.3008,8.9568 -44.3697,-32.1019 -7.0087,-56.5744 56.3312,-36.899 120.0937,-128.17265 120.0937,-128.17265 l -91.9262,24.90186 v 0 l 20.0462,-31.87375 v 0 l 99.1198,-31.39936 v 0 l 131.7153,-126.31933 v 0 l -191.8305,-45.89202 v 0 0 l -32.7044,30.45368 v 0 l -12.4139,-14.12077 23.3603,-21.75279 c -174.7833,-35.94516 -339.8259,-7.73356 -508.2045,-1.49116 l 21.8121,-25.44723 v 0 l 48.8674,-0.74684 v 0 c -140.1103,-9.1506 -272.3455,-35.87817 -386.9742,-101.90494 -15.3362,-21.4712 -5.2426,-43.65993 22.7879,-37.73352 z"
id="path2853-1-8-2"
sodipodi:nodetypes="ccccccccccccsccccccccccccccccccccccc"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

19
assets/svg/android.svg Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-147 -70 294 345">
<g fill="#a4c639">
<use stroke-width="14.4" xlink:href="#b" stroke="#FFF"/>
<use xlink:href="#a" transform="scale(-1,1)"/>
<g id="a" stroke="#FFF" stroke-width="7.2">
<rect rx="6.5" transform="rotate(29)" height="86" width="13" y="-86" x="14"/>
<rect id="c" rx="24" height="133" width="48" y="41" x="-143"/>
<use y="97" x="85" xlink:href="#c"/>
</g>
<g id="b">
<ellipse cy="41" rx="91" ry="84"/>
<rect rx="22" height="182" width="182" y="20" x="-91"/>
</g>
</g>
<g stroke="#FFF" stroke-width="7.2" fill="#FFF">
<path d="m-95 44.5h190"/><circle cx="-42" r="4"/><circle cx="42" r="4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 728 B

45
assets/svg/debian.svg Normal file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
<!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
<!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
]>
<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/" i:viewOrigin="262 450" i:rulerOrigin="0 0" i:pageBounds="0 792 612 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/" width="87.041" height="108.445" viewBox="0 0 87.041 108.445" overflow="visible" enable-background="new 0 0 87.041 108.445" 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="341.555" x="262" width="87.041" height="108.445" 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="M51.986,57.297c-1.797,0.025,0.34,0.926,2.686,1.287 c0.648-0.506,1.236-1.018,1.76-1.516C54.971,57.426,53.484,57.434,51.986,57.297"/>
<path i:knockout="Off" fill="#A80030" d="M61.631,54.893c1.07-1.477,1.85-3.094,2.125-4.766c-0.24,1.192-0.887,2.221-1.496,3.307 c-3.359,2.115-0.316-1.256-0.002-2.537C58.646,55.443,61.762,53.623,61.631,54.893"/>
<path i:knockout="Off" fill="#A80030" d="M65.191,45.629c0.217-3.236-0.637-2.213-0.924-0.978 C64.602,44.825,64.867,46.932,65.191,45.629"/>
<path i:knockout="Off" fill="#A80030" d="M45.172,1.399c0.959,0.172,2.072,0.304,1.916,0.533 C48.137,1.702,48.375,1.49,45.172,1.399"/>
<path i:knockout="Off" fill="#A80030" d="M47.088,1.932l-0.678,0.14l0.631-0.056L47.088,1.932"/>
<path i:knockout="Off" fill="#A80030" d="M76.992,46.856c0.107,2.906-0.85,4.316-1.713,6.812l-1.553,0.776 c-1.271,2.468,0.123,1.567-0.787,3.53c-1.984,1.764-6.021,5.52-7.313,5.863c-0.943-0.021,0.639-1.113,0.846-1.541 c-2.656,1.824-2.131,2.738-6.193,3.846l-0.119-0.264c-10.018,4.713-23.934-4.627-23.751-17.371 c-0.107,0.809-0.304,0.607-0.526,0.934c-0.517-6.557,3.028-13.143,9.007-15.832c5.848-2.895,12.704-1.707,16.893,2.197 c-2.301-3.014-6.881-6.209-12.309-5.91c-5.317,0.084-10.291,3.463-11.951,7.131c-2.724,1.715-3.04,6.611-4.227,7.507 C31.699,56.271,36.3,61.342,44.083,67.307c1.225,0.826,0.345,0.951,0.511,1.58c-2.586-1.211-4.954-3.039-6.901-5.277 c1.033,1.512,2.148,2.982,3.589,4.137c-2.438-0.826-5.695-5.908-6.646-6.115c4.203,7.525,17.052,13.197,23.78,10.383 c-3.113,0.115-7.068,0.064-10.566-1.229c-1.469-0.756-3.467-2.322-3.11-2.615c9.182,3.43,18.667,2.598,26.612-3.771 c2.021-1.574,4.229-4.252,4.867-4.289c-0.961,1.445,0.164,0.695-0.574,1.971c2.014-3.248-0.875-1.322,2.082-5.609l1.092,1.504 c-0.406-2.696,3.348-5.97,2.967-10.234c0.861-1.304,0.961,1.403,0.047,4.403c1.268-3.328,0.334-3.863,0.66-6.609 c0.352,0.923,0.814,1.904,1.051,2.878c-0.826-3.216,0.848-5.416,1.262-7.285c-0.408-0.181-1.275,1.422-1.473-2.377 c0.029-1.65,0.459-0.865,0.625-1.271c-0.324-0.186-1.174-1.451-1.691-3.877c0.375-0.57,1.002,1.478,1.512,1.562 c-0.328-1.929-0.893-3.4-0.916-4.88c-1.49-3.114-0.527,0.415-1.736-1.337c-1.586-4.947,1.316-1.148,1.512-3.396 c2.404,3.483,3.775,8.881,4.404,11.117c-0.48-2.726-1.256-5.367-2.203-7.922c0.73,0.307-1.176-5.609,0.949-1.691 c-2.27-8.352-9.715-16.156-16.564-19.818c0.838,0.767,1.896,1.73,1.516,1.881c-3.406-2.028-2.807-2.186-3.295-3.043 c-2.775-1.129-2.957,0.091-4.795,0.002c-5.23-2.774-6.238-2.479-11.051-4.217l0.219,1.023c-3.465-1.154-4.037,0.438-7.782,0.004 c-0.228-0.178,1.2-0.644,2.375-0.815c-3.35,0.442-3.193-0.66-6.471,0.122c0.808-0.567,1.662-0.942,2.524-1.424 c-2.732,0.166-6.522,1.59-5.352,0.295c-4.456,1.988-12.37,4.779-16.811,8.943l-0.14-0.933c-2.035,2.443-8.874,7.296-9.419,10.46 l-0.544,0.127c-1.059,1.793-1.744,3.825-2.584,5.67c-1.385,2.36-2.03,0.908-1.833,1.278c-2.724,5.523-4.077,10.164-5.246,13.97 c0.833,1.245,0.02,7.495,0.335,12.497c-1.368,24.704,17.338,48.69,37.785,54.228c2.997,1.072,7.454,1.031,11.245,1.141 c-4.473-1.279-5.051-0.678-9.408-2.197c-3.143-1.48-3.832-3.17-6.058-5.102l0.881,1.557c-4.366-1.545-2.539-1.912-6.091-3.037 l0.941-1.229c-1.415-0.107-3.748-2.385-4.386-3.646l-1.548,0.061c-1.86-2.295-2.851-3.949-2.779-5.23l-0.5,0.891 c-0.567-0.973-6.843-8.607-3.587-6.83c-0.605-0.553-1.409-0.9-2.281-2.484l0.663-0.758c-1.567-2.016-2.884-4.6-2.784-5.461 c0.836,1.129,1.416,1.34,1.99,1.533c-3.957-9.818-4.179-0.541-7.176-9.994l0.634-0.051c-0.486-0.732-0.781-1.527-1.172-2.307 l0.276-2.75C4.667,58.121,6.719,47.409,7.13,41.534c0.285-2.389,2.378-4.932,3.97-8.92l-0.97-0.167 c1.854-3.234,10.586-12.988,14.63-12.486c1.959-2.461-0.389-0.009-0.772-0.629c4.303-4.453,5.656-3.146,8.56-3.947 c3.132-1.859-2.688,0.725-1.203-0.709c5.414-1.383,3.837-3.144,10.9-3.846c0.745,0.424-1.729,0.655-2.35,1.205 c4.511-2.207,14.275-1.705,20.617,1.225c7.359,3.439,15.627,13.605,15.953,23.17l0.371,0.1 c-0.188,3.802,0.582,8.199-0.752,12.238L76.992,46.856"/>
<path i:knockout="Off" fill="#A80030" d="M32.372,59.764l-0.252,1.26c1.181,1.604,2.118,3.342,3.626,4.596 C34.661,63.502,33.855,62.627,32.372,59.764"/>
<path i:knockout="Off" fill="#A80030" d="M35.164,59.654c-0.625-0.691-0.995-1.523-1.409-2.352 c0.396,1.457,1.207,2.709,1.962,3.982L35.164,59.654"/>
<path i:knockout="Off" fill="#A80030" d="M84.568,48.916l-0.264,0.662c-0.484,3.438-1.529,6.84-3.131,9.994 C82.943,56.244,84.088,52.604,84.568,48.916"/>
<path i:knockout="Off" fill="#A80030" d="M45.527,0.537C46.742,0.092,48.514,0.293,49.803,0c-1.68,0.141-3.352,0.225-5.003,0.438 L45.527,0.537"/>
<path i:knockout="Off" fill="#A80030" d="M2.872,23.219c0.28,2.592-1.95,3.598,0.494,1.889 C4.676,22.157,2.854,24.293,2.872,23.219"/>
<path i:knockout="Off" fill="#A80030" d="M0,35.215c0.563-1.728,0.665-2.766,0.88-3.766C-0.676,33.438,0.164,33.862,0,35.215"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

84
assets/svg/devuan.svg Normal file
View File

@ -0,0 +1,84 @@
<?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="55.933903mm"
height="54.000595mm"
viewBox="0 0 198.191 191.34069"
id="svg3668"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="devuan-emblem.svg">
<title
id="title3714">Devuan Logo</title>
<defs
id="defs3670" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.1910325"
inkscape:cx="34.9248"
inkscape:cy="95.67033"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="746"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata3673">
<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>Devuan Logo</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>hellekin</dc:title>
</cc:Agent>
</dc:creator>
<dc:publisher>
<cc:Agent>
<dc:title>Dyne.org Foundation</dc:title>
</cc:Agent>
</dc:publisher>
<dc:contributor>
<cc:Agent>
<dc:title>hellekin, golinux, Centurion_Dan</dc:title>
</cc:Agent>
</dc:contributor>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-461.83765,-385.26329)">
<path
sodipodi:nodetypes="ccssscsc"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.57134259;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 461.83765,385.26329 c 351.11154,83.78964 18.96795,151.92346 18.96795,151.92346 -6.54355,1.04566 -11.8218,4.45425 -14.99949,9.63398 -3.56969,5.81872 -3.87218,13.6808 -0.53871,19.20842 4.05626,6.72618 9.1957,9.05293 13.62832,10.05499 6.97389,1.57656 12.60306,-0.93571 12.60306,-0.93571 0,0 169.79909,-50.45979 168.5227,-100.86283 -0.64075,-25.303 -52.0661,-68.10192 -198.18383,-89.02231 z"
id="path4338"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

10
assets/svg/gnupg.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

14
assets/svg/hugo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 111 KiB

3
assets/svg/nextcloud.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

1
assets/svg/nginx.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 115.11875 24.187275"><g transform="translate(-11.56225 -11.12422)"><path id="a" d="m14.047838 32.727592v-19.064695l19.062499 19.064695v-19.064695" fill="none" stroke="#090" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/><path d="m44.6875 11.1875-.6875 1.28125-5.3125 9.65625-.6875 1.21875.6875 1.21875 5.3125 9.34375.71875 1.28125h1.46875 10.875 1.5625l.6875-1.40625 3.96875-8 1.78125-3.625h-4.03125l-10.15625.03125c-1.320782-.01868-2.535605 1.179086-2.535605 2.5s1.214823 2.518679 2.535605 2.5l6.125-.03125-1.5 3.03125h-7.875l-3.90625-6.875 3.9375-7.125h8.377221l1.953125 4.007812h5.03125l-3.171875-7.601562-.6875-1.40625h-1.5625-11.408471z" fill="#090"/><path d="m70.013782 11.15625c-1.308989.01639-2.485084 1.222261-2.46875 2.53125v6.514509h5v-6.514509c.01659-1.329821-1.201429-2.547843-2.53125-2.53125z" fill="#090"/><use height="1052.3622" transform="matrix(-1 0 0 1 111.13905 .04841623)" width="744.09448" xlink:href="#a"/><g transform="translate(.10586251 .33010228)"><path id="b" d="m104.90935 13.374209 19.08481 19.017856" fill="none" stroke="#090" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/><use height="1052.3622" transform="matrix(-1 0 0 1 228.92583 0)" width="744.09448" xlink:href="#b"/></g><path d="m70.013782 35.204069c-1.308989-.01639-2.485084-1.222261-2.46875-2.53125v-10.464363h5v10.464363c.01659 1.329821-1.201429 2.547843-2.53125 2.53125z" fill="#090"/></g><script xmlns=""/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

1975
assets/svg/openbsd.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 96 KiB

120
assets/svg/openwrt.svg Normal file
View File

@ -0,0 +1,120 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="209.26044mm"
height="250.90967mm"
viewBox="0 0 209.26044 250.90967"
version="1.1"
id="svg472"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="OpenWRT-Logo-solo.svg">
<defs
id="defs466">
<clipPath
id="clipPath4240-8"
clipPathUnits="userSpaceOnUse">
<path
id="path4238-2"
d="M 0,0 H 792 V 612 H 0 Z" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="398.11368"
inkscape:cy="560.94642"
inkscape:document-units="mm"
inkscape:current-layer="g5350"
inkscape:document-rotation="0"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1025"
inkscape:window-x="0"
inkscape:window-y="31"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata469">
<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
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-0.49909001,0.25040747)">
<g
transform="matrix(5.7301797,0,0,-5.7301797,-2057.2341,1807.7812)"
id="g5352">
<g
id="g5350"
clip-path="url(#clipPath4240-8)">
<g
id="g882"
transform="translate(33.287078,-10.407793)">
<g
id="g5316"
transform="translate(344.0771,303.0788)">
<path
d="m 0,0 c -1.642,0 -2.978,-1.336 -2.978,-2.978 0,-1.641 1.336,-2.977 2.978,-2.977 1.642,0 2.977,1.336 2.977,2.977 C 2.977,-1.336 1.642,0 0,0"
style="fill:#43b0e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path5314" />
</g>
<g
id="g5320"
transform="translate(325.8174,318.3607)">
<path
d="m 0,0 3.095,-3.095 c 3.885,3.885 9.249,6.292 15.165,6.292 5.915,0 11.279,-2.407 15.164,-6.292 L 36.519,0 C 31.841,4.678 25.382,7.575 18.26,7.575 11.137,7.575 4.678,4.678 0,0"
style="fill:#43b0e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path5318" />
</g>
<g
id="g5324"
transform="translate(331.3882,312.7901)">
<path
d="m 0,0 3.095,-3.095 c 2.458,2.458 5.851,3.98 9.594,3.98 3.742,0 7.136,-1.522 9.594,-3.98 L 25.377,0 C 22.126,3.251 17.639,5.264 12.689,5.264 7.739,5.264 3.251,3.251 0,0"
style="fill:#43b0e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path5322" />
</g>
<g
id="g5328"
transform="translate(336.959,307.2194)">
<path
d="m 0,0 3.095,-3.095 c 1.03,1.031 2.453,1.669 4.023,1.669 1.57,0 2.992,-0.638 4.023,-1.669 L 14.236,0 C 12.412,1.824 9.895,2.953 7.118,2.953 4.341,2.953 1.824,1.824 0,0"
style="fill:#43b0e8;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path5326" />
</g>
<g
id="g5332"
transform="translate(355.0425,308.0893)">
<path
d="m 0,0 c 1.639,-2.243 2.609,-5.004 2.609,-7.988 0,-7.485 -6.09,-13.574 -13.574,-13.574 -7.485,0 -13.575,6.089 -13.575,13.574 0,2.984 0.971,5.745 2.609,7.988 l -3.122,3.122 c -2.417,-3.059 -3.865,-6.918 -3.865,-11.11 0,-9.899 8.053,-17.953 17.953,-17.953 9.899,0 17.952,8.054 17.952,17.953 0,4.192 -1.448,8.051 -3.865,11.11 z"
style="fill:#072342;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path5330" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

96
assets/svg/php.svg Normal file
View File

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg height="383.5975" id="svg3430" version="1.1" viewBox="0 0 711.20123 383.5975" width="711.20123" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg">
<title id="title3510">Official PHP Logo</title>
<metadata id="metadata3436">
<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>Official PHP Logo</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Colin Viebrock</dc:title>
</cc:Agent>
</dc:creator>
<dc:description/>
<dc:contributor>
<cc:Agent>
<dc:title/>
</cc:Agent>
</dc:contributor>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"/>
<dc:rights>
<cc:Agent>
<dc:title>Copyright Colin Viebrock 1997 - All rights reserved.</dc:title>
</cc:Agent>
</dc:rights>
<dc:date>1997</dc:date>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.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="defs3434">
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath3444">
<path d="M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 l 0,0 c 152.693,0 276.481,65.116 276.481,145.439 l 0,0 c 0,80.322 -123.788,145.439 -276.481,145.439 l 0,0 C 135.307,307.439 11.52,242.322 11.52,162" id="path3446"/>
</clipPath>
<radialGradient cx="0" cy="0" fx="0" fy="0" gradientTransform="matrix(363.05789,0,0,-363.05789,177.52002,256.30713)" gradientUnits="userSpaceOnUse" id="radialGradient3452" r="1" spreadMethod="pad">
<stop id="stop3454" offset="0" style="stop-opacity:1;stop-color:#aeb2d5"/>
<stop id="stop3456" offset="0.3" style="stop-opacity:1;stop-color:#aeb2d5"/>
<stop id="stop3458" offset="0.75" style="stop-opacity:1;stop-color:#484c89"/>
<stop id="stop3460" offset="1" style="stop-opacity:1;stop-color:#484c89"/>
</radialGradient>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath3468">
<path d="M 0,324 576,324 576,0 0,0 0,324 Z" id="path3470"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath3480">
<path d="M 0,324 576,324 576,0 0,0 0,324 Z" id="path3482"/>
</clipPath>
</defs>
<g id="g3438" transform="matrix(1.25,0,0,-1.25,-4.4,394.29875)">
<g id="g3440">
<g clip-path="url(#clipPath3444)" id="g3442">
<g id="g3448">
<g id="g3450">
<path d="M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 l 0,0 c 152.693,0 276.481,65.116 276.481,145.439 l 0,0 c 0,80.322 -123.788,145.439 -276.481,145.439 l 0,0 C 135.307,307.439 11.52,242.322 11.52,162" id="path3462" style="fill:url(#radialGradient3452);stroke:none"/>
</g>
</g>
</g>
</g>
<g id="g3464">
<g clip-path="url(#clipPath3468)" id="g3466">
<g id="g3472" transform="translate(288,27.3594)">
<path d="M 0,0 C 146.729,0 265.68,60.281 265.68,134.641 265.68,209 146.729,269.282 0,269.282 -146.729,269.282 -265.68,209 -265.68,134.641 -265.68,60.281 -146.729,0 0,0" id="path3474" style="fill:#777bb3;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
</g>
</g>
<g id="g3476">
<g clip-path="url(#clipPath3480)" id="g3478">
<g id="g3484" transform="translate(161.7344,145.3066)">
<path d="m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.341 9.532,11.862 11.573,22.353 1.903,9.806 1.178,16.653 -2.154,20.348 C 32.783,53.086 25.417,55 14.297,55 L -4.984,55 -15.673,0 0,0 Z m -63.063,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 L -37.679,81.573 C -37.405,82.982 -36.17,84 -34.734,84 L 26.32,84 C 45.508,84 59.79,78.79 68.767,68.513 77.792,58.182 80.579,43.741 77.05,25.592 75.614,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 l -24.722,0 -7.06,-36.322 c -0.274,-1.41 -1.508,-2.428 -2.944,-2.428 l -31.751,0 z" id="path3486" style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
<g id="g3488" transform="translate(159.2236,197.3071)">
<path d="m 0,0 16.808,0 c 13.421,0 18.083,-2.945 19.667,-4.7 2.628,-2.914 3.124,-9.058 1.435,-17.767 C 36.012,-32.217 32.494,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 L -9.523,-49 0,0 Z m 28.831,35 -61.055,0 c -2.872,0 -5.341,-2.036 -5.889,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 31.75,0 c 2.873,0 5.342,2.036 5.89,4.855 l 6.588,33.895 22.249,0 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.399,7.48 23.354,13.984 5.752,5.292 10.49,11.232 14.08,17.657 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.104 0.697,34.402 -8.969,45.466 C 63.965,29.444 48.923,35 28.831,35 m -45.633,-90 19.313,0 c 12.801,0 22.336,2.411 28.601,7.234 6.266,4.824 10.492,12.875 12.688,24.157 2.101,10.832 1.144,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 L -4.946,6 -16.802,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.44,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 l -27.196,0 -7.531,-38.75 -31.75,0 28.328,145.75 61.055,0" id="path3490" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
<g id="g3492" transform="translate(311.583,116.3066)">
<path d="m 0,0 c -0.896,0 -1.745,0.4 -2.314,1.092 -0.571,0.691 -0.802,1.6 -0.631,2.48 L 9.586,68.061 C 10.778,74.194 10.484,78.596 8.759,80.456 7.703,81.593 4.531,83.5 -4.848,83.5 L -27.55,83.5 -43.305,2.428 C -43.579,1.018 -44.814,0 -46.25,0 l -31.5,0 c -0.896,0 -1.745,0.4 -2.315,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 l 28.328,145.751 c 0.274,1.409 1.509,2.427 2.945,2.427 l 31.5,0 c 0.896,0 1.745,-0.4 2.315,-1.091 0.57,-0.692 0.801,-1.601 0.63,-2.481 L -21.813,113 2.609,113 c 18.605,0 31.221,-3.28 38.569,-10.028 7.49,-6.884 9.827,-17.891 6.947,-32.719 L 34.945,2.428 C 34.671,1.018 33.437,0 32,0 L 0,0 Z" id="path3494" style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
<g id="g3496" transform="translate(293.6611,271.0571)">
<path d="m 0,0 -31.5,0 c -2.873,0 -5.342,-2.036 -5.89,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 31.5,0 c 2.872,0 5.342,2.036 5.89,4.855 l 15.283,78.645 20.229,0 c 9.363,0 11.328,-2 11.407,-2.086 0.568,-0.611 1.315,-3.441 0.082,-9.781 l -12.531,-64.489 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 32,0 c 2.872,0 5.342,2.036 5.89,4.855 l 13.179,67.825 c 3.093,15.921 0.447,27.864 -7.861,35.5 -7.928,7.281 -21.208,10.82 -40.599,10.82 l -20.784,0 6.143,31.605 C 6.231,-5.386 5.77,-3.566 4.63,-2.184 3.49,-0.801 1.792,0 0,0 m 0,-6 -7.531,-38.75 28.062,0 c 17.657,0 29.836,-3.082 36.539,-9.238 6.703,-6.16 8.711,-16.141 6.032,-29.938 l -13.18,-67.824 -32,0 12.531,64.488 c 1.426,7.336 0.902,12.34 -1.574,15.008 -2.477,2.668 -7.746,4.004 -15.805,4.004 l -25.176,0 -16.226,-83.5 -31.5,0 L -31.5,-6 0,-6" id="path3498" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
<g id="g3500" transform="translate(409.5498,145.3066)">
<path d="m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.34 9.532,11.861 11.574,22.353 1.903,9.806 1.178,16.653 -2.155,20.348 C 32.783,53.086 25.417,55 14.297,55 L -4.984,55 -15.673,0 0,0 Z m -63.062,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.802,1.601 -0.631,2.48 L -37.679,81.573 C -37.404,82.982 -36.17,84 -34.733,84 L 26.32,84 C 45.509,84 59.79,78.79 68.768,68.513 77.793,58.183 80.579,43.742 77.051,25.592 75.613,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 l -24.723,0 -7.057,-36.322 c -0.275,-1.41 -1.509,-2.428 -2.946,-2.428 l -31.75,0 z" id="path3502" style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
<g id="g3504" transform="translate(407.0391,197.3071)">
<path d="M 0,0 16.808,0 C 30.229,0 34.891,-2.945 36.475,-4.7 39.104,-7.614 39.6,-13.758 37.91,-22.466 36.012,-32.217 32.493,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 L -9.522,-49 0,0 Z m 28.831,35 -61.054,0 c -2.872,0 -5.341,-2.036 -5.889,-4.855 L -66.44,-115.606 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 31.75,0 c 2.872,0 5.342,2.036 5.89,4.855 l 6.587,33.895 22.249,0 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.401,7.481 23.356,13.986 5.752,5.291 10.488,11.23 14.078,17.655 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.105 0.697,34.403 -8.969,45.467 C 63.965,29.444 48.924,35 28.831,35 m -45.632,-90 19.312,0 c 12.801,0 22.336,2.411 28.601,7.234 6.267,4.824 10.492,12.875 12.688,24.157 2.102,10.832 1.145,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 L -4.946,6 -16.801,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.441,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 l -27.196,0 -7.53,-38.75 -31.75,0 28.328,145.75 61.054,0" id="path3506" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
</g>
</g>
</g>
<script xmlns=""/></svg>

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -390,36 +390,36 @@ title = "Stéphane HUC :: IT Log"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.highlight]
codeFences = true
hl_Lines = ""
@ -443,6 +443,9 @@ title = "Stéphane HUC :: IT Log"
#[mediaTypes."text/gemini"]
#suffixes = ["gmi"]
[minify]
disableHTML = true
[outputs]
home = ["HTML", "ATOM", "JSON", "nginx", "OpenSearch", "RSS"]
page = ["HTML"]

View File

@ -28,19 +28,19 @@ message…
* https://ko-fi.com/hucste
{{< img a="One Ko-fi for Stéphane HUC" s="qrcode/ko-fi.svg" w="128" >}}
{{< svg a="One Ko-fi for Stéphane HUC" s="qrcode/ko-fi.svg" w="128" >}}
### Liberapay
* https://fr.liberapay.com/HucSte/donate
{{< img a="Donate for Stéphane HUC by Liberapay" s="qrcode/liberapay.svg" w="128" >}}
{{< svg a="Donate for Stéphane HUC by Liberapay" s="qrcode/liberapay.svg" w="128" >}}
### Paypal
* https://paypal.me/hucste
{{< img a="Donate for Stéphane HUC by Paypal" s="qrcode/paypal.svg" w="128" >}}
{{< svg a="Donate for Stéphane HUC by Paypal" s="qrcode/paypal.svg" w="128" >}}
## Who

View File

@ -455,7 +455,7 @@ www 76729 0.0 0.3 10096 12752 p0 S+ 7:56PM 0:01.49 goaccess -p /etc/
Now, go to view the **realtime.html** file on your web browser.
{{< img a="dashboard goaccess real time" s="monitor/goaccess-realtime.png" w=250 >}}
{{< img a="dashboard goaccess real time" s="monitor/goaccess-realtime.png" w="250" >}}
Note the little dash below the parameter icone, at the top left on the
screen.

View File

@ -226,7 +226,7 @@ Below, here a view of statistics of blocked IP addresses, gived by Solène,
Ci-dessous, voici une image de statistiques d'adresses IP bloquées, restituée
par Solène, on 2022/10/04:
{{< img a="Statistics of IP addresses blocked with iblock" s="monitor/iblock-stats.png" w=250 >}}
{{< img a="Statistics of IP addresses blocked with iblock" s="monitor/iblock-stats.png" w="250" >}}
## Troubleshooting

View File

@ -27,19 +27,19 @@ affiché ici, avec votre accord, à la date du don.
* https://ko-fi.com/hucste
{{< img a="Un Ko-fi pour Stéphane HUC" s="qrcode/ko-fi.svg" w="128" >}}
{{< svg a="Un Ko-fi pour Stéphane HUC" s="qrcode/ko-fi.svg" w="128" >}}
### Liberapay
* https://fr.liberapay.com/HucSte/donate
{{< img a="Un Don Liberapay pour Stéphane HUC" s="qrcode/liberapay.svg" w="128" >}}
{{< svg a="Un Don Liberapay pour Stéphane HUC" s="qrcode/liberapay.svg" w="128" >}}
### Paypal
* https://paypal.me/hucste
{{< img a="Un Don Paypal pour Stéphane HUC" s="qrcode/paypal.svg" w="128" >}}
{{< svg a="Un Don Paypal pour Stéphane HUC" s="qrcode/paypal.svg" w="128" >}}
## Qui

View File

@ -465,7 +465,7 @@ www 76729 0.0 0.3 10096 12752 p0 S+ 7:56PM 0:01.49 goaccess -p /etc/
Il ne reste plus qu'à pointer un navigateur web le chemin du fichier **realtime.html**.
{{< img a="dashboard goaccess real time" s="monitor/goaccess-realtime.png" w=250 >}}
{{< img a="dashboard goaccess real time" s="monitor/goaccess-realtime.png" w="250" >}}
Remarquez le petit point vert sous l'icône en forme de roue crantée, en haut à gauche de l'écran.

View File

@ -227,7 +227,7 @@ permit nopass _munin-plugin cmd /sbin/pfctl args -t blocked_tcp -T show
Ci-dessous, voici une image de statistiques d'adresses IP bloquées, restituée
par Solène, en date du 10/04/2022 :
{{< img a="Statistiques d'adresses IP bloquées grâce à iblock" s="monitor/iblock-stats.png" w=250 >}}
{{< img a="Statistiques d'adresses IP bloquées grâce à iblock" s="monitor/iblock-stats.png" w="250" >}}
## Dépannage

View File

@ -93,7 +93,7 @@ possible :
---
Voir la capture écran ci-jointe :
{{< img a="Paramètres réseau Proxy pour Firefox : menu Édition > Paramètres ; onglet 'Général' > Paramètres réseaux ; bouton [ Paramètres ], puis choix de 'Configuration manuelle du proxy' > 'Hôte Socks', remplir : '127.0.0.1', puis 'Port', remplir : '9050' ; validez par appui/click sur le bouton [ OK ]" s="openbsd/firefox-parametres-reseau-proxy.png" w=250 >}}
{{< img a="Paramètres réseau Proxy pour Firefox : menu Édition > Paramètres ; onglet 'Général' > Paramètres réseaux ; bouton [ Paramètres ], puis choix de 'Configuration manuelle du proxy' > 'Hôte Socks', remplir : '127.0.0.1', puis 'Port', remplir : '9050' ; validez par appui/click sur le bouton [ OK ]" s="openbsd/firefox-parametres-reseau-proxy.png" w="250" >}}
## Documentation

View File

@ -78,7 +78,7 @@ de montrer le wifi actif aux périodes d'activité programmés, ou d'être
pleinement désactivés lors des périodes d'extinction programmés, tel que
la capture d'écran ci-dessous :
{{< img a="Aperçu de la fonction Wireless désactivée" s="/openwrt/Network-Wireless-disabled.png" w=250 >}}
{{< img a="Aperçu de la fonction Wireless désactivée" s="/openwrt/Network-Wireless-disabled.png" w="250" >}}
## EOD

View File

@ -22,7 +22,7 @@ Récemment, Microsoft a annoncé une version plus petite et moins chère de
ses tablettes Surface, appelées [Surface Go](https://www.microsoft.com/en-us/p/surface-go/8v9dp4lnknsz),
qui ont éveillé mon intérêt.
{{< img a="Présentation de la Surface Go de Microsoft" s="jcs.org/2018-08-31-surface_go-680x224.jpg" w=250 >}}
{{< img a="Présentation de la Surface Go de Microsoft" s="jcs.org/2018-08-31-surface_go-680x224.jpg" w="250" >}}
## Matériel
@ -73,7 +73,7 @@ connecté via USB HID. Il a un clic décent, mais lorsque la couverture
est inclinée au lieu d'être plate sur une surface, cela sonne un peu
creux et bon marché.
{{< img a="'Hello from OpenSBD' depuis la Surface Go de Microsoft" s="jcs.org/2018-08-31-surface_go_pen-335x251.jpg" w=250 >}}
{{< img a="'Hello from OpenSBD' depuis la Surface Go de Microsoft" s="jcs.org/2018-08-31-surface_go_pen-335x251.jpg" w="250" >}}
L'écran tactile est alimenté par une puce Elantech connectée via
HID-over-i2c, qui prend également en charge la saisie au stylet.

View File

@ -31,7 +31,7 @@ Retrouvez ci-dessous la traduction EN → FR de l'article "**[Running OpenBSD on
## Le matériel
{{< img a="Raspberry Pi 3 " s="tumfatig.net/OpenBSD-RPI3.jpg" w=250 >}}
{{< img a="Raspberry Pi 3 " s="tumfatig.net/OpenBSD-RPI3.jpg" w="250" >}}
Pour installer OpenBSD 6.3 sur le Raspberry Pi 3 v1.2, j'ai utilisé une

View File

@ -225,19 +225,27 @@ j'ai crée ce shortcode pour pouvoir spécifier une taille d'image et
renvoyé vers l'image source par le biais d'un élément HTML `a` appliqué
sur l'élément HTML `img`.
Prenons en considération que les images sont fournies en tant qu'assets :
{{< raw img >}}
```html
{{ $src := .Get "s" }}{{ $alt := .Get "a" }}{{ $ext := path.Ext $src | strings.TrimPrefix "." }}
{{- $src := resources.Get (printf "%s%s" "/images/" (.Get "s")) -}}{{- $alt := .Get "a" | safeHTML -}}{{- $width := printf "%s" (.Get "w") -}}
{{- $img := $src -}}
{{- with $width -}}{{- $img = $src.Resize (printf "%sx" $width) -}}{{- end -}}
{{- with $img -}}
<figure>
<a href="/img/{{ $src }}" title="{{ $alt }}">
<a href="{{ $src.RelPermalink }}" title="{{ $alt }}">
<picture>
<source srcset="/img/{{ $src }}.avif" type="image/avif">
<source srcset="/img/{{ $src }}.webp" type="image/webp">
<img alt="{{ $alt }}" src="/img/{{ $src }}" type="image/{{ $ext }}" width="{{ .Get "w" }}">
<!-- <source srcset="/img/.avif" type="image/avif"> -->
{{- with .Resize (printf "%dx%d webp" .Width .Height) }}
<source srcset="{{ .RelPermalink }}" type="image/webp">
{{ end }}
<img alt="{{ $alt }}" loading="lazy" src="{{ .RelPermalink }}" type="{{ .MediaType }}" height="{{ .Height }}" width="{{ .Width }}">
</picture>
</a>
<figcaption>{{ $alt }}</figcaption>
</figure>
{{- end -}}
```
----

View File

@ -1,7 +1,7 @@
<head itemscope itemtype="{{ .baseURL }}">
<meta charset="utf-8">
{{ partial "link.html" (dict "Dot" .Dot "baseURL" .baseURL "lang" .lang "logo" .logo ) -}}
{{- partial "meta.html" (dict "Dot" .Dot "author" .author "desc" .desc "lang" .lang "title" .title "uuid" .uuid) -}}
{{- partial "scriptToHead.html" . }}
{{ partial "link" (dict "Dot" .Dot "baseURL" .baseURL "lang" .lang "logo" .logo ) -}}
{{- partial "meta" (dict "Dot" .Dot "author" .author "desc" .desc "lang" .lang "title" .title "uuid" .uuid) -}}
{{- partial "scriptToHead" . }}
<title>{{ .title }}</title>
</head>

View File

@ -1,6 +1,6 @@
<header class="is-center">
<h1 class="animate delay-600">{{ i18n "me" }}</h1>
<h2 class="">{{ .Site.Params.homeText | safeHTML }}</h2>
<h2>{{ .Site.Params.homeText | safeHTML }}</h2>
<div id="header-infos">
<div id="marquee"><p>{{ T "txtNoIA" }}</p></div>
<p>
@ -13,5 +13,5 @@
{{- end -}}
</p>
</div>
{{ partialCached "section.categories.html" . }}
{{ partialCached "section.categories" . }}
</header>

View File

@ -1,28 +1,32 @@
{{ range .Dot.AlternativeOutputFormats -}}
{{ if ne .Name "opensearch" }}{{ printf `<link rel="%s" href="%s" title="%s" type="%s"/>` .Rel .Permalink (print $.Dot.Site.Title " : Feed " .Name ) .MediaType.Type | safeHTML }}{{ end }}
{{ if ne .Name "opensearch" }}{{ printf `<link href="%s" rel="%s" title="%s" type="%s"/>` .Permalink .Rel (print $.Dot.Site.Title " : Feed " .Name ) .MediaType.Type | safeHTML }}{{ end }}
{{ end -}}
<link rel="apple-touch-icon" href="{{ .logo }}" sizes="57x57 72x72 114x114 180x180" type="image/svg"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link rel="canonical" href="{{ .baseURL }}" hreflang="{{ .lang }}">
<link rel="icon" href="{{ .logo }}" sizes="32x32" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link rel="icon" href="{{ .logo }}" sizes="64x64" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link rel="icon" href="{{ .logo }}" sizes="128x128" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link rel="icon" href="/img/favicon.ico" type="image/x-icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q== sha384-CKCvkSIbj5i2uFPIQbf7HImQ/uFTNU+YbHq3aYHsR11/RgEFfv9Q3c/rwDrDajWP sha256-PoC4C1tkwXPE77pKqs30plVi6xA839nG/SNHH/N502I="> -->
<link rel="icon" href="/img/favicon.ico" type="image/vnd.microsoft.icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q=="> -->
<link rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/deed.{{ .lang }}">
<link rel="me" href="https://{{ if eq .lang "en" }}bsd.network/@PengouinBSD{{ else }}framapiaf.org/@hucste{{ end }}" type="text/html" >
<link rel="me" href="https://diaspora-fr.org/u/hucste" type="text/html">
<link rel="search" href="/{{ .lang }}/opensearch.xml" title="HUC Websearch {{ .lang }}" type="application/opensearchdescription+xml">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/vnd.microsoft.icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q=="> -->
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q== sha384-CKCvkSIbj5i2uFPIQbf7HImQ/uFTNU+YbHq3aYHsR11/RgEFfv9Q3c/rwDrDajWP sha256-PoC4C1tkwXPE77pKqs30plVi6xA839nG/SNHH/N502I="> -->
<link rel="shortcut icon" href="{{ .logo }}" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link rel="sitemap" href="/sitemap.xml">
<link rel="sitemap" href="/{{ .lang }}/sitemap.xml">
<link rel="start" href="{{ .baseURL }}{{ .lang }}/" hreflang="{{ .lang }}">
<link rel="stylesheet" href="/css/pure-min.css" integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls" crossorigin="anonymous">
<link rel="stylesheet" href="/css/grids-responsive-min.css" integrity="" crossorigin="anonymous">
<link href="{{ .logo }}" rel="apple-touch-icon" sizes="57x57 72x72 114x114 180x180" type="image/svg"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link href="{{ .baseURL }}" hreflang="{{ .lang }}" rel="canonical">
<link href="{{ .logo }}" rel="icon" sizes="32x32" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link href="{{ .logo }}" rel="icon" sizes="64x64" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link href="{{ .logo }}" rel="icon" sizes="128x128" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link href="/img/favicon.ico" rel="icon" type="image/x-icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q== sha384-CKCvkSIbj5i2uFPIQbf7HImQ/uFTNU+YbHq3aYHsR11/RgEFfv9Q3c/rwDrDajWP sha256-PoC4C1tkwXPE77pKqs30plVi6xA839nG/SNHH/N502I="> -->
<link href="/img/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q=="> -->
<link href="http://creativecommons.org/publicdomain/zero/1.0/deed.{{ .lang }}" rel="license">
<link href="https://{{ if eq .lang "en" }}bsd.network/@PengouinBSD{{ else }}framapiaf.org/@hucste{{ end }}" rel="me" type="text/html">
<link href="https://diaspora-fr.org/u/hucste" rel="me" type="text/html">
<link as="font" crossorigin="anonymous" href="/fonts/MontserratAlternates/MontserratAlternates-Regular.otf" rel="preload" type="font/otf">
<link as="font" crossorigin="anonymous" href="/fonts/Roboto/Roboto-Regular.ttf" rel="preload" type="font/ttf">
<link as="image" href="/img/Stop_the_light_by_Mato_Rachela.jpg" rel="preload" type="image/jpeg">
<link as="image" href="/img/Outoffocus.jpg" rel="preload" type="image/jpeg">
<link href="/{{ .lang }}/opensearch.xml" rel="search" title="HUC Websearch {{ .lang }}" type="application/opensearchdescription+xml">
<link href="/img/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q=="> -->
<link href="/img/favicon.ico" rel="shortcut icon" type="image/x-icon"><!-- integrity="sha512-/IZKAgWA8ajP4kTBYC2/3f+YaYmecd0W5Y38cvMQdKT8sXrjV1V1h4UoqBTnMYSykz9dD0WQYq8sWE+zePWO2Q== sha384-CKCvkSIbj5i2uFPIQbf7HImQ/uFTNU+YbHq3aYHsR11/RgEFfv9Q3c/rwDrDajWP sha256-PoC4C1tkwXPE77pKqs30plVi6xA839nG/SNHH/N502I="> -->
<link href="{{ .logo }}" rel="shortcut icon" type="image/svg+xml"><!-- integrity="sha512-mT7mdaD8A7CT7YEeH2V8xBRzTYsk9hGDwBaN8U3rldqCajTuFg2tIyHxyoj8Jgx7pose7Xn2h7IMg7yBTHBfAQ== sha384-Btuu5srpKJ4xoLLUdxjItnIfHrZReYObv2837eYpOGCEjM8NCXdRTCAQwqMZugRM sha256-gfrnRvdMDQlUzPCajS4J81TGDpJYcCjXQjPpKET1vEg="> -->
<link href="/sitemap.xml" rel="sitemap">
<link href="/{{ .lang }}/sitemap.xml"rel="sitemap">
<link href="{{ .baseURL }}{{ .lang }}/" hreflang="{{ .lang }}" rel="start">
<link crossorigin="anonymous" href="/css/pure-min.css" integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls" rel="stylesheet">
<link crossorigin="anonymous" href="/css/grids-responsive-min.css" integrity="" rel="stylesheet">
<!-- <link rel="stylesheet" href="{{ "/css/vendor/all.min.css" | relURL }}" media="all" integrity="" crossorigin="anonymous">FontAwesome CSS -->
<link rel="stylesheet" href="/css/vendor/fork-awesome/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link crossorigin="anonymous" href="/css/vendor/fork-awesome/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" rel="stylesheet">
{{ $nav := resources.Get "css/nav-responsive.css" }}
{{ $huc := resources.Get "css/huc.css" }}

View File

@ -1,15 +1,18 @@
{{ $src := .Get "s" | safeHTML }}{{ $alt := .Get "a" | safeHTML }}{{ $ext := path.Ext $src | strings.TrimPrefix "." }}
{{/* runner for assets/image */}}
{{- $src := resources.Get (printf "%s%s" "/images/" (.Get "s")) -}}{{- $alt := .Get "a" | safeHTML -}}{{- $width := printf "%s" (.Get "w") -}}
{{- $img := $src -}}
{{- with $width -}}{{- $img = $src.Resize (printf "%sx" $width) -}}{{- end -}}
{{- with $img -}}
<figure>
{{ with $src }}<a href="/img/{{ $src }}" title="{{ $alt }}">{{ end }}
<a href="{{ $src.RelPermalink }}" title="{{ $alt }}">
<picture>
{{ if eq $ext "svg" }}{{ $dir := printf "%s%s" "static/img/" $src }}
{{ $dir | readFile | safeHTML }}
{{ else }}
<source srcset="/img/{{ $src }}.avif" type="image/avif">
<source srcset="/img/{{ $src }}.webp" type="image/webp">
<img alt="{{ $alt }}" src="/img/{{ $src }}" type="image/{{ $ext }}" width="{{ .Get "w" | safeHTML }}">
{{ end }}
<!-- <source srcset="/img/.avif" type="image/avif"> -->
{{- with .Resize (printf "%dx%d webp" .Width .Height) }}
<source srcset="{{ .RelPermalink }}" type="image/webp">
{{ end }}
<img alt="{{ $alt }}" loading="lazy" src="{{ .RelPermalink }}" type="{{ .MediaType }}" height="{{ .Height }}" width="{{ .Width }}">
</picture>
{{ with $src }}</a>{{ end }}
</a>
<figcaption>{{ $alt }}</figcaption>
</figure>
{{- end -}}

View File

@ -0,0 +1 @@
{{ partial "svg" (dict "a" (.Get "a") "s" (.Get "s") "w" (.Get "w")) }}

View File

@ -0,0 +1,13 @@
{{- $src := resources.Get (printf "%s%s" "/svg/" (.Get "s")) -}}{{- $alt := .Get "a" | safeHTML -}}{{- $width := printf "%s" (.Get "w") -}}
{{- with $src }}
<figure>
<a href="/{{ $src }}" title="{{ $alt }}">
<picture>
<svg xmlns="http://www.w3.org/2000/svg" width="{{ $width }}">
{{ $src.Content | safeHTML }}
</svg>
</picture>
</a>
<figcaption>{{ $alt }}</figcaption>
</figure>
{{ end -}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More