From f7ec6233042c3e1cafd2cd0592d30d7a66d103f4 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Thu, 6 Apr 2023 11:58:29 +0200 Subject: [PATCH] [software] add ginkgo --- static/img/ginkgo.svg | 89 +++++++++++++++++++++++++++++++ templates/custom/4-logiciels.html | 5 ++ 2 files changed, 94 insertions(+) create mode 100644 static/img/ginkgo.svg diff --git a/static/img/ginkgo.svg b/static/img/ginkgo.svg new file mode 100644 index 0000000..a25101e --- /dev/null +++ b/static/img/ginkgo.svg @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="30mm" + height="30mm" + viewBox="0 0 30.000001 29.999999" + version="1.1" + id="svg5" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + sodipodi:docname="ginkgo.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview7" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="false" + inkscape:document-units="mm" + showgrid="false" + inkscape:zoom="2.8284271" + inkscape:cx="-5.3033009" + inkscape:cy="37.299883" + inkscape:window-width="1880" + inkscape:window-height="1043" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:showpageshadow="false" + inkscape:lockguides="false" + inkscape:deskcolor="#d1d1d1" /> + <defs + id="defs2"> + <rect + x="61.754852" + y="201.36572" + width="452.37518" + height="165.14932" + id="rect957" /> + <rect + x="61.754852" + y="201.36572" + width="1928.033" + height="774.1853" + id="rect957-4" /> + <rect + x="61.754852" + y="201.36572" + width="1928.033" + height="774.1853" + id="rect957-4-1" /> + <rect + x="61.754852" + y="201.36572" + width="452.37518" + height="165.14932" + id="rect957-1" /> + <rect + x="61.754852" + y="201.36572" + width="452.37518" + height="165.14932" + id="rect957-3" /> + </defs> + <g + inkscape:label="Capa 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-95.541195,-114.07086)"> + <path + id="path82264-3" + style="fill:#aad400;stroke:none;stroke-width:0.279393" + d="m 108.35612,115.15196 c -1.59852,1.47475 -0.52338,3.68473 -0.15819,4.59287 0.54281,1.32029 0.43573,2.68372 1.07573,3.9691 -1.25394,-0.96575 -1.44,-2.95185 -2.22273,-4.27643 -0.78273,-1.32458 -2.55066,-2.61055 -4.13321,-2.41125 -2.61765,0.32965 -4.243774,2.94399 -5.634296,5.55891 -1.390521,2.61493 -1.47491,5.58192 -1.4771,9.46391 0.25808,1.61908 2.246796,1.56416 3.503536,1.36285 2.06768,-0.21544 4.13099,-0.60839 6.2138,-0.62888 1.97994,0.0416 4.25656,0.48639 5.35704,2.32683 1.46632,2.20022 1.82978,4.88724 2.13105,7.45207 -0.24635,1.32525 1.89259,2.11646 1.36594,0.35383 -0.0407,-3.20181 -2.41878,-5.96792 -2.04335,-9.20883 0.42116,-2.02556 2.30346,-3.26024 4.09562,-3.98561 2.003,-1.08618 4.21275,-1.6672 6.38229,-2.3005 1.90912,-0.43653 3.07227,-2.59338 2.13084,-4.37519 -0.68061,-1.53552 -1.63574,-3.2019 -3.80832,-5.15075 -2.17259,-1.94885 -9.11778,-5.34806 -12.77865,-2.74293 z" + sodipodi:nodetypes="ccczazcccccccccczc" + inkscape:export-filename="/home/vjrj/dev/ginkgo/assets/img/logo.png" + inkscape:export-xdpi="70" + inkscape:export-ydpi="70" /> + </g> +</svg> diff --git a/templates/custom/4-logiciels.html b/templates/custom/4-logiciels.html index ae1b587..053c1c5 100644 --- a/templates/custom/4-logiciels.html +++ b/templates/custom/4-logiciels.html @@ -76,6 +76,11 @@ <h3>Ǧ1-compagnon</h3> <p>Extension de navigateur pour la gestion de clés Ǧ1v2. Elle expose une API permettant à n'importe quel site web de fournir des fonctionnalités liées à la Ǧ1v2.</p> </div> + <div class="w3-col m4"> + <a href="https://git.duniter.org/vjrj/ginkgo/"><img src="/img/ginkgo.svg"/></a> + <h3>Ğ1nkgo</h3> + <p>Application <strong>Flutter</strong> utilisant l'API GVA de Duniter 1.9 permettant de faire des paiement rapides.</p> + </div> </div> </div> </section> -- GitLab