add event, update sponsors, fix event card link
parent
b498d0b2fe
commit
73b2aefadc
|
@ -38,11 +38,11 @@
|
|||
<p class="location">{{ event.location }}</p>
|
||||
<p>{{ event.date }} · {{ event.time }}</p>
|
||||
</div>
|
||||
<div v-bind:class="(event.meetup)?'attend both':'attend bottom'" >
|
||||
<NuxtLink v-if="!event.past" href="/login" >Attend event</NuxtLink>
|
||||
<div v-if="!event.past" v-bind:class="(event.meetup)?'attend both':'attend bottom'" >
|
||||
<NuxtLink href="/login" >Attend event</NuxtLink>
|
||||
</div>
|
||||
<div class="meetup bottom">
|
||||
<NuxtLink v-if="event.meetup" target="_BLANK"
|
||||
<div v-if="event.meetup" class="meetup bottom">
|
||||
<NuxtLink target="_BLANK"
|
||||
:to="'https://www.meetup.com/capitalregionbitcoinnetwork/events/' + event.meetup + '/'">Meetup.com</NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<div class="sponsors">
|
||||
<h4>Sponsors</h4>
|
||||
<NuxtLink to="https://bitcoinmagazine.com/" target="_BLANK">
|
||||
<img src="/img/sponsors/b.tc.svg" alt="Bitcoin Magazine" />
|
||||
<img src="/img/sponsors/bitcoinmagazine.svg" alt="Bitcoin Magazine" />
|
||||
</NuxtLink>
|
||||
<NuxtLink to="https://inspin.io/" target="_BLANK">
|
||||
<NuxtLink to="https://www.inspin.io/" target="_BLANK">
|
||||
<img src="/img/sponsors/inspin.svg" alt="Inspin Digital" />
|
||||
</NuxtLink>
|
||||
<!--
|
||||
|
|
|
@ -5,8 +5,8 @@ slug: about
|
|||
|
||||
#### About
|
||||
|
||||
The Capital Region Bitcoin Network was started due to a lack of crypto communities in New York
|
||||
and wanting to create a local community around Bitcoin.
|
||||
Welcome to the Capital Region Bitcoin Network. The meetup was created due to a lack of crypto communities in upstate New York
|
||||
and for supporting local adoption of Bitcoin.
|
||||
|
||||
The first meetup was held on Thursday, May 11th 2023. Meetups allow for open discussion
|
||||
about Bitcoin news and common questions surrounding the currency.
|
||||
|
|
|
@ -7,7 +7,7 @@ location: Frog Alley Brewing Co
|
|||
address: 108 State St, Schenectady
|
||||
time: 6:00 PM
|
||||
meetup: 298555131
|
||||
priority: 3
|
||||
priority: 9999
|
||||
---
|
||||
|
||||
## Details
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Monthly Meetup
|
||||
slug: monthly-meetup-10-30-2024
|
||||
date: 2024-10-30
|
||||
published: 2024-10-30
|
||||
location: Druther's Brewing Company
|
||||
address: 221 Harborside Drive, Schenectady
|
||||
time: 6:00 PM
|
||||
priority: 1
|
||||
---
|
||||
|
||||
## Details
|
||||
|
||||
Looking forward to seeing everyone at the October meetup! Let get together at Druther’s in Schenectady.
|
||||
|
||||
Our monthly Bitcoin meetup! This is a Bitcoin only event. Whether you are interested in learning about Bitcoin, or are a seasoned pleb, come and hang out! We will have learning materials for those who are just starting out.
|
||||
|
||||
This has grown into a great event about meeting new plebs, socializing, and talking all things bitcoin. Hope you all can make it! Feel free to bring a friend or two to orange pill :-). Appetizers and first hour of drinks will be provided.
|
|
@ -7,7 +7,7 @@ location: Druther's Brewing Company
|
|||
address: 7 Southside Drive, Clifton Park
|
||||
time: 6:00 PM
|
||||
meetup: 301820211
|
||||
priority: 2
|
||||
priority: 3
|
||||
---
|
||||
|
||||
## Details
|
||||
|
|
|
@ -6,7 +6,7 @@ published: 2024-08-28
|
|||
location: Druther's Brewing Company
|
||||
address: 221 Harborside Drive, Schenectady
|
||||
time: 6:00 PM
|
||||
priority: 1
|
||||
priority: 2
|
||||
---
|
||||
|
||||
## Details
|
||||
|
|
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "crbtc",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Capital Region Bitcoin Network",
|
||||
"license": "GPL-3.0-only",
|
||||
"homepage": "https://crbtc.org",
|
||||
|
@ -12,16 +12,16 @@
|
|||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/content": "^2.13.2",
|
||||
"@nuxt/content": "^2.13.4",
|
||||
"@nuxt/devtools": "latest",
|
||||
"@nuxt/image": "^1.7.0",
|
||||
"@nuxtjs/device": "^3.1.1",
|
||||
"@types/node": "^22.4.1",
|
||||
"nuxt": "^3.12.4"
|
||||
"@nuxt/image": "^1.8.1",
|
||||
"@nuxtjs/device": "^3.2.4",
|
||||
"@types/node": "^22.7.5",
|
||||
"nuxt": "^3.13.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"date-fns": "^3.6.0",
|
||||
"nuxt-mail": "^5.0.1",
|
||||
"sass": "^1.77.8"
|
||||
"date-fns": "^4.1.0",
|
||||
"nuxt-mail": "^5.1.1",
|
||||
"sass": "^1.79.5"
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
|
@ -7,7 +7,7 @@
|
|||
viewBox="0 0 79.374998 15.875"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="inspin.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
|
@ -25,8 +25,8 @@
|
|||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
inkscape:zoom="4.7572176"
|
||||
inkscape:cx="123.07614"
|
||||
inkscape:cy="8.9337936"
|
||||
inkscape:cx="122.97104"
|
||||
inkscape:cy="9.038897"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1122"
|
||||
inkscape:window-x="0"
|
||||
|
@ -39,67 +39,57 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
aria-label="inspin.digital"
|
||||
id="text290"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro, Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.176321"
|
||||
transform="matrix(0.79540017,0,0,0.79540017,8.1200556,1.6240111)">
|
||||
<path
|
||||
d="m 3.8868383,10.871476 h 1.601462 V 5.1624478 H 3.8868383 Z M 3.6667901,3.1942388 c 0,0.5378956 0.4645462,0.9657671 1.0146667,0.9657671 0.5623455,0 1.0146668,-0.4278715 1.0146668,-0.9657671 0,-0.5378956 -0.4523213,-0.9535422 -1.0146668,-0.9535422 -0.5501205,0 -1.0146667,0.4156466 -1.0146667,0.9535422 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 11.211647,10.271185 h 1.273804 V 5.730223 H 11.211647 Z M 11.036621,4.1647092 c 0,0.4278422 0.3695,0.7681713 0.807066,0.7681713 0.44729,0 0.807066,-0.3403291 0.807066,-0.7681713 0,-0.4278423 -0.359776,-0.7584476 -0.807066,-0.7584476 -0.437566,0 -0.807066,0.3306053 -0.807066,0.7584476 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path716" />
|
||||
<path
|
||||
d="M 7.101993,10.871476 H 8.7034549 V 7.8763756 c 0,-1.0391165 0.7090442,-1.344739 1.2836145,-1.344739 0.5501206,0 1.0880166,0.4034217 1.0880166,1.2958394 v 3.044 h 1.601461 V 7.7419017 c 0.01223,-1.711486 -0.770168,-2.7261527 -2.261606,-2.7261527 -0.5501206,0 -1.4425383,0.3300723 -1.7114861,1.0757912 V 5.1624478 H 7.101993 Z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 13.768982,10.271185 h 1.273803 V 7.8888816 c 0,-0.8265134 0.563974,-1.0696056 1.020987,-1.0696056 0.437566,0 0.865409,0.3208817 0.865409,1.0307108 v 2.4211982 h 1.273802 V 7.781921 c 0.0097,-1.3613162 -0.612592,-2.1683823 -1.798882,-2.1683823 -0.437566,0 -1.147395,0.2625396 -1.361316,0.8556845 V 5.730223 h -1.273803 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path718" />
|
||||
<path
|
||||
d="m 16.234002,11.018175 c 1.173591,0 2.396081,-0.62347 2.396081,-1.8215102 0,-0.4645462 -0.171149,-1.3202892 -1.540338,-1.6870362 l -0.941317,-0.244498 c -0.317848,-0.085574 -0.562346,-0.2200482 -0.562346,-0.488996 0,-0.2933976 0.293398,-0.5012209 0.660145,-0.5012209 0.378972,0 0.696819,0.2078233 0.696819,0.5990201 h 1.528113 C 18.483384,5.5169699 17.260894,5.015749 16.221777,5.015749 c -1.320289,0 -2.237157,0.8312932 -2.237157,1.711486 0,0.5990201 0.195599,1.4180884 1.662587,1.8092852 l 0.757944,0.1833735 c 0.427871,0.1100241 0.62347,0.2322731 0.62347,0.4767711 0,0.3300723 -0.354522,0.5623455 -0.819069,0.5623455 -0.562345,0 -0.843518,-0.3545222 -0.843518,-0.6845945 h -1.503663 c 0.01223,1.2591652 1.173591,1.9437592 2.371631,1.9437592 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 21.032584,10.387869 c 0.933474,0 1.905843,-0.4959078 1.905843,-1.4488292 0,-0.3695001 -0.136132,-1.0501582 -1.225185,-1.3418688 L 20.964518,7.4026972 c -0.252816,-0.068066 -0.44729,-0.1750264 -0.44729,-0.3889475 0,-0.2333685 0.233369,-0.3986712 0.525079,-0.3986712 0.301435,0 0.55425,0.1653027 0.55425,0.4764607 h 1.215462 c 0.0097,-1.0793293 -0.962645,-1.4780005 -1.789159,-1.4780005 -1.050158,0 -1.779435,0.6612108 -1.779435,1.3613163 0,0.4764607 0.155579,1.1279477 1.322422,1.4391057 l 0.602868,0.1458553 c 0.340329,0.087513 0.495909,0.1847501 0.495909,0.3792238 0,0.2625396 -0.281987,0.4472898 -0.651488,0.4472898 -0.447289,0 -0.670934,-0.2819871 -0.670934,-0.5445266 h -1.196014 c 0.0097,1.0015402 0.933474,1.546066 1.886396,1.546066 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path720" />
|
||||
<path
|
||||
d="m 19.889257,13.670978 h 1.601462 v -3.508546 c 0.403421,0.586795 1.185815,0.855743 1.833735,0.855743 1.466988,0 2.799502,-1.1613655 2.799502,-3.0073255 0,-1.8215101 -1.332514,-2.9951005 -2.799502,-2.9951005 -0.64792,0 -1.430314,0.2689478 -1.833735,0.8435181 V 5.1624478 h -1.601462 z m 1.650361,-5.6479036 c 0,-0.8679679 0.69682,-1.5158876 1.479213,-1.5158876 0.806844,0 1.466988,0.6723695 1.466988,1.5158876 0,0.8435181 -0.660144,1.5036627 -1.466988,1.5036627 -0.745719,0 -1.479213,-0.6356948 -1.479213,-1.5036627 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 23.939974,12.497909 h 1.273803 V 9.7072112 c 0.320881,0.4667368 0.943198,0.6806578 1.458553,0.6806578 1.166843,0 2.226725,-0.9237499 2.226725,-2.3920268 0,-1.4488295 -1.059882,-2.3823035 -2.226725,-2.3823035 -0.515355,0 -1.137672,0.2139211 -1.458553,0.6709344 V 5.730223 h -1.273803 z m 1.312697,-4.4923432 c 0,-0.6903818 0.554251,-1.2057372 1.176567,-1.2057372 0.641764,0 1.166842,0.5348028 1.166842,1.2057372 0,0.6709345 -0.525078,1.1960136 -1.166842,1.1960136 -0.593145,0 -1.176567,-0.5056317 -1.176567,-1.1960136 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path722" />
|
||||
<path
|
||||
d="m 27.395349,10.871476 h 1.601462 V 5.1624478 H 27.395349 Z M 27.175301,3.1942388 c 0,0.5378956 0.464546,0.9657671 1.014666,0.9657671 0.562346,0 1.014667,-0.4278715 1.014667,-0.9657671 0,-0.5378956 -0.452321,-0.9535422 -1.014667,-0.9535422 -0.55012,0 -1.014666,0.4156466 -1.014666,0.9535422 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 29.910321,10.271185 h 1.273803 V 5.730223 H 29.910321 Z M 29.735295,4.1647092 c 0,0.4278422 0.3695,0.7681713 0.807065,0.7681713 0.44729,0 0.807066,-0.3403291 0.807066,-0.7681713 0,-0.4278423 -0.359776,-0.7584476 -0.807066,-0.7584476 -0.437565,0 -0.807065,0.3306053 -0.807065,0.7584476 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path724" />
|
||||
<path
|
||||
d="m 30.610504,10.871476 h 1.601462 V 7.8763756 c 0,-1.0391165 0.709044,-1.344739 1.283614,-1.344739 0.550121,0 1.088016,0.4034217 1.088016,1.2958394 v 3.044 h 1.601462 V 7.7419017 c 0.01223,-1.711486 -0.770169,-2.7261527 -2.261606,-2.7261527 -0.550121,0 -1.442539,0.3300723 -1.711486,1.0757912 V 5.1624478 h -1.601462 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 32.467656,10.271185 h 1.273803 V 7.8888816 c 0,-0.8265134 0.563974,-1.0696056 1.020987,-1.0696056 0.437566,0 0.865408,0.3208817 0.865408,1.0307108 v 2.4211982 h 1.273803 V 7.781921 c 0.0097,-1.3613162 -0.612593,-2.1683823 -1.798882,-2.1683823 -0.437566,0 -1.147396,0.2625396 -1.361316,0.8556845 V 5.730223 h -1.273803 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path726" />
|
||||
<path
|
||||
d="m 38.520023,10.9815 c 0.562345,0 1.039116,-0.415646 1.039116,-0.9902166 0,-0.5623455 -0.476771,-0.9779921 -1.039116,-0.9779921 -0.550121,0 -1.014667,0.4156466 -1.014667,0.9779921 0,0.5745706 0.464546,0.9902166 1.014667,0.9902166 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
id="path728" />
|
||||
<path
|
||||
d="m 43.348869,11.018175 c 0.635695,0 1.430313,-0.268948 1.833735,-0.855743 v 0.709044 h 1.601462 V 2.0573231 h -1.601462 v 3.801944 C 44.779182,5.2724719 44.009013,5.015749 43.348869,5.015749 c -1.466988,0 -2.799502,1.1613655 -2.799502,2.9951005 0,1.8337351 1.332514,3.0073255 2.799502,3.0073255 z M 42.175278,8.0108495 c 0,-0.8435181 0.67237,-1.5036627 1.479213,-1.5036627 0.745719,0 1.479213,0.6234699 1.479213,1.5036627 0,0.8679679 -0.696819,1.5158876 -1.479213,1.5158876 -0.806843,0 -1.479213,-0.6845944 -1.479213,-1.5158876 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 42.599753,10.387869 c 0.505632,0 1.137672,-0.213921 1.458554,-0.6806578 V 10.271185 H 45.33211 V 3.2604062 h -1.273803 v 3.0240669 c -0.320882,-0.466737 -0.933475,-0.6709344 -1.458554,-0.6709344 -1.166842,0 -2.226724,0.9237503 -2.226724,2.3823035 0,1.4585532 1.059882,2.3920268 2.226724,2.3920268 z M 41.666279,7.9958422 c 0,-0.6709345 0.534803,-1.1960136 1.176566,-1.1960136 0.593145,0 1.176566,0.4959081 1.176566,1.1960136 0,0.6903818 -0.55425,1.2057372 -1.176566,1.2057372 -0.641763,0 -1.176566,-0.5445265 -1.176566,-1.2057372 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path730" />
|
||||
<path
|
||||
d="m 48.397756,10.871476 h 1.601462 V 5.1624478 H 48.397756 Z M 48.177708,3.1942388 c 0,0.5378956 0.464546,0.9657671 1.014667,0.9657671 0.562345,0 1.014666,-0.4278715 1.014666,-0.9657671 0,-0.5378956 -0.452321,-0.9535422 -1.014666,-0.9535422 -0.550121,0 -1.014667,0.4156466 -1.014667,0.9535422 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 46.615639,10.271185 h 1.273803 V 5.730223 H 46.615639 Z M 46.440613,4.1647092 c 0,0.4278422 0.3695,0.7681713 0.807066,0.7681713 0.447289,0 0.807066,-0.3403291 0.807066,-0.7681713 0,-0.4278423 -0.359777,-0.7584476 -0.807066,-0.7584476 -0.437566,0 -0.807066,0.3306053 -0.807066,0.7584476 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path732" />
|
||||
<path
|
||||
d="m 54.229037,13.817677 c 2.017109,0 3.276274,-1.161365 3.276274,-3.655245 V 5.1624478 H 55.903849 V 5.8470422 C 55.488202,5.2846968 54.718033,5.015749 54.070114,5.015749 c -1.466988,0 -2.799502,1.1613655 -2.799502,2.9951005 0,1.8337351 1.332514,3.0073255 2.799502,3.0073255 0.635694,0 1.418088,-0.281173 1.833735,-0.843518 v 0.158924 c 0,1.479212 -0.64792,2.053783 -1.674812,2.053783 -0.611245,0 -1.19804,-0.366747 -1.442538,-0.892418 l -1.332514,0.57457 c 0.488996,1.063567 1.552562,1.748161 2.775052,1.748161 z M 52.896523,8.0108495 c 0,-0.8435181 0.67237,-1.5036627 1.479213,-1.5036627 0.745719,0 1.479213,0.6234699 1.479213,1.5036627 0,0.8679679 -0.696819,1.5158876 -1.479213,1.5158876 -0.806843,0 -1.479213,-0.6845944 -1.479213,-1.5158876 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 51.253841,12.614594 c 1.604409,0 2.605949,-0.92375 2.605949,-2.9073828 V 5.730223 H 52.585987 V 6.2747495 C 52.255381,5.8274598 51.642788,5.6135387 51.127433,5.6135387 c -1.166842,0 -2.226724,0.9237503 -2.226724,2.3823035 0,1.4585532 1.059882,2.3920268 2.226724,2.3920268 0.505632,0 1.127948,-0.223645 1.458554,-0.670934 v 0.1264082 c 0,1.1765658 -0.515356,1.6335798 -1.332146,1.6335798 -0.486185,0 -0.952921,-0.291711 -1.147395,-0.70983 l -1.059882,0.457013 c 0.388948,0.845962 1.234908,1.390488 2.207277,1.390488 z M 50.193959,7.9958422 c 0,-0.6709345 0.534803,-1.1960136 1.176566,-1.1960136 0.593145,0 1.176567,0.4959081 1.176567,1.1960136 0,0.6903818 -0.55425,1.2057372 -1.176567,1.2057372 -0.641763,0 -1.176566,-0.5445265 -1.176566,-1.2057372 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path734" />
|
||||
<path
|
||||
d="m 59.119005,10.871476 h 1.601462 V 5.1624478 H 59.119005 Z M 58.898956,3.1942388 c 0,0.5378956 0.464547,0.9657671 1.014667,0.9657671 0.562346,0 1.014667,-0.4278715 1.014667,-0.9657671 0,-0.5378956 -0.452321,-0.9535422 -1.014667,-0.9535422 -0.55012,0 -1.014667,0.4156466 -1.014667,0.9535422 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 55.143322,10.271185 h 1.273803 V 5.730223 H 55.143322 Z M 54.968295,4.1647092 c 0,0.4278422 0.369501,0.7681713 0.807067,0.7681713 0.44729,0 0.807066,-0.3403291 0.807066,-0.7681713 0,-0.4278423 -0.359776,-0.7584476 -0.807066,-0.7584476 -0.437566,0 -0.807067,0.3306053 -0.807067,0.7584476 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path736" />
|
||||
<path
|
||||
d="M 62.884278,10.871476 H 64.48574 V 6.4093876 h 1.210265 V 5.1624478 H 64.48574 V 3.0842147 h -1.601462 v 2.0782331 h -1.039117 v 1.2469398 h 1.039117 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 58.138221,10.271185 h 1.273803 V 6.7220391 h 0.962645 V 5.730223 H 59.412024 V 4.077196 h -1.273803 v 1.653027 h -0.826514 v 0.9918161 h 0.826514 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path738" />
|
||||
<path
|
||||
d="m 69.008965,11.018175 c 0.770169,0 1.503663,-0.378972 1.882635,-0.965767 v 0.819068 h 1.601462 V 5.1624478 H 70.8916 V 5.9203916 C 70.512628,5.3335964 69.779134,5.015749 69.04564,5.015749 c -1.638137,0 -2.787277,1.2347149 -2.787277,3.0073254 0,1.7726106 1.17359,2.9951006 2.750602,2.9951006 z M 67.896499,8.0230744 c 0,-0.8312932 0.62347,-1.5158876 1.454763,-1.5158876 0.794619,0 1.491438,0.6479197 1.491438,1.5158876 0,0.8190683 -0.672369,1.5036627 -1.479213,1.5036627 -0.843518,0 -1.466988,-0.7090442 -1.466988,-1.5036627 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 63.009798,10.387869 c 0.612593,0 1.196014,-0.301434 1.497448,-0.7681709 v 0.6514869 h 1.273803 V 5.730223 h -1.273803 v 0.6028686 c -0.301434,-0.466737 -0.884855,-0.7195529 -1.468277,-0.7195529 -1.302974,0 -2.217,0.9820924 -2.217,2.3920271 0,1.4099348 0.933473,2.3823032 2.187829,2.3823032 z M 62.124942,8.0055658 c 0,-0.6612107 0.495909,-1.2057372 1.157119,-1.2057372 0.63204,0 1.18629,0.5153554 1.18629,1.2057372 0,0.6514871 -0.534802,1.1960136 -1.176566,1.1960136 -0.670934,0 -1.166843,-0.5639739 -1.166843,-1.1960136 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path740" />
|
||||
<path
|
||||
d="M 74.106748,10.871476 H 75.70821 V 2.0573231 h -1.601462 z"
|
||||
style="-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078"
|
||||
d="m 67.064576,10.271185 h 1.273803 V 3.2604062 h -1.273803 z"
|
||||
style="font-weight:bold;font-size:12.2249px;font-family:'Sofia Pro';-inkscape-font-specification:'Sofia Pro Ultra-Bold';fill:#a1a1a1;fill-opacity:0.996078;stroke-width:0.140246"
|
||||
id="path742" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in New Issue