This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 936da1ade5a3089526308ecba1235520065f94ed Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jul 19 15:15:32 2017 +0200 correction flux RSS pour des sondage déja créé, titre et créateur d'un sondage non blanc --- pollen-ui-riot-js/src/main/web/img/favicon.png | Bin 0 -> 799 bytes pollen-ui-riot-js/src/main/web/img/favicon.svg | 91 +++++++++++++++++++++++++ pollen-ui-riot-js/src/main/web/index.html | 1 + 3 files changed, 92 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/img/favicon.png b/pollen-ui-riot-js/src/main/web/img/favicon.png new file mode 100644 index 00000000..973149ac Binary files /dev/null and b/pollen-ui-riot-js/src/main/web/img/favicon.png differ diff --git a/pollen-ui-riot-js/src/main/web/img/favicon.svg b/pollen-ui-riot-js/src/main/web/img/favicon.svg new file mode 100644 index 00000000..768efa8c --- /dev/null +++ b/pollen-ui-riot-js/src/main/web/img/favicon.svg @@ -0,0 +1,91 @@ +<?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="16" + height="16" + viewBox="0 0 16 16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="favicon.svg" + inkscape:export-filename="/home/bavencoff/forge/pollen/pollen-ui-riot-js/src/main/web/img/favicon.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="35.537283" + inkscape:cx="3.6582398" + inkscape:cy="7.4179246" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1920" + inkscape:window-height="1043" + inkscape:window-x="1280" + inkscape:window-y="0" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid4142" /> + </sodipodi:namedview> + <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 + inkscape:label="Calque 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="fill:#353535;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4140" + cx="8.018734" + cy="1044.3634" + rx="8.018734" + ry="8.0012035" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Pacifico;-inkscape-font-specification:Pacifico;letter-spacing:0px;word-spacing:0px;fill:#04c4bb;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="-1.3646541" + y="1049.5897" + id="text4136" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4138" + x="-1.3646541" + y="1049.5897" + style="font-size:13.75px;fill:#04c4bb;fill-opacity:1"> P </tspan></text> + <rect + style="fill:#3535ff;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4163" + width="16" + height="7" + x="0" + y="1045.3622" /> + </g> +</svg> diff --git a/pollen-ui-riot-js/src/main/web/index.html b/pollen-ui-riot-js/src/main/web/index.html index d96d4ae7..62373a2f 100644 --- a/pollen-ui-riot-js/src/main/web/index.html +++ b/pollen-ui-riot-js/src/main/web/index.html @@ -25,6 +25,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Pollen</title> + <link rel="icon" type="image/png" href="/img/favicon.png"> <link href="./css/font-awesome.css" rel="stylesheet" type="text/css"/> <link href="./css/custom.css" rel="stylesheet" type="text/css"/> <link href="./css/blaze.css" rel="stylesheet" type="text/css"/> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.