Merge pull request 'Improve design of service grid on dashboard' (#97) from feature/dashboard_layout into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #97 Reviewed-by: greg <greg@noreply.kosmos.org>
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
@import "components/base";
|
@import "components/base";
|
||||||
@import "components/buttons";
|
@import "components/buttons";
|
||||||
|
@import "components/dashboard_services";
|
||||||
@import "components/forms";
|
@import "components/forms";
|
||||||
@import "components/links";
|
@import "components/links";
|
||||||
@import "components/notifications";
|
@import "components/notifications";
|
||||||
|
5
app/assets/stylesheets/components/dashboard_services.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@layer components {
|
||||||
|
.services > div > a {
|
||||||
|
background-image: linear-gradient(110deg, rgba(255,255,255,0.99) 0, rgba(255,255,255,0.88) 100%);
|
||||||
|
}
|
||||||
|
}
|
@ -2,60 +2,87 @@
|
|||||||
|
|
||||||
<%= render MainSimpleComponent.new do %>
|
<%= render MainSimpleComponent.new do %>
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<p class="mb-8">
|
||||||
Your Kosmos account and password currently give you access to these
|
Your Kosmos account and password currently give you access to these
|
||||||
services:
|
services:
|
||||||
</p>
|
</p>
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6 services mt-12">
|
<div class="services grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6">
|
||||||
<div>
|
<div class="border border-gray-300 rounded-md hover:border-gray-400
|
||||||
<h3 class="mb-3.5">
|
bg-cover bg-[center_top_-50px] bg-no-repeat
|
||||||
<%= link_to "Chat", "https://wiki.kosmos.org/Services:Chat", class: "ks-text-link" %>
|
bg-[url(/img/logos/icon_xmpp.svg)]">
|
||||||
</h3>
|
<%= link_to "https://wiki.kosmos.org/Services:Chat",
|
||||||
<p class="text-gray-500">
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
Chat rooms and instant messaging (XMPP/Jabber)
|
<h3 class="mb-3.5">Chat</h3>
|
||||||
</p>
|
<p class="text-gray-600">
|
||||||
|
Federated chat rooms and instant messaging
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="border border-gray-300 rounded-md hover:border-gray-400
|
||||||
<h3 class="mb-3.5">
|
bg-[length:95%] bg-center bg-no-repeat
|
||||||
<%= link_to "Discourse", "https://community.kosmos.org", class: "ks-text-link" %>
|
bg-[url(/img/logos/icon_discourse.svg)]">
|
||||||
</h3>
|
<%= link_to "https://community.kosmos.org",
|
||||||
<p class="text-gray-500">
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
Kosmos community forums and user support/help site
|
<h3 class="mb-3.5">Discourse</h3>
|
||||||
</p>
|
<p class="text-gray-600">
|
||||||
|
Kosmos community forums and user support/help site
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="border border-gray-300 rounded-md hover:border-gray-400
|
||||||
<h3 class="mb-3.5">
|
bg-cover bg-[center_top_-20px] bg-no-repeat
|
||||||
<%= render partial: "icons/zap", locals: { custom_class: "text-amber-500 h-4 w-4 inline" } %>
|
bg-[url(/img/logos/icon_mediawiki.svg)]">
|
||||||
<%= link_to "Lightning Wallet", wallet_path, class: "ks-text-link" %>
|
<%= link_to "https://wiki.kosmos.org",
|
||||||
</h3>
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
<p class="text-gray-500">
|
<h3 class="mb-3.5">Wiki</h3>
|
||||||
Send and receive sats over the Bitcoin Lightning Network
|
<p class="text-gray-600">
|
||||||
</p>
|
Kosmos documentation and knowledge base
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="border border-gray-300 rounded-md hover:border-gray-400
|
||||||
<h3 class="mb-3.5">
|
bg-cover bg-center sm:bg-[center_top_-140px] bg-no-repeat
|
||||||
<%= link_to "Wiki", "https://wiki.kosmos.org", class: "ks-text-link" %>
|
bg-[url(/img/logos/icon_lightning.svg)]">
|
||||||
</h3>
|
<%= link_to wallet_path,
|
||||||
<p class="text-gray-500">
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
Kosmos documentation and knowledge base
|
<h3 class="mb-3.5">Wallet</h3>
|
||||||
</p>
|
<p class="text-gray-600">
|
||||||
|
Send and receive sats over the Bitcoin Lightning Network
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="border border-gray-300 rounded-md hover:border-gray-400
|
||||||
<h3 class="mb-3.5">
|
bg-cover bg-center bg-no-repeat
|
||||||
<%= link_to "Gitea", "https://gitea.kosmos.org", class: "ks-text-link" %>
|
bg-[url(/img/logos/icon_gitea.png)]">
|
||||||
</h3>
|
<%= link_to "https://gitea.kosmos.org",
|
||||||
<p class="text-gray-500">
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
Code hosting and collaboration for software projects
|
<h3 class="mb-3.5">Gitea</h3>
|
||||||
</p>
|
<p class="text-gray-600">
|
||||||
|
Code hosting and collaboration for software projects
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="border border-gray-300 rounded-md hover:border-gray-400
|
||||||
<h3 class="mb-3.5">
|
bg-cover bg-[center_top_-70px] bg-no-repeat
|
||||||
<%= link_to "Drone CI", "https://drone.kosmos.org", class: "ks-text-link" %>
|
bg-[url(/img/logos/icon_droneci.svg)]">
|
||||||
</h3>
|
<%= link_to "https://drone.kosmos.org",
|
||||||
<p class="text-gray-500">
|
class: "block h-full px-6 py-6 rounded-md" do %>
|
||||||
Continuous integration for software projects on Gitea
|
<h3 class="mb-3.5">Drone CI</h3>
|
||||||
</p>
|
<p class="text-gray-600">
|
||||||
|
Continuous integration for software projects on Gitea
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- <div class="border border-gray-300 rounded-md hover:border-gray-400 -->
|
||||||
|
<!-- bg-[length:80%] bg-[right_top_-30px] bg-no-repeat -->
|
||||||
|
<!-- bg-[url(/img/logos/icon_mastodon.svg)]"> -->
|
||||||
|
<!-- <%= link_to "https://kosmos.social", class: "block h-full px-6 py-6 rounded-md" do %> -->
|
||||||
|
<!-- <h3 class="mb-3.5">Mastodon</h3> -->
|
||||||
|
<!-- <p class="text-gray-400"> -->
|
||||||
|
<!-- Your account on the Open Social Web -->
|
||||||
|
<!-- </p> -->
|
||||||
|
<!-- <% end %> -->
|
||||||
|
<!-- </div> -->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
8
public/img/logos/icon_discourse.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 104 106">
|
||||||
|
<path fill="#231f20" d="M51.87 0C23.71 0 0 22.83 0 51v52.81l51.86-.05c28.16 0 51-23.71 51-51.87S80 0 51.87 0Z"/>
|
||||||
|
<path fill="#fff9ae" d="M52.37 19.74a31.62 31.62 0 0 0-27.79 46.67l-5.72 18.4 20.54-4.64a31.61 31.61 0 1 0 13-60.43Z"/>
|
||||||
|
<path fill="#00aeef" d="M77.45 32.12a31.6 31.6 0 0 1-38.05 48l-20.54 4.7 20.91-2.47a31.6 31.6 0 0 0 37.68-50.23Z"/>
|
||||||
|
<path fill="#00a94f" d="M71.63 26.29A31.6 31.6 0 0 1 38.8 78l-19.94 6.82 20.54-4.65a31.6 31.6 0 0 0 32.23-53.88Z"/>
|
||||||
|
<path fill="#f15d22" d="M26.47 67.11a31.61 31.61 0 0 1 51-35 31.61 31.61 0 0 0-52.89 34.3l-5.72 18.4Z"/>
|
||||||
|
<path fill="#e31b23" d="M24.58 66.41a31.61 31.61 0 0 1 47.05-40.12 31.61 31.61 0 0 0-49 39.63l-3.76 18.9Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 761 B |
9
public/img/logos/icon_droneci.svg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<svg width="33" height="34" viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8125 17.2932C32.8125 19.6071 32.3208 21.8488 31.4779 23.8735L25.6476 17.944C26.35 16.787 26.7012 15.4131 26.7012 13.9669C26.7715 9.84522 23.47 6.44662 19.3958 6.44662C17.9207 6.44662 16.586 6.88048 15.4621 7.60359L10.0533 2.10799C12.0904 1.16795 14.2679 0.661774 16.6562 0.661774C25.5773 0.661774 32.8125 8.10976 32.8125 17.2932ZM7.80543 3.40958L13.6357 9.41135C12.6523 10.7129 12.0904 12.3038 12.0904 14.0392C12.0904 18.2332 15.3918 21.6318 19.466 21.6318C21.1519 21.6318 22.6973 21.0534 23.9617 20.041L30.2134 26.4767C27.2632 30.9599 22.3461 33.9246 16.6562 33.9246C7.73519 33.9246 0.5 26.4767 0.5 17.2932C0.5 11.436 3.38003 6.37431 7.80543 3.40958ZM19.466 18.7394C22.2056 18.7394 24.3832 16.4978 24.3832 13.6777C24.3832 10.8576 22.2056 8.61594 19.466 8.61594C16.7265 8.61594 14.5489 10.8576 14.5489 13.6777C14.5489 16.4978 16.7265 18.7394 19.466 18.7394Z" fill="url(#paint0_linear)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear" x1="6.88952" y1="1.73016" x2="27.8689" y2="33.2773" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#73DFE7"/>
|
||||||
|
<stop offset="1" stop-color="#0095F7"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/img/logos/icon_gitea.png
Normal file
After Width: | Height: | Size: 45 KiB |
1
public/img/logos/icon_lightning.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="#fbbf24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg>
|
After Width: | Height: | Size: 279 B |
48
public/img/logos/icon_mastodon.svg
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="79"
|
||||||
|
height="79"
|
||||||
|
viewBox="0 0 79 75"
|
||||||
|
version="1.1"
|
||||||
|
id="svg7"
|
||||||
|
sodipodi:docname="icon_mastodon.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs11" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview9"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="true"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="10.329114"
|
||||||
|
inkscape:cx="34.465686"
|
||||||
|
inkscape:cy="39.548407"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1011"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg7" />
|
||||||
|
<symbol
|
||||||
|
id="logo-symbol-icon">
|
||||||
|
<path
|
||||||
|
d="M74.7135 16.6043C73.6199 8.54587 66.5351 2.19527 58.1366 0.964691C56.7196 0.756754 51.351 0 38.9148 0H38.822C26.3824 0 23.7135 0.756754 22.2966 0.964691C14.1319 2.16118 6.67571 7.86752 4.86669 16.0214C3.99657 20.0369 3.90371 24.4888 4.06535 28.5726C4.29578 34.4289 4.34049 40.275 4.877 46.1075C5.24791 49.9817 5.89495 53.8251 6.81328 57.6088C8.53288 64.5968 15.4938 70.4122 22.3138 72.7848C29.6155 75.259 37.468 75.6697 44.9919 73.971C45.8196 73.7801 46.6381 73.5586 47.4475 73.3063C49.2737 72.7302 51.4164 72.086 52.9915 70.9542C53.0131 70.9384 53.0308 70.9178 53.0433 70.8942C53.0558 70.8706 53.0628 70.8445 53.0637 70.8179V65.1661C53.0634 65.1412 53.0574 65.1167 53.0462 65.0944C53.035 65.0721 53.0189 65.0525 52.9992 65.0371C52.9794 65.0218 52.9564 65.011 52.9318 65.0056C52.9073 65.0002 52.8819 65.0003 52.8574 65.0059C48.0369 66.1472 43.0971 66.7193 38.141 66.7103C29.6118 66.7103 27.3178 62.6981 26.6609 61.0278C26.1329 59.5842 25.7976 58.0784 25.6636 56.5486C25.6622 56.5229 25.667 56.4973 25.6775 56.4738C25.688 56.4502 25.7039 56.4295 25.724 56.4132C25.7441 56.397 25.7678 56.3856 25.7931 56.3801C25.8185 56.3746 25.8448 56.3751 25.8699 56.3816C30.6101 57.5151 35.4693 58.0873 40.3455 58.086C41.5183 58.086 42.6876 58.086 43.8604 58.0553C48.7647 57.919 53.9339 57.6701 58.7591 56.7361C58.8794 56.7123 58.9998 56.6918 59.103 56.6611C66.7139 55.2124 73.9569 50.665 74.6929 39.1501C74.7204 38.6967 74.7892 34.4016 74.7892 33.9312C74.7926 32.3325 75.3085 22.5901 74.7135 16.6043ZM62.9996 45.3371H54.9966V25.9069C54.9966 21.8163 53.277 19.7302 49.7793 19.7302C45.9343 19.7302 44.0083 22.1981 44.0083 27.0727V37.7082H36.0534V27.0727C36.0534 22.1981 34.124 19.7302 30.279 19.7302C26.8019 19.7302 25.0651 21.8163 25.0617 25.9069V45.3371H17.0656V25.3172C17.0656 21.2266 18.1191 17.9769 20.2262 15.568C22.3998 13.1648 25.2509 11.9308 28.7898 11.9308C32.8859 11.9308 35.9812 13.492 38.0447 16.6111L40.036 19.9245L42.0308 16.6111C44.0943 13.492 47.1896 11.9308 51.2788 11.9308C54.8143 11.9308 57.6654 13.1648 59.8459 15.568C61.9529 17.9746 63.0065 21.2243 63.0065 25.3172L62.9996 45.3371Z"
|
||||||
|
fill="currentColor"
|
||||||
|
id="path2"
|
||||||
|
style="fill:#563acc;fill-opacity:1" />
|
||||||
|
</symbol>
|
||||||
|
<use
|
||||||
|
xlink:href="#logo-symbol-icon"
|
||||||
|
style="color:#fff;fill:#563acc;fill-opacity:1"
|
||||||
|
id="use5" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
1
public/img/logos/icon_mediawiki.svg
Normal file
After Width: | Height: | Size: 10 KiB |
114
public/img/logos/icon_xmpp.svg
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
xml:space="preserve"
|
||||||
|
viewBox="0 0 174.98412 127.21901"
|
||||||
|
width="174.98412"
|
||||||
|
height="127.21901"
|
||||||
|
x="0px"
|
||||||
|
y="0px"
|
||||||
|
enable-background="new 0 0 200 200"
|
||||||
|
id="svg36"
|
||||||
|
sodipodi:docname="icon_xmpp.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs40" /><sodipodi:namedview
|
||||||
|
id="namedview38"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="4.08"
|
||||||
|
inkscape:cx="86.519608"
|
||||||
|
inkscape:cy="84.681373"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1011"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg36" />
|
||||||
|
|
||||||
|
<linearGradient
|
||||||
|
id="SVGID_right_"
|
||||||
|
y2="1.279e-13"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x2="-1073.2"
|
||||||
|
gradientTransform="translate(1183.188)"
|
||||||
|
y1="126.85"
|
||||||
|
x1="-1073.2">
|
||||||
|
<stop
|
||||||
|
stop-color="#1b3967"
|
||||||
|
offset=".011"
|
||||||
|
id="stop2" />
|
||||||
|
<stop
|
||||||
|
stop-color="#13b5ea"
|
||||||
|
offset=".467"
|
||||||
|
id="stop4" />
|
||||||
|
<stop
|
||||||
|
stop-color="#002b5c"
|
||||||
|
offset=".9945"
|
||||||
|
id="stop6" />
|
||||||
|
</linearGradient>
|
||||||
|
|
||||||
|
<linearGradient
|
||||||
|
id="SVGID_left_"
|
||||||
|
y2="1.279e-13"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x2="-1073.2"
|
||||||
|
gradientTransform="matrix(-1,0,0,1,-1008.204,-10e-4)"
|
||||||
|
y1="126.85"
|
||||||
|
x1="-1073.2">
|
||||||
|
<stop
|
||||||
|
stop-color="#1b3967"
|
||||||
|
offset=".011"
|
||||||
|
id="stop9" />
|
||||||
|
<stop
|
||||||
|
stop-color="#13b5ea"
|
||||||
|
offset=".467"
|
||||||
|
id="stop11" />
|
||||||
|
<stop
|
||||||
|
stop-color="#002b5c"
|
||||||
|
offset=".9945"
|
||||||
|
id="stop13" />
|
||||||
|
</linearGradient>
|
||||||
|
|
||||||
|
<path
|
||||||
|
d="m 138.38912,14.189001 c 0.077,1.313 -1.787,0.968 -1.787,2.293 0,38.551 -46.558,97.366009 -91.687985,108.730009 v 1.639 C 104.86713,121.33101 173.47412,59.051001 174.98412,0.001 l -36.599,14.189001 z"
|
||||||
|
style="fill:url(#SVGID_right_)"
|
||||||
|
id="path16" />
|
||||||
|
<path
|
||||||
|
d="m 120.25712,18.932001 c 0.076,1.313 0.12,2.63 0.12,3.957 0,38.551 -30.69898,90.497009 -75.826985,101.860009 v 1.639 c 59.044005,-2.79 105.809995,-63.024009 105.809995,-109.200009 0,-2.375 -0.128,-4.729 -0.371,-7.056 l -29.73,8.798 z"
|
||||||
|
style="fill:#e96d1f"
|
||||||
|
id="path18" />
|
||||||
|
<path
|
||||||
|
d="m 150.27512,9.583001 -7.61699,2.722 c 0.041,0.962 0.066,2.254 0.066,3.225 0,41.219 -37.271,98.204009 -87.271995,107.120009 -3.24501,1.088 -7.53801,2.077 -10.932,2.931 v 1.638 C 109.77413,121.65901 155.62013,55.353001 150.28012,9.579001 Z"
|
||||||
|
style="fill:#d9541e"
|
||||||
|
id="path20" />
|
||||||
|
|
||||||
|
<path
|
||||||
|
d="m 36.595,14.188001 c -0.077,1.313 1.787,0.968 1.787,2.293 0,38.551 46.558007,97.366009 91.68799,108.730009 v 1.639 C 70.117,121.33001 1.51,59.050001 0,0 l 36.599,14.189001 z"
|
||||||
|
style="fill:url(#SVGID_left_)"
|
||||||
|
id="path22" />
|
||||||
|
<path
|
||||||
|
d="m 54.727,18.931001 c -0.076,1.313 -0.12,2.63 -0.12,3.957 0,38.551 30.698995,90.497009 75.82699,101.860009 v 1.639 C 71.39,123.59701 24.624,63.363001 24.624,17.187001 c 0,-2.375 0.128,-4.729 0.371,-7.056 l 29.73,8.798 z"
|
||||||
|
style="fill:#a0ce67"
|
||||||
|
id="path24" />
|
||||||
|
<path
|
||||||
|
d="m 24.709,9.582001 7.617,2.722 c -0.041,0.962 -0.066,2.254 -0.066,3.225 0,41.219 37.271,98.204009 87.27199,107.120009 3.245,1.088 7.538,2.077 10.932,2.931 v 1.638 C 65.21,121.65801 19.364,55.352001 24.704,9.578001 Z"
|
||||||
|
style="fill:#439639"
|
||||||
|
id="path26" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.6 KiB |