portosaurus 3.0.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/README.md +26 -126
  2. package/bin/portosaurus.mjs +8 -0
  3. package/package.json +6 -3
  4. package/src/assets/img/icon.png +0 -0
  5. package/src/assets/img/{icon.svg → svg/icon.svg} +35 -37
  6. package/src/assets/img/svg/project-blank.svg +140 -0
  7. package/src/assets/sample-resume.pdf +0 -0
  8. package/src/cli/build.mjs +2 -5
  9. package/src/cli/dev.mjs +27 -5
  10. package/src/cli/init.mjs +7 -14
  11. package/src/cli/schema.mjs +211 -0
  12. package/src/core/buildDocuConfig.mjs +306 -191
  13. package/src/core/constants.mjs +7 -1
  14. package/src/template/config.yml +150 -0
  15. package/src/template/notes/welcome.mdx +6 -0
  16. package/src/template/package.json +3 -3
  17. package/src/theme/MDXComponents.js +0 -1
  18. package/src/theme/components/AboutSection/index.js +32 -17
  19. package/src/theme/components/AboutSection/styles.module.css +151 -344
  20. package/src/theme/components/ContactSection/index.js +23 -14
  21. package/src/theme/components/ContactSection/styles.module.css +19 -8
  22. package/src/theme/components/ExperienceSection/index.js +12 -5
  23. package/src/theme/components/HeroSection/index.js +4 -3
  24. package/src/theme/components/HeroSection/styles.module.css +17 -16
  25. package/src/theme/components/NavArrow/index.js +114 -0
  26. package/src/theme/components/NavArrow/styles.module.css +107 -0
  27. package/src/theme/components/NoteIndex/index.js +66 -95
  28. package/src/theme/components/NoteIndex/styles.module.css +85 -89
  29. package/src/theme/components/Preview/components/FeedbackStates.js +3 -1
  30. package/src/theme/components/Preview/components/PreviewContent.js +91 -0
  31. package/src/theme/components/Preview/components/PreviewHeader.js +41 -33
  32. package/src/theme/components/Preview/components/Triggers/Pv.js +129 -72
  33. package/src/theme/components/Preview/components/ViewerWindow.js +198 -234
  34. package/src/theme/components/Preview/hooks/useAdaptiveSizing.js +115 -0
  35. package/src/theme/components/Preview/hooks/useDeepLinkHash.js +18 -23
  36. package/src/theme/components/Preview/hooks/useDockLayout.js +48 -8
  37. package/src/theme/components/Preview/hooks/useTouchZoom.js +118 -0
  38. package/src/theme/components/Preview/renderers/CodeRenderer.js +64 -25
  39. package/src/theme/components/Preview/state/index.js +70 -17
  40. package/src/theme/components/Preview/styles.module.css +181 -45
  41. package/src/theme/components/Preview/utils/index.js +11 -10
  42. package/src/theme/components/ProjectsSection/index.js +138 -148
  43. package/src/theme/components/ProjectsSection/styles.module.css +178 -112
  44. package/src/theme/components/SocialLinks/index.js +9 -7
  45. package/src/theme/components/Tooltip/index.js +31 -20
  46. package/src/theme/components/Tooltip/styles.module.css +101 -38
  47. package/src/theme/config/iconMappings.js +2 -0
  48. package/src/theme/css/custom.css +72 -0
  49. package/src/theme/hooks/useScrollReveal.js +30 -0
  50. package/src/theme/pages/index.js +7 -27
  51. package/src/theme/pages/notes.js +2 -2
  52. package/src/theme/pages/tasks.js +12 -11
  53. package/src/utils/cliUtils.mjs +23 -51
  54. package/src/utils/configUtils.mjs +95 -84
  55. package/src/utils/systemUtils.mjs +171 -0
  56. package/src/template/config.js +0 -68
  57. package/src/theme/components/ScrollToTop/index.js +0 -95
  58. package/src/theme/components/ScrollToTop/styles.module.css +0 -97
  59. package/src/theme/config/metaTags.js +0 -21
  60. /package/src/template/{.nojekyll → static/.nojekyll} +0 -0
package/README.md CHANGED
@@ -1,145 +1,45 @@
1
1
  <div align="center">
2
- <img src="./src/assets/img/icon.svg" width=150>
2
+ <img src="./src/assets/img/svg/icon.svg" width=110>
3
3
  <h1>Portosaurus</h1>
4
4
  <p>Complete portfolio cum personal website solution for your digital personality.</p>
5
+ <br />
5
6
  </div>
6
7
 
7
- <br/>
8
-
9
8
  ## 🧩 Features
10
9
 
11
- - **📝 Full-featured Portfolio Site** — Showcase your work, skills, experience, social identity.
12
- - **🎨 Beautiful UI** — Responsive design with Catppuccin color scheme.
13
- - **🛠️ Highly Configurable** — Extensive customization options in a central config file
14
- - **🖼️ Project Showcase** — Interactive project cards with support for featured projects, project status badges, and tags
15
- - **📚 Knowledge Base** — Integrated notes vault with many usefull utilities
16
- - **✏️ Blog Platform** — Built-in blogging platform.
17
- - **📋 Task Tracking** — Track your plans with priority levels and completion status
18
- - **🔍 Powerful Search** — Integrated search functionality for notes and blog content
19
- - **📱 Mobile-Friendly** — Fully responsive design works on all devices
20
-
21
- <br/>
22
-
23
- ## � Getting Started
24
-
25
- ### 1. Create a New Project
26
-
27
- Run the initialization command to set up your portfolio:
28
-
29
- ```bash
30
- # With Bun
31
- bunx portosaurus init my-portfolio
32
-
33
- # with npm
34
- npx portosaurus init my-portfolio
35
- ```
36
-
37
- **Options:**
10
+ - **👨‍💻 Fully Featured Portfolio** — Showcase yourself, your projects, skills, experience & social identity.
11
+ - **📚 Knowledge Base** — Never forget a thing. Build your digital second brain with integrated notes vault.
12
+ - **📝 Blog Platform** — Share your journey in blog that's easy to write & beautiful to read.
13
+ - **📋 Task Tracking** — Track your plans with priority levels & completion status.
14
+ - **📱 Mobile Optimized** — Adapts seamlessly on all devices, from desktop to mobiles.
15
+ - **🛠️ Highly Configurable** — Extensive customization options through a central, logic-less config.
38
16
 
39
- - `-ngh, --no-github-pages`: Skip setting up GitHub Actions workflow for deployment.
40
- - `-ni, --no-install`: Skip automatic dependency installation.
17
+ ## Quick Start
41
18
 
42
- ### 2. Start Development Server
43
-
44
- Navigate to your project and start the development server:
19
+ Get your portfolio up and running in seconds:
45
20
 
46
21
  ```bash
47
- cd my-portfolio
48
-
49
- # With Bun
50
- bun run dev
22
+ # Initialize a new project
23
+ bunx portosaurus@latest init my-site # or: npx portosaurus@latest init my-site
51
24
 
52
- # With npm
53
- npm run dev
25
+ # Start development
26
+ cd my-site
27
+ bun run dev # or: npm run dev
54
28
  ```
55
29
 
56
- Your site will be available at `http://localhost:3000`.
57
-
58
- ### 3. Build & Deploy
59
-
60
- #### GitHub Pages
61
-
62
- 1. Create a repository on GitHub named `yourUsername.github.io`.
63
- 2. Go to the repo's `Settings` > `Pages` > `Build and deployment` > `Source` > **`GitHub Actions`**.
64
- 3. Push your code:
65
- ```bash
66
- git remote add origin https://github.com/yourUsername/yourUsername.github.io.git
67
- git branch -M main
68
- git push -u origin main
69
- ```
30
+ ## Configuration
70
31
 
71
- #### Other Providers
32
+ For full installation, configuration guide, CLI reference, visit the **[Documentation](https://soymadip.github.io/portosaurus/)**.
72
33
 
73
- A portosaurus project can be deployed to any static hosting provider like:
34
+ ## Credits
74
35
 
75
- - Cloudflare Pages
76
- - Netlify
77
- - Vercel
78
-
79
- To generate the static site for production:
80
-
81
- ```bash
82
- # With Bun
83
- bun run build
84
-
85
- # With npm
86
- npm run build
87
- ```
88
-
89
- The output will be in the `build/` directory.
90
-
91
- To preview the production build locally:
92
-
93
- ```bash
94
- # With Bun
95
- bun run serve
96
-
97
- # With npm
98
- npm run serve
99
- ```
100
-
101
- <br>
102
-
103
- ## ⚙️ Configuration
104
-
105
- Portosaurus is configured via `config.js` in your project root.
106
-
107
- ```javascript
108
- module.exports = {
109
- usrConf: {
110
- hero_section: {
111
- title: "Your Name",
112
- description: "Software Engineer",
113
- // ...
114
- },
115
- // ...
116
- },
117
- };
118
- ```
119
-
120
- ## Development
121
-
122
- ### Setup Environment
123
-
124
- 0. Fork This Repo
125
- 1. Clone forked repo: `git clone https://github.com/yourUserName/portosaurus.git`
126
- 2. Install Mise, visit [official guide](https://mise.jdx.dev/installing-mise.html)
127
- 3. Install Dependencies: `mise install`
128
- 4. Make changes
129
- 5. Stage & commit: `mise commit`
130
- 6. Push Changes: `git push`
131
- 7. Open PR: `mise pr`
132
-
133
- <br>
36
+ - [Docusaurus](https://docusaurus.io/) - The core engine.
37
+ - [Catppuccin](https://github.com/catppuccin/catppuccin) - Color inspiration.
38
+ - [Hugo Profile](https://hugo-profile.netlify.app/) - Design inspiration.
39
+ - [VitePress](https://vitepress.dev) - Documentation site
134
40
 
135
- ## 📄 Credits
41
+ ---
136
42
 
137
- - [Docusaurus](https://docusaurus.io/) - The static site builder framework this is built upon.
138
- - [React](https://react.dev) - UI library for building the interactive components.
139
- - [React Icons](https://react-icons.github.io/) - Icon library used throughout the site.
140
- - Libraries listed in [package.json](./package.json) - Essential dependencies.
141
- - [Hugo Profile](https://hugo-profile.netlify.app/) - Design inspiration.
142
- - [Catppuccin](https://github.com/catppuccin/catppuccin) - Color scheme that inspired the site's palette.
143
- - [Deepseek R1](https://www.deepseek.com/) hosted using [Ollama](https://ollama.com/library/deepseek-r1) - prism.js theme & project card component.
144
- - [Inkscape](https://inkscape.org/) - Icon drawing.
145
- - Countless Internet forum posts - Filling me with information.
43
+ <div align="center">
44
+ Built with 🦖 by <a href="https://github.com/soymadip">soymadip</a>
45
+ </div>
@@ -9,6 +9,7 @@ import { initCommand } from "../src/cli/init.mjs";
9
9
  import { devCommand } from "../src/cli/dev.mjs";
10
10
  import { buildCommand } from "../src/cli/build.mjs";
11
11
  import { serveCommand } from "../src/cli/serve.mjs";
12
+ import { schemaCommand } from "../src/cli/schema.mjs";
12
13
 
13
14
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
14
15
  const PortoRoot = path.resolve(__dirname, "..");
@@ -52,4 +53,11 @@ program
52
53
  .description("Serve the built static site locally")
53
54
  .action(serveCommand);
54
55
 
56
+ program
57
+ .command("schema", { hidden: true })
58
+ .description("Generate the configuration JSON schema")
59
+ .argument("[outputPath]", "Path to output the schema file")
60
+ .argument("[sourcePath]", "Path to the source file to scan")
61
+ .action(schemaCommand);
62
+
55
63
  program.parse();
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "portosaurus",
3
- "version": "3.0.1",
3
+ "description": "Complete portfolio cum personal website solution for your digital personality.",
4
+ "version": "4.0.0",
4
5
  "private": false,
5
- "homepage": "https://github.com/soymadip/portosaurus",
6
+ "homepage": "https://soymadip.github.io/portosaurus",
6
7
  "repository": {
7
8
  "type": "git",
8
9
  "url": "https://github.com/soymadip/portosaurus.git"
@@ -23,7 +24,8 @@
23
24
  "scripts": {
24
25
  "test": "bun test",
25
26
  "lint": "prettier --check .",
26
- "format": "prettier --write ."
27
+ "format": "prettier --write .",
28
+ "docs:schema": "$npm_execpath ./bin/portosaurus.mjs schema ./docs/public/configSchema.json"
27
29
  },
28
30
  "dependencies": {
29
31
  "@docusaurus/core": "^3.10.0",
@@ -36,6 +38,7 @@
36
38
  "consola": "^3.4.2",
37
39
  "favicons": "7.2.0",
38
40
  "framer-motion": "^12.38.0",
41
+ "js-yaml": "^4.1.1",
39
42
  "plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
40
43
  "prism-react-renderer": "^2.4.1",
41
44
  "react": "^18.0.0",
Binary file
@@ -2,24 +2,24 @@
2
2
  <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
3
 
4
4
  <svg
5
- version="1.1"
6
- id="svg1"
7
- width="495"
8
- height="504"
9
- viewBox="0 0 495 504"
10
- sodipodi:docname="icon.svg"
11
- inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
12
- xml:space="preserve"
13
- inkscape:export-filename="icon.png"
14
- inkscape:export-xdpi="99.636742"
15
- inkscape:export-ydpi="99.636742"
16
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
17
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
18
- xmlns="http://www.w3.org/2000/svg"
19
- xmlns:svg="http://www.w3.org/2000/svg"
20
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
21
- xmlns:cc="http://creativecommons.org/ns#"
22
- xmlns:dc="http://purl.org/dc/elements/1.1/"><title
5
+ version="1.1"
6
+ id="svg1"
7
+ width="495"
8
+ height="504"
9
+ viewBox="0 0 495 504"
10
+ sodipodi:docname="icon.svg"
11
+ inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
12
+ xml:space="preserve"
13
+ inkscape:export-filename="icon.png"
14
+ inkscape:export-xdpi="99.636742"
15
+ inkscape:export-ydpi="99.636742"
16
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
17
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
18
+ xmlns="http://www.w3.org/2000/svg"
19
+ xmlns:svg="http://www.w3.org/2000/svg"
20
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
21
+ xmlns:cc="http://creativecommons.org/ns#"
22
+ xmlns:dc="http://purl.org/dc/elements/1.1/"><title
23
23
  id="title9">portosaurus Icon</title><defs
24
24
  id="defs1"><inkscape:path-effect
25
25
  effect="mirror_symmetry"
@@ -60,36 +60,34 @@
60
60
  inkscape:pageopacity="0"
61
61
  inkscape:pagecheckerboard="0"
62
62
  inkscape:deskcolor="#2c2c2c"
63
- inkscape:zoom="1.1621107"
64
- inkscape:cx="166.50737"
65
- inkscape:cy="257.72071"
63
+ inkscape:zoom="1.5068264"
64
+ inkscape:cx="338.79152"
65
+ inkscape:cy="208.71681"
66
66
  inkscape:window-width="1908"
67
67
  inkscape:window-height="1035"
68
68
  inkscape:window-x="0"
69
69
  inkscape:window-y="0"
70
70
  inkscape:window-maximized="0"
71
- inkscape:current-layer="body"
71
+ inkscape:current-layer="browser-title-bar"
72
72
  showguides="true" /><g
73
73
  id="browser"
74
74
  inkscape:label="browser"
75
- transform="matrix(0.99535414,0,0,1,2.2644402,0)"><path
75
+ transform="matrix(0.99535414,0,0,1,2.2644402,0)"
76
+ style="display:none"><path
76
77
  id="browser-window"
77
78
  style="fill:#f8f7da;fill-opacity:1;stroke-width:1.02611"
78
79
  inkscape:label="window"
79
- d="M 60.221378,101.88605 H 486.35497 c 0,0 -0.0203,184.53222 0.007,279.72673 4.1e-4,1.44864 -1.54452,3.12865 -3.25041,3.12309 -18.42035,-0.06 -422.889772,0.007 -422.889772,0.007 z"
80
- sodipodi:nodetypes="ccsscc" /><g
80
+ d="M 60.221378,101.88605 H 486.35497 c 0,0 -0.88093,178.53632 0.007,273.72673 0.007,0.73076 -0.26144,2.02203 -1.10824,3.50195 -0.4393,0.76775 -1.49218,2.01053 -2.04997,2.46916 -0.75734,0.62272 -2.14854,1.60907 -2.93451,1.9936 -1.15771,0.5664 -2.93627,1.11574 -3.47832,1.11357 -18.42029,-0.0736 -416.569142,0.0518 -416.569142,0.0518 z"
81
+ sodipodi:nodetypes="ccssssscc" /><g
81
82
  id="browser-title-bar"
82
83
  inkscape:label="title-bar"
83
84
  transform="matrix(1.0021771,0,0,1,-0.15356685,0.0943586)"><path
84
85
  style="fill:#9cb9d2;stroke:none;stroke-width:1.00217"
85
- d="m 272.79935,99.071004 -8e-5,-37.14364 c 0,0 -207.916068,-0.239647 -207.977086,-0.233474 -1.543998,0.156189 -4.664941,2.579122 -4.665437,3.824616 l -0.0134,33.634687 z m 0.30454,0 8e-5,-37.14364 c 0,0 207.91607,-0.239647 207.97709,-0.233474 1.54399,0.156189 4.66494,2.579122 4.66543,3.824616 l 0.0134,33.634687 z"
86
+ d="m 272.79935,99.071004 -8e-5,-37.14364 c 0,0 -203.901743,-0.239647 -203.962762,-0.233474 -0.811227,0.08206 -3.147005,1.201766 -5.473922,3.252816 -2.154637,1.899195 -3.205572,3.980697 -3.205839,4.5718 l -0.0134,29.634687 z m 0.30454,0 8e-5,-37.14364 c 0,0 204.05417,-0.222771 204.11519,-0.216598 0.89866,0.09091 3.3553,0.939544 5.40856,2.550573 2.01303,1.579462 3.11857,4.399084 3.11877,4.919652 l 0.0134,29.972202 z"
86
87
  id="path146"
87
- sodipodi:nodetypes="ccsscc"
88
+ sodipodi:nodetypes="ccsssccccssccc"
88
89
  inkscape:label="bar"
89
- inkscape:path-effect="#path-effect1595"
90
- inkscape:original-d="m 272.79935,99.071004 -8e-5,-37.14364 c 0,0 -207.916068,-0.239647 -207.977086,-0.233474 -1.543998,0.156189 -4.664941,2.579122 -4.665437,3.824616 l -0.0134,33.634687 z"
91
- transform="matrix(0.99890783,0,0,1,0.13227889,0.33212117)"
92
- sodipodi:insensitive="true" /><g
90
+ transform="matrix(0.99890783,0,0,1,0.13227889,0.33212117)" /><g
93
91
  id="g1594"
94
92
  inkscape:label="close buttons"
95
93
  transform="translate(0,-0.92844841)"
@@ -120,8 +118,8 @@
120
118
  inkscape:label="body"><path
121
119
  id="black-border"
122
120
  style="display:inline;fill:#000000;fill-opacity:1;stroke-width:1.24118"
123
- d="m 402.55604,283.86104 c 2.00351,12.82834 -3.97827,18.95079 -12.51788,25.55667 -8.2791,6.40437 -6.53776,2.84944 -9.96109,10.83073 -5.42301,12.64343 -3.86615,28.16063 -10.3519,44.39262 -7.13236,17.85029 -13.50431,33.23841 -23.47927,47.16673 -1.8924,2.6424 -7.05163,18.41358 -7.13603,21.56151 -0.34343,12.80919 -2.64021,17.78159 -3.7789,26.38498 -1.559,11.77905 1.65539,15.73057 5.04977,20.68691 5.28658,7.71928 10.18074,11.71529 4.84895,13.23912 -12.08505,3.45392 -34.5002,4.13975 -46.40152,3.7571 -17.2751,-0.55542 -23.7365,-3.75748 -23.7365,-3.75748 -2.39077,-3.53772 1.52417,-7.97526 2.14206,-15.98034 0.26113,-3.38313 3.82843,-12.77623 0.95596,-14.75359 -1.72793,-1.18948 -10.33135,2.4604 -14.72445,3.34507 -10.49332,2.11311 -15.64436,3.10811 -23.44363,3.50188 -8.58328,0.43336 -22.21274,2.329 -25.27354,3.62007 -4.63847,1.95655 7.51312,13.26299 10.83521,16.80211 7.92099,8.43849 -9.9469,8.86913 -22.3455,9.24261 -12.65181,0.38111 -19.59657,0.30343 -24.38851,0.2908 -4.43331,-0.0117 -20.11354,-0.41533 -24.40386,-1.05247 -7.30511,-1.08485 -9.88972,-6.08594 -10.93058,-11.17924 -5.47098,-26.77136 -4.74434,-22.59215 -6.52587,-30.13126 -2.84204,-12.02704 -1.68306,-18.15479 -12.02498,-18.6852 0,0 -15.48229,-1.84428 -20.28134,-2.24803 -8.619037,-0.72513 -22.952676,-4.19721 -33.067709,-8.36877 C 63.88593,424.89604 49.755247,419.44858 44.22581,415.79982 37.367341,411.27405 27.936058,402.50701 23.128126,396.99957 7.6701979,379.29265 3.2432844,363.35836 1.7214692,353.83673 c -1.44352907,-9.03181 -2.39917434,-15.02894 -0.474573,-17.235 1.8576162,-2.12928 3.5456218,-0.67969 7.5450644,1.40889 3.5507574,1.85427 16.6126264,11.32804 19.7366664,14.17884 9.267508,8.45696 15.833569,10.01169 20.340314,11.6803 1.147244,0.42476 3.510521,0.8173 5.599696,-0.15819 2.873092,-1.34153 5.620611,-4.40613 7.541082,-5.68478 4.481262,-2.98363 9.003145,-3.2018 9.003145,-3.2018 3.104252,-0.67802 9.883937,0.20084 12.142973,1.58616 8.951498,5.48936 8.720621,9.54846 11.352577,9.89351 9.221476,1.20894 13.371606,-3.93877 21.795856,-6.12168 2.10062,-0.54431 2.04525,5.27882 3.46305,4.64229 4.60504,-2.06745 8.11467,-13.15713 8.82423,-15.01865 0.61996,-1.62646 0.0655,-1.64186 -1.88049,-5.90843 -1.63246,-3.57923 -2.2981,-4.95423 -3.04265,-9.20889 -0.43673,-2.49569 -0.6549,-7.71946 0.39972,-10.22712 1.12288,-2.66996 3.68081,-8.10404 9.0308,-9.93821 5.71441,-1.9591 10.73845,-3.48372 11.82447,-4.51534 1.49592,-1.42099 2.93318,-2.79362 2.93318,-2.79362 1.74293,-1.60177 4.97683,-7.7234 7.14168,-11.71981 2.47838,-4.5752 5.94686,-7.63177 8.64593,-13.39035 0.81087,-1.73003 0.93154,-3.539 0.96282,-5.08519 0.0342,-1.68758 0.19823,-5.13223 0.48557,-6.92827 0.85971,-5.37367 1.27094,-5.81646 2.15381,-8.00057 0.91874,-2.27284 2.80718,-3.90202 4.86683,-5.62386 2.65057,-2.21585 8.54924,-3.16053 10.79718,-3.28946 2.58473,-0.14823 5.05642,0.42223 10.2923,1.2353 2.73653,0.42495 4.78591,-1.01468 7.14837,-1.93823 4.05359,-1.58466 7.93126,-3.42314 9.85206,-4.52862 2.67178,-1.5377 7.25146,-3.67741 10.07877,-5.7975 1.2165,-0.91221 3.42158,-2.60974 4.17546,-3.49985 1.05374,-1.24417 1.48508,-2.83124 2.19289,-4.51808 2.00089,-4.76847 3.75914,-13.89262 8.11509,-16.03595 7.99473,-3.93376 16.16364,-5.10849 23.22095,-6.72511 7.64295,-1.75079 13.19693,-3.77501 18.45895,-5.82621 22.38008,-8.72401 8.9097,-7.089 -7.35483,-5.33514 -7.55862,0.81507 -17.1932,0.79295 -21.23719,0.70417 -16.19656,-0.35557 -45.32953,0.81804 -54.85246,-1.3117 -15.89175,-3.55408 -18.30591,-7.41385 -23.51387,-14.27837 -4.53787,-5.98127 -6.26129,-16.40993 -6.26129,-16.40993 0.30636,-0.41693 -11.26907,-1.78935 -14.52028,-5.1509 -5.4774,-5.66328 -8.01375,-15.15023 -9.45984,-22.74834 -3.95418,-20.77631 -6.99516,-40.56164 -6.99516,-40.56164 -1.19916,-31.810074 9.12356,-41.014971 9.12356,-41.014971 18.38329,-18.410928 30.11746,-20.751299 60.07971,-30.433356 19.79496,-6.396581 26.96245,-8.11905 45.15914,-11.304409 1.8446,-0.3229 -12.82257,24.671231 -9.54805,21.775816 14.0779,-12.448042 21.5417,-18.81202 34.02787,-25.850386 7.29463,-4.1119312 18.84851,-7.6953797 30.40734,-7.2853981 9.39906,0.3333765 27.76159,5.2197761 36.06783,11.4297231 2.28915,1.711419 7.87827,1.46378 14.6268,0.920051 8.22994,-0.663087 15.71072,7.3449 16.15388,10.926519 1.35529,10.953555 -1.53107,15.730539 -1.53107,15.730539 -1.06894,3.159543 -3.01504,8.214203 -2.61948,9.675973 2.32493,8.591753 3.68928,14.144828 5.04536,22.34093 1.72921,10.451242 2.58857,12.649026 5.89562,15.283377 2.66143,2.120057 5.04597,3.782164 7.30257,5.735615 4.07649,3.528847 6.3988,7.511727 6.78415,11.166947 0.83665,7.93586 -0.44445,12.10397 -5.85381,17.34061 -4.74586,4.59433 -7.9192,6.79693 -8.14495,8.14193 -0.59101,3.52113 -0.61357,3.19587 -0.37893,6.73728 0.42062,6.34823 0.58054,12.64317 0.63881,18.61533 0.1007,10.32017 1.07272,9.1776 2.36569,13.34759 0.65084,2.09903 2.65116,3.81153 4.815,5.31321 2.20662,1.53138 6.5287,5.06711 8.3211,6.90101 0.92712,0.94859 5.62166,7.38391 4.45402,12.66871 -2.36476,10.70311 -6.68294,13.0633 -12.0472,16.19109 -4.92806,2.87346 -4.10917,4.03028 -4.35444,8.06733 -0.18579,3.058 -0.11996,5.78646 0.20068,8.91326 0.64306,6.27087 1.17604,11.70863 1.45053,16.01503 0.40118,6.29402 0.28207,8.829 0.38833,9.25221 1.10149,4.38697 4.47255,5.98768 7.98806,9.13027 3.62497,3.24043 12.77788,13.13356 13.4876,17.67781 z"
124
- sodipodi:nodetypes="sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscsssssssssssssssssssssssssssssssss"
121
+ d="m 402.55604,283.86104 c 2.00351,12.82834 -3.97827,18.95079 -12.51788,25.55667 -8.2791,6.40437 -6.53776,2.84944 -9.96109,10.83073 -5.42301,12.64343 -3.86615,28.16063 -10.3519,44.39262 -7.13236,17.85029 -13.50431,33.23841 -23.47927,47.16673 -1.8924,2.6424 -7.05163,18.41358 -7.13603,21.56151 -0.34343,12.80919 -2.64021,17.78159 -3.7789,26.38498 -1.559,11.77905 1.65539,15.73057 5.04977,20.68691 5.28658,7.71928 10.18074,11.71529 4.84895,13.23912 -12.08505,3.45392 -34.5002,4.13975 -46.40152,3.7571 -17.2751,-0.55542 -23.7365,-3.75748 -23.7365,-3.75748 -2.39077,-3.53772 1.52417,-7.97526 2.14206,-15.98034 0.26113,-3.38313 3.82843,-12.77623 0.95596,-14.75359 -1.72793,-1.18948 -10.33135,2.4604 -14.72445,3.34507 -10.49332,2.11311 -15.64436,3.10811 -23.44363,3.50188 -8.58328,0.43336 -22.21274,2.329 -25.27354,3.62007 -4.63847,1.95655 7.51312,13.26299 10.83521,16.80211 7.92099,8.43849 -9.9469,8.86913 -22.3455,9.24261 -12.65181,0.38111 -19.59657,0.30343 -24.38851,0.2908 -4.43331,-0.0117 -20.11354,-0.41533 -24.40386,-1.05247 -7.30511,-1.08485 -9.88972,-6.08594 -10.93058,-11.17924 -5.47098,-26.77136 -4.74434,-22.59215 -6.52587,-30.13126 -2.84204,-12.02704 -1.68306,-18.15479 -12.02498,-18.6852 0,0 -15.48229,-1.84428 -20.28134,-2.24803 -8.619037,-0.72513 -22.952676,-4.19721 -33.067709,-8.36877 C 63.88593,424.89604 49.755247,419.44858 44.22581,415.79982 37.367341,411.27405 27.936058,402.50701 23.128126,396.99957 7.6701979,379.29265 3.2432844,363.35836 1.7214692,353.83673 c -1.44352907,-9.03181 -2.39917434,-15.02894 -0.474573,-17.235 1.8576162,-2.12928 3.5456218,-0.67969 7.5450644,1.40889 3.5507574,1.85427 16.6126264,11.32804 19.7366664,14.17884 9.267508,8.45696 15.833569,10.01169 20.340314,11.6803 1.147244,0.42476 3.510521,0.8173 5.599696,-0.15819 2.873092,-1.34153 5.620611,-4.40613 7.541082,-5.68478 4.481262,-2.98363 9.003145,-3.2018 9.003145,-3.2018 3.104252,-0.67802 9.883937,0.20084 12.142973,1.58616 8.951498,5.48936 8.720621,9.54846 11.352577,9.89351 9.221476,1.20894 13.371606,-3.93877 21.795856,-6.12168 2.10062,-0.54431 2.04525,5.27882 3.46305,4.64229 4.60504,-2.06745 8.11467,-13.15713 8.82423,-15.01865 0.61996,-1.62646 0.0655,-1.64186 -1.88049,-5.90843 -1.63246,-3.57923 -2.2981,-4.95423 -3.04265,-9.20889 -0.43673,-2.49569 -0.6549,-7.71946 0.39972,-10.22712 1.12288,-2.66996 3.68081,-8.10404 9.0308,-9.93821 5.71441,-1.9591 10.73845,-3.48372 11.82447,-4.51534 1.49592,-1.42099 2.93318,-2.79362 2.93318,-2.79362 1.74293,-1.60177 4.97683,-7.7234 7.14168,-11.71981 2.47838,-4.5752 5.94686,-7.63177 8.64593,-13.39035 0.81087,-1.73003 0.93154,-3.539 0.96282,-5.08519 0.0342,-1.68758 0.19823,-5.13223 0.48557,-6.92827 0.85971,-5.37367 1.27094,-5.81646 2.15381,-8.00057 0.91874,-2.27284 2.80718,-3.90202 4.86683,-5.62386 2.65057,-2.21585 8.54924,-3.16053 10.79718,-3.28946 2.58473,-0.14823 5.05642,0.42223 10.2923,1.2353 2.73653,0.42495 4.78591,-1.01468 7.14837,-1.93823 4.05359,-1.58466 7.93126,-3.42314 9.85206,-4.52862 2.67178,-1.5377 7.25146,-3.67741 10.07877,-5.7975 1.2165,-0.91221 3.42158,-2.60974 4.17546,-3.49985 1.05374,-1.24417 1.48508,-2.83124 2.19289,-4.51808 2.00089,-4.76847 3.75914,-13.89262 8.11509,-16.03595 7.99473,-3.93376 16.16364,-5.10849 23.22095,-6.72511 7.64295,-1.75079 13.19693,-3.77501 18.45895,-5.82621 8.98907,-3.50404 15.49249,-8.35923 15.05626,-9.18444 -0.64985,-1.22931 -12.74171,2.30055 -22.47351,3.34996 -7.55862,0.81507 -17.1932,0.85537 -21.23719,0.76659 -16.19656,-0.35557 -45.26711,1.25496 -54.79004,-0.87478 -15.89175,-3.55408 -18.30591,-7.41385 -23.51387,-14.27837 -4.53787,-5.98127 -6.26129,-16.40993 -6.26129,-16.40993 0.30636,-0.41693 -11.26907,-1.78935 -14.52028,-5.1509 -5.4774,-5.66328 -8.01375,-15.15023 -9.45984,-22.74834 -3.95418,-20.77631 -6.99516,-40.56164 -6.99516,-40.56164 -1.19916,-31.810074 9.12356,-41.014971 9.12356,-41.014971 18.38329,-18.410928 30.11746,-20.751299 60.07971,-30.433356 19.79496,-6.396581 26.96245,-8.11905 45.15914,-11.304409 1.8446,-0.3229 -12.82257,24.671231 -9.54805,21.775816 14.0779,-12.448042 21.5417,-18.81202 34.02787,-25.850386 7.29463,-4.1119312 18.84851,-7.6953797 30.40734,-7.2853981 9.39906,0.3333765 27.76159,5.2197761 36.06783,11.4297231 2.28915,1.711419 7.87827,1.46378 14.6268,0.920051 8.22994,-0.663087 15.71072,7.3449 16.15388,10.926519 1.35529,10.953555 -1.53107,15.730539 -1.53107,15.730539 -1.06894,3.159543 -3.01504,8.214203 -2.61948,9.675973 2.32493,8.591753 3.68928,14.144828 5.04536,22.34093 1.72921,10.451242 2.58857,12.649026 5.89562,15.283377 2.66143,2.120057 5.04597,3.782164 7.30257,5.735615 4.07649,3.528847 6.3988,7.511727 6.78415,11.166947 0.83665,7.93586 -0.44445,12.10397 -5.85381,17.34061 -4.74586,4.59433 -7.9192,6.79693 -8.14495,8.14193 -0.59101,3.52113 -0.61357,3.19587 -0.37893,6.73728 0.42062,6.34823 0.58054,12.64317 0.63881,18.61533 0.1007,10.32017 1.07272,9.1776 2.36569,13.34759 0.65084,2.09903 2.65116,3.81153 4.815,5.31321 2.20662,1.53138 6.5287,5.06711 8.3211,6.90101 0.92712,0.94859 5.62166,7.38391 4.45402,12.66871 -2.36476,10.70311 -6.68294,13.0633 -12.0472,16.19109 -4.92806,2.87346 -4.10917,4.03028 -4.35444,8.06733 -0.18579,3.058 -0.11996,5.78646 0.20068,8.91326 0.64306,6.27087 1.17604,11.70863 1.45053,16.01503 0.40118,6.29402 0.28207,8.829 0.38833,9.25221 1.10149,4.38697 4.47255,5.98768 7.98806,9.13027 3.62497,3.24043 12.77788,13.13356 13.4876,17.67781 z"
122
+ sodipodi:nodetypes="ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscsssssssssssssssssssssssssssssssss"
125
123
  inkscape:label="black-border" /><path
126
124
  style="fill:#60fc02;stroke:none"
127
125
  d="m 328.80864,431.40919 c -13.67951,12.51954 -24.91435,16.10664 -38.72937,27.78425 -6.20341,5.24365 -5.56622,23.16394 -7.27621,29.08839 13.44525,3.97424 38.09793,2.58093 52,0 -1.41269,-5.95853 -9.34277,-11.16473 -9.25308,-17 0.13534,-8.80652 6.20516,-29.90734 3.25866,-39.87264 z"
@@ -135,14 +133,14 @@
135
133
  sodipodi:nodetypes="sssssssssssssss" /><path
136
134
  id="head-border"
137
135
  style="stroke-width:0.979047"
138
- d="m 258.86847,258.5188 h 13.61875 c 8.26418,0 7.36574,20.47598 15.94815,19.78185 5.41865,-0.43825 8.02709,0.65822 14.88353,3.66402 5.72414,2.50941 11.31241,5.89935 11.86483,15.71696 0.88343,15.70008 -5.614,21.65777 -15.70298,28.50707 -10.53591,7.1527 -26.99353,8.18217 -26.99353,8.18217 h -13.61875 c -21.01103,0 -37.92604,-16.91501 -37.92604,-37.92603 0,-21.01103 16.91501,-37.92604 37.92604,-37.92604 z"
136
+ d="m 258.86847,258.5188 h 13.61875 c 8.26418,0 -0.51381,25.18574 7.70782,22.62752 3.76725,-1.1722 11.69153,-0.34744 20.33756,2.92136 3.84644,1.45421 9.34311,5.9288 9.82325,13.57899 0.83629,13.32474 -5.06198,18.00647 -10.6355,22.8489 -9.61301,8.35204 -26.57733,10.37296 -26.57733,10.37296 l -22.97098,-4.52514 c -20.61484,-4.061 -29.22961,-8.88753 -29.22961,-29.89855 0,-21.01103 16.91501,-37.92604 37.92604,-37.92604 z"
139
137
  sodipodi:nodetypes="sssssscsss"
140
138
  transform="translate(-0.86355577,0.7634732)"
141
139
  inkscape:label="hand-border" /><path
142
140
  style="display:inline;fill:#60fc02;stroke:none"
143
- d="m 230,48 0.34344,-3.099073 0.94471,-3.820069 3.28679,-7.927021 c -8.19724,1.94162 -20.02962,4.900391 -27.92154,7.818232 -4.13835,1.530056 -9.13765,2.763378 -13.76238,4.395731 C 174.53899,51.845368 155.2761,60.864055 150,80 c -1.09293,6.004606 -1.2415,7.403089 -1.92758,17.018106 C 147.81894,104.2936 147.8501,123.00397 148.004,136 c 0.0454,3.83978 -0.65379,12.37805 1.94908,15.39661 3.86269,4.4797 21.95955,6.16458 27.58353,6.16458 27.05309,0 58.92889,-2.47849 83.46339,-15.87369 11.77722,-6.43005 19.28198,-16.03275 26.90048,-26.68365 2.42172,-3.38566 6.41641,-7.94562 11.05554,-5.78086 6.02619,2.81201 5.45371,9.89566 2.73996,14.77701 C 295.67764,134.82547 286.82959,145.00479 277,152.49692 249.68607,173.31564 204.56464,170 172,170 c 3.06828,20.39542 22.36346,22 39,22 23.05098,0 46.07059,-0.94934 69,-3.16977 11.60248,-1.12356 23.32245,-5.68008 35,-4.83023 -11.60535,16.4751 -32.34995,27.80035 -51,34.30478 -5.99805,2.09189 -15.57942,1.64905 -20.72223,4.87424 -6.63153,4.15881 -5.53976,16.70944 -12.3827,22.02081 -6.61174,5.13191 -16.37117,7.1642 -23.89507,10.82794 -12.06096,5.87305 -22.48512,13.58051 -31.9892,23.0116 C 160.09555,293.84009 151.27531,313.8551 143.45216,333 137.38637,347.84427 129.41196,366.35223 116,376 l -1,-8 C 85.717598,380.61792 60.184021,383.45154 32,364.9213 22.747681,358.83813 15.562019,347.84119 6,343 c 5.567116,43.82108 44.476164,72.64118 84.851843,81.63587 12.183337,2.71414 21.698787,4.26099 32.999997,3.47531 1.15706,-5.3566 -4.17655,-37.86048 13.00079,-25.3689 5.01875,3.64972 3.88065,11.85962 5.03163,17.25772 3.58045,16.7923 4.41774,34.22961 8,51 1.0669,4.99466 0.79743,14.8197 5.53472,17.97223 C 158.57335,491.07135 164.39212,490 168,490 h 29 c 2.89954,0 11.08319,1.38739 12.83873,-1.60339 1.36145,-2.31943 -1.31717,-5.64896 -2.60339,-7.39276 -2.84861,-3.86202 -8.93219,-12.33387 -14.50295,-12.91424 -3.83917,-0.39997 -3.53018,-4.19463 -3.11352,-6.75923 0.95634,-5.88644 14.44844,-5.01889 19.38113,-7.45385 8.42603,-4.15937 14.92209,-11.2725 18.66281,-19.87653 4.22003,-9.70651 5.30444,-20.52533 4.0517,-31 -0.77703,-6.49704 -4.62387,-17.86762 -4.62387,-17.86762 -4.01248,-5.36467 -7.95899,-15.98063 -4.00553,-17.295 3.60883,-1.1998 8.0408,4.61914 10.48514,10.55556 2.94319,7.14795 5.14151,24.83867 17.15506,5.6681 2.34097,-3.73559 6.17481,-9.48374 8.32483,-13.06104 6.15393,-10.23923 14.96924,-24.00986 15.94986,-36 -14.43607,2.24707 -25.98653,-1.00034 -37.38094,-8.61134 -6.50454,-4.34477 -9.82109,-12.82145 -10.82282,-16.5161 -1.54244,-5.68895 -2.01337,-10.81157 -1.54323,-17.2374 0.56309,-7.6964 0.46518,-15.7834 6.26121,-17.51989 7.99494,-2.3953 5.96047,7.32836 6.2487,16.3516 0.24669,7.72267 1.96724,15.55929 3.96471,18.48992 5.76311,8.45547 14.95508,12.81706 27.09268,11.54141 17.81282,-1.87211 17.08189,-2.91885 23.93284,-7.40492 4.00551,-2.62286 9.61581,-7.90253 8.51507,-12.71554 -1.91131,-8.35722 -6.46445,-7.75676 -10.87573,-9.1394 -7.05165,-2.21022 -14.89307,1.78031 -21.25901,-2.84173 -6.41464,-4.65741 -7.11312,-28.24469 2.88196,-29.20447 6.96925,-0.66922 0.0617,18.37796 4.99947,19.53505 0.8564,0.20068 2.83456,0.55167 4.96485,0.48215 2.03958,-0.0666 5.18203,-0.64377 6.04753,-0.85629 3.45488,-0.84835 5.49697,-13.40984 6.48891,-16.35305 2.34025,-6.94382 5.69581,-14.00598 9.92362,-19.99924 18.47226,-26.18579 55.19344,-20.19129 66.78664,9.22183 1.16769,-13.86791 0.13497,-44.24488 -0.20821,-58.25123 C 370.01155,152.88695 365.91961,119.49258 358.42361,79 355.78324,64.737003 350.49448,48.7134 339.68176,38.179805 336.89792,35.467825 333.52554,33.193879 330,31.320221 319.49574,25.737697 307.28483,23.166218 295.41049,23.503425 283.18432,23.850622 271.05039,26.995603 260,32.116516 250.26395,36.628347 240.49637,46.100464 230,48 Z"
141
+ d="m 230,48 0.34344,-3.099073 0.94471,-3.820069 3.28679,-7.927021 c -8.19724,1.94162 -20.02962,4.900391 -27.92154,7.818232 -4.13835,1.530056 -9.13765,2.763378 -13.76238,4.395731 C 174.53899,51.845368 155.2761,60.864055 150,80 c -1.09293,6.004606 -1.2415,7.403089 -1.92758,17.018106 C 147.81894,104.2936 147.8501,123.00397 148.004,136 c 0.0454,3.83978 -0.65379,12.37805 1.94908,15.39661 3.86269,4.4797 21.95955,6.16458 27.58353,6.16458 27.05309,0 58.92889,-2.47849 83.46339,-15.87369 11.77722,-6.43005 19.28198,-16.03275 26.90048,-26.68365 2.42172,-3.38566 6.41641,-7.94562 11.05554,-5.78086 6.02619,2.81201 5.45371,9.89566 2.73996,14.77701 C 295.67764,134.82547 286.82959,145.00479 277,152.49692 249.68607,173.31564 204.56464,170 172,170 c 3.06828,20.39542 22.36346,22 39,22 23.05098,0 46.07059,-0.94934 69,-3.16977 11.60248,-1.12356 23.32245,-5.68008 35,-4.83023 -11.60535,16.4751 -32.34995,27.80035 -51,34.30478 -5.99805,2.09189 -15.57942,1.64905 -20.72223,4.87424 -6.63153,4.15881 -5.53976,16.70944 -12.3827,22.02081 -6.61174,5.13191 -16.37117,7.1642 -23.89507,10.82794 -12.06096,5.87305 -22.48512,13.58051 -31.9892,23.0116 C 160.09555,293.84009 151.27531,313.8551 143.45216,333 137.38637,347.84427 129.41196,366.35223 116,376 l -1,-8 C 85.717598,380.61792 60.184021,383.45154 32,364.9213 22.747681,358.83813 15.562019,347.84119 6,343 c 5.567116,43.82108 44.476164,72.64118 84.851843,81.63587 12.183337,2.71414 21.698787,4.26099 32.999997,3.47531 1.15706,-5.3566 -4.17655,-37.86048 13.00079,-25.3689 5.01875,3.64972 3.88065,11.85962 5.03163,17.25772 3.58045,16.7923 4.41774,34.22961 8,51 1.0669,4.99466 0.79743,14.8197 5.53472,17.97223 C 158.57335,491.07135 164.39212,490 168,490 h 29 c 2.89954,0 11.08319,1.38739 12.83873,-1.60339 1.36145,-2.31943 -1.31717,-5.64896 -2.60339,-7.39276 -2.84861,-3.86202 -8.93219,-12.33387 -14.50295,-12.91424 -3.83917,-0.39997 -3.53018,-4.19463 -3.11352,-6.75923 0.95634,-5.88644 14.44844,-5.01889 19.38113,-7.45385 8.42603,-4.15937 14.92209,-11.2725 18.66281,-19.87653 4.22003,-9.70651 5.30444,-20.52533 4.0517,-31 -0.77703,-6.49704 -4.62387,-17.86762 -4.62387,-17.86762 -4.01248,-5.36467 -7.95899,-15.98063 -4.00553,-17.295 3.60883,-1.1998 8.0408,4.61914 10.48514,10.55556 2.94319,7.14795 2.31894,20.26885 17.93309,6.11269 3.18342,-2.88617 11.84335,-13.59621 13.99337,-17.17351 6.15393,-10.23923 11.07732,-25.03718 12.05794,-37.02732 -6.77253,1.05419 -12.27667,0.5371 -17.162,-0.39788 -5.52807,-1.05799 -11.20585,-2.65542 -17.2547,-6.6958 -6.50454,-4.34477 -9.98833,-9.64391 -11.82625,-13.33856 -2.62529,-5.27742 -3.35129,-10.97881 -2.88115,-17.40464 0.56309,-7.6964 -1.02992,-16.77338 3.58539,-17.68713 3.96926,-0.78584 4.12084,7.83008 4.40907,16.85332 0.10464,3.2759 -0.45544,6.54222 0.3655,9.44131 1.11436,3.93527 2.61629,7.69561 3.76645,9.38309 5.76311,8.45547 16.08794,11.03445 28.26335,11.87589 11.39957,0.78782 18.98682,-1.90838 25.01024,-6.09767 6.5475,-4.55378 10.7136,-13.29661 9.02433,-17.93591 -2.23051,-6.12572 -6.66836,-7.05818 -11.63274,-8.21958 -7.19562,-1.68339 -12.38086,2.23018 -18.65943,-2.50987 -8.07394,-6.09547 -10.54235,-26.41946 -0.54727,-27.37923 3.92027,-0.37644 0.83532,5.17162 0.29904,10.46136 -0.41709,4.11409 1.79684,7.89684 3.02804,9.74265 0.95487,1.43154 2.86041,2.74692 4.9907,2.6774 2.03958,-0.0666 4.4888,-0.92013 6.32979,-2.5641 2.65352,-2.36954 6.86125,-14.56624 7.85319,-17.50945 2.34025,-6.94382 5.69581,-14.00598 9.92362,-19.99924 18.47226,-26.18579 55.19344,-20.19129 66.78664,9.22183 1.16769,-13.86791 0.13497,-44.24488 -0.20821,-58.25123 C 370.01155,152.88695 365.91961,119.49258 358.42361,79 355.78324,64.737003 350.49448,48.7134 339.68176,38.179805 336.89792,35.467825 333.52554,33.193879 330,31.320221 319.49574,25.737697 307.28483,23.166218 295.41049,23.503425 283.18432,23.850622 271.05039,26.995603 260,32.116516 250.26395,36.628347 240.49637,46.100464 230,48 Z"
144
142
  id="body-green"
145
- sodipodi:nodetypes="ccccssccccsssssscsscssssssccscscsssssssssssssssssscsssssssssssssssssccsssssc"
143
+ sodipodi:nodetypes="ccccssccccsssssscsscssssssccscscsssssssssssssssssscssssssssssssssssssssccsssssc"
146
144
  inkscape:label="body-green" /><g
147
145
  id="g1591"
148
146
  inkscape:label="body-yellow"><path
@@ -239,4 +237,4 @@
239
237
  inkscape:transform-center-x="6.5926696"
240
238
  inkscape:transform-center-y="21.975565" /></g></g></g><metadata
241
239
  id="metadata9"><rdf:RDF><cc:Work
242
- rdf:about=""><dc:title>portosaurus Icon</dc:title><dc:creator><cc:Agent><dc:title>soymadip</dc:title></cc:Agent></dc:creator><dc:publisher><cc:Agent><dc:title>soymadip</dc:title></cc:Agent></dc:publisher><dc:language>en</dc:language></cc:Work></rdf:RDF></metadata></svg>
240
+ rdf:about=""><dc:title>portosaurus Icon</dc:title><dc:creator><cc:Agent><dc:title>soymadip</dc:title></cc:Agent></dc:creator><dc:publisher><cc:Agent><dc:title>soymadip</dc:title></cc:Agent></dc:publisher><dc:language>en</dc:language></cc:Work></rdf:RDF></metadata></svg>
@@ -0,0 +1,140 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ version="1.1"
4
+ width="353.14508"
5
+ height="356.82159"
6
+ id="svg144"
7
+ sodipodi:docname="project-blank.svg"
8
+ inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ xmlns:svg="http://www.w3.org/2000/svg">
13
+ <defs
14
+ id="defs144" />
15
+ <sodipodi:namedview
16
+ id="namedview144"
17
+ pagecolor="#505050"
18
+ bordercolor="#eeeeee"
19
+ borderopacity="1"
20
+ inkscape:showpageshadow="0"
21
+ inkscape:pageopacity="0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#505050"
24
+ inkscape:zoom="1.6680432"
25
+ inkscape:cx="224.81432"
26
+ inkscape:cy="180.15121"
27
+ inkscape:window-width="1908"
28
+ inkscape:window-height="1035"
29
+ inkscape:window-x="0"
30
+ inkscape:window-y="0"
31
+ inkscape:window-maximized="0"
32
+ inkscape:current-layer="g145" />
33
+ <path
34
+ d="m 262.59683,0.02061496 3.24219,0.0391 3.36719,0.10157 3.41406,0.0547 c 2.7795,0.0471 5.55729,0.11288 8.33594,0.19532 2.27249,4.14652004 3.51229,7.70049004 4.1875,12.37500004 l 0.48046,3.21093 0.33204,2.41401 c 3.18391,1.04089 4.7376,1.48387 8,1 3.29367,-2.17142 6.10866,-4.48562 9.07031,-7.09375 2.92969,-1.90625 2.92969,-1.90625 5.80859,-2.10938 4.5232,1.74361 7.47604,4.62038 10.9336,7.95313 l 2.06054,1.88281 c 5.73851,5.42384 5.73851,5.42384 6.12696,10.36719 -1.59566,2.85843 -3.32904,5.39391 -5.28321,8.00781 -1.33483,1.85051 -1.33483,1.85051 -2.71679,4.99219 0.61007,3.84271 0.61007,3.84271 2,7 l 3.35937,0.29687 c 1.46364,0.15012 2.92717,0.30121 4.39063,0.45313 l 2.21093,0.1875 c 3.16702,0.34549 5.71082,0.87642 8.49219,2.45312 2.53717,4.27987 2.38894,8.71983 2.54688,13.60938 l 0.1914,3.02343 c 0.29905,7.19656 0.29905,7.19656 -1.8125,10.55469 -2.79873,1.67281 -5.25907,2.46206 -8.4414,3.17188 l -3.16016,0.73437 c -2.77734,0.51563 -2.77734,0.51563 -5.77734,0.51563 -1.04152,3.18581 -1.48342,4.7357 -1,8 2.16805,3.32721 4.48595,6.17136 7.09375,9.167955 1.90625,2.83204 1.90625,2.83204 1.88671,5.45313 -1.07482,2.60784 -2.23975,4.20225 -4.16796,6.25391 -2.42727,2.60523 -4.65581,5.23148 -6.8125,8.0625 -2.08194,2.35989 -3.13549,3.12211 -6.125,4.4375 -5.28705,-0.51165 -8.59896,-3.00703 -12.91016,-6.00391 -2.95822,-1.73673 -2.95822,-1.73673 -6.33594,-0.58594 l -2.6289,1.21485 c 0,4.13502 0.76037,6.08348 2.4414,9.70703 1.64065,6.73468 -1.85083,13.20492 -4.5039,19.23046 l -1.14258,2.6504 c -0.92416,2.14075 -1.8559,4.27784 -2.79492,6.4121 l 2.24418,-0.0336 c 6.98847,-0.1003 13.97683,-0.17637 20.96584,-0.22542 3.59298,-0.0261 7.18537,-0.0614 10.77801,-0.11813 3.46895,-0.0544 6.93732,-0.0842 10.40666,-0.0972 1.96382,-0.0137 3.9274,-0.0527 5.89087,-0.0921 l 3.639,-10e-4 3.19633,-0.0336 c 4.07365,0.85074 5.46234,2.23303 7.87911,5.60127 0.72048,2.95146 0.72453,5.81044 0.71044,8.83838 l 0.046,2.66785 c 0.0424,2.90717 0.0473,5.81288 0.0482,8.72034 0.0135,2.02917 0.028,4.05833 0.0432,6.08749 0.0254,4.25533 0.0307,8.51014 0.0236,12.76553 -0.006,5.43117 0.0517,10.85953 0.12667,16.2901 0.0483,4.19368 0.055,8.38669 0.0503,12.58061 0.004,2.00058 0.0224,4.00118 0.0558,6.00148 0.26315,17.55434 0.26315,17.55434 -5.47378,24.65565 -1.50098,1.50779 -3.04043,2.97918 -4.63061,4.39257 -1.05283,1.09712 -2.10176,2.19801 -3.14453,3.30469 l -2.66797,2.57031 c -2.63686,2.54935 -5.09906,5.0141 -7.38672,7.88282 -1.80078,2.24218 -1.80078,2.24218 -3.80078,3.24218 -2.69656,0.15677 -5.3713,0.25837 -8.07032,0.31641 l -2.41281,0.063 c -2.5472,0.0655 -5.09451,0.12437 -7.64187,0.18312 -1.72527,0.0432 -3.45053,0.0868 -5.17578,0.13086 -4.23297,0.10716 -8.46604,0.20844 -12.69922,0.30664 l 1.4707,1.21705 c 2.82488,3.29343 2.04107,7.56208 2.0293,11.72045 l 0.0859,2.74805 c 0.0194,6.5935 0.0194,6.5935 -2.75391,9.89649 -3.06432,1.53427 -5.23504,2.00365 -8.64453,2.16796 l -2.95703,0.17188 -2.23047,0.0781 c -0.71604,4.65428 0.38758,6.84902 3.0625,10.5 l 1.72266,2.15625 c 1.21484,2.34375 1.21484,2.34375 1.26172,5.23047 -1.40603,4.18137 -3.70381,6.43414 -6.85938,9.42578 l -1.61914,1.62696 c -4.73659,4.62006 -4.73659,4.62006 -8.56836,5.06054 -3.44324,-1.72161 -6.24821,-3.33665 -9.125,-5.875 -1.89358,-1.43139 -1.89358,-1.43139 -4.42187,-0.53515 -2.68554,1.18037 -2.68554,1.18037 -3.27344,3.90625 l -0.30469,2.9414 c -0.56202,5.14733 -0.56202,5.14733 -2.11084,7.20191 -2.29589,1.77069 -3.66572,1.7475 -6.54541,1.75903 l -2.80078,0.0117 -2.91797,-0.0352 -2.91797,0.0352 -2.80078,-0.0117 -2.56055,-0.0102 c -2.71492,-0.47458 -3.56935,-1.21677 -5.2207,-3.38819 -0.94922,-2.91796 -0.94922,-2.91796 -1.6875,-6.1875 l -0.76172,-3.29296 -0.55078,-2.51954 c -1.77572,-0.78176 -1.77572,-0.78176 -4,-1 -2.38726,1.34989 -4.42075,2.97299 -6.58594,4.65235 -3.20635,1.78995 -4.78474,2.01122 -8.41406,1.34765 -2.61025,-1.74555 -4.70531,-3.86695 -6.875,-6.125 l -1.79687,-1.72656 c -2.73809,-2.77593 -4.18876,-4.38618 -4.90235,-8.28906 0.64566,-3.2151 1.63727,-4.90649 3.63672,-7.48438 1.74343,-2.14348 1.74343,-2.14348 2.9375,-4.375 -0.21824,-2.22428 -0.21824,-2.22428 -1,-4 l -2.48437,-0.5159 -3.26562,-0.73438 -3.23438,-0.70312 c -3.50233,-1.21583 -4.94353,-1.96087 -7.01562,-5.04688 -0.59902,-2.99354 -0.60408,-5.89289 -0.5625,-8.9375 l -0.0723,-2.41992 c 0.0105,-4.22094 0.27774,-6.14684 2.80665,-9.6582 3.13892,-2.20245 4.84851,-2.65981 8.64062,-2.79688 l 2.95703,-0.14453 2.23047,-0.043 c 1.05207,-2.60976 1.05207,-2.60976 1,-6 -1.34341,-2.21917 -2.8604,-4.10809 -4.55469,-6.07031 -1.58991,-2.12275 -2.29522,-3.27818 -2.44531,-5.92969 1.90094,-4.0501 4.70851,-7.06495 7.8125,-10.25 l 2.51954,-2.64059 c 3.09608,-2.44785 4.72869,-3.12971 8.66797,-3.10938 2.85156,1.46875 2.85156,1.46875 5.625,3.5 3.50661,2.82912 3.50661,2.82912 7.71093,3.21875 l 1.6643,-0.71875 v -6 c -5.99545,-2.65151 -11.99116,-5.3024 -17.98707,-7.95288 -2.03782,-0.9009 -4.07558,-1.80194 -6.11328,-2.70312 -2.93644,-1.29863 -5.8731,-2.59675 -8.80981,-3.89478 l -2.74074,-1.21247 -2.60716,-1.15203 -2.26772,-1.00264 c -3.15079,-1.37796 -6.31217,-2.73015 -9.47422,-4.08208 l -0.007,1.95941 c -0.0591,15.72353 -0.13461,31.44688 -0.22847,47.17024 -0.045,7.60366 -0.0844,15.20728 -0.11072,22.81103 -0.023,6.62639 -0.0563,13.25263 -0.10227,19.87891 -0.024,3.50953 -0.0427,7.01892 -0.0489,10.52854 -0.007,3.91513 -0.0376,7.82989 -0.07,11.74489 l 0.004,3.5376 -0.038,3.22517 -0.014,2.80728 c -0.38476,2.33693 -0.38476,2.33693 -1.68702,4.13501 -2.82971,2.00331 -5.36442,1.56556 -8.69775,1.20192 -2.13604,-3.20406 -2.24208,-3.996 -2.19531,-7.66796 l 0.0195,-2.70508 0.0508,-2.81446 0.0273,-2.8496 c 0.0236,-2.32122 0.0565,-4.64193 0.0977,-6.9629 l -2.49218,0.14063 c -9.88236,0.31952 -17.06483,-1.06759 -24.82031,-7.39063 -6.09276,-5.74811 -10.35287,-12.68735 -10.91456,-21.18505 l 0.0317,-3.71338 0.009,-1.9921 c 0.0111,-2.07835 0.0362,-4.15625 0.0617,-6.23447 0.01,-1.41796 0.0192,-2.83593 0.0273,-4.2539 0.0219,-3.45718 0.0564,-6.91409 0.0977,-10.3711 l -2.33594,-0.85937 c -4.30075,-1.84138 -6.78548,-4.78604 -9.30078,-8.66406 -1.84655,-4.70897 -1.68997,-8.84802 -1.55078,-13.85157 l 0.041,-2.80859 c 0.0352,-2.27274 0.0843,-4.54426 0.14649,-6.81641 l -2.17188,-0.77343 C 89.848133,239.02726 79.360233,227.35791 70.956413,216.41123 l -1.80469,-2.25781 c -14.35872,-18.99069 -20.59603,-42.39819 -20.57021,-65.86719 l -0.002,-2.06192 c 0.0347,-25.13587 4.6299,-34.66234 4.6299,-34.66234 0,0 1.92958,-6.15774 4.24268,-11.20481 2.15294,-4.697585 5.02406,-8.934635 5.02406,-8.934635 0,0 2.70915,-4.3958 4.79715,-6.54644 2.10152,-2.95062 4.33268,-5.7086 6.6836,-8.46484 l 2.49218,-2.98438 c 7.89196,-9.16768 17.11098,-16.82529 27.507817,-23.01562 l 2,-2 c 2.81817,-1.4601 5.76212,-2.64633 8.6875,-3.875 l 2.57299,-1.08228 c 12.60687,-5.17523 25.06011,-8.28603 38.7395,-8.04272 l -0.0317,-2.24732 c -0.0415,-3.35503 -0.0676,-6.71 -0.0933,-10.06518 l -0.0508,-3.53711 -0.0195,-3.38868 -0.0317,-3.12622 c 0.22705,-2.63549 0.22705,-2.63549 2.22705,-5.63549 2.3125,-0.9375 2.3125,-0.9375 5.00001,-1 2.62675,1.52593 2.62675,1.52593 5,4 0.50925,2.712 0.69257,4.81076 0.65942,7.52246 l 0.0318,2.2776 c 0.0288,2.47852 0.0225,4.95565 0.0158,7.43431 0.0131,1.72066 0.0284,3.4413 0.0458,5.16193 0.0399,4.52429 0.05,9.04818 0.054,13.57263 0.009,4.61855 0.0467,9.23687 0.0818,13.85528 0.0646,9.05859 0.0978,18.11699 0.11133,27.17579 l 0.65643,-1.52961 c 2.25997,-5.26092 4.53324,-10.51594 6.81427,-15.76776 0.84913,-1.95978 1.69486,-3.92104 2.53711,-5.88379 1.21244,-2.82378 2.43703,-5.64201 3.66407,-8.45947 l 1.13055,-2.65509 c 3.67271,-8.36955 3.67271,-8.36955 7.19757,-10.70428 3.63302,0.18017 6.70871,1.60589 10.01172,3.0664 l 2.79492,1.2207 2.88086,1.2754 c 1.8983,0.83789 3.79798,1.67269 5.69922,2.5039 l 2.53784,1.12329 c 2.01461,0.93154 2.01461,0.93154 4.07544,0.81031 0.92017,-1.68764 0.92017,-1.68764 1,-4 -1.40981,-2.13974 -2.79236,-3.99677 -4.4375,-5.9375 -4.30847,-5.08951 -4.30847,-5.08951 -5.20703,-8.53125 1.00702,-3.95483 3.57376,-6.24346 6.39453,-9.09375 l 1.63281,-1.70899 c 1.05105,-1.09591 2.11266,-2.18181 3.18555,-3.25635 1.58496,-1.58767 1.58496,-1.58767 3.44727,-3.93701 1.98437,-1.53515 1.98437,-1.53515 4.89453,-1.51562 4.39738,1.39537 7.55044,3.93564 11.21094,6.67968 2.95989,1.67666 2.95989,1.67666 6.72656,0.50782 l 3.15239,-1.20703 0.29688,-3.35938 c 0.15011,-1.46364 0.30121,-2.92717 0.45312,-4.39062 l 0.1875,-2.21094 c 0.35784,-3.28706 0.72851,-5.60394 2.76097,-8.25781 2.87391,-2.22497004 4.34192,-2.24846004 7.94141,-2.17188004 z M 256.01871,58.223745 c -2.18293,3.37361 -3.0438,6.3274 -4.0625,10.1875 l 3.07031,1.42578 c 1.35158,0.62886 2.70314,1.25777 4.05469,1.88672 l 2.01562,0.93554 c 1.32564,0.61733 2.64875,1.24013 3.96924,1.86841 1.71647,0.80236 3.45854,1.54938 5.20264,2.2898 3.20394,1.90001 4.07338,3.40884 5.5625,6.78125 l 1.24218,2.73046 0.88282,2.08204 c 5.21852,-2.18451 7.73665,-4.52457 11,-9 1.90031,-5.70094 2.1282,-11.97658 0.0117,-17.64844 -3.16645,-5.3696 -6.73594,-7.85469 -12.63281,-9.76172 -7.50586,-1.86106 -15.0426,0.40275 -20.3164,6.22266 z m -32.4375,232.312485 c -2.27256,4.02069 -2.42039,7.35721 -1.625,11.875 2.08476,4.09508 3.76197,6.2955 8,8 4.20365,0.57904 7.91614,0.42412 11.875,-1.125 2.81485,-2.48369 3.93119,-4.29359 5.125,-7.875 0.20016,-4.53974 -0.41752,-7.98605 -2.6875,-11.9375 -6.81254,-6.07604 -14.23212,-4.71337 -20.6875,1.0625 z"
35
+ fill="#080708"
36
+ id="path1"
37
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsscccccscsccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
38
+ style="display:inline"
39
+ inkscape:label="bg" />
40
+ <path
41
+ d="m 262.95621,11.411245 c 3.3,0 6.6,0 10,0 1.77438,3.92898 2.64478,7.8004 3.4375,12.01172 0.44731,2.19836 0.44731,2.19836 2.5625,3.98828 5.66301,2.57324 11.77346,5.26837 18,4 2.41415,-1.72679 4.61119,-3.54971 6.78906,-5.56641 2.21094,-1.43359 2.21094,-1.43359 4.73438,-1.46093 3.21112,1.33205 4.52371,3.20655 6.47656,6.02734 -0.51691,0.71285 -1.03383,1.4257 -1.56641,2.16016 -4.08614,5.72814 -4.08614,5.72814 -5.68359,12.40234 1.43604,3.9491 3.19417,7.60617 5.19141,11.30078 1.05859,2.13672 1.05859,2.13672 1.05859,4.13672 5.61,0.66 11.22,1.32 17,2 0,3.3 0,6.6 0,10 -1.57201,0.29391 -1.57201,0.29391 -3.17578,0.59375 -7.40194,1.24912 -7.40194,1.24912 -13.38281,5.20703 -0.71081,2.06816 -1.08626,4.04411 -1.44141,6.19922 -0.55258,1.2433 -1.13519,2.47377 -1.75,3.6875 -1.37345,3.63965 -1.37928,4.69441 -0.25,8.3125 1.73423,2.41407 3.64264,4.582615 5.60156,6.816405 1.39844,2.18359 1.39844,2.18359 1.23828,4.32031 -1.13173,2.51086 -2.81339,4.03294 -4.83984,5.86328 -3.04417,-1.10697 -5.70455,-2.41235 -8.4375,-4.125 -3.37064,-1.93648 -5.62514,-2.53123 -9.5625,-1.875 -2.44394,1.19117 -4.67857,2.57143 -7,4 -0.66,0 -1.32,0 -2,0 -0.67305,-1.6015 -1.33822,-3.20631 -2,-4.8125 -0.37125,-0.89332 -0.7425,-1.78664 -1.125,-2.70703 -0.875,-2.48047 -0.875,-2.48047 -0.875,-5.480465 0.56848,-0.25652 1.13695,-0.51305 1.72266,-0.77734 7.25677,-3.5981 12.07569,-8.23173 15.375,-15.71094 2.85331,-8.53341 2.90105,-15.82712 -0.78125,-24.08985 -4.85341,-8.92911 -11.8375,-13.26223 -21.31641,-16.42187 -9.693,-1.10179 -16.90897,0.5127 -25,6 -5.47397,4.52676 -7.74418,10.40505 -10,17 -1.43931,-0.45261 -2.87639,-0.91233 -4.3125,-1.375 -0.80051,-0.25523 -1.60102,-0.51047 -2.42578,-0.77344 -2.26172,-0.85156 -2.26172,-0.85156 -5.26172,-2.85156 1,-7 1,-7 2.0625,-10.3125 -0.10108,-5.96352 -4.15903,-9.44237 -8.0625,-13.6875 1.41792,-2.93447 2.98333,-5.43332 5,-8 4.1143,1.41429 7.39708,3.50683 10.9375,5.97656 2.65475,1.31732 4.11606,1.40307 7.0625,1.02344 3.34104,-1.28912 3.34104,-1.28912 6.6875,-3.125 1.13824,-0.58008 2.27648,-1.16016 3.44922,-1.75781 3.42508,-2.5326 4.00617,-4.00308 4.86328,-8.11719 0.26634,-1.78397 0.47923,-3.57716 0.625,-5.375 0.18562,-2.28938 0.18562,-2.28938 0.375,-4.625 z"
42
+ fill="#7974e1"
43
+ id="path6"
44
+ inkscape:label="gear-up" />
45
+ <g
46
+ id="g144"
47
+ inkscape:label="gear-bottom"
48
+ transform="translate(-364.04379,-141.58875)">
49
+ <path
50
+ d="M 0,0 C 1.98,0 3.96,0 6,0 6.1585547,0.83144531 6.3171094,1.6628906 6.4804687,2.5195313 6.8304492,4.1495508 6.8304492,4.1495508 7.1875,5.8125 7.4079297,6.8914453 7.6283594,7.9703906 7.8554687,9.0820313 9.267064,12.680876 10.560794,13.383677 14,15 c 1.701563,0.86625 1.701563,0.86625 3.4375,1.75 3.944666,1.384093 5.617231,1.509129 9.5625,0.25 1.03125,-0.70125 2.0625,-1.4025 3.125,-2.125 C 33,13 33,13 35.25,13.0625 37,14 37,14 39,17 38.555273,17.496289 38.110547,17.992578 37.652344,18.503906 33.958143,22.892593 33.958143,22.892593 32.8125,28.375 33.400312,30.169375 33.400312,30.169375 34,32 c 0.257812,0.843047 0.515625,1.686094 0.78125,2.554687 C 35.907615,37.498595 36.938913,39.603987 39,42 c 3.92352,1.706323 7.766721,2.473372 12,3 0,1.98 0,3.96 0,6 -0.843047,0.193359 -1.686094,0.386719 -2.554688,0.585937 C 46.801758,51.976523 46.801758,51.976523 45.125,52.375 44.034453,52.630234 42.943906,52.885469 41.820312,53.148437 38.895915,53.789062 38.895915,53.789062 37,56 c -0.692582,1.991174 -1.357476,3.992114 -2,6 -0.391875,0.680625 -0.78375,1.36125 -1.1875,2.0625 C 32.6894,66.740661 33.260439,68.212425 34,71 c 1.160646,2.472432 1.160646,2.472432 2.5625,4.8125 0.455039,0.790195 0.910078,1.580391 1.378906,2.394531 C 38.290742,78.798711 38.640078,79.390391 39,80 37.613281,81.503906 37.613281,81.503906 36,83 32.962792,82.895269 31.633788,81.723306 29.1875,79.875 26.140487,77.720083 26.140487,77.720083 22.6875,78 14.526079,79.99616 14.526079,79.99616 8.5,85.3125 7.9004599,88.535028 7.3830282,91.74426 7,95 4.69,95 2.38,95 0,95 -0.12117187,94.229141 -0.24234375,93.458281 -0.3671875,92.664062 -0.53476562,91.661172 -0.70234375,90.658281 -0.875,89.625 -1.0374219,88.627266 -1.1998438,87.629531 -1.3671875,86.601562 -1.7958802,83.857489 -1.7958802,83.857489 -4,82 c -7.688535,-3.79405 -7.688535,-3.79405 -16,-4 -2.503752,1.473695 -4.764547,3.148145 -7,5 -1.9375,-0.8125 -1.9375,-0.8125 -4,-2 -0.33,-0.99 -0.66,-1.98 -1,-3 1.129636,-1.829568 2.474608,-3.355877 3.871094,-4.988281 2.027954,-3.613829 1.367329,-6.987334 0.457031,-10.898438 C -29.936017,56.155508 -29.936017,56.155508 -35.003906,52.625 -38.008595,51.887131 -40.926174,51.338268 -44,51 c 0,-2.31 0,-4.62 0,-7 0.770859,-0.121172 1.541719,-0.242344 2.335938,-0.367188 1.504335,-0.251367 1.504335,-0.251367 3.039062,-0.507812 1.496602,-0.243633 1.496602,-0.243633 3.023438,-0.492188 C -32.857489,42.20412 -32.857489,42.20412 -31,40 c 0.765183,-1.577841 1.467015,-3.187033 2.125,-4.8125 0.353203,-0.85207 0.706406,-1.704141 1.070313,-2.582031 C -26.950236,29.838872 -26.667654,27.874093 -27,25 -28.17067,23.051583 -29.531919,21.473385 -31.003906,19.746094 -32,18 -32,18 -31.839844,15.910156 -31,14 -31,14 -28,12 c 0.580078,0.444727 1.160156,0.889453 1.757813,1.347656 4.662888,3.509268 4.662888,3.509268 10.179687,4.839844 1.010625,-0.391875 2.02125,-0.78375 3.0625,-1.1875 1.229766,-0.386719 1.229766,-0.386719 2.484375,-0.78125 C -7.5593275,15.090914 -5.4215961,14.050028 -3,12 -1.2892059,8.0779406 -0.52666044,4.2335397 0,0 Z M -7.375,40.125 C -9.6475585,44.14568 -9.7953857,47.482209 -9,52 c 2.084767,4.095078 3.7619735,6.295492 8,8 4.2036588,0.579037 7.9161405,0.424119 11.875,-1.125 C 13.689856,56.391303 14.8062,54.5814 16,51 16.200165,46.460251 15.582482,43.01395 13.3125,39.0625 6.4999617,32.986452 -0.91961263,34.349127 -7.375,40.125 Z"
51
+ fill="#7973e1"
52
+ id="path5"
53
+ transform="translate(595,392)"
54
+ inkscape:label="gear" />
55
+ <path
56
+ d="m 0,0 c 5.5465556,4.683758 9.4705237,9.9743147 10.238281,17.261719 0.224837,7.348607 -1.0395484,13.16486 -6.0390623,18.75 -6.1871017,5.730577 -12.19718,8.615341 -20.7070307,8.34375 C -20.535769,43.780948 -23.609849,42.181555 -27,40 c -0.886875,-0.556875 -1.77375,-1.11375 -2.6875,-1.6875 -5.674485,-5.674485 -7.656397,-10.811366 -7.9375,-18.875 0.3212,-8.681069 2.85536,-13.0329633 9.0625,-18.8125 C -19.901071,-6.2149265 -9.1566085,-5.5775373 0,0 Z M -24.375,12.125 C -26.647559,16.14568 -26.795386,19.482209 -26,24 c 2.084767,4.095078 3.761974,6.295492 8,8 4.203659,0.579037 7.91614,0.424119 11.875,-1.125 C -3.3101438,28.391303 -2.1938001,26.5814 -1,23 -0.79983469,18.460251 -1.4175181,15.01395 -3.6875,11.0625 -10.500038,4.9864523 -17.919613,6.3491271 -24.375,12.125 Z"
57
+ fill="#070709"
58
+ id="path7"
59
+ transform="translate(612,420)"
60
+ inkscape:label="circle" />
61
+ </g>
62
+ <g
63
+ id="g145"
64
+ inkscape:label="bulb"
65
+ transform="translate(-364.04379,-141.58875)">
66
+ <path
67
+ d="m 0,0 v 223 c -35,0 -35,0 -40,-4 -1.313617,-2.62723 -1.212539,-4.72611 -1.316406,-7.66406 l -0.126953,-3.39844 -0.119141,-3.5625 -0.130859,-3.58594 C -41.799674,197.8595 -41.901706,194.92984 -42,192 l -2.349854,-0.92065 C -66.13859,182.20528 -81.326431,160.8834 -90.186279,139.98535 -98.469,119.7768 -102.12215,96.462179 -95.389711,75.494161 c 0.596897,-3.624614 2.671221,-9.51322 5.611275,-16.144666 2.988445,-6.740593 7.138601,-13.745412 8.25434,-15.154841 C -66.016758,19.886055 -40.288749,7.8880379 -13.164063,0.37109375 -8.8041823,-0.14025022 -4.389764,0 0,0 Z"
68
+ fill="#fcf386"
69
+ id="path2"
70
+ transform="translate(521,188)"
71
+ inkscape:label="yellow"
72
+ sodipodi:nodetypes="cccccccccccsccc" />
73
+ <path
74
+ d="m 0,0 c 1.875,1.1875 1.875,1.1875 3,3 -0.4500036,7.614884 -5.4812805,11.326428 -10.625,16.4375 -0.8907422,0.935215 -1.7814844,1.87043 -2.699219,2.833984 -6.426266,6.449927 -6.426266,6.449927 -9.815429,7.205567 C -22.023437,29.285156 -22.023437,29.285156 -25,28 c -2,-3 -2,-3 -1.886475,-5.893311 1.0447,-3.661194 2.358228,-5.17096 5.070069,-7.81372 0.84498,-0.833379 1.689961,-1.666758 2.560547,-2.525391 0.888808,-0.851426 1.777617,-1.702851 2.693359,-2.580078 0.884941,-0.8707617 1.769883,-1.7415234 2.681641,-2.6386719 C -5.5242438,-1.6168518 -5.5242438,-1.6168518 0,0 Z"
75
+ fill="#050505"
76
+ transform="translate(438,378)"
77
+ id="path13"
78
+ inkscape:label="light-3" />
79
+ <path
80
+ d="m 0,0 c 5.3696349,1.839833 9.0156971,6.6378887 12.936768,10.58667 1.397021,1.348682 1.397021,1.348682 2.822265,2.724609 0.879785,0.878496 1.759571,1.756992 2.666016,2.66211 1.2091,1.200157 1.2091,1.200157 2.442627,2.42456 2.165959,3.084121 2.188415,4.807162 1.756592,8.501221 -1.0625,1.9375 -1.0625,1.9375 -3,3 -4.08611,0.196601 -6.057047,-0.278268 -9.335205,-2.787354 C 7.688125,24.699103 5.2103139,22.204293 2.7492676,19.64917 1.8830176,18.789365 1.0167676,17.929561 0.12426758,17.043701 -7.143903,9.6502173 -7.143903,9.6502173 -7.3757324,4.8991699 -3.6404075,-0.15450501 -3.6404075,-0.15450501 0,0 Z"
81
+ fill="#050505"
82
+ transform="translate(416.37573,173.10083)"
83
+ id="path12"
84
+ inkscape:label="light-1" />
85
+ <path
86
+ d="m 0,0 c 2.2681053,-0.01190288 4.5334944,-0.0610732 6.8010254,-0.11157227 1.4394398,-0.009464 2.8788964,-0.0166989 4.3183596,-0.0214844 1.312185,-0.0134546 2.62437,-0.0269092 3.976318,-0.0407715 3.246338,0.59936523 3.246338,0.59936523 5.23291,2.96630857 1.013428,2.6330566 1.013428,2.6330566 0.450928,5.3205566 -1.674529,2.693808 -2.514399,3.192253 -5.4375,4.3125 -4.466965,0.479682 -8.9474317,0.416354 -13.4375,0.4375 -1.22783202,0.03287 -2.45566405,0.06574 -3.7207031,0.09961 C -11.87644,13.022888 -11.87644,13.022888 -15.009521,10.066162 -16.657959,7.4255371 -16.657959,7.4255371 -16.595459,4.7380371 -13.878328,-1.9642203 -6.1663455,0.01536409 0,0 Z"
87
+ fill="#050505"
88
+ transform="translate(380.65796,284.57446)"
89
+ id="path14"
90
+ inkscape:label="light-2" />
91
+ <path
92
+ d="m 0,0 c 9.24,0 18.48,0 28,0 0,14.19 0,28.38 0,43 -16.124654,0 -16.124654,0 -21,-4 -5.1204498,-5.580841 -7.13220654,-9.782354 -7.09765625,-17.417969 0.0024976,-1.12946 0.0049951,-2.258921 0.0075684,-3.422607 C -0.08098389,16.724939 -0.07187988,15.290454 -0.0625,13.8125 -0.041875,9.254375 -0.02125,4.69625 0,0 Z"
93
+ fill="#cbcbf6"
94
+ transform="translate(493,421)"
95
+ id="path8"
96
+ inkscape:label="holder" />
97
+ </g>
98
+ <g
99
+ id="g146"
100
+ inkscape:label="box"
101
+ transform="translate(-364.04379,-141.58875)">
102
+ <path
103
+ d="m 0,0 c 0.23252931,9.4752795 0.40979215,18.949566 0.51812172,28.427084 0.0520162,4.401801 0.12246235,8.801639 0.23627281,13.202311 0.10930948,4.253648 0.16857857,8.505419 0.1943779,12.760364 0.0183638,1.616448 0.0542279,3.232802 0.10852817,4.848442 0.4072805,12.629804 0.4072805,12.629804 -3.31493,18.048237 C -4.7200845,79.78969 -7.1304975,81.980513 -10,84 c -0.33,0 -0.66,0 -1,0 -0.0041,-0.559856 -0.0082,-1.119712 -0.01245,-1.696533 -0.03292,-2.539726 -0.103556,-5.077047 -0.175049,-7.615967 -0.0058,-0.881074 -0.0116,-1.762148 -0.01758,-2.669922 C -11.288528,69.578985 -11.40224,67.367292 -12,65 c -1.646916,-1.032204 -3.31358,-2.033684 -5,-3 -0.520382,-3.061068 -0.701352,-5.451004 -0.625,-8.5 -0.01934,-0.772148 -0.03867,-1.544297 -0.05859,-2.339844 C -17.664062,48.90625 -17.664062,48.90625 -17,45 c 0.831365,-0.4324 1.662729,-0.8648 2.519287,-1.310303 C -13.25276,42.853297 -13.25276,42.853297 -12,42 c 0.621765,-3.222617 0.621765,-3.222617 0.355469,-6.941406 -0.01767,-1.402978 -0.0339,-2.805975 -0.04883,-4.208985 -0.05149,-2.197507 -0.118271,-4.392078 -0.213623,-6.588134 -0.47375,-12.257804 -0.47375,-12.257804 3.1516129,-17.5187992 C -2.0768773,0 -2.0768773,0 0,0 Z"
104
+ fill="#fcf587"
105
+ transform="translate(704,322)"
106
+ id="path9"
107
+ inkscape:label="yellow" />
108
+ <path
109
+ d="m 0,0 c 0.7321019,-5.8411e-4 1.4642038,-0.00116821 2.2184906,-0.00177002 2.4136591,0.00278106 4.8260746,0.03387198 7.2395172,0.06524658 1.6757952,0.0074624 3.3515982,0.01315532 5.0274052,0.01715088 4.406089,0.01525683 8.811649,0.05453872 13.217529,0.09881592 4.497709,0.0409519 8.995505,0.0591949 13.493347,0.0793457 8.821847,0.0428716 17.643301,0.11112327 26.464844,0.1953125 -2.389883,5.13049754 -5.103502,9.00731194 -10,12.00000044 -5.741581,1.109811 -11.362425,0.934696 -17.1875,0.78125 -1.670057,-0.01494 -3.340149,-0.02632 -5.010254,-0.0343 C 31.089472,13.170652 26.717725,13.092207 22.344666,13.00342 17.873629,12.92125 13.40224,12.884975 8.9306641,12.844729 0.17316745,12.759199 -8.5825804,12.622847 -17.338867,12.454104 c 0.912442,-1.253088 1.830178,-2.5023207 2.75,-3.7500004 0.765703,-1.0441407 0.765703,-1.0441407 1.546875,-2.109375 0.562031,-0.7064063 1.124062,-1.4128125 1.703125,-2.140625 C -10.7632,3.7158112 -10.187533,2.9775208 -9.5944214,2.2168579 -6.4943169,-0.20592976 -3.7711635,-0.07895119 0,0 Z"
110
+ fill="#fd6fc6"
111
+ transform="translate(628.33887,312.5459)"
112
+ id="path10"
113
+ inkscape:label="pink" />
114
+ <path
115
+ d="m 0,0 c 0.23252931,9.4752795 0.40979215,18.949566 0.51812172,28.427084 0.0520162,4.401801 0.12246235,8.801639 0.23627281,13.202311 0.10930948,4.253648 0.16857857,8.505419 0.1943779,12.760364 0.0183638,1.616448 0.0542279,3.232802 0.10852817,4.848442 0.4072805,12.629804 0.4072805,12.629804 -3.31493,18.048237 C -4.7200845,79.78969 -7.1304975,81.980513 -10,84 c -0.33,0 -0.66,0 -1,0 -0.02973,-0.847639 -0.02973,-0.847639 -0.06006,-1.712402 -0.09512,-2.554678 -0.204852,-5.108523 -0.314941,-7.662598 -0.03094,-0.889453 -0.06188,-1.778906 -0.09375,-2.695313 -0.03867,-0.850781 -0.07734,-1.701562 -0.117188,-2.578125 -0.03142,-0.785522 -0.06284,-1.571044 -0.09521,-2.380371 C -11.839947,64.769971 -11.839947,64.769971 -14,63 c -2.5,-0.333333 -2.5,-0.333333 -5,0 -2.754395,2.754395 -2.309893,4.466032 -2.414062,8.320312 -0.03561,1.131959 -0.07122,2.263917 -0.107911,3.430176 -0.051,2.165384 -0.051,2.165384 -0.103027,4.374512 -0.185625,6.868125 -0.185625,6.868125 -0.375,13.875 -12.87,0 -25.74,0 -39,0 0.66,-1.65 1.32,-3.3 2,-5 0.593848,-2.467788 0.593848,-2.467788 0,-5 -1.656665,-2.157791 -3.187426,-3.88772 -5.125,-5.75 -0.474375,-0.493711 -0.94875,-0.987422 -1.4375,-1.496094 C -68.85854,72.502408 -71.332726,70.974974 -76,71 c -2.408393,1.188826 -2.408393,1.188826 -4.5,3 -4.104167,3.013889 -4.104167,3.013889 -8.0625,2.875 C -89.366875,76.58625 -90.17125,76.2975 -91,76 c -0.28875,-1.010625 -0.5775,-2.02125 -0.875,-3.0625 -0.188203,-0.634219 -0.376406,-1.268438 -0.570312,-1.921875 C -92.97353,69.096188 -93.365734,67.140853 -93.75,65.1875 -94.1625,64.135625 -94.575,63.08375 -95,62 c -1.98,-0.66 -3.96,-1.32 -6,-2 0,-15.18 0,-30.36 0,-46 26.07,0 52.14,0 79,0 0.33,9.24 0.66,18.48 1,28 1.827032,2.249191 1.827032,2.249191 4.5,2.25 2.672968,-8.09e-4 2.672968,-8.09e-4 4.5,-2.25 0.206962,-3.143284 0.206962,-3.143284 0.0625,-6.84375 -0.0089,-1.406237 -0.01537,-2.812491 -0.01953,-4.21875 -0.01415,-2.208951 -0.04217,-4.413242 -0.114746,-6.621094 C -12.439651,12.079772 -12.439651,12.079772 -8.7421875,6.7382812 -2.0704337,0 -2.0704337,0 0,0 Z"
116
+ fill="#96e2fd"
117
+ id="path4"
118
+ transform="translate(704,322)"
119
+ inkscape:label="blue" />
120
+ </g>
121
+ <g
122
+ id="g147"
123
+ inkscape:label="doc"
124
+ transform="translate(-364.04379,-141.58875)">
125
+ <path
126
+ d="m 0,0 c 8.6703427,2.044817 15.710535,5.8169325 23.375,8.9375 13.302954,5.866883 26.630576,11.677401 39.964844,17.472656 L 67,28 c -0.753719,3.669848 -2.198131,6.891231 -3.722656,10.304687 -9.296322,20.845642 3.883478,-8.645545 -8.191651,18.507325 C 53.968993,60.091048 53.785214,62.564071 54,66 c 11.172758,5.723375 22.489814,10.990938 34,16 -1.548266,4.957579 -3.517809,9.638104 -5.625,14.375 l -0.984375,2.230469 C 80.596155,100.40471 79.798412,102.2025 79,104 l -1.81665,-0.0193 c -2.749846,-0.009 -5.496391,0.0361 -8.24585,0.0818 l -2.857422,-0.0332 c -5.180164,0.12634 -8.289021,0.55127 -12.048828,4.2832 C 52.995622,109.5205 51.981627,110.74772 51,112 l -1.933594,2.15234 -1.503906,1.78516 c -3.115281,3.62275 -6.432204,6.97756 -9.863281,10.30078 -3.186167,3.30336 -3.953074,5.40208 -4.018067,9.87573 l -0.06021,3.1541 -0.035,3.39986 -0.05869,3.48469 c -0.05985,3.67821 -0.106203,7.35644 -0.152252,11.03484 -0.03818,2.49155 -0.07723,4.98309 -0.117188,7.47461 C 33.161696,170.77462 33.076665,176.88721 33,183 c -4.472293,-0.58358 -8.147185,-1.74005 -12.269531,-3.55469 -6.319626,-2.77278 -12.6379704,-5.54865 -18.9516604,-8.33496 -6.0936024,-2.69258 -12.1924166,-5.37331 -18.2905276,-8.05566 -2.196218,-0.96629 -4.392426,-1.93259 -6.588623,-2.89893 C -24.733561,159.43717 -26.36678,158.71859 -28,158 c -0.448719,-11.64221 -0.781927,-23.28223 -0.984431,-34.93146 -0.09741,-5.41528 -0.228378,-10.82449 -0.448919,-16.23626 -1.196002,-30.167859 2.648306,-52.854449 16.781763,-79.697996 C -4.8863457,12.351154 -2.4508498,2.4508498 0,0 Z"
127
+ fill="#eeeefd"
128
+ id="path3"
129
+ inkscape:label="bg"
130
+ sodipodi:nodetypes="cccccccccccccccccccccccccccscsccccc"
131
+ transform="translate(559,198)" />
132
+ <path
133
+ d="M -0.24347811,-0.09739124 0.89632888,-3.0217521 2,0 c 1.6748227,4.26768 3.338455,8.5396349 5,12.8125 l 1.4453125,3.681641 1.3671875,3.52539 1.269531,3.253174 C 12,26 12.151495,26.193445 12.644817,29.193445 5.7048307,27.03181 -1.4311757,24.106379 -8,21 -5.4821699,13.866532 -3.0128538,7.021571 -0.24347811,-0.09739124 Z"
134
+ fill="#c8c8f0"
135
+ id="path15"
136
+ transform="translate(632,238)"
137
+ inkscape:label="fold"
138
+ sodipodi:nodetypes="cccccccccc" />
139
+ </g>
140
+ </svg>
Binary file
package/src/cli/build.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  writePortoConfigShim,
8
8
  runDocusaurus,
9
9
  } from "../utils/cliUtils.mjs";
10
- import { PortoRoot } from "../core/constants.mjs";
10
+ import { PortoPkg } from "../core/constants.mjs";
11
11
 
12
12
  export async function buildCommand(siteDir, extraArgs) {
13
13
  const UserRoot = siteDir
@@ -16,10 +16,7 @@ export async function buildCommand(siteDir, extraArgs) {
16
16
  validateProject(UserRoot);
17
17
  ensureContentDirs(UserRoot);
18
18
 
19
- const packageJsonPath = path.resolve(PortoRoot, "package.json");
20
- const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, "utf8"));
21
-
22
- logger.box("Portosaurus Build", `v${packageJson.version}`);
19
+ logger.box("Portosaurus Build", `v${PortoPkg.version}`);
23
20
  logger.info("Building Portosaurus site...");
24
21
  try {
25
22
  const configPath = writePortoConfigShim(UserRoot);