web: The new logo for paraslash-0.7.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 31 Oct 2021 22:07:06 +0000 (23:07 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Feb 2022 15:52:51 +0000 (16:52 +0100)
This new svg logo was not made with a graphical editor but with a
plain text exitor. Unfortunately, ImageMagick is unable to create
a working .ico file from the svg source. Therefore we continue to
carry a manually created .ico file in the repo.

The new logo is less wide than the previous one, and it does not look
nice when it floats to the right side of its tabular cell. Fortunately
this can be fixed by removing some code from the style sheet.

web/header.html
web/header2.html
web/images/paraslash.ico
web/images/paraslash.png [deleted file]
web/images/paraslash.svg [new file with mode: 0644]
web/para.css

index a5d01204939d789cf4841499ce31119bfd5e1c35..4a40ee4fc65a541458842b47cb697e058844610b 100644 (file)
@@ -12,7 +12,7 @@
        <tr>
                <td>
                        <a title="paraslash homepage" href=".">
-                               <img src="paraslash.png" alt="paraslash">
+                               <img src="paraslash.svg" alt="paraslash">
                        </a>
                </td>
                <td>
index 98235b8621324bc9176d2f9803ea4cf097afd83a..6a08e563339e60ab4f9581f051276861db182302 100644 (file)
@@ -12,7 +12,7 @@
        <tr>
                <td>
                        <a title="paraslash homepage" href="../..//">
-                               <img src="../../paraslash.png" alt="paraslash">
+                               <img src="../../paraslash.svg" alt="paraslash">
                        </a>
                </td>
                <td>
index 06ff03362e8a33dfe2b02bd2c214892dd3ba59c4..65a0dd69fd3e52d529e63b8ea039a3b32a7cbce4 100644 (file)
Binary files a/web/images/paraslash.ico and b/web/images/paraslash.ico differ
diff --git a/web/images/paraslash.png b/web/images/paraslash.png
deleted file mode 100644 (file)
index 804752c..0000000
Binary files a/web/images/paraslash.png and /dev/null differ
diff --git a/web/images/paraslash.svg b/web/images/paraslash.svg
new file mode 100644 (file)
index 0000000..b0616a7
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0" standalone="no"?>
+<svg
+       xmlns="http://www.w3.org/2000/svg"
+       width="80" height="100"
+       xmlns:xlink="http://www.w3.org/1999/xlink"
+>
+       <defs>
+               <radialGradient id="gradient" r="70%">
+                       <stop offset="0%" stop-color="#d40"/>
+                       <stop offset="100%" stop-color="#010"/>
+               </radialGradient>
+
+               <g
+                       id="bow"
+                       stroke="#111" stroke-width="0"
+                       fill="url(#gradient)"
+               >
+                       <path d="M 40,50 c 0,-21 30,-21 30,0"/>
+               </g>
+       </defs>
+       <g transform="scale(1.0, 1.3) translate(0, -11)">
+               <circle
+                       cx="40" cy="50" r="38"
+                       stroke-width="0"
+                       fill="url(#gradient)"
+               />
+               <use
+                       xlink:href="#bow"
+                       transform="
+                               scale(1.5)
+                               rotate(320, 40,50)
+                               translate(-14, -24)
+                       "
+               />
+               <use
+                       xlink:href="#bow"
+                       transform="
+                               translate(0, -36)
+                               scale(1.5)
+                               rotate(140, 40,50)
+                       "
+               />
+       </g>
+</svg>
index e8c43489f4681bcbd8bb859db80582b5fa83c068..7bdf68ac54ca96aa5e8f162e34f6f424268d1cef 100644 (file)
@@ -34,11 +34,6 @@ hr {
        border-top: 1px solid yellow;
 }
 
-img {
-       float: right;
-       border-width: 0px;
-}
-
 caption { font-weight: bold }
 
 /* doxgen */