Merge in upstream site
This commit is contained in:
parent
6fcdd2b7d7
commit
aa488840e5
83 changed files with 596 additions and 9561 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
_astro/index-backup.Bg9JHEqh.css
Normal file
1
_astro/index-backup.Bg9JHEqh.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,26 @@
|
|||
document.addEventListener("DOMContentLoaded",function(){const a=document.querySelectorAll(".tab-btn"),i=document.getElementById("tab-content"),e=document.getElementById("tab-title"),s={all:{title:"All Apps",apps:[{title:"WhatsApp",author:"WhatsApp Inc.",icon:"icons/dhung.jpg",rating:4.3,downloads:"5B+",category:"Communication"},{title:"Instagram",author:"Meta",icon:"icons/book.png",rating:4.2,downloads:"1B+",category:"Social"},{title:"Clash of Clans",author:"Supercell",icon:"icons/dhung.jpg",rating:4.5,downloads:"500M+",category:"Games"},{title:"Netflix",author:"Netflix Inc.",icon:"icons/book.png",rating:4.1,downloads:"1B+",category:"Entertainment"}]},games:{title:"Games",apps:[{title:"Clash of Clans",author:"Supercell",icon:"icons/dhung.jpg",rating:4.5,downloads:"500M+",category:"Strategy"},{title:"PUBG Mobile",author:"Tencent Games",icon:"icons/book.png",rating:4.3,downloads:"1B+",category:"Action"},{title:"Candy Crush Saga",author:"King",icon:"icons/dhung.jpg",rating:4.4,downloads:"1B+",category:"Puzzle"},{title:"Among Us",author:"InnerSloth",icon:"icons/book.png",rating:4.2,downloads:"500M+",category:"Social"}]},apps:{title:"Apps",apps:[{title:"WhatsApp",author:"WhatsApp Inc.",icon:"icons/dhung.jpg",rating:4.3,downloads:"5B+",category:"Communication"},{title:"Instagram",author:"Meta",icon:"icons/book.png",rating:4.2,downloads:"1B+",category:"Social"},{title:"Spotify",author:"Spotify AB",icon:"icons/dhung.jpg",rating:4.5,downloads:"1B+",category:"Music"},{title:"Zoom",author:"Zoom Video Communications",icon:"icons/book.png",rating:4.1,downloads:"500M+",category:"Productivity"}]},movies:{title:"Movies & TV",apps:[{title:"Netflix",author:"Netflix Inc.",icon:"icons/book.png",rating:4.1,downloads:"1B+",category:"Streaming"},{title:"Disney+",author:"Disney",icon:"icons/dhung.jpg",rating:4.3,downloads:"500M+",category:"Streaming"},{title:"Amazon Prime Video",author:"Amazon",icon:"icons/book.png",rating:4,downloads:"500M+",category:"Streaming"},{title:"YouTube",author:"Google",icon:"icons/dhung.jpg",rating:4.4,downloads:"5B+",category:"Video"}]},books:{title:"Books",apps:[{title:"Kindle",author:"Amazon",icon:"icons/book.png",rating:4.2,downloads:"100M+",category:"Reading"},{title:"Audible",author:"Amazon",icon:"icons/dhung.jpg",rating:4.4,downloads:"100M+",category:"Audiobooks"},{title:"Google Play Books",author:"Google",icon:"icons/book.png",rating:4.1,downloads:"1B+",category:"Reading"},{title:"Wattpad",author:"Wattpad Corp",icon:"icons/dhung.jpg",rating:4.3,downloads:"100M+",category:"Writing"}]},kids:{title:"Kids",apps:[{title:"YouTube Kids",author:"Google",icon:"icons/book.png",rating:4,downloads:"100M+",category:"Video"},{title:"ABCmouse",author:"Age of Learning",icon:"icons/dhung.jpg",rating:4.2,downloads:"10M+",category:"Education"},{title:"PBS Kids Games",author:"PBS",icon:"icons/book.png",rating:4.3,downloads:"10M+",category:"Games"},{title:"Khan Academy Kids",author:"Khan Academy",icon:"icons/dhung.jpg",rating:4.5,downloads:"10M+",category:"Education"}]}};function l(o){return o.map(t=>`
|
||||
<div class="bg-white rounded-xl shadow-sm hover:shadow-md transition-shadow duration-300 p-4">
|
||||
<div class="flex items-center">
|
||||
<div class="w-20 h-20 bg-gray-200 rounded-lg flex items-center justify-center mr-4">
|
||||
<img src="${t.icon}" alt="${t.title}" class="w-20 h-20 rounded-lg object-cover" />
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<h3 class="font-semibold text-gray-900">${t.title}</h3>
|
||||
<p class="text-sm text-gray-600">${t.author}</p>
|
||||
<p class="text-xs text-blue-600">${t.category}</p>
|
||||
<div class="flex items-center mt-1">
|
||||
<div class="flex text-yellow-400">
|
||||
${Array.from({length:5}).map((n,r)=>`<svg class="w-3 h-3 ${r<Math.floor(t.rating)?"text-yellow-400":"text-gray-300"}" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"/>
|
||||
</svg>`).join("")}
|
||||
</div>
|
||||
<span class="ml-1 text-xs text-gray-600">${t.rating}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<span class="text-xs text-gray-500">${t.downloads}</span>
|
||||
<button class="block mt-1 text-blue-600 hover:text-blue-700 text-sm font-medium">Install</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`).join("")}function c(o){a.forEach(n=>{n.dataset.tab===o?n.className="tab-btn px-4 py-2 bg-blue-600 text-white rounded-full font-medium hover:bg-blue-700 transition-colors":n.className="tab-btn px-4 py-2 bg-gray-100 text-gray-700 rounded-full font-medium hover:bg-gray-200 transition-colors"});const t=s[o];e.textContent=t.title,i.innerHTML=l(t.apps)}a.forEach(o=>{o.addEventListener("click",function(){c(this.dataset.tab)})})});
|
||||
187
apk/Brave.apk
187
apk/Brave.apk
File diff suppressed because one or more lines are too long
187
apk/Chrome.apk
187
apk/Chrome.apk
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
187
apk/fgvpn.apk
187
apk/fgvpn.apk
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
app/Brave.apk
Normal file
BIN
app/Brave.apk
Normal file
Binary file not shown.
BIN
app/Chrome.apk
Normal file
BIN
app/Chrome.apk
Normal file
Binary file not shown.
BIN
app/Monlam Grand Dictionary. V2.1.apk
Normal file
BIN
app/Monlam Grand Dictionary. V2.1.apk
Normal file
Binary file not shown.
BIN
app/ProofMode.apk
Normal file
BIN
app/ProofMode.apk
Normal file
Binary file not shown.
Binary file not shown.
BIN
app/Shared from F-Droid_ Element X - Secure Chat & Call.apk
Normal file
BIN
app/Shared from F-Droid_ Element X - Secure Chat & Call.apk
Normal file
Binary file not shown.
BIN
app/Shared from F-Droid_ ObscuraCam_ The Privacy Camera.apk
Normal file
BIN
app/Shared from F-Droid_ ObscuraCam_ The Privacy Camera.apk
Normal file
Binary file not shown.
BIN
app/Signal-Android-website-prod-universal-release-7.57.2.apk
Normal file
BIN
app/Signal-Android-website-prod-universal-release-7.57.2.apk
Normal file
Binary file not shown.
BIN
app/Tibetan Dictionary_1.7.1.apk
Normal file
BIN
app/Tibetan Dictionary_1.7.1.apk
Normal file
Binary file not shown.
BIN
app/Translate.apk
Normal file
BIN
app/Translate.apk
Normal file
Binary file not shown.
BIN
app/Translator.apk
Normal file
BIN
app/Translator.apk
Normal file
Binary file not shown.
BIN
app/com.dogpo.tibetancalendar_2023-08-21.apk
Normal file
BIN
app/com.dogpo.tibetancalendar_2023-08-21.apk
Normal file
Binary file not shown.
BIN
app/com.fbx.tibetanIme.apk
Normal file
BIN
app/com.fbx.tibetanIme.apk
Normal file
Binary file not shown.
BIN
app/com.iflytek.inputmethods.DungkarIME.apk
Normal file
BIN
app/com.iflytek.inputmethods.DungkarIME.apk
Normal file
Binary file not shown.
BIN
app/com.moji.mjweather.apk
Normal file
BIN
app/com.moji.mjweather.apk
Normal file
Binary file not shown.
BIN
app/com.quark.study.apk
Normal file
BIN
app/com.quark.study.apk
Normal file
Binary file not shown.
BIN
app/driving-test.apk
Normal file
BIN
app/driving-test.apk
Normal file
Binary file not shown.
BIN
app/fenix-144.0b9.multi.android-universal.apk
Normal file
BIN
app/fenix-144.0b9.multi.android-universal.apk
Normal file
Binary file not shown.
BIN
app/fgvpn.apk
Normal file
BIN
app/fgvpn.apk
Normal file
Binary file not shown.
BIN
app/freebrowser-6.2.0.apk
Normal file
BIN
app/freebrowser-6.2.0.apk
Normal file
Binary file not shown.
BIN
app/tor-browser-android-aarch64-14.5.7.apk
Normal file
BIN
app/tor-browser-android-aarch64-14.5.7.apk
Normal file
Binary file not shown.
BIN
app/treasure-rabten-edition.apk
Normal file
BIN
app/treasure-rabten-edition.apk
Normal file
Binary file not shown.
BIN
app/utibet.titc.activity.apk
Normal file
BIN
app/utibet.titc.activity.apk
Normal file
Binary file not shown.
483
icons/BUDA-small.svg
Normal file
483
icons/BUDA-small.svg
Normal file
|
|
@ -0,0 +1,483 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="446.44" height="439.48" version="1.1" viewBox="0 0 446.44 439.47" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path d="m1227.5 390.41h86.06v-67.342h-86.06z"/>
|
||||
</clipPath>
|
||||
<clipPath id="b">
|
||||
<path d="m1227.7 456.04h87.55v-66.652h-87.55z"/>
|
||||
</clipPath>
|
||||
<clipPath id="c">
|
||||
<path d="m1112.5 389.26h93.25v-72h-93.25z"/>
|
||||
</clipPath>
|
||||
<clipPath id="d">
|
||||
<path d="m1111.6 456.12h85.78v-68.354h-85.78z"/>
|
||||
</clipPath>
|
||||
<clipPath id="e">
|
||||
<path d="m1148.6 491.88h64.93v-86.092h-64.93z"/>
|
||||
</clipPath>
|
||||
<clipPath id="f">
|
||||
<path d="m1213.1 374.02h65.48v-84.914h-65.48z"/>
|
||||
</clipPath>
|
||||
<clipPath id="g">
|
||||
<path d="m1146.3 374.22h66.41v-84.572h-66.41z"/>
|
||||
</clipPath>
|
||||
<clipPath id="h">
|
||||
<path d="m1213.5 492.16h65.65v-87.151h-65.65z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<metadata>
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g transform="translate(-133.82 -232.98)">
|
||||
<g transform="matrix(1.25,0,0,-1.25,496.52,447.09)">
|
||||
<path d="m-3.1351-0.52252 21.228-109.47" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,-1149.7,935.87)">
|
||||
<g clip-path="url(#h)" opacity=".42015">
|
||||
<g transform="translate(1213.9,483.24)">
|
||||
<path d="m0 0v-71.857 71.857c-0.074-2e-3 -0.146-0.012-0.221-0.012-0.044 0-0.086 7e-3 -0.131 7e-3v-71.904c5.493-0.269 10.428-2.628 14.017-6.323l51.633 51.631c-1.786 1.921-2.887 4.488-2.887 7.317 0 1.73 0.419 3.359 1.145 4.808l-53.186 23.394c-0.857-4.997-5.153-8.812-10.37-8.918" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,-1150.2,933.04)">
|
||||
<g clip-path="url(#g)" opacity=".42015">
|
||||
<g transform="translate(1212.7,294.73)">
|
||||
<path d="m0 0v73.441c-0.142-3e-3 -0.28-0.021-0.422-0.021-5.782 0-11.016 2.32-14.841 6.071l-51.153-51.152c2.419-1.993 3.963-5.012 3.963-8.392 0-0.773-0.084-1.526-0.237-2.254l53.693-22.772c1.891 3.002 5.203 5.012 8.997 5.079" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.2978,0,0,-1.25,-1205.6,930.55)">
|
||||
<g clip-path="url(#f)" opacity=".42015">
|
||||
<g transform="translate(1278.6,320.69)">
|
||||
<path d="m1.9601 0-53.192 53.324c-3.7366-3.457-8.7287-5.63-14.248-5.825v-73.458c4.1578-0.059 7.7678-2.314 9.6453-5.631l55.923 25.565c0 4e-3 -0.0010299 8e-3 -0.0010299 0.012 0 2.224 0.69109 4.29 1.8724 6.013" fill="#d8d7d6" stroke-width="1.0149"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,-1149.7,935.87)">
|
||||
<g clip-path="url(#e)" opacity=".42015">
|
||||
<g transform="translate(1148.6,457.08)">
|
||||
<path d="m0 0 49.67-51.285c3.742 3.457 8.729 5.586 14.226 5.586 0.349 0 0.688-0.035 1.033-0.052v71.904c-5.164 0.063-9.451 3.758-10.419 8.653l-52.646-24.357c0.395-1.12 0.621-2.32 0.621-3.575 0-2.614-0.934-5.01-2.485-6.874" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,-1149.7,935.87)">
|
||||
<g clip-path="url(#d)" opacity=".42015">
|
||||
<g transform="translate(1118,389.69)">
|
||||
<path d="m0.85035 3.0235c0-0.379-0.02-0.752-0.058-1.121h71.896-71.896c-0.027-0.275-0.075-0.544-0.124-0.813h73.392c-0.039 0.53-0.08 1.058-0.08 1.597 0 5.864 2.381 11.172 6.228 15.011-18.767 20.65-34.013 33.194-50.117 51.747-1.975-2.041-4.739-3.315-7.804-3.315-1.798 0-3.49 0.445-4.984 1.217l-22.874-54.414c-0.98463-7.6583 4.3737-8.0521 6.421-9.909" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,-1153.7,932.21)">
|
||||
<g clip-path="url(#c)" opacity=".42015">
|
||||
<g transform="translate(1142.3,317.26)">
|
||||
<path d="m0 0 63 69c-14.295-29.139-34.871-43.128-53.012-62.991 0.102-0.069-10.088-5.938-9.988-6.009l63 69c-4.225 3.58 0.909-2.412 0.441 3h-86.926c-0.686-3.293-3.044-6.078-6.294-7.68l27.329-56.715c1.421 0.468 2.958 0.736 4.571 0.736 2.966 0-4.298-6.884-2.121-8.341" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,-1149.7,933.87)">
|
||||
<g clip-path="url(#b)" opacity=".42015">
|
||||
<g transform="translate(1279.9,456.04)">
|
||||
<path d="m0 0-52.154-52.153c3.571-3.79 5.776-8.881 5.784-14.498h74.381c-2e-3 0.103-0.015 0.204-0.015 0.308 0 4.786 3.099 8.841 7.396 10.29l-24.638 55.129c-1.52-0.81-1.7443 3.9049-3.5883 3.9049-3.026 0-5.1951-4.9782-7.1661-2.9812" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.255,-1147.7,935.81)">
|
||||
<g clip-path="url(#a)" opacity=".42015">
|
||||
<g transform="translate(1307.1,390.41)">
|
||||
<path d="m0 0h-73.637c0-0.01 1e-3 -0.019 1e-3 -0.028 0-0.262-0.03-0.517-0.039-0.777h73.653-73.653c-0.198-5.378-2.401-10.237-5.907-13.843l54.51-51.098c1.969 2.518 1.5529 2.5449 4.9969 2.5449 1.522 0 2.968-0.32 4.28-0.891l22.267 54.525c-3.727 1.615-6.351 5.276-6.472 9.567" fill="#d8d7d6"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,208.08,287.75)">
|
||||
<path d="m1.2083-2.3602 52.754-54.582" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,362.57,576.31)">
|
||||
<path d="m0 0c0-1.912 1.55-3.463 3.463-3.463 1.912 0 3.463 1.551 3.463 3.463 0 1.913-1.551 3.463-3.463 3.463-1.913 0-3.463-1.55-3.463-3.463" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,362.57,576.31)">
|
||||
<path d="m0 0c0-1.912 1.55-3.463 3.463-3.463 1.912 0 3.463 1.551 3.463 3.463 0 1.913-1.551 3.463-3.463 3.463-1.913 0-3.463-1.55-3.463-3.463z" fill="none" stroke="#110f0d" stroke-miterlimit="10" stroke-width="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,491,447.18)">
|
||||
<path d="m0 0c0-1.913 1.551-3.463 3.463-3.463 1.913 0 3.463 1.55 3.463 3.463 0 1.912-1.55 3.463-3.463 3.463-1.912 0-3.463-1.551-3.463-3.463" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,491,447.18)">
|
||||
<path d="m0 0c0-1.913 1.551-3.463 3.463-3.463 1.913 0 3.463 1.55 3.463 3.463 0 1.912-1.55 3.463-3.463 3.463-1.912 0-3.463-1.551-3.463-3.463z" fill="none" stroke="#110f0d" stroke-miterlimit="10" stroke-width="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,270.38,537.31)">
|
||||
<path d="m0 0c0-1.913 1.55-3.464 3.463-3.464 1.912 0 3.463 1.551 3.463 3.464 0 1.912-1.551 3.463-3.463 3.463-1.913 0-3.463-1.551-3.463-3.463" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,270.38,537.31)">
|
||||
<path d="m0 0c0-1.913 1.55-3.464 3.463-3.464 1.912 0 3.463 1.551 3.463 3.464 0 1.912-1.551 3.463-3.463 3.463-1.913 0-3.463-1.551-3.463-3.463z" fill="none" stroke="#110f0d" stroke-miterlimit="10" stroke-width="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,455.02,533.7)">
|
||||
<path d="m0 0c0-1.912 1.55-3.463 3.463-3.463 1.912 0 3.463 1.551 3.463 3.463 0 1.913-1.551 3.463-3.463 3.463-1.913 0-3.463-1.55-3.463-3.463" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,455.02,533.7)">
|
||||
<path d="m0 0c0-1.912 1.55-3.463 3.463-3.463 1.912 0 3.463 1.551 3.463 3.463 0 1.913-1.551 3.463-3.463 3.463-1.913 0-3.463-1.55-3.463-3.463z" fill="none" stroke="#110f0d" stroke-miterlimit="10" stroke-width="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,454.76,357.04)">
|
||||
<path d="m0 0c0-1.912 1.551-3.463 3.463-3.463 1.913 0 3.463 1.551 3.463 3.463 0 1.913-1.55 3.463-3.463 3.463-1.912 0-3.463-1.55-3.463-3.463" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,454.76,357.04)">
|
||||
<path d="m0 0c0-1.912 1.551-3.463 3.463-3.463 1.913 0 3.463 1.551 3.463 3.463 0 1.913-1.55 3.463-3.463 3.463-1.912 0-3.463-1.55-3.463-3.463z" fill="none" stroke="#110f0d" stroke-miterlimit="10" stroke-width="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,362.57,318.4)">
|
||||
<path d="m0 0c0-1.912 1.55-3.463 3.463-3.463 1.912 0 3.463 1.551 3.463 3.463 0 1.913-1.551 3.463-3.463 3.463-1.913 0-3.463-1.55-3.463-3.463" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,362.57,318.4)">
|
||||
<path d="m0 0c0-1.912 1.55-3.463 3.463-3.463 1.912 0 3.463 1.551 3.463 3.463 0 1.913-1.551 3.463-3.463 3.463-1.913 0-3.463-1.55-3.463-3.463z" fill="none" stroke="#110f0d" stroke-miterlimit="10" stroke-width="4"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,240.37,445.76)">
|
||||
<path d="m0 0h202.44" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,366.9,322.72)">
|
||||
<path d="m0 0v-199.12" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,277.91,534.18)">
|
||||
<path d="m0 0 142.38 139.21" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,286.3,366.05)">
|
||||
<path d="m0 0 138.39-132.94" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,371.22,318.4)">
|
||||
<path d="m0 0 70.289-30.917" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,279.04,357.04)">
|
||||
<path d="m0 0 66.826 30.917" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,371.22,576.31)">
|
||||
<path d="m0 0 67.798 31.921" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,278.05,540.03)">
|
||||
<path d="m0 0 67.771-28.743" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,461.35,361.37)">
|
||||
<path d="m0 0 27.186-65.183" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,272.37,361.37)">
|
||||
<path d="m0 0-27.401-65.183" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,238.11,451.51)">
|
||||
<path d="m0 0 27.373-65.756" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,438.68,255.73)">
|
||||
<path d="m0 0-53.968-50.131" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,460.2,298.32)">
|
||||
<path d="m0 0-1.7434-45.93" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,438.68,264)">
|
||||
<path d="m3.3964 1.5675 12.983-25.812" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,561.51,668.7)">
|
||||
<path d="m0 0h-327.15c-6.601 0-12 5.4-12 12v321.58c0 6.6 5.399 12 12 12h327.15c6.6 0 12-5.4 12-12v-321.58c0-6.6-5.4-12-12-12z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,495.33,451.81)">
|
||||
<path d="m0 0-25.943-63.526" fill="#fff" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,516.63,312.5)">
|
||||
<path d="m0 0-40.137-31.932" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,516.63,312.5)">
|
||||
<path d="m0 0 30.349-41.1" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,513.81,313.66)">
|
||||
<path d="m2.256 0.928-25.47 60.61" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,535.26,264)">
|
||||
<path d="m0 0-14.904-38.8" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,526.99,264)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,526.99,264)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,554.57,363.87)">
|
||||
<path d="m0 0-50.417-68.638" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,499.64,450.28)">
|
||||
<path d="m0 0 61.491-33.855" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,491.58,462.46)">
|
||||
<path d="m0 0c-6.579 0-11.931 5.353-11.931 11.931 0 6.579 5.352 11.931 11.931 11.931s11.932-5.352 11.932-11.931c0-6.578-5.353-11.931-11.932-11.931" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,491.58,430.75)">
|
||||
<path d="m0 0c-7.418 0-13.432-6.014-13.432-13.432s6.014-13.43 13.432-13.43 13.431 6.012 13.431 13.43-6.013 13.432-13.431 13.432m0-3c5.752 0 10.431-4.68 10.431-10.432s-4.679-10.43-10.431-10.43-10.432 4.678-10.432 10.43 4.68 10.432 10.432 10.432" fill="#252423"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,548.15,482.86)">
|
||||
<path d="m0 0-28.855-47.023" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,574.21,663.08)">
|
||||
<path d="m0 0-44.059 64.565" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,512.08,539.12)">
|
||||
<path d="m1e-3 -2.015-39.865 4.574" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,507.48,668.43)">
|
||||
<path d="m0 0-110.07 69.962" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,459.35,538.03)">
|
||||
<path d="m1.4058 3.5158-2.5698-82.627" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,503.81,541.64)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.614 2.961 6.614 6.613c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,503.81,541.64)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.614 2.961 6.614 6.613c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,519.14,587.47)">
|
||||
<path d="m-3e-3 2.314-1.6093-66.995" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,510.87,584.57)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.614 2.961 6.614 6.613c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,510.87,584.57)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.614 2.961 6.614 6.613c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,449.7,636.05)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.615 2.961 6.615 6.613c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,449.7,636.05)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.615 2.961 6.615 6.613c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,293.59,609.88)">
|
||||
<path d="m0 0-15.104 58.056" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,137.57,568.04)">
|
||||
<path d="m0 0 30.614-2.874" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,274.71,537.31)">
|
||||
<path d="m0 0-79.098-27.458" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,237.62,451.06)">
|
||||
<path d="m-0.26126 2.3513-49.165-98.809" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,168.2,572.42)">
|
||||
<path d="m6.11 0.63 13.432-77.656" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,175.84,586.55)">
|
||||
<path d="m0 0c-6.579 0-11.932 5.353-11.932 11.932 0 6.578 5.353 11.93 11.932 11.93s11.931-5.352 11.931-11.93c0-6.579-5.352-11.932-11.931-11.932" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,175.84,554.84)">
|
||||
<path d="m0 0c-7.418 0-13.432-6.013-13.432-13.431s6.014-13.431 13.432-13.431 13.432 6.013 13.432 13.431-6.014 13.431-13.432 13.431m0-3c5.752 0 10.432-4.679 10.432-10.431s-4.68-10.431-10.432-10.431-10.432 4.679-10.432 10.431 4.68 10.431 10.432 10.431" fill="#c6c3c1"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,229.55,446.98)">
|
||||
<path d="m0.26126-2.8738-73.841-39.347" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,201.19,518.96)">
|
||||
<path d="m0 0-28.203 30.413" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,159.67,482.95)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.615 2.962 6.615 6.614c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,159.67,482.95)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.615 2.962 6.615 6.614c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,193.94,519.94)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,193.94,519.94)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,343.36,640.32)">
|
||||
<path d="m0 0 19.153 51.207" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,336.43,636.76)">
|
||||
<path d="m0 0-34.27 21.5" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,274.71,541.64)">
|
||||
<path d="m0 3.464-28.156-75.793" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,366.96,579.6)">
|
||||
<path d="m0.27342 2.6307 34.564-73.221" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,179.16,640.32)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.613-6.615 6.613s-6.614-2.961-6.614-6.613" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,179.16,640.32)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.613-6.615 6.613s-6.614-2.961-6.614-6.613z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,366.81,592.09)">
|
||||
<path d="m0 0c-6.579 0-11.931 5.353-11.931 11.932 0 6.578 5.352 11.93 11.931 11.93s11.932-5.352 11.932-11.93c0-6.579-5.353-11.932-11.932-11.932" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,366.81,560.39)">
|
||||
<path d="m0 0c-7.418 0-13.431-6.014-13.431-13.432s6.013-13.431 13.431-13.431 13.432 6.013 13.432 13.431-6.014 13.432-13.432 13.432m0-3c5.752 0 10.432-4.68 10.432-10.432s-4.68-10.431-10.432-10.431-10.431 4.679-10.431 10.431 4.679 10.432 10.431 10.432" fill="#252423"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,263.15,537.31)">
|
||||
<path d="m0 0c0-5.104 4.138-9.242 9.242-9.242s9.241 4.138 9.241 9.242-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,263.15,537.31)">
|
||||
<path d="m0 0c0-5.104 4.138-9.242 9.242-9.242s9.241 4.138 9.241 9.242-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241z" fill="none" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,293.52,609.63)">
|
||||
<path d="m0 0-43.209-17.941" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,193.7,640.32)">
|
||||
<path d="m0 0 36.652 6.613" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,285.33,668.7)">
|
||||
<path d="m0 0 6.614 40.443" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,285.33,609.88)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614c0 3.652-2.961 6.614-6.614 6.614s-6.614-2.962-6.614-6.614" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,285.33,609.88)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614c0 3.652-2.961 6.614-6.614 6.614s-6.614-2.962-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,231.24,632.05)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.614 2.961 6.614 6.613c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,231.24,632.05)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.614 2.961 6.614 6.613c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,137.57,332.45)">
|
||||
<path d="m0 0 79.589-91.183" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,162.78,374.34)">
|
||||
<path d="m0 0c0-5.104 4.138-9.241 9.242-9.241s9.241 4.137 9.241 9.241-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,162.78,374.34)">
|
||||
<path d="m0 0c0-5.104 4.138-9.241 9.242-9.241s9.241 4.137 9.241 9.241-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,208.08,287.75)">
|
||||
<path d="m1.2083-2.3602-24.337-59.379" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,211.06,291.68)">
|
||||
<path d="m-1.1757 0.78377 12.735-58.536" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,217.24,363.87)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614c0 3.652-2.961 6.614-6.614 6.614s-6.614-2.962-6.614-6.614" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,217.24,363.87)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614c0 3.652-2.961 6.614-6.614 6.614s-6.614-2.962-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,147.98,236.02)">
|
||||
<path d="m0 0 49.288-43.744" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,270.38,238.62)">
|
||||
<path transform="matrix(.8 0 0 -.8 -107.74 3.216)" d="m136.64 2.3867-62.755 53.714z" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="7.5"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,201.19,290.51)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.615 2.961 6.615 6.613c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,201.19,290.51)">
|
||||
<path d="m0 0c0-3.652 2.961-6.613 6.614-6.613s6.615 2.961 6.615 6.613c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,303.98,287.75)">
|
||||
<path d="m0 0 8.824 40.813" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,303.88,283.4)">
|
||||
<path d="m-0.451-3.484-22.227-56.938" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,362.57,318.4)">
|
||||
<path d="m0 0-47.403 24.516" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,366.9,322.72)">
|
||||
<path d="m0 0-7.8184 52.857" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,367.09,335.93)">
|
||||
<path d="m0 0c-6.579 0-11.931 5.353-11.931 11.932 0 6.578 5.352 11.93 11.931 11.93s11.932-5.352 11.932-11.93c0-6.579-5.353-11.932-11.932-11.932" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,367.09,304.23)">
|
||||
<path d="m0 0c-7.418 0-13.432-6.014-13.432-13.432s6.014-13.431 13.432-13.431 13.431 6.013 13.431 13.431-6.013 13.432-13.431 13.432m0-3c5.752 0 10.431-4.68 10.431-10.432s-4.679-10.431-10.431-10.431-10.432 4.679-10.432 10.431 4.68 10.432 10.432 10.432" fill="#252423"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,348.69,255.73)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.615 2.962 6.615 6.614c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,348.69,255.73)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.615 2.962 6.615 6.614c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,295.05,287.75)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.614-6.615 6.614s-6.614-2.962-6.614-6.614" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,295.05,287.75)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.614-6.615 6.614s-6.614-2.962-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,508.37,312.5)">
|
||||
<path d="m6.608 0-45.981 14.555" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,574.99,307.46)">
|
||||
<path d="m0 0-51.9-4.03" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,508.37,312.5)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.613-6.615 6.613s-6.614-2.961-6.614-6.613" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,508.37,312.5)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.613-6.615 6.613s-6.614-2.961-6.614-6.613z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,430.42,255.73)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,430.42,255.73)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,452.13,294.3)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614-2.961 6.614-6.614 6.614-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,452.13,294.3)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614-2.961 6.614-6.614 6.614-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,446.35,355.6)">
|
||||
<path d="m0 0c0-5.104 4.138-9.242 9.242-9.242s9.241 4.138 9.241 9.242-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,446.35,355.6)">
|
||||
<path d="m0 0c0-5.104 4.138-9.242 9.242-9.242s9.241 4.138 9.241 9.242-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241z" fill="none" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,334.39,640.27)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.615 2.962 6.615 6.614c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,334.39,640.27)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.615 2.962 6.615 6.614c0 3.653-2.962 6.614-6.615 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,543.8,478.97)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614-2.962 6.614-6.615 6.614-6.614-2.961-6.614-6.614" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,543.8,478.97)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614-2.962 6.614-6.615 6.614-6.614-2.961-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,555.46,365.58)">
|
||||
<path d="m0 0 17-45" fill="#fff" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,546.3,363.87)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.614-6.615 6.614s-6.614-2.962-6.614-6.614" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,546.3,363.87)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.615 2.961 6.615 6.614c0 3.652-2.962 6.614-6.615 6.614s-6.614-2.962-6.614-6.614z" fill="none" stroke="#c6c3c1" stroke-miterlimit="10" stroke-width="6"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,392.55,467.3)">
|
||||
<path d="m0 0 53-52" fill="#fff" stroke="#2c2b2a" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,452.91,535.42)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614" fill="#f5dd72"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,452.91,535.42)">
|
||||
<path d="m0 0c0-3.652 2.961-6.614 6.614-6.614s6.614 2.962 6.614 6.614c0 3.653-2.961 6.614-6.614 6.614s-6.614-2.961-6.614-6.614z" fill="none" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,229.55,446.98)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614c0 3.652-2.961 6.613-6.614 6.613s-6.614-2.961-6.614-6.613" fill="#d82445"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,229.55,446.98)">
|
||||
<path d="m0 0c0-3.653 2.961-6.614 6.614-6.614s6.614 2.961 6.614 6.614c0 3.652-2.961 6.613-6.614 6.613s-6.614-2.961-6.614-6.613z" fill="none" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,264.67,360.15)">
|
||||
<path d="m0 0c0-5.104 4.138-9.241 9.242-9.241s9.241 4.137 9.241 9.241-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241" fill="#2e425e"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,264.67,360.15)">
|
||||
<path d="m0 0c0-5.104 4.138-9.241 9.242-9.241s9.241 4.137 9.241 9.241-4.137 9.241-9.241 9.241-9.242-4.137-9.242-9.241z" fill="none" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,331.59,446.6)">
|
||||
<path d="m0 0c0-15.09 12.232-27.322 27.322-27.322s27.323 12.232 27.323 27.322-12.233 27.322-27.323 27.322-27.322-12.232-27.322-27.322" fill="#fff"/>
|
||||
</g>
|
||||
<g transform="matrix(1.25,0,0,-1.25,331.59,446.6)">
|
||||
<path d="m0 0c0-15.09 12.232-27.322 27.322-27.322s27.323 12.232 27.323 27.322-12.233 27.322-27.323 27.322-27.322-12.232-27.322-27.322z" fill="none" stroke="#252423" stroke-miterlimit="10" stroke-width="8"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 30 KiB |
BIN
icons/thumbnails/dhung.jpg
Normal file
BIN
icons/thumbnails/dhung.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
BIN
icons/thumbnails/icl.png
Normal file
BIN
icons/thumbnails/icl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
icons/thumbnails/yongzin.webp
Normal file
BIN
icons/thumbnails/yongzin.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
63
index-backup/index.html
Normal file
63
index-backup/index.html
Normal file
File diff suppressed because one or more lines are too long
46
index.html
46
index.html
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue