#755 Docs moved to https://pagure.io/fedora-badges/docs
Merged 4 years ago by jflory7. Opened 4 years ago by jibecfed.
jibecfed/fedora-badges move-doc  into  master

file modified
+1 -1
@@ -22,7 +22,7 @@ 

  

  * Submit new badge ideas

  * Contribute badge designs and artwork

- * Add or change documentation on [docs.fedoraproject.org/en-US/badges/](https://docs.fedoraproject.org/en-US/badges/ "Fedora Badges :: Fedora Docs")

+ * To change documentation on [docs.fedoraproject.org/en-US/badges/](https://docs.fedoraproject.org/en-US/badges/ "Fedora Badges :: Fedora Docs"), open https://pagure.io/fedora-badges/docs

  

  ### How do I get involved with the Fedora Badges community?

  

file removed
-120
@@ -1,120 +0,0 @@ 

- # Fedora Docs Template

- 

- This repository contains a minimal source structure for a new Fedora Docs source.

- 

- ## Structure

- 

- ```

- |-- README.md

- |-- antora.yml ....................... 1.

- |-- build.sh ......................... 2.

- |-- preview.sh ....................... 3.

- |-- site.yml ......................... 4.

- `-- modules

-     `-- ROOT ......................... 5.

-         |-- assets

-         |   `-- images ............... 6.

-         |       `-- pizza.png

-         |-- nav.adoc ................. 7.

-         `-- pages .................... 8.

-             |-- architecture.adoc

-             |-- community.adoc

-             |-- faq.adoc

-             |-- index.adoc

-             |-- pizza-dough.adoc

-             `-- pizza-owen.adoc

- ```

- 

- 1. Metadata definition.

- 2. A script that does a local build. Uses docker.

- 3. A script that shows a preview of the site in a web browser by running a local web server. Uses docker.

- 4. A definition file for the build script.

- 5. A "root module of this documentation component". Please read below for an explanation.

- 6. **Images** to be used on any page.

- 7. **Menu definition.** Also defines the hierarchy of all the pages.

- 8. **Pages with the actual content.** They can be also organised into subdirectories if desired.

- 

- ## Components and Modules

- 

- Antora introduces two new terms:

- 

- * **Component** — Simply put, a component is a part of the documentation website with its own menu. Components can also be versioned. In the Fedora Docs, we use separate components for user documentation, the Fedora Poject, Fedora council, Mindshare, FESCO, but also subprojects such as CommOps or Modulartity.

- * **Module** — A component can be broken down into multiple modules. Modules still share a single menu on the site, but their sources can be stored in different git repositories, even owned by different groups. The default module is called "ROOT" (that's what is in this example). If you don't want to use multiple modules, only use "ROOT". But to define more modules, simply duplicate the "ROOT" directory and name it anything you want. You can store modules in one or more git repositories.

- 

- ## Local preview

- 

- This repo includes scripts to build and preview the contents of this repository.

- 

- **NOTE**: Please note that if you reference pages from other repositoreis, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see [the Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o/) for instructions.

- 

- Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.

- 

- To build and preview the site, run:

- 

- ```

- $ ./build.sh && ./preview.sh

- ```

- 

- The result will be available at http://localhost:8080

- 

- ### Installing docker on Fedora

- 

- ```

- $ sudo dnf install docker

- $ sudo systemctl start docker && sudo systemctl enable docker

- ```

- 

- ### Preview as a part of the whole Fedora Docs site

- 

- You can also build the whole Fedora Docs site locally to see your changes in the whole context.

- This is especially useful for checking if your `xref` links work properly.

- 

- To do this, you need to clone the main [Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o), modify the `site.yml` file to reference a repo with your changes, and build it.

- Steps:

- 

- Clone the main repository and cd into it:

- 

- ```

- $ git clone https://pagure.io/fedora-docs/docs-fp-o.git

- $ cd docs-fp-o

- ```

- 

- Find a reference to the repository you're changing in the `site.yml` file, and change it so it points to your change.

- So for example, if I made a modification to the Modularity docs, I would find:

- 

- ```

- ...

-    - url: https://pagure.io/fedora-docs/modularity.git

-      branches:

-        - master

- ...

- ```

- 

- And replaced it with a pointer to my fork:

- ```

- ...

-    - url: https://pagure.io/forks/asamalik/fedora-docs/modularity.git

-      branches:

-        - master

- ...

- ```

- 

- I could also point to a local repository, using `HEAD` as a branch to preview the what's changed without the need of making a commit.

- 

- **Note:** I would need to move the repository under the `docs-fp-o` directory, because the builder won't see anything above.

- So I would need to create a `repositories` directory in `docs-fp-o` and copy my repository into it.

- 

- ```

- ...

-    - url: ./repositories/modularity

-      branches:

-        - HEAD

- ...

- ```

- 

- To build the whole site, I would run the following in the `docs-fp-o` directory.

- 

- ```

- $ ./build.sh && ./preview.sh

- ```

- 

file removed
-16
@@ -1,16 +0,0 @@ 

- # Name will be mostly visible in the URL. Treat it as an indentifier.

- # Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page)

- name: badges

- 

- # Title will be visible on the page. 

- title: Fedora Badges

- 

- # If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version.

- version: master

- 

- # We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. 

- start_page: ROOT:index

- 

- # This lists all the menu definitions of your component.

- nav:

- - modules/ROOT/nav.adoc

@@ -1,5244 +0,0 @@ 

- <?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:xlink="http://www.w3.org/1999/xlink"

-    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"

-    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

-    width="765"

-    height="990"

-    id="svg3395"

-    version="1.1"

-    inkscape:version="0.48.2 r9819"

-    sodipodi:docname="backgrounds.svg"

-    inkscape:export-filename="/Users/riecatnor/Desktop/BADGES/backgrounds.png"

-    inkscape:export-xdpi="300"

-    inkscape:export-ydpi="300">

-   <defs

-      id="defs3397">

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6268"

-        id="pattern31438"

-        patternTransform="matrix(1.7578645,0,0,1.7578645,-1727.0506,-123.40208)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6609-7"

-        id="pattern47733"

-        patternTransform="matrix(1.8285663,0,0,1.8285663,-1572.5744,265.19412)" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-5">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-4" />

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5981">

-       <stop

-          style="stop-color:#e3e599;stop-opacity:1;"

-          offset="0"

-          id="stop5983" />

-       <stop

-          style="stop-color:#f1f497;stop-opacity:1"

-          offset="1"

-          id="stop5985" />

-     </linearGradient>

-     <radialGradient

-        r="32.499802"

-        fy="1777.5768"

-        fx="1046.8716"

-        cy="1777.5768"

-        cx="1046.8716"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        gradientUnits="userSpaceOnUse"

-        id="radialGradient10008"

-        xlink:href="#linearGradient4123"

-        inkscape:collect="always" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4123">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1"

-          offset="0"

-          id="stop4125" />

-       <stop

-          id="stop4155"

-          offset="0.5"

-          style="stop-color:#eeb25a;stop-opacity:1" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath4103">

-       <path

-          style="fill:url(#linearGradient4107);fill-opacity:1;stroke:none"

-          id="path4105"

-          d="m 1080.9996,1774.5015 c 0,-17.9499 -14.5505,-32.5015 -32.4999,-32.5015 -17.941,0 -32.4858,14.5396 -32.4988,32.4786 l -9e-4,-9e-4 0,25.1509 9e-4,9e-4 c 0.01,4.073 3.3129,7.3705 7.3885,7.3705 0.011,0 0.023,-9e-4 0.035,-9e-4 l 0,9e-4 25.0858,0 0,0 c 17.9462,-0.01 32.4894,-14.5537 32.4894,-32.4985 z"

-          inkscape:connector-curvature="0"

-          clip-path="none" />

-     </clipPath>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-4">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-8" />

-     </filter>

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6259"

-        id="pattern6268"

-        patternTransform="translate(-722.21719,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6356"

-        id="pattern6259"

-        patternTransform="translate(-722,2924)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6352"

-        id="pattern6356"

-        patternTransform="translate(-722,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6176"

-        id="pattern6352"

-        patternTransform="translate(-902,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern4998"

-        id="pattern6176"

-        patternTransform="translate(-902,2844)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8888"

-        id="pattern4998"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8884"

-        id="pattern8888"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8791"

-        id="pattern8884"

-        patternTransform="translate(-904,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8787"

-        id="pattern8791"

-        patternTransform="translate(-724,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8783"

-        id="pattern8787"

-        patternTransform="translate(-536,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8775"

-        id="pattern8783"

-        patternTransform="translate(-360,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#Wavywhite"

-        id="pattern8775"

-        patternTransform="translate(-180,0)" />

-     <pattern

-        inkscape:stockid="Wavy white"

-        id="Wavywhite"

-        height="5.1805778"

-        width="30.066020"

-        patternUnits="userSpaceOnUse"

-        inkscape:collect="always">

-       <path

-          id="path8532"

-          d="M 7.597,0.061 C 5.079,-0.187 2.656,0.302 -0.01,1.788 L -0.01,3.061 C 2.773,1.431 5.173,1.052 7.472,1.280 C 9.770,1.508 11.969,2.361 14.253,3.218 C 18.820,4.931 23.804,6.676 30.066,3.061 L 30.062,1.788 C 23.622,5.497 19.246,3.770 14.691,2.061 C 12.413,1.207 10.115,0.311 7.597,0.061 z "

-          style="fill:white;stroke:none;" />

-     </pattern>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-3-47-5-4-5-2-4">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-2-5-37-01-5-5-6" />

-     </filter>

-     <linearGradient

-        id="linearGradient9729-8-86-8-4-2-2">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop9731-9-7-1-0-3-0" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop9733-8-1-49-6-9-9" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient26427">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop26429" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop26431" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12302-0-4-9-8-4-0"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12304-3-9-0-6-6-0"

-          in="SourceAlpha"

-          stdDeviation="4.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12306-9-7-23-3-2-9"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset12308-7-3-5-9-3-2"

-          in="bluralpha"

-          dx="0"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12310-05-1-9-3-7-6">

-         <feMergeNode

-            id="feMergeNode12312-4-0-01-6-9-7"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12314-7-2-3-8-4-7"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect25895-4-3-6-1-7-6"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect25882-7-7-9-9-8-8"

-        effect="spiro" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect25882-3-6-18-0-9-8-3"

-        effect="spiro" />

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12964-6-9-4-1-0-9"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12966-3-37-0-5-2-4"

-          in="SourceAlpha"

-          stdDeviation="0.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12968-9-4-2-3-4-9"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 0.85 0 " />

-       <feOffset

-          id="feOffset12970-7-8-4-8-2-6"

-          in="bluralpha"

-          dx="-2"

-          dy="-1"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12972-9-0-41-2-8-5">

-         <feMergeNode

-            id="feMergeNode12974-4-4-9-8-1-8"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12976-2-0-0-1-0-9"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient30803-2">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop30805-8" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop30807-5" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient30140-3-1-5">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop30142-0-9-2" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop30144-8-1-4" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient16298"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <linearGradient

-        id="linearGradient4123-8-9">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop4125-6-9" />

-       <stop

-          id="stop4155-5-2"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-3-7" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath16933">

-       <path

-          style="fill:none;stroke:none;display:inline"

-          id="path16935"

-          d="m 1089.3409,1795.1414 c 0,-16.7572 -13.5836,-30.3419 -30.3402,-30.3419 -16.7489,0 -30.3272,13.5735 -30.3393,30.3205 l -9e-4,-9e-4 0,23.4796 9e-4,10e-4 c 0.01,3.8024 3.0927,6.8807 6.8975,6.8807 0.01,0 0.021,-9e-4 0.033,-9e-4 l 0,9e-4 23.4189,0 0,0 c 16.7518,-0.01 30.3287,-13.5865 30.3287,-30.3389 z"

-          inkscape:connector-curvature="0"

-          clip-path="none" />

-     </clipPath>

-     <linearGradient

-        id="linearGradient27331">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27333" />

-       <stop

-          id="stop27335"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27337" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27340">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27342" />

-       <stop

-          id="stop27344"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27346" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27349">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27351" />

-       <stop

-          id="stop27353"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27355" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27358">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27360" />

-       <stop

-          id="stop27362"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27364" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27367">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27369" />

-       <stop

-          id="stop27371"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27373" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27376">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27378" />

-       <stop

-          id="stop27380"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27382" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27385">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27387" />

-       <stop

-          id="stop27389"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27391" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27394">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27396" />

-       <stop

-          id="stop27398"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27400" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27403">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27405" />

-       <stop

-          id="stop27407"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27409" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27412">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27414" />

-       <stop

-          id="stop27416"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27418" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27421">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27423" />

-       <stop

-          id="stop27425"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27427" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27430">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27432" />

-       <stop

-          id="stop27434"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27436" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient15857">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop15859" />

-       <stop

-          id="stop15867"

-          offset="0.5"

-          style="stop-color:#71d2ed;stop-opacity:1;" />

-       <stop

-          style="stop-color:#00c7ff;stop-opacity:1;"

-          offset="1"

-          id="stop15861" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-3-53-2">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-8-7-5" />

-     </filter>

-     <radialGradient

-        r="25.477135"

-        fy="-158.79947"

-        fx="431.35889"

-        cy="-158.79947"

-        cx="431.35889"

-        gradientTransform="matrix(2.9583665,0,0,2.9583624,-1185.1921,555.26329)"

-        gradientUnits="userSpaceOnUse"

-        id="radialGradient17312"

-        xlink:href="#linearGradient15857-6"

-        inkscape:collect="always" />

-     <linearGradient

-        id="linearGradient15857-6">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop15859-8" />

-       <stop

-          id="stop15867-7"

-          offset="0.5"

-          style="stop-color:#71d2ed;stop-opacity:1;" />

-       <stop

-          style="stop-color:#00c7ff;stop-opacity:1;"

-          offset="1"

-          id="stop15861-5" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient27893"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <filter

-        id="filter6605"

-        inkscape:label="Drop shadow"

-        inkscape:menu="Blurs"

-        inkscape:menu-tooltip="Blur the contents of objects, preserving the outline"

-        color-interpolation-filters="sRGB"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feColorMatrix

-          id="feColorMatrix6607"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7" />

-       <feGaussianBlur

-          id="feGaussianBlur6609"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6611"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6613"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix6659" />

-       <feColorMatrix

-          id="feColorMatrix6661"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7"

-          in="fbSourceGraphic" />

-       <feGaussianBlur

-          id="feGaussianBlur6663"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6665"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6667"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix7823" />

-       <feGaussianBlur

-          id="feGaussianBlur7825"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix7827"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset7829"

-          in="bluralpha"

-          dx="1.5"

-          dy="-1.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge7831">

-         <feMergeNode

-            id="feMergeNode7833"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode7835"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        id="filter6595"

-        inkscape:label="Drop shadow"

-        inkscape:menu="Blurs"

-        inkscape:menu-tooltip="Blur the contents of objects, preserving the outline"

-        color-interpolation-filters="sRGB"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feColorMatrix

-          id="feColorMatrix6597"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7" />

-       <feGaussianBlur

-          id="feGaussianBlur6599"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6601"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6603"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix6669" />

-       <feColorMatrix

-          id="feColorMatrix6671"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7"

-          in="fbSourceGraphic" />

-       <feGaussianBlur

-          id="feGaussianBlur6673"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6675"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6677"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix7837" />

-       <feGaussianBlur

-          id="feGaussianBlur7839"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix7841"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset7843"

-          in="bluralpha"

-          dx="1.5"

-          dy="-1.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge7845">

-         <feMergeNode

-            id="feMergeNode7847"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode7849"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        id="filter6615"

-        inkscape:label="Drop shadow"

-        inkscape:menu="Blurs"

-        inkscape:menu-tooltip="Blur the contents of objects, preserving the outline"

-        color-interpolation-filters="sRGB"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feColorMatrix

-          id="feColorMatrix6617"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7" />

-       <feGaussianBlur

-          id="feGaussianBlur6619"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6621"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6623"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix6679" />

-       <feColorMatrix

-          id="feColorMatrix6681"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7"

-          in="fbSourceGraphic" />

-       <feGaussianBlur

-          id="feGaussianBlur6683"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6685"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6687"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix7851" />

-       <feGaussianBlur

-          id="feGaussianBlur7853"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix7855"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset7857"

-          in="bluralpha"

-          dx="1.5"

-          dy="-1.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge7859">

-         <feMergeNode

-            id="feMergeNode7861"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode7863"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient4976">

-       <stop

-          style="stop-color:#79db32;stop-opacity:1;"

-          offset="0"

-          id="stop4978" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop4980" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient5201">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="0"

-          id="stop5203" />

-       <stop

-          id="stop5209"

-          offset="0.73386818"

-          style="stop-color:#ffffff;stop-opacity:0.779661;" />

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:0;"

-          offset="1"

-          id="stop5205" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath4738">

-       <path

-          sodipodi:type="arc"

-          style="fill:#eff0f1;fill-opacity:1;fill-rule:nonzero;stroke:#4c4c4c;stroke-opacity:1;display:inline"

-          id="path4740"

-          sodipodi:cx="350.08929"

-          sodipodi:cy="319.77289"

-          sodipodi:rx="6.6964288"

-          sodipodi:ry="6.6964288"

-          d="m 356.78572,319.77289 a 6.6964288,6.6964288 0 1 1 -13.39285,0 6.6964288,6.6964288 0 1 1 13.39285,0 z"

-          transform="matrix(2.5292128,1.860414,-1.860414,2.5292128,221.80276,-811.86155)" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7098-7">

-       <path

-          style="opacity:0.33399999;fill:url(#pattern7102);fill-opacity:1;stroke:#50a1af;stroke-width:2.5045166"

-          id="path7100-7"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7092-0">

-       <path

-          style="opacity:0.33399999;fill:#82bac3;fill-opacity:1;stroke:none"

-          id="path7094-2"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <linearGradient

-        id="linearGradient5329">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1;"

-          offset="0"

-          id="stop5331" />

-       <stop

-          style="stop-color:#f8ff3c;stop-opacity:1;"

-          offset="1"

-          id="stop5333" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient4770">

-       <stop

-          style="stop-color:#000000;stop-opacity:1;"

-          offset="0"

-          id="stop4772" />

-       <stop

-          id="stop4894"

-          offset="0.28839085"

-          style="stop-color:#142039;stop-opacity:1;" />

-       <stop

-          id="stop4778"

-          offset="0.49761793"

-          style="stop-color:#3c6eb4;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0.72108096"

-          id="stop4892" />

-       <stop

-          id="stop4900"

-          offset="0.95970011"

-          style="stop-color:#3c6eb4;stop-opacity:1;" />

-       <stop

-          style="stop-color:#000000;stop-opacity:1;"

-          offset="1"

-          id="stop4774" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5" />

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622" />

-     </filter>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4213"

-        id="radialGradient6245"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-0.7923109,1.2423154,-0.84313201,-0.53771815,1490.2863,2007.501)"

-        cx="157.5"

-        cy="1432.75"

-        fx="157.5"

-        fy="1432.75"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4213">

-       <stop

-          style="stop-color:#5b7ec4;stop-opacity:1"

-          offset="0"

-          id="stop4215" />

-       <stop

-          style="stop-color:#294172;stop-opacity:1"

-          offset="1"

-          id="stop4217" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6998"

-        id="radialGradient7012"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.196206,0.08284147,-0.07438773,1.0741365,-351.04911,-148.62391)"

-        cx="505.83502"

-        cy="1467.4396"

-        fx="505.83502"

-        fy="1467.4396"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient6998">

-       <stop

-          style="stop-color:#95ddff;stop-opacity:1;"

-          offset="0"

-          id="stop7000" />

-       <stop

-          style="stop-color:#95ddff;stop-opacity:0;"

-          offset="1"

-          id="stop7002" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath6445">

-       <path

-          style="fill:url(#radialGradient6449);fill-opacity:1;stroke:none"

-          id="path6447"

-          d="m 350.16059,1439.7027 c 0,-14.2416 -11.54442,-25.7868 -25.78554,-25.7868 -14.23446,0 -25.77436,11.5357 -25.78468,25.7686 l -7.1e-4,-7e-4 0,19.9548 7.1e-4,7e-4 c 0.008,3.2316 2.62847,5.8478 5.86207,5.8478 0.009,0 0.0182,-7e-4 0.0278,-7e-4 l 0,7e-4 19.90317,0 0,0 c 14.23855,-0.01 25.77718,-11.547 25.77718,-25.7844 z"

-          inkscape:connector-curvature="0" />

-     </clipPath>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6431"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect6441"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6994"

-        is_visible="true" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5731"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4123-3">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1"

-          offset="0"

-          id="stop4125-8" />

-       <stop

-          id="stop4155-9"

-          offset="0.5"

-          style="stop-color:#eeb25a;stop-opacity:1" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-6" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5733"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5735"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5737"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5739"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5741"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5743"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5745"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5747"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5749"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5751"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5753"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        r="32.499802"

-        fy="1777.5768"

-        fx="1046.8716"

-        cy="1777.5768"

-        cx="1046.8716"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        gradientUnits="userSpaceOnUse"

-        id="radialGradient40317"

-        xlink:href="#linearGradient4123-3"

-        inkscape:collect="always" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-2">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-4" />

-     </filter>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath19602">

-       <path

-          style="fill:url(#linearGradient19606);fill-opacity:1;stroke:none;display:inline"

-          id="path19604"

-          d="m 555.93209,631.9693 c 0,-18.53822 -15.02745,-33.56675 -33.56508,-33.56675 -18.52903,0 -33.55054,15.01613 -33.56397,33.5431 l -9.3e-4,-9.3e-4 0,25.97524 9.3e-4,7.7e-4 c 0.0103,4.20652 3.42152,7.61208 7.63066,7.61208 0.0103,0 0.0243,-7.7e-4 0.0359,-7.7e-4 l 0.002,7.7e-4 25.90808,0 0,0 c 18.53229,-0.0103 33.55218,-15.0307 33.55218,-33.56365 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7098-7-7">

-       <path

-          style="opacity:0.33399999;fill:url(#pattern7102);fill-opacity:1;stroke:#50a1af;stroke-width:2.5045166"

-          id="path7100-7-1"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7092-0-1">

-       <path

-          style="opacity:0.33399999;fill:#82bac3;fill-opacity:1;stroke:none"

-          id="path7094-2-8"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern7949-6"

-        id="pattern6609-7"

-        patternTransform="matrix(1.0333642,0,0,1.0333642,-1038.0162,-107.22174)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6270-5"

-        id="pattern7949-6"

-        patternTransform="translate(-544,3146)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6259-5"

-        id="pattern6270-5"

-        patternTransform="translate(-724,3146)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6356-6"

-        id="pattern6259-5"

-        patternTransform="translate(-722,2924)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6352-3"

-        id="pattern6356-6"

-        patternTransform="translate(-722,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6176-4"

-        id="pattern6352-3"

-        patternTransform="translate(-902,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern4998-8"

-        id="pattern6176-4"

-        patternTransform="translate(-902,2844)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8888-6"

-        id="pattern4998-8"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8884-7"

-        id="pattern8888-6"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8791-0"

-        id="pattern8884-7"

-        patternTransform="translate(-904,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8787-2"

-        id="pattern8791-0"

-        patternTransform="translate(-724,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8783-1"

-        id="pattern8787-2"

-        patternTransform="translate(-536,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8775-5"

-        id="pattern8783-1"

-        patternTransform="translate(-360,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#Wavywhite-9"

-        id="pattern8775-5"

-        patternTransform="translate(-180,0)" />

-     <pattern

-        inkscape:stockid="Wavy white"

-        id="Wavywhite-9"

-        height="5.1805778"

-        width="30.066020"

-        patternUnits="userSpaceOnUse"

-        inkscape:collect="always">

-       <path

-          id="path8532-9"

-          d="M 7.597,0.061 C 5.079,-0.187 2.656,0.302 -0.01,1.788 L -0.01,3.061 C 2.773,1.431 5.173,1.052 7.472,1.280 C 9.770,1.508 11.969,2.361 14.253,3.218 C 18.820,4.931 23.804,6.676 30.066,3.061 L 30.062,1.788 C 23.622,5.497 19.246,3.770 14.691,2.061 C 12.413,1.207 10.115,0.311 7.597,0.061 z "

-          style="fill:white;stroke:none;" />

-     </pattern>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient2313-0">

-       <stop

-          style="stop-color:#c0ee9d;stop-opacity:1;"

-          offset="0"

-          id="stop2315-6" />

-       <stop

-          style="stop-color:#ddf6cb;stop-opacity:1"

-          offset="1"

-          id="stop2317-5" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient3336-8">

-       <stop

-          style="stop-color:#d1d3d4;stop-opacity:1;"

-          offset="0"

-          id="stop3338-1" />

-       <stop

-          style="stop-color:#e7e8e9;stop-opacity:1"

-          offset="1"

-          id="stop3340-2" />