Add team chooser screen, improve place screen, update logo splash

master
Skylar Ittner 8 years ago
parent 6699240b82
commit f748898d3f

@ -1 +1 @@
#Tue Apr 12 16:04:29 MDT 2016
#Fri Aug 05 21:28:23 MDT 2016

@ -30,13 +30,13 @@
</application>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.RECORD_VIDEO" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-feature android:name="android.hardware.camera" android:required="false" />

@ -9,7 +9,7 @@
"parents": {
"/*": [
{
"xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
"xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
"count": 1
},
{
@ -17,35 +17,35 @@
"count": 1
},
{
"xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
"xml": "<feature name=\"Notification\"><param name=\"android-package\" value=\"org.apache.cordova.dialogs.Notification\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
"xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"NetworkStatus\"><param name=\"android-package\" value=\"org.apache.cordova.networkinformation.NetworkManager\" /></feature>",
"xml": "<feature name=\"Geolocation\"><param name=\"android-package\" value=\"org.apache.cordova.geolocation.Geolocation\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Notification\"><param name=\"android-package\" value=\"org.apache.cordova.dialogs.Notification\" /></feature>",
"xml": "<feature name=\"Media\"><param name=\"android-package\" value=\"org.apache.cordova.media.AudioHandler\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
"xml": "<feature name=\"Capture\"><param name=\"android-package\" value=\"org.apache.cordova.mediacapture.Capture\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Media\"><param name=\"android-package\" value=\"org.apache.cordova.media.AudioHandler\" /></feature>",
"xml": "<feature name=\"NetworkStatus\"><param name=\"android-package\" value=\"org.apache.cordova.networkinformation.NetworkManager\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Capture\"><param name=\"android-package\" value=\"org.apache.cordova.mediacapture.Capture\" /></feature>",
"xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Geolocation\"><param name=\"android-package\" value=\"org.apache.cordova.geolocation.Geolocation\" /></feature>",
"xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
@ -63,7 +63,11 @@
"count": 4
},
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
"xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
"count": 1
},
{
@ -83,11 +87,7 @@
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
"xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
"count": 1
}
],
@ -120,11 +120,6 @@
}
]
}
},
"res/values/strings.xml": {
"parents": {
"/resources": []
}
}
}
},
@ -132,7 +127,7 @@
"cordova-plugin-compat": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-whitelist": {
"cordova-plugin-camera": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-console": {
@ -141,28 +136,28 @@
"cordova-plugin-device": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-camera": {
"cordova-plugin-dialogs": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-splashscreen": {
"cordova-plugin-file": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-network-information": {
"cordova-plugin-geolocation": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-dialogs": {
"cordova-plugin-media": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-file": {
"cordova-plugin-media-capture": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-media": {
"cordova-plugin-network-information": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-media-capture": {
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-geolocation": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"phonegap-plugin-barcodescanner": {
@ -171,18 +166,6 @@
},
"dependent_plugins": {},
"modules": [
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
"runs": true
},
{
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
"clobbers": [
"device"
]
},
{
"file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
"id": "cordova-plugin-camera.Camera",
@ -212,25 +195,10 @@
]
},
{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-network-information/www/network.js",
"id": "cordova-plugin-network-information.network",
"clobbers": [
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/cordova-plugin-network-information/www/Connection.js",
"id": "cordova-plugin-network-information.Connection",
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
"clobbers": [
"Connection"
"device"
]
},
{
@ -398,6 +366,18 @@
],
"runs": true
},
{
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
"id": "cordova-plugin-geolocation.geolocation",
"clobbers": [
"navigator.geolocation"
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
"id": "cordova-plugin-geolocation.PositionError",
"runs": true
},
{
"file": "plugins/cordova-plugin-media/www/MediaError.js",
"id": "cordova-plugin-media.MediaError",
@ -462,15 +442,30 @@
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
"id": "cordova-plugin-geolocation.geolocation",
"file": "plugins/cordova-plugin-network-information/www/network.js",
"id": "cordova-plugin-network-information.network",
"clobbers": [
"navigator.geolocation"
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
"id": "cordova-plugin-geolocation.PositionError",
"file": "plugins/cordova-plugin-network-information/www/Connection.js",
"id": "cordova-plugin-network-information.Connection",
"clobbers": [
"Connection"
]
},
{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
"runs": true
},
{
@ -483,17 +478,17 @@
],
"plugin_metadata": {
"cordova-plugin-compat": "1.0.0",
"cordova-plugin-whitelist": "1.2.1",
"cordova-plugin-camera": "2.1.2-dev",
"cordova-plugin-console": "1.0.3-dev",
"cordova-plugin-device": "1.1.2-dev",
"cordova-plugin-camera": "2.1.2-dev",
"cordova-plugin-splashscreen": "3.2.2-dev",
"cordova-plugin-network-information": "1.2.1-dev",
"cordova-plugin-dialogs": "1.2.1-dev",
"cordova-plugin-file": "4.1.1",
"cordova-plugin-geolocation": "2.1.1-dev",
"cordova-plugin-media": "2.2.1-dev",
"cordova-plugin-media-capture": "1.2.1-dev",
"cordova-plugin-geolocation": "2.1.1-dev",
"cordova-plugin-network-information": "1.2.1-dev",
"cordova-plugin-splashscreen": "3.2.2-dev",
"cordova-plugin-whitelist": "1.2.1",
"phonegap-plugin-barcodescanner": "6.0.1"
}
}

@ -15,145 +15,13 @@
viewBox="0 0 1321.5612 429.71863"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="logonobg.svg">
inkscape:version="0.91 r"
sodipodi:docname="logonobg.svg"
inkscape:export-filename="/home/skylar/Documents/Projects/Assets/TerranQuest/logo-3.0/png/logonobg.png"
inkscape:export-xdpi="52.369881"
inkscape:export-ydpi="52.369881">
<defs
id="defs4">
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.60898719,1.6420707)"
id="linearGradient2186"
y2="44.562588"
xlink:href="#linearGradient10152-8"
x2="415.31772"
y1="25.472698"
x1="387.82605"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient10152-8">
<stop
offset="0"
style="stop-color:#ffffff"
id="stop10154-6" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0"
id="stop10156-4" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.4146583,0.70688449)"
id="linearGradient2813"
y2="176.12511"
xlink:href="#linearGradient10152-8"
x2="173.20004"
y1="151.92033"
x1="155.59468"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4446"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0190061,0.98134837)"
x1="238.22963"
y1="116.42032"
x2="253.12679"
y2="131.02487" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4448"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0069165,0.99313101)"
x1="244.23064"
y1="118.27925"
x2="249.00298"
y2="121.25783" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.92562636,1.0803495)"
id="linearGradient2815"
y2="17.920296"
xlink:href="#linearGradient10152-8"
x2="270.94501"
y1="-4.6202812"
x1="247.39841"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.4723036,0.67920776)"
id="linearGradient10266"
y2="10.028113"
xlink:href="#linearGradient10152-8"
x2="179.83363"
y1="-7.8097844"
x1="164.00536"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.25724914,3.8872822)"
id="linearGradient1552"
y2="43.692226"
xlink:href="#linearGradient10152-8"
x2="996.79565"
y1="113.94366"
x1="996.79565"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.25724914,3.8872822)"
id="linearGradient1553"
y2="37.900482"
x2="962.57751"
y1="115.40163"
x1="962.57751"
inkscape:collect="always">
<stop
id="stop1555"
style="stop-color:#000000;stop-opacity:.22472"
offset="0" />
<stop
id="stop1560"
style="stop-color:#000000;stop-opacity:.49412"
offset=".5" />
<stop
id="stop1556"
style="stop-color:#000000;stop-opacity:.18824"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.2637255,0.79131111)"
id="linearGradient2809"
y2="148.32529"
xlink:href="#linearGradient10152-8"
x2="159.94395"
y1="142.90921"
x1="148.44438"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.29655,0.77127764)"
id="linearGradient2811"
y2="160.61389"
xlink:href="#linearGradient10152-8"
x2="227.55087"
y1="146.26871"
x1="215.24908"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.70228237,1.4239287)"
id="linearGradient5315"
y2="68.191368"
xlink:href="#linearGradient10152-8"
spreadMethod="reflect"
x2="336.85254"
y1="51.486179"
x1="354.46323"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(6.3287256,0,0,6.3287256,-2182.5002,-4191.7006)"
gradientUnits="userSpaceOnUse"
@ -196,26 +64,6 @@
style="stop-color:#000000;stop-opacity:1;"
id="stop3325" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4289"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0190061,0.98134837)"
x1="238.22963"
y1="116.42032"
x2="253.12679"
y2="131.02487" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4291"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0069165,0.99313101)"
x1="244.23064"
y1="118.27925"
x2="249.00298"
y2="121.25783" />
</defs>
<sodipodi:namedview
id="base"
@ -228,16 +76,16 @@
inkscape:cx="200.06632"
inkscape:cy="12.002171"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:current-layer="text3580"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-height="1022"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
@ -247,7 +95,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -261,194 +109,53 @@
transform="matrix(0.57053535,0,0,0.57053535,343.19761,121.49738)"
inkscape:export-xdpi="34.138618"
inkscape:export-ydpi="34.138618">
<g
transform="matrix(0.01662089,-4.5929656,4.5929656,0.01662089,-1016.9077,1502.9123)"
id="g5316">
<path
d="m 247.81,119.41 0,0.03 -12.84,1.31 c 0.67,5.17 -0.86,18.03 -4.5,29.91 2.49,3.64 7.18,11.66 7.65,17.03 l 9.79,-0.1 0.09,0 9.78,0.1 c 0.48,-5.37 5.17,-13.39 7.66,-17.03 -3.64,-11.88 -5.17,-24.74 -4.5,-29.91 l -12.85,-1.31 0,-0.03 -0.15,0 -0.13,0 z"
style="fill:#dadac7;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
id="path2160"
inkscape:connector-curvature="0" />
<path
d="m 237,426.43 c -1.5,-89.48 -1.5,-178.33 -1.75,-267.5 4.56,-7.14 2.62,-20.76 2.43,-31.14 l 20.58,0 c 0.51,11.26 -2.22,23.15 3.02,30.52 0.72,88.69 1.52,177.53 0.68,266.85 -0.79,24.71 -6.73,47.88 -10.1,71.82 -4.95,-23.52 -13.51,-45.36 -14.86,-70.55 z"
style="fill:#cacbcb;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path908"
inkscape:connector-curvature="0" />
<path
d="m 233.34,37.375 c 0.17,1.117 1.09,1.247 1,3.375 1.52,23.194 2.01,43.101 1.5,65.03 -0.16,1.39 -0.32,3.27 -1.25,4.66 l 13.03,0.22 13,-0.22 c -0.92,-1.39 -1.08,-3.27 -1.24,-4.66 -0.51,-21.929 -0.02,-41.836 1.5,-65.03 -0.09,-2.128 0.86,-2.258 1.03,-3.375 l -14.29,0.219 -14.28,-0.219 z"
style="fill:#cacbcb;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="ccccccccccc"
id="path4029"
inkscape:connector-curvature="0" />
<path
d="m 234.4,38.183 c 0.17,1.117 1.08,1.248 1,3.375 1.52,23.194 2,40.901 1.5,62.832 -0.17,1.39 -0.32,3.26 -1.25,4.66 l 12.15,0.21 11.68,-0.21 c -0.93,-1.4 -1.08,-3.27 -1.25,-4.66 -0.51,-21.931 -0.02,-39.638 1.5,-62.832 -0.09,-2.127 0.86,-2.258 1.03,-3.375 l -12.96,0.219 -13.4,-0.219 z"
style="fill:url(#linearGradient2186);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccc"
id="path1561"
inkscape:connector-curvature="0" />
<path
d="m 260.91,44.094 c -1.14,0.071 -7.33,13.72 -13.41,27.594 -5.97,-13.601 -12.04,-26.931 -13.16,-27 -2.04,-0.273 -2.06,3.404 -0.15,6.124 0.76,1.078 5.97,13.526 11.19,25.719 -4.37,10.048 -9.1,21.063 -9.63,21.969 -1.77,2.86 -1.64,6.14 0.81,5.59 1.04,-0.24 5.9,-11.056 10.94,-22.715 5.15,11.912 10.13,23.035 11.19,23.285 2.45,0.54 2.58,-2.71 0.81,-5.566 -0.55,-0.931 -5.35,-12.166 -9.88,-22.563 5.35,-12.493 10.66,-25.21 11.44,-26.312 1.91,-2.721 1.89,-6.397 -0.15,-6.125 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
id="path2818"
inkscape:connector-curvature="0" />
<path
d="m 220.04,115.5 c -7.15,-0.53 -19.48,-3.04 -26.27,-1.78 -5.72,1.07 -7.51,4.46 -8.05,8.58 0,3.93 0.54,6.07 5.19,9.47 4.29,2.68 13.05,3.93 13.05,-4.29 -0.54,-5.01 -3.22,-4.11 -5.54,-2.68 4.29,-3.93 15.55,-3.93 21.62,-3.58 0,-2.32 -1.07,-3.93 0,-5.72 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path6517"
inkscape:connector-curvature="0" />
<path
d="m 276.53,115.29 c 7.15,-0.54 19.48,-3.04 26.28,-1.79 5.72,1.07 7.5,4.47 8.04,8.58 0,3.93 -0.54,6.08 -5.18,9.47 -4.29,2.69 -13.05,3.94 -13.05,-4.29 0.53,-5 3.22,-4.11 5.54,-2.68 -4.29,-3.93 -15.55,-3.93 -21.63,-3.57 0,-2.33 1.07,-3.93 0,-5.72 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path7760"
inkscape:connector-curvature="0" />
<path
d="m 247.41,110.25 -13.03,0.08 c 0,0 1.54,3.01 0,4.11 -1.55,1.1 -12.55,0.66 -16.29,0.44 -0.44,1.54 -0.22,4.61 0.22,6.59 7.93,-0.44 14.53,11.23 25.75,9.47 -1.98,2.2 -2.63,6.82 -0.65,10.34 1.76,-3.74 3.62,-9.11 4.43,-9.56 0.88,0.44 2.21,5.73 3.97,9.47 1.98,-3.52 1.33,-8.15 -0.65,-10.35 11.22,1.76 17.82,-9.91 25.75,-9.46 0.44,-1.99 0.66,-5.06 0.21,-6.6 -3.74,0.22 -14.74,0.63 -16.28,-0.47 -1.54,-1.1 -0.13,-3.66 -0.13,-3.66 l -13.3,-0.4 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="ccccccccccccccc"
id="path1533"
inkscape:connector-curvature="0" />
<path
d="m 247.6,111.02 -12.37,-0.13 c 0,0 1.54,2.78 0,3.88 -1.55,1.1 -12.54,1.1 -16.29,0.88 -0.44,1.54 -0.66,3.29 -0.22,5.27 7.93,-0.44 14.75,11.23 25.97,9.47 -1.98,2.2 -3.07,5.94 -1.09,9.47 1.76,-3.75 3.4,-9.12 4.21,-9.57 0.88,0.44 2.21,5.73 3.97,9.47 1.98,-3.52 0.01,-7.26 -1.97,-9.46 11.22,1.76 18.48,-9.91 26.41,-9.47 0.44,-1.98 0.21,-3.95 -0.23,-5.49 -3.74,0.22 -13.64,0.85 -15.18,-0.25 -1.54,-1.1 -1.67,-3.01 -1.23,-3.89 -2.2,0.44 -11.98,-0.18 -11.98,-0.18 z"
style="fill:url(#linearGradient2813);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccccccc"
id="path2812"
inkscape:connector-curvature="0" />
<path
d="m 233.46,37.922 c 0.17,-1.116 1.08,-1.247 1,-3.375 -0.22,-8.685 -5.41,-11.046 -5.68,-24.839 -0.02,-20.191 37.11,-21.447 38.06,-1.2969 0.44,14.854 -5.89,17.991 -5.85,26.136 -0.09,2.128 0.86,2.259 1.03,3.375 l -14.28,-0.219 -14.28,0.219 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path5274"
inkscape:connector-curvature="0" />
<g
id="g9632">
<path
d="m 258.1,121.41 c 0,4 -3.38,7.25 -7.54,7.25 -4.17,0 -7.55,-3.25 -7.55,-7.25 0,-4 3.38,-7.24 7.55,-7.24 4.16,0 7.54,3.24 7.54,7.24 z"
transform="matrix(1.0695,0,0,1.1128,-19.772,-14.033)"
style="fill:url(#linearGradient4289);fill-rule:evenodd;stroke:#000000;stroke-width:1.14579999"
id="path7761"
inkscape:connector-curvature="0" />
<path
d="m 252.6,121.99 c 0,2.03 -1.68,3.67 -3.74,3.67 -2.07,0 -3.75,-1.64 -3.75,-3.67 0,-2.03 1.68,-3.67 3.75,-3.67 2.06,0 3.74,1.64 3.74,3.67 z"
transform="matrix(1.4311,0,0,1.4304,-107.7,-53.432)"
style="fill:#004691;fill-rule:evenodd;stroke:#000000;stroke-width:0.87366998"
id="path8387"
inkscape:connector-curvature="0" />
<path
d="m 246.13,124.62 c -4.96,-3.54 0.11,-9.55 3.89,-7.55 6.48,4.6 0.12,10.14 -3.89,7.55 z"
style="fill:url(#linearGradient4291);fill-rule:evenodd"
sodipodi:nodetypes="ccc"
id="path9009"
inkscape:connector-curvature="0" />
</g>
<path
d="m 235.2,36.968 c 0.17,-1.117 -0.24,-0.808 -0.32,-2.935 -0.22,-8.685 -4.97,-11.046 -5.24,-24.839 -0.15,-19.239 35.13,-18.807 36.3,-1.0771 0.44,14.854 -5,17.77 -4.97,25.916 -0.08,2.127 -0.9,2.038 -0.73,3.155 l -12.52,10e-4 -12.52,-0.221 z"
style="fill:url(#linearGradient2815);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2814"
inkscape:connector-curvature="0" />
<g
transform="translate(-0.42198,-106.95)"
id="g9636">
<path
d="m 258.1,121.41 c 0,4 -3.38,7.25 -7.54,7.25 -4.17,0 -7.55,-3.25 -7.55,-7.25 0,-4 3.38,-7.24 7.55,-7.24 4.16,0 7.54,3.24 7.54,7.24 z"
transform="matrix(1.0695,0,0,1.1128,-19.772,-14.033)"
style="fill:url(#linearGradient4446);fill-rule:evenodd;stroke:#000000;stroke-width:1.14579999"
id="path9637"
inkscape:connector-curvature="0" />
<path
d="m 252.6,121.99 c 0,2.03 -1.68,3.67 -3.74,3.67 -2.07,0 -3.75,-1.64 -3.75,-3.67 0,-2.03 1.68,-3.67 3.75,-3.67 2.06,0 3.74,1.64 3.74,3.67 z"
transform="matrix(1.4311,0,0,1.4304,-107.7,-53.432)"
style="fill:#004691;fill-rule:evenodd;stroke:#000000;stroke-width:0.87366998"
id="path9638"
inkscape:connector-curvature="0" />
<path
d="m 246.13,124.62 c -4.96,-3.54 0.11,-9.55 3.89,-7.55 6.48,4.6 0.12,10.14 -3.89,7.55 z"
style="fill:url(#linearGradient4448);fill-rule:evenodd"
sodipodi:nodetypes="ccc"
id="path9639"
inkscape:connector-curvature="0" />
</g>
<path
d="m 229.53,9.6625 10.04,1.8675 c 0.62,-2.5677 3.26,-5.9134 7.93,-6.069 4.2,-0.1556 7.63,2.7232 8.56,5.913 l 9.96,-0.778 c 0.78,-2.5674 -0.39,-16.028 -17.97,-16.028 -14.24,0 -19.45,10.193 -18.52,15.094 z"
style="fill:url(#linearGradient10266);fill-rule:evenodd"
sodipodi:nodetypes="ccccccc"
id="path9644"
inkscape:connector-curvature="0" />
<path
d="m 239.07,157.54 c 0.12,11.09 0.22,273.82 2.87,282.87 4.91,18.04 12.1,17.82 16.52,-1.43 1.43,-7.9 -2.16,-274.52 -2.16,-280.72 -0.7,-7.61 -6.44,-10.78 -8.6,-20.3 -2.87,10.05 -7.99,14.04 -8.63,19.58 z"
style="fill:url(#linearGradient1552);fill-rule:evenodd;stroke:url(#linearGradient1553);stroke-width:1pt"
sodipodi:nodetypes="cccccc"
id="path930"
inkscape:connector-curvature="0" />
<path
d="m 217.2,116.04 c -7.15,-0.54 -16.62,-2.82 -23.41,-1.57 -5.72,1.08 -6.85,4.03 -7.39,8.14 0,3.94 0.32,4.98 4.97,8.38 4.29,2.68 11.51,4.81 11.51,-3.41 -0.54,-5.01 -3.22,-3.45 -5.54,-2.02 4.29,-3.94 13.79,-5.48 19.86,-5.12 0,-2.32 -1.07,-2.61 0,-4.4 z"
style="fill:url(#linearGradient2809);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2187"
inkscape:connector-curvature="0" />
<path
d="m 277.95,115.6 c 7.15,-0.54 17.95,-2.38 24.74,-1.13 5.72,1.08 6.85,3.59 7.38,7.7 0,3.94 0.35,4.98 -4.3,8.38 -4.29,2.68 -12.17,5.25 -12.17,-2.97 0.54,-5.01 4.1,-3.45 6.42,-2.02 -4.29,-3.94 -15.77,-5.7 -21.85,-5.34 0,-2.32 0.86,-2.83 -0.22,-4.62 z"
style="fill:url(#linearGradient2811);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2810"
inkscape:connector-curvature="0" />
<path
d="m 260.84,45.03 c -1.13,0.071 -7.05,14.401 -13.13,28.274 -5.97,-13.6 -12.04,-27.066 -13.16,-27.952 -2.04,-0.272 -1.51,2.86 0.39,5.581 0.76,1.078 5.97,13.389 11.19,25.583 -4.37,10.048 -9.09,21.062 -9.63,21.968 -1.08,2.996 -2.45,5.326 0,4.776 1.04,-0.24 6.03,-11.874 11.07,-23.533 5.15,11.913 10.4,23.713 11.46,23.963 1.77,0.27 1.77,-1.08 0,-3.932 -0.55,-0.93 -5.08,-12.709 -9.6,-23.106 4.8,-12.902 10.38,-25.618 11.16,-26.721 1.91,-2.72 2.29,-5.173 0.25,-4.901 z"
style="fill:url(#linearGradient5315);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccccc"
id="path4693"
inkscape:connector-curvature="0" />
</g>
<g
transform="scale(0.9510588,1.0514597)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:75.94471741px;line-height:125%;font-family:Sans-serif;-inkscape-font-specification:Sans-serif;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text3580">
<path
d="m -640.85521,68.883788 q 0,-12.961231 -7.69573,-25.517424 -7.69573,-12.961232 -24.30231,-24.707348 -13.77131,12.961232 -41.71896,21.46704 -27.94766,8.10077 -70.07166,13.771308 -13.36627,2.025193 -22.68216,2.430231 -9.31588,0.405039 -14.58138,0.405039 -5.67054,0 -15.7965,-0.405039 -9.72093,-0.405038 -24.30231,-2.430231 -55.08524,-4.860462 -89.10847,-22.277116 -8.10077,-2.430231 -13.77131,-5.670539 -5.2655,-3.645346 -9.31588,-7.290693 -16.60658,11.746116 -24.30231,24.707348 -7.69571,12.556193 -7.69571,25.517424 0,33.213152 44.14917,60.350732 l 7.69573,3.64535 q -25.92246,-15.7965 -25.92246,-32.80812 0,-6.480614 3.24031,-12.96123 3.24031,-6.480616 11.34108,-12.151155 3.64534,-2.835269 6.88565,-4.860461 3.64535,-2.025193 6.07558,-4.050385 27.94765,11.746116 54.27515,19.036808 26.73254,6.885655 53.46508,8.10077 l 0,450.402793 q 0,27.54262 -5.67053,43.33912 -5.2655,15.7965 -16.20154,18.22673 8.91084,0 16.60657,-3.64535 7.69574,-3.24031 15.79651,-9.31588 12.96123,39.69377 52.24996,59.13562 11.74612,6.88565 24.70735,10.12596 12.96123,3.24031 26.73254,4.86046 -11.74612,-1.62015 -22.27712,-6.88565 -10.531,-4.86047 -19.03681,-14.98643 -29.97285,-32.40308 -29.97285,-92.34877 l 0,-458.908603 q 49.81974,-2.430231 105.31001,-26.73254 26.73254,17.416655 26.73254,35.238353 0,15.7965 -22.68216,31.18796 l 7.69574,-3.64535 q 44.14919,-25.51742 44.14919,-60.350732 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4294" />
<path
d="m -487.92786,403.44557 0,-101.25962 -38.07362,-41.71896 -12.15115,10.12596 q -8.10077,6.88566 -19.84689,13.36627 -11.34108,6.48062 -27.13758,12.5562 -10.12596,4.05038 -17.82169,6.48061 -7.69573,2.02519 -14.17635,2.83527 l -6.07558,0.40504 0,97.20923 q 0,95.99413 93.15886,115.84101 9.31588,2.02519 19.0368,2.83527 -44.55423,-6.07558 -61.97088,-64.40112 8.91084,-6.88565 21.062,-14.98642 12.55619,-8.50581 28.75773,-17.8217 12.55619,-7.29069 21.46704,-12.55619 8.91085,-5.67054 13.77131,-8.91085 z m -42.124,12.15116 q -7.69574,4.05038 -19.03681,11.34108 -11.34108,7.29069 -26.73254,17.82169 -4.45543,-19.03681 -4.45543,-29.16277 l -0.81007,-112.19566 28.35269,-9.72092 22.68216,26.3275 0,95.58908 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4296" />
<path
d="m -313.86261,308.66657 q 0,-23.49223 -31.593,-47.79454 -12.96123,11.74611 -26.3275,21.062 -12.96123,9.31589 -24.70735,16.60658 l -31.593,-41.71897 -31.18796,27.54262 27.13757,31.593 0,135.28286 -15.7965,11.34107 42.12401,23.49224 36.8585,-27.13758 -22.68216,-11.34108 0,-138.9282 q 4.45543,-2.02519 10.93604,-4.05038 6.88566,-2.43024 15.39146,-5.67054 29.16278,16.60657 26.73254,33.21315 -1.21511,7.69573 -8.10077,14.98643 -6.88565,7.29069 -18.63177,14.58138 l 7.69574,-2.83527 q 43.74415,-19.03681 43.74415,-50.22477 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4298" />
<path
d="m -157.22662,308.66657 q 0,-23.49223 -31.593,-47.79454 -12.96123,11.74611 -26.3275,21.062 -12.96124,9.31589 -24.70735,16.60658 l -31.593,-41.71897 -31.18797,27.54262 27.13758,31.593 0,135.28286 -15.7965,11.34107 42.124,23.49224 36.8585,-27.13758 -22.68215,-11.34108 0,-138.9282 q 4.45542,-2.02519 10.93604,-4.05038 6.88565,-2.43024 15.39146,-5.67054 29.16277,16.60657 26.73254,33.21315 -1.21511,7.69573 -8.10077,14.98643 -6.88565,7.29069 -18.63177,14.58138 l 7.69573,-2.83527 q 43.74416,-19.03681 43.74416,-50.22477 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4300" />
<path
d="m 10.345404,422.48238 0,-100.0445 q 0,-54.27516 -26.73254,-83.84297 -26.327502,-29.56781 -79.387543,-36.04842 -7.290691,-0.40504 -13.771311,-0.81008 -6.48061,-0.40504 -12.96123,0.40504 l -10.93604,0.40504 q 72.906929,2.02519 94.373969,79.38754 -5.670539,5.2655 -17.416655,13.77131 -11.746116,8.50581 -29.162771,20.25192 -8.910846,4.86046 -14.986423,8.10077 -5.67054,2.83527 -9.31589,4.86046 l -13.36627,8.10077 -2.43023,0.40504 0,104.90497 38.478659,41.71896 q 14.581386,-11.74611 28.757733,-21.87208 14.176346,-10.531 29.567809,-17.41665 13.771308,39.28873 55.490272,39.28873 Q 10.345404,481.618 10.345404,422.48238 Z m -42.93408,10.93604 q -4.455423,1.62016 -12.556192,4.45543 -7.695732,2.83527 -19.036809,7.69573 l -23.087194,-22.68216 0,-96.39916 q 10.125962,-4.86046 22.277117,-12.96123 12.556193,-8.50581 28.757732,-19.84688 1.620154,7.29069 2.430231,14.58138 1.215115,7.29069 1.215115,14.17635 l 0,110.98054 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4302" />
<path
d="m 197.04279,484.04823 0,-181.86228 -39.28873,-46.17438 -29.16277,25.92246 q -6.48062,5.2655 -14.58139,10.531 -7.69573,4.86046 -17.821691,9.31589 -12.961231,-36.45347 -52.655003,-37.66858 5.670539,2.02519 9.315885,10.12596 8.10077,18.22673 8.10077,48.19958 l 0,132.44758 q -14.581385,9.72093 -17.416655,10.12596 5.670539,0.40504 14.176347,2.83527 8.505808,2.43023 20.251924,6.88566 6.480616,2.83527 10.125962,4.45542 3.645347,1.62016 5.265501,2.02519 l 6.075577,2.83527 -0.405038,-68.04646 0,-25.51743 q 0,-3.2403 0,-6.48061 0,-3.64535 0.405038,-6.88566 l 0,-53.87011 q 0,-5.26551 -0.405038,-8.50581 0,-3.64535 -0.405039,-5.67054 8.10077,-1.62016 17.41665,-4.45542 9.72093,-2.83527 19.03681,-8.10077 l 22.68216,23.49223 0,164.04058 q 0,53.06004 -22.68216,57.92051 32.40308,-0.40504 48.19958,-20.25193 4.86046,-7.29069 8.10077,-14.98642 3.64535,-7.69573 4.45543,-15.7965 0.81007,-2.0252 0.81007,-3.64535 0.40504,-1.21511 0.40504,-3.24031 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4304" />
<path
d="m 510.16925,435.44361 0,-316.33505 q 0,-96.804197 -92.75381,-116.651083 -8.10077,-2.02519242 -14.58139,-2.83526939 -6.48062,-1.21511541 -10.531,-1.21511541 l -23.49223,0 q -25.11239,0 -55.89531,12.1511548 -18.63177,8.100769 -32.80812,21.872078 -14.17635,13.36627 -23.08719,33.213155 -4.45543,10.531001 -6.88566,23.897271 -2.43023,12.961229 -2.43023,29.567809 l 0,316.33505 q 0,101.66466 96.8042,120.70147 6.88565,2.0252 12.96123,2.43023 6.07558,0.40504 11.34108,0.40504 l 15.7965,0 q 1.21511,0 3.64534,0 2.83527,0 6.07558,-0.40504 23.49223,48.60462 22.68216,85.05809 -0.40504,16.20153 -6.07558,28.35269 -5.67054,12.55619 -17.41666,23.08719 54.27516,-40.90888 54.27516,-97.20923 0,-22.68216 -10.93604,-48.19958 73.31197,-26.3275 73.31197,-114.22086 z m -42.124,0 q 0,67.23639 -39.69378,98.42436 l -30.78292,-52.65501 q -16.60658,-27.54261 -18.63177,-47.79454 -0.40504,-4.45542 0,-8.10077 0.81008,-4.05038 3.64535,-6.88565 -27.13758,17.41665 -30.37789,43.33912 -1.21512,19.03681 6.48062,36.04842 2.02519,2.02519 2.43023,3.64535 0.40503,1.62015 0.40503,2.02519 l 27.13758,47.3895 q -4.05038,0.40504 -6.88565,0.40504 -2.43023,0 -4.45542,0 -45.76935,-0.40504 -68.04647,-42.52904 -10.12596,-17.01162 -14.58139,-32.40308 -4.45542,-15.39146 -4.45542,-29.97285 l 0,-336.58698 q 0,-13.771304 3.64535,-27.542612 3.64534,-14.176347 10.12596,-26.73254 6.88565,-12.961231 16.20154,-23.492232 9.31588,-10.531 21.062,-17.821693 7.29069,-4.050385 16.60658,-5.6705388 9.72092,-1.6201539 21.062,-1.6201539 48.19958,0 70.4767,39.2887327 18.22673,30.377886 18.22673,60.755777 l 0.40504,328.4862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4306" />
<path
d="m 722.91568,497.81954 q -18.63177,-6.07558 -18.63177,-57.9205 l 0,-181.86228 -6.48062,2.83527 q -7.69573,3.24031 -17.01162,6.88565 -9.31588,3.24031 -20.25192,6.48062 -10.93604,3.64535 -17.82169,3.64535 l 5.67053,1.62015 q 3.64535,2.83527 13.77131,7.69573 l 0,154.31966 q -7.29069,1.21512 -16.60657,4.86046 -8.91085,3.24031 -19.84689,7.69574 l -25.92246,-28.3527 0,-164.04058 -5.67054,2.83527 q -6.88566,2.83526 -15.39146,6.48061 -8.50581,3.24031 -19.84689,7.69573 -4.45542,2.02519 -8.91085,2.43023 -4.05038,0.40504 -8.10077,0.40504 l 6.48062,2.43023 q 2.02519,0.81008 5.2655,2.43023 3.24031,1.62016 7.69573,4.86047 l 0,151.88943 38.47866,42.93408 q 29.97284,-25.92247 64.80615,-38.07362 13.36627,31.18796 36.85851,43.74415 8.91084,6.07558 21.46704,6.07558 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4308" />
<path
d="m 894.10772,403.44557 0,-101.25962 -38.07362,-41.71896 -12.15115,10.12596 q -8.10077,6.88566 -19.84689,13.36627 -11.34107,6.48062 -27.13757,12.5562 -10.12597,4.05038 -17.8217,6.48061 -7.69573,2.02519 -14.17635,2.83527 l -6.07557,0.40504 0,97.20923 q 0,95.99413 93.15885,115.84101 9.31588,2.02519 19.03681,2.83527 -44.55424,-6.07558 -61.97089,-64.40112 8.91085,-6.88565 21.062,-14.98642 12.55619,-8.50581 28.75773,-17.8217 12.5562,-7.29069 21.46704,-12.55619 8.91085,-5.67054 13.77131,-8.91085 z m -42.124,12.15116 q -7.69573,4.05038 -19.03681,11.34108 -11.34108,7.29069 -26.73254,17.82169 -4.45542,-19.03681 -4.45542,-29.16277 l -0.81008,-112.19566 28.35269,-9.72092 22.68216,26.3275 0,95.58908 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4310" />
<path
d="m 1081.1343,462.58119 0,-87.89335 -38.8837,-34.83331 -38.4787,31.99804 -23.08718,-19.44184 0,-53.06005 43.33908,0 q 35.2384,0 49.8198,9.31589 5.6705,4.05038 7.2907,9.72092 -2.8353,-18.22673 -10.9361,-31.18796 -8.1007,-12.96123 -21.062,-20.65696 -10.531,-6.07558 -25.1124,-9.72093 l -23.4922,0 q -3.2403,5.67054 -7.29068,10.12597 -4.05039,4.05038 -9.72093,7.29069 -5.67054,2.02519 -10.93604,3.24031 -4.86046,1.21511 -9.31588,1.62015 -5.67054,0 -10.93604,-0.40504 -5.2655,-0.40504 -10.93604,-2.43023 l 0,90.32358 39.28873,34.42827 36.45348,-29.16277 25.1124,18.63177 0,52.65501 -41.719,0 q -53.87011,0 -59.13561,-17.8217 6.07558,35.23835 32.80812,51.43989 5.2655,3.24031 11.74611,5.2655 6.88566,2.02519 14.58138,4.05039 l 23.4922,0 1.6202,-4.86047 q 12.5562,-19.44184 40.5038,-19.44184 3.2404,0 7.2907,0 4.0504,0 7.6958,0.81007 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4312" />
<path
d="m 1247.1558,243.45537 q -2.4303,9.31589 -18.2268,13.77131 -15.7965,4.45543 -43.3391,5.2655 l -11.7461,-0.81007 0,-47.79455 q 0,-28.75773 4.4554,-43.74415 4.8605,-15.39146 13.7713,-18.63177 -7.2907,0.81008 -14.1763,4.05038 -6.4806,2.83527 -12.5562,8.91085 -22.6822,-59.13562 -98.8294,-69.666619 21.062,3.645346 38.4786,22.682159 14.9865,16.60657 22.2772,38.88369 7.2907,21.87208 7.2907,49.4147 l 0.81,201.70916 q 0,31.99804 -40.0988,40.09881 -5.6705,0.81008 -9.3159,1.62015 -3.6453,0.81008 -6.8856,0.81008 l -6.0756,0.40504 q 51.8449,2.43023 81.0077,20.65696 5.2655,3.24031 10.126,7.69573 5.2655,4.45543 9.7209,10.12596 l 0,-184.69754 11.7461,0 q 4.0504,0 8.9109,-1.21512 5.2655,-1.21511 12.1511,-2.43023 40.0988,-13.36627 40.5039,-57.11043 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4314" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@ -1,17 +1,5 @@
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = [
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
"runs": true
},
{
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
"clobbers": [
"device"
]
},
{
"file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
"id": "cordova-plugin-camera.Camera",
@ -41,25 +29,10 @@ module.exports = [
]
},
{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-network-information/www/network.js",
"id": "cordova-plugin-network-information.network",
"clobbers": [
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/cordova-plugin-network-information/www/Connection.js",
"id": "cordova-plugin-network-information.Connection",
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
"clobbers": [
"Connection"
"device"
]
},
{
@ -227,6 +200,18 @@ module.exports = [
],
"runs": true
},
{
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
"id": "cordova-plugin-geolocation.geolocation",
"clobbers": [
"navigator.geolocation"
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
"id": "cordova-plugin-geolocation.PositionError",
"runs": true
},
{
"file": "plugins/cordova-plugin-media/www/MediaError.js",
"id": "cordova-plugin-media.MediaError",
@ -291,15 +276,30 @@ module.exports = [
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
"id": "cordova-plugin-geolocation.geolocation",
"file": "plugins/cordova-plugin-network-information/www/network.js",
"id": "cordova-plugin-network-information.network",
"clobbers": [
"navigator.geolocation"
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
"id": "cordova-plugin-geolocation.PositionError",
"file": "plugins/cordova-plugin-network-information/www/Connection.js",
"id": "cordova-plugin-network-information.Connection",
"clobbers": [
"Connection"
]
},
{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
"runs": true
},
{
@ -314,17 +314,17 @@ module.exports.metadata =
// TOP OF METADATA
{
"cordova-plugin-compat": "1.0.0",
"cordova-plugin-whitelist": "1.2.1",
"cordova-plugin-camera": "2.1.2-dev",
"cordova-plugin-console": "1.0.3-dev",
"cordova-plugin-device": "1.1.2-dev",
"cordova-plugin-camera": "2.1.2-dev",
"cordova-plugin-splashscreen": "3.2.2-dev",
"cordova-plugin-network-information": "1.2.1-dev",
"cordova-plugin-dialogs": "1.2.1-dev",
"cordova-plugin-file": "4.1.1",
"cordova-plugin-geolocation": "2.1.1-dev",
"cordova-plugin-media": "2.2.1-dev",
"cordova-plugin-media-capture": "1.2.1-dev",
"cordova-plugin-geolocation": "2.1.1-dev",
"cordova-plugin-network-information": "1.2.1-dev",
"cordova-plugin-splashscreen": "3.2.2-dev",
"cordova-plugin-whitelist": "1.2.1",
"phonegap-plugin-barcodescanner": "6.0.1"
};
// BOTTOM OF METADATA

@ -1,3 +1,7 @@
body {
color: #eee;
}
.brandlogo {
margin-top: 20px;
margin-left: auto;
@ -270,4 +274,24 @@ body {
border-right: 1px solid white;
padding-top: 10px;
margin-top: -10px;
}
#place-name {
max-width: 90%;
border-bottom: 1px solid white;
border-left: 1px solid white;
padding-left: 5px;
padding-bottom: 2px;
}
#place-info-div {
font-size: 120%;
padding: 5px;
border-right: 1px solid white;
border-top: 1px solid white;
}
#team-choice-list {
color: #000;
font-size: 120%;
}

@ -25,6 +25,22 @@ function logout() {
$('#content-zone').load("screens/login.html");
}
function checkUserHasTeamOpenChooserIfNot(username) {
$.getJSON(mkApiUrl('getstats', 'gs'), {
user: username
}, function (data) {
if (data.status === 'OK' && data.stats.teamid !== null && data.stats.teamid > 0) {
// We're all good.
openscreen("home");
} else {
// Open the team intro thingy
openscreen('chooseteam');
}
}).fail(function () {
});
}
function dosignup() {
if (authOpInProgress) {
return;
@ -60,7 +76,7 @@ function dosignup() {
password = $('#passwordBox').val();
localStorage.setItem("username", username);
localStorage.setItem("password", password);
openscreen("home");
checkUserHasTeamOpenChooserIfNot(username);
} else {
$('#signupBtn').html('<i class="fa fa-user-plus"></i> Sign Up');
$('#signupBtn').attr('disabled', false);
@ -104,7 +120,7 @@ function dologin() {
localStorage.setItem("username", username);
localStorage.setItem("password", password);
navigator.splashscreen.hide();
openscreen("home");
checkUserHasTeamOpenChooserIfNot(username);
} else {
$('#loginBtn').html('<i class="fa fa-sign-in"></i> Login');
$('#loginBtn').attr('disabled', false);

@ -116,6 +116,7 @@ function closeMain() {
}
function getTeamInfoFromId(id) {
id = id + "";
var team_string = "None";
var team_color = "FFFFFF";
switch (id) {

@ -0,0 +1,56 @@
<div class="h4">Choose Your Magic</div>
<p>Before you can harness the power of magic, you must make a difficult choice.
<br />
The key to unlocking your inner power is channeling it into one of the elements.
Once you have chosen, it is extremely difficult to change.
<br />
<i>Choose wisely.</i>
</p>
<div class="list-group" id="team-choice-list">
<!--<div class="list-group-item" id="team0">
<div class="radio">
<label>
<input type="radio" name="teamChooser" id="teamChooser0" value="0">
<span id="teamlabel0"></span>
</label>
</div>
</div>-->
</div>
<div id="submitteamsetbtn" class="btn btn-success" onclick="setTeam()" style="display: none;">Continue</div>
<script>
$('input[name=teamChooser]').change(function () {
if (this.checked) {
$('#submitteamsetbtn').css('display', 'block');
}
});
function chooseTeam(id) {
$('#teamChooser' + id).prop('checked', true);
$('#submitteamsetbtn').css('display', 'block');
}
function setTeam() {
//alert($('input[name=teamChooser]:checked').val());
var team = $('input[name=teamChooser]:checked').val();
$.getJSON(mkApiUrl('setteam', 'gs'), {
teamid: team
}, function (data) {
if (data.status === 'OK') {
// We're all good.
openscreen("home");
} else {
// Error?
alert("Error: " + data.message);
}
}).fail(function () {
alert("Something bad happened, try again later.");
});
}
// Populate the list
for (var i = 1; i < 7; i++) {
$('#team-choice-list').append('<div class="list-group-item" onclick="chooseTeam(' + i + ')" id="team' + i + '"><div class="radio"><label><input type="radio" name="teamChooser" id="teamChooser' + i + '" value="' + i + '"><span id="teamlabel' + i + '"></span></label></div></div>');
$('#team' + i).css('background-color', '#' + getTeamColorFromId(i));
$('#teamlabel' + i).html(getTeamNameFromId(i));
}
</script>

@ -28,7 +28,7 @@
<div id="energybar" class="progress-bar" role="progressbar" >
</div>
</div>
<p id="energybar-label"><i class="fa fa-bolt"></i> <i>Energy</i></p>
<p id="energybar-label"><i class="fa fa-bolt"></i> <i>Life</i></p>
<img src="assets/terrain/0.png" alt="" id="terrain-image" class="img-circle" />
</div>

@ -1,13 +1,18 @@
<div class="scrollable-box">
<div class="h4" id="place-name" style="max-width: 90%;"></div>
<div id="team-label"></div>
<div class="h4" id="place-name"></div>
<div id="place-info-div">
Type: <span id="team-label"></span><br />
Life: <span id="life-label"></span>
</div>
</div>
<script>
function loadPlace(feature) {
$("#place-name").text(feature.properties.name);
$("#team-label").text(getTeamNameFromId(feature.properties.gameinfo.teamid));
$("#place-name").css("border-color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#place-info-div").css("border-color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#team-label").css("color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#team-label").text(getTeamNameFromId(feature.properties.gameinfo.teamid));
$("#life-label").text(Math.round(feature.properties.gameinfo.currentlife) + " / " + Math.round(feature.properties.gameinfo.maxlife));
}
</script>

@ -1,17 +1,5 @@
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = [
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
"runs": true
},
{
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
"clobbers": [
"device"
]
},
{
"file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
"id": "cordova-plugin-camera.Camera",
@ -41,25 +29,10 @@ module.exports = [
]
},
{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-network-information/www/network.js",
"id": "cordova-plugin-network-information.network",
"clobbers": [
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/cordova-plugin-network-information/www/Connection.js",
"id": "cordova-plugin-network-information.Connection",
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
"clobbers": [
"Connection"
"device"
]
},
{
@ -227,6 +200,18 @@ module.exports = [
],
"runs": true
},
{
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
"id": "cordova-plugin-geolocation.geolocation",
"clobbers": [
"navigator.geolocation"
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
"id": "cordova-plugin-geolocation.PositionError",
"runs": true
},
{
"file": "plugins/cordova-plugin-media/www/MediaError.js",
"id": "cordova-plugin-media.MediaError",
@ -291,15 +276,30 @@ module.exports = [
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
"id": "cordova-plugin-geolocation.geolocation",
"file": "plugins/cordova-plugin-network-information/www/network.js",
"id": "cordova-plugin-network-information.network",
"clobbers": [
"navigator.geolocation"
"navigator.connection",
"navigator.network.connection"
]
},
{
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
"id": "cordova-plugin-geolocation.PositionError",
"file": "plugins/cordova-plugin-network-information/www/Connection.js",
"id": "cordova-plugin-network-information.Connection",
"clobbers": [
"Connection"
]
},
{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
"runs": true
},
{
@ -314,17 +314,17 @@ module.exports.metadata =
// TOP OF METADATA
{
"cordova-plugin-compat": "1.0.0",
"cordova-plugin-whitelist": "1.2.1",
"cordova-plugin-camera": "2.1.2-dev",
"cordova-plugin-console": "1.0.3-dev",
"cordova-plugin-device": "1.1.2-dev",
"cordova-plugin-camera": "2.1.2-dev",
"cordova-plugin-splashscreen": "3.2.2-dev",
"cordova-plugin-network-information": "1.2.1-dev",
"cordova-plugin-dialogs": "1.2.1-dev",
"cordova-plugin-file": "4.1.1",
"cordova-plugin-geolocation": "2.1.1-dev",
"cordova-plugin-media": "2.2.1-dev",
"cordova-plugin-media-capture": "1.2.1-dev",
"cordova-plugin-geolocation": "2.1.1-dev",
"cordova-plugin-network-information": "1.2.1-dev",
"cordova-plugin-splashscreen": "3.2.2-dev",
"cordova-plugin-whitelist": "1.2.1",
"phonegap-plugin-barcodescanner": "6.0.1"
};
// BOTTOM OF METADATA

@ -1,22 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.terranquest.TerranQuest" version="1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<preference name="loglevel" value="DEBUG" />
<feature name="Whitelist">
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
<param name="onload" value="true" />
</feature>
<feature name="Device">
<param name="android-package" value="org.apache.cordova.device.Device" />
</feature>
<feature name="Camera">
<param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
</feature>
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
<param name="onload" value="true" />
</feature>
<feature name="NetworkStatus">
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager" />
<feature name="Device">
<param name="android-package" value="org.apache.cordova.device.Device" />
</feature>
<feature name="Notification">
<param name="android-package" value="org.apache.cordova.dialogs.Notification" />
@ -25,14 +14,25 @@
<param name="android-package" value="org.apache.cordova.file.FileUtils" />
<param name="onload" value="true" />
</feature>
<feature name="Geolocation">
<param name="android-package" value="org.apache.cordova.geolocation.Geolocation" />
</feature>
<feature name="Media">
<param name="android-package" value="org.apache.cordova.media.AudioHandler" />
</feature>
<feature name="Capture">
<param name="android-package" value="org.apache.cordova.mediacapture.Capture" />
</feature>
<feature name="Geolocation">
<param name="android-package" value="org.apache.cordova.geolocation.Geolocation" />
<feature name="NetworkStatus">
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager" />
</feature>
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
<param name="onload" value="true" />
</feature>
<feature name="Whitelist">
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
<param name="onload" value="true" />
</feature>
<feature name="BarcodeScanner">
<param name="android-package" value="com.phonegap.plugins.barcodescanner.BarcodeScanner" />

@ -15,145 +15,13 @@
viewBox="0 0 1321.5612 429.71863"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="logonobg.svg">
inkscape:version="0.91 r"
sodipodi:docname="logonobg.svg"
inkscape:export-filename="/home/skylar/Documents/Projects/Assets/TerranQuest/logo-3.0/png/logonobg.png"
inkscape:export-xdpi="52.369881"
inkscape:export-ydpi="52.369881">
<defs
id="defs4">
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.60898719,1.6420707)"
id="linearGradient2186"
y2="44.562588"
xlink:href="#linearGradient10152-8"
x2="415.31772"
y1="25.472698"
x1="387.82605"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient10152-8">
<stop
offset="0"
style="stop-color:#ffffff"
id="stop10154-6" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0"
id="stop10156-4" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.4146583,0.70688449)"
id="linearGradient2813"
y2="176.12511"
xlink:href="#linearGradient10152-8"
x2="173.20004"
y1="151.92033"
x1="155.59468"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4446"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0190061,0.98134837)"
x1="238.22963"
y1="116.42032"
x2="253.12679"
y2="131.02487" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4448"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0069165,0.99313101)"
x1="244.23064"
y1="118.27925"
x2="249.00298"
y2="121.25783" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.92562636,1.0803495)"
id="linearGradient2815"
y2="17.920296"
xlink:href="#linearGradient10152-8"
x2="270.94501"
y1="-4.6202812"
x1="247.39841"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.4723036,0.67920776)"
id="linearGradient10266"
y2="10.028113"
xlink:href="#linearGradient10152-8"
x2="179.83363"
y1="-7.8097844"
x1="164.00536"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.25724914,3.8872822)"
id="linearGradient1552"
y2="43.692226"
xlink:href="#linearGradient10152-8"
x2="996.79565"
y1="113.94366"
x1="996.79565"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.25724914,3.8872822)"
id="linearGradient1553"
y2="37.900482"
x2="962.57751"
y1="115.40163"
x1="962.57751"
inkscape:collect="always">
<stop
id="stop1555"
style="stop-color:#000000;stop-opacity:.22472"
offset="0" />
<stop
id="stop1560"
style="stop-color:#000000;stop-opacity:.49412"
offset=".5" />
<stop
id="stop1556"
style="stop-color:#000000;stop-opacity:.18824"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.2637255,0.79131111)"
id="linearGradient2809"
y2="148.32529"
xlink:href="#linearGradient10152-8"
x2="159.94395"
y1="142.90921"
x1="148.44438"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.29655,0.77127764)"
id="linearGradient2811"
y2="160.61389"
xlink:href="#linearGradient10152-8"
x2="227.55087"
y1="146.26871"
x1="215.24908"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.70228237,1.4239287)"
id="linearGradient5315"
y2="68.191368"
xlink:href="#linearGradient10152-8"
spreadMethod="reflect"
x2="336.85254"
y1="51.486179"
x1="354.46323"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(6.3287256,0,0,6.3287256,-2182.5002,-4191.7006)"
gradientUnits="userSpaceOnUse"
@ -196,26 +64,6 @@
style="stop-color:#000000;stop-opacity:1;"
id="stop3325" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4289"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0190061,0.98134837)"
x1="238.22963"
y1="116.42032"
x2="253.12679"
y2="131.02487" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4291"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0069165,0.99313101)"
x1="244.23064"
y1="118.27925"
x2="249.00298"
y2="121.25783" />
</defs>
<sodipodi:namedview
id="base"
@ -228,16 +76,16 @@
inkscape:cx="200.06632"
inkscape:cy="12.002171"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:current-layer="text3580"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-height="1022"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
@ -247,7 +95,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -261,194 +109,53 @@
transform="matrix(0.57053535,0,0,0.57053535,343.19761,121.49738)"
inkscape:export-xdpi="34.138618"
inkscape:export-ydpi="34.138618">
<g
transform="matrix(0.01662089,-4.5929656,4.5929656,0.01662089,-1016.9077,1502.9123)"
id="g5316">
<path
d="m 247.81,119.41 0,0.03 -12.84,1.31 c 0.67,5.17 -0.86,18.03 -4.5,29.91 2.49,3.64 7.18,11.66 7.65,17.03 l 9.79,-0.1 0.09,0 9.78,0.1 c 0.48,-5.37 5.17,-13.39 7.66,-17.03 -3.64,-11.88 -5.17,-24.74 -4.5,-29.91 l -12.85,-1.31 0,-0.03 -0.15,0 -0.13,0 z"
style="fill:#dadac7;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
id="path2160"
inkscape:connector-curvature="0" />
<path
d="m 237,426.43 c -1.5,-89.48 -1.5,-178.33 -1.75,-267.5 4.56,-7.14 2.62,-20.76 2.43,-31.14 l 20.58,0 c 0.51,11.26 -2.22,23.15 3.02,30.52 0.72,88.69 1.52,177.53 0.68,266.85 -0.79,24.71 -6.73,47.88 -10.1,71.82 -4.95,-23.52 -13.51,-45.36 -14.86,-70.55 z"
style="fill:#cacbcb;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path908"
inkscape:connector-curvature="0" />
<path
d="m 233.34,37.375 c 0.17,1.117 1.09,1.247 1,3.375 1.52,23.194 2.01,43.101 1.5,65.03 -0.16,1.39 -0.32,3.27 -1.25,4.66 l 13.03,0.22 13,-0.22 c -0.92,-1.39 -1.08,-3.27 -1.24,-4.66 -0.51,-21.929 -0.02,-41.836 1.5,-65.03 -0.09,-2.128 0.86,-2.258 1.03,-3.375 l -14.29,0.219 -14.28,-0.219 z"
style="fill:#cacbcb;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="ccccccccccc"
id="path4029"
inkscape:connector-curvature="0" />
<path
d="m 234.4,38.183 c 0.17,1.117 1.08,1.248 1,3.375 1.52,23.194 2,40.901 1.5,62.832 -0.17,1.39 -0.32,3.26 -1.25,4.66 l 12.15,0.21 11.68,-0.21 c -0.93,-1.4 -1.08,-3.27 -1.25,-4.66 -0.51,-21.931 -0.02,-39.638 1.5,-62.832 -0.09,-2.127 0.86,-2.258 1.03,-3.375 l -12.96,0.219 -13.4,-0.219 z"
style="fill:url(#linearGradient2186);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccc"
id="path1561"
inkscape:connector-curvature="0" />
<path
d="m 260.91,44.094 c -1.14,0.071 -7.33,13.72 -13.41,27.594 -5.97,-13.601 -12.04,-26.931 -13.16,-27 -2.04,-0.273 -2.06,3.404 -0.15,6.124 0.76,1.078 5.97,13.526 11.19,25.719 -4.37,10.048 -9.1,21.063 -9.63,21.969 -1.77,2.86 -1.64,6.14 0.81,5.59 1.04,-0.24 5.9,-11.056 10.94,-22.715 5.15,11.912 10.13,23.035 11.19,23.285 2.45,0.54 2.58,-2.71 0.81,-5.566 -0.55,-0.931 -5.35,-12.166 -9.88,-22.563 5.35,-12.493 10.66,-25.21 11.44,-26.312 1.91,-2.721 1.89,-6.397 -0.15,-6.125 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
id="path2818"
inkscape:connector-curvature="0" />
<path
d="m 220.04,115.5 c -7.15,-0.53 -19.48,-3.04 -26.27,-1.78 -5.72,1.07 -7.51,4.46 -8.05,8.58 0,3.93 0.54,6.07 5.19,9.47 4.29,2.68 13.05,3.93 13.05,-4.29 -0.54,-5.01 -3.22,-4.11 -5.54,-2.68 4.29,-3.93 15.55,-3.93 21.62,-3.58 0,-2.32 -1.07,-3.93 0,-5.72 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path6517"
inkscape:connector-curvature="0" />
<path
d="m 276.53,115.29 c 7.15,-0.54 19.48,-3.04 26.28,-1.79 5.72,1.07 7.5,4.47 8.04,8.58 0,3.93 -0.54,6.08 -5.18,9.47 -4.29,2.69 -13.05,3.94 -13.05,-4.29 0.53,-5 3.22,-4.11 5.54,-2.68 -4.29,-3.93 -15.55,-3.93 -21.63,-3.57 0,-2.33 1.07,-3.93 0,-5.72 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path7760"
inkscape:connector-curvature="0" />
<path
d="m 247.41,110.25 -13.03,0.08 c 0,0 1.54,3.01 0,4.11 -1.55,1.1 -12.55,0.66 -16.29,0.44 -0.44,1.54 -0.22,4.61 0.22,6.59 7.93,-0.44 14.53,11.23 25.75,9.47 -1.98,2.2 -2.63,6.82 -0.65,10.34 1.76,-3.74 3.62,-9.11 4.43,-9.56 0.88,0.44 2.21,5.73 3.97,9.47 1.98,-3.52 1.33,-8.15 -0.65,-10.35 11.22,1.76 17.82,-9.91 25.75,-9.46 0.44,-1.99 0.66,-5.06 0.21,-6.6 -3.74,0.22 -14.74,0.63 -16.28,-0.47 -1.54,-1.1 -0.13,-3.66 -0.13,-3.66 l -13.3,-0.4 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="ccccccccccccccc"
id="path1533"
inkscape:connector-curvature="0" />
<path
d="m 247.6,111.02 -12.37,-0.13 c 0,0 1.54,2.78 0,3.88 -1.55,1.1 -12.54,1.1 -16.29,0.88 -0.44,1.54 -0.66,3.29 -0.22,5.27 7.93,-0.44 14.75,11.23 25.97,9.47 -1.98,2.2 -3.07,5.94 -1.09,9.47 1.76,-3.75 3.4,-9.12 4.21,-9.57 0.88,0.44 2.21,5.73 3.97,9.47 1.98,-3.52 0.01,-7.26 -1.97,-9.46 11.22,1.76 18.48,-9.91 26.41,-9.47 0.44,-1.98 0.21,-3.95 -0.23,-5.49 -3.74,0.22 -13.64,0.85 -15.18,-0.25 -1.54,-1.1 -1.67,-3.01 -1.23,-3.89 -2.2,0.44 -11.98,-0.18 -11.98,-0.18 z"
style="fill:url(#linearGradient2813);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccccccc"
id="path2812"
inkscape:connector-curvature="0" />
<path
d="m 233.46,37.922 c 0.17,-1.116 1.08,-1.247 1,-3.375 -0.22,-8.685 -5.41,-11.046 -5.68,-24.839 -0.02,-20.191 37.11,-21.447 38.06,-1.2969 0.44,14.854 -5.89,17.991 -5.85,26.136 -0.09,2.128 0.86,2.259 1.03,3.375 l -14.28,-0.219 -14.28,0.219 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path5274"
inkscape:connector-curvature="0" />
<g
id="g9632">
<path
d="m 258.1,121.41 c 0,4 -3.38,7.25 -7.54,7.25 -4.17,0 -7.55,-3.25 -7.55,-7.25 0,-4 3.38,-7.24 7.55,-7.24 4.16,0 7.54,3.24 7.54,7.24 z"
transform="matrix(1.0695,0,0,1.1128,-19.772,-14.033)"
style="fill:url(#linearGradient4289);fill-rule:evenodd;stroke:#000000;stroke-width:1.14579999"
id="path7761"
inkscape:connector-curvature="0" />
<path
d="m 252.6,121.99 c 0,2.03 -1.68,3.67 -3.74,3.67 -2.07,0 -3.75,-1.64 -3.75,-3.67 0,-2.03 1.68,-3.67 3.75,-3.67 2.06,0 3.74,1.64 3.74,3.67 z"
transform="matrix(1.4311,0,0,1.4304,-107.7,-53.432)"
style="fill:#004691;fill-rule:evenodd;stroke:#000000;stroke-width:0.87366998"
id="path8387"
inkscape:connector-curvature="0" />
<path
d="m 246.13,124.62 c -4.96,-3.54 0.11,-9.55 3.89,-7.55 6.48,4.6 0.12,10.14 -3.89,7.55 z"
style="fill:url(#linearGradient4291);fill-rule:evenodd"
sodipodi:nodetypes="ccc"
id="path9009"
inkscape:connector-curvature="0" />
</g>
<path
d="m 235.2,36.968 c 0.17,-1.117 -0.24,-0.808 -0.32,-2.935 -0.22,-8.685 -4.97,-11.046 -5.24,-24.839 -0.15,-19.239 35.13,-18.807 36.3,-1.0771 0.44,14.854 -5,17.77 -4.97,25.916 -0.08,2.127 -0.9,2.038 -0.73,3.155 l -12.52,10e-4 -12.52,-0.221 z"
style="fill:url(#linearGradient2815);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2814"
inkscape:connector-curvature="0" />
<g
transform="translate(-0.42198,-106.95)"
id="g9636">
<path
d="m 258.1,121.41 c 0,4 -3.38,7.25 -7.54,7.25 -4.17,0 -7.55,-3.25 -7.55,-7.25 0,-4 3.38,-7.24 7.55,-7.24 4.16,0 7.54,3.24 7.54,7.24 z"
transform="matrix(1.0695,0,0,1.1128,-19.772,-14.033)"
style="fill:url(#linearGradient4446);fill-rule:evenodd;stroke:#000000;stroke-width:1.14579999"
id="path9637"
inkscape:connector-curvature="0" />
<path
d="m 252.6,121.99 c 0,2.03 -1.68,3.67 -3.74,3.67 -2.07,0 -3.75,-1.64 -3.75,-3.67 0,-2.03 1.68,-3.67 3.75,-3.67 2.06,0 3.74,1.64 3.74,3.67 z"
transform="matrix(1.4311,0,0,1.4304,-107.7,-53.432)"
style="fill:#004691;fill-rule:evenodd;stroke:#000000;stroke-width:0.87366998"
id="path9638"
inkscape:connector-curvature="0" />
<path
d="m 246.13,124.62 c -4.96,-3.54 0.11,-9.55 3.89,-7.55 6.48,4.6 0.12,10.14 -3.89,7.55 z"
style="fill:url(#linearGradient4448);fill-rule:evenodd"
sodipodi:nodetypes="ccc"
id="path9639"
inkscape:connector-curvature="0" />
</g>
<path
d="m 229.53,9.6625 10.04,1.8675 c 0.62,-2.5677 3.26,-5.9134 7.93,-6.069 4.2,-0.1556 7.63,2.7232 8.56,5.913 l 9.96,-0.778 c 0.78,-2.5674 -0.39,-16.028 -17.97,-16.028 -14.24,0 -19.45,10.193 -18.52,15.094 z"
style="fill:url(#linearGradient10266);fill-rule:evenodd"
sodipodi:nodetypes="ccccccc"
id="path9644"
inkscape:connector-curvature="0" />
<path
d="m 239.07,157.54 c 0.12,11.09 0.22,273.82 2.87,282.87 4.91,18.04 12.1,17.82 16.52,-1.43 1.43,-7.9 -2.16,-274.52 -2.16,-280.72 -0.7,-7.61 -6.44,-10.78 -8.6,-20.3 -2.87,10.05 -7.99,14.04 -8.63,19.58 z"
style="fill:url(#linearGradient1552);fill-rule:evenodd;stroke:url(#linearGradient1553);stroke-width:1pt"
sodipodi:nodetypes="cccccc"
id="path930"
inkscape:connector-curvature="0" />
<path
d="m 217.2,116.04 c -7.15,-0.54 -16.62,-2.82 -23.41,-1.57 -5.72,1.08 -6.85,4.03 -7.39,8.14 0,3.94 0.32,4.98 4.97,8.38 4.29,2.68 11.51,4.81 11.51,-3.41 -0.54,-5.01 -3.22,-3.45 -5.54,-2.02 4.29,-3.94 13.79,-5.48 19.86,-5.12 0,-2.32 -1.07,-2.61 0,-4.4 z"
style="fill:url(#linearGradient2809);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2187"
inkscape:connector-curvature="0" />
<path
d="m 277.95,115.6 c 7.15,-0.54 17.95,-2.38 24.74,-1.13 5.72,1.08 6.85,3.59 7.38,7.7 0,3.94 0.35,4.98 -4.3,8.38 -4.29,2.68 -12.17,5.25 -12.17,-2.97 0.54,-5.01 4.1,-3.45 6.42,-2.02 -4.29,-3.94 -15.77,-5.7 -21.85,-5.34 0,-2.32 0.86,-2.83 -0.22,-4.62 z"
style="fill:url(#linearGradient2811);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2810"
inkscape:connector-curvature="0" />
<path
d="m 260.84,45.03 c -1.13,0.071 -7.05,14.401 -13.13,28.274 -5.97,-13.6 -12.04,-27.066 -13.16,-27.952 -2.04,-0.272 -1.51,2.86 0.39,5.581 0.76,1.078 5.97,13.389 11.19,25.583 -4.37,10.048 -9.09,21.062 -9.63,21.968 -1.08,2.996 -2.45,5.326 0,4.776 1.04,-0.24 6.03,-11.874 11.07,-23.533 5.15,11.913 10.4,23.713 11.46,23.963 1.77,0.27 1.77,-1.08 0,-3.932 -0.55,-0.93 -5.08,-12.709 -9.6,-23.106 4.8,-12.902 10.38,-25.618 11.16,-26.721 1.91,-2.72 2.29,-5.173 0.25,-4.901 z"
style="fill:url(#linearGradient5315);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccccc"
id="path4693"
inkscape:connector-curvature="0" />
</g>
<g
transform="scale(0.9510588,1.0514597)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:75.94471741px;line-height:125%;font-family:Sans-serif;-inkscape-font-specification:Sans-serif;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text3580">
<path
d="m -640.85521,68.883788 q 0,-12.961231 -7.69573,-25.517424 -7.69573,-12.961232 -24.30231,-24.707348 -13.77131,12.961232 -41.71896,21.46704 -27.94766,8.10077 -70.07166,13.771308 -13.36627,2.025193 -22.68216,2.430231 -9.31588,0.405039 -14.58138,0.405039 -5.67054,0 -15.7965,-0.405039 -9.72093,-0.405038 -24.30231,-2.430231 -55.08524,-4.860462 -89.10847,-22.277116 -8.10077,-2.430231 -13.77131,-5.670539 -5.2655,-3.645346 -9.31588,-7.290693 -16.60658,11.746116 -24.30231,24.707348 -7.69571,12.556193 -7.69571,25.517424 0,33.213152 44.14917,60.350732 l 7.69573,3.64535 q -25.92246,-15.7965 -25.92246,-32.80812 0,-6.480614 3.24031,-12.96123 3.24031,-6.480616 11.34108,-12.151155 3.64534,-2.835269 6.88565,-4.860461 3.64535,-2.025193 6.07558,-4.050385 27.94765,11.746116 54.27515,19.036808 26.73254,6.885655 53.46508,8.10077 l 0,450.402793 q 0,27.54262 -5.67053,43.33912 -5.2655,15.7965 -16.20154,18.22673 8.91084,0 16.60657,-3.64535 7.69574,-3.24031 15.79651,-9.31588 12.96123,39.69377 52.24996,59.13562 11.74612,6.88565 24.70735,10.12596 12.96123,3.24031 26.73254,4.86046 -11.74612,-1.62015 -22.27712,-6.88565 -10.531,-4.86047 -19.03681,-14.98643 -29.97285,-32.40308 -29.97285,-92.34877 l 0,-458.908603 q 49.81974,-2.430231 105.31001,-26.73254 26.73254,17.416655 26.73254,35.238353 0,15.7965 -22.68216,31.18796 l 7.69574,-3.64535 q 44.14919,-25.51742 44.14919,-60.350732 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4294" />
<path
d="m -487.92786,403.44557 0,-101.25962 -38.07362,-41.71896 -12.15115,10.12596 q -8.10077,6.88566 -19.84689,13.36627 -11.34108,6.48062 -27.13758,12.5562 -10.12596,4.05038 -17.82169,6.48061 -7.69573,2.02519 -14.17635,2.83527 l -6.07558,0.40504 0,97.20923 q 0,95.99413 93.15886,115.84101 9.31588,2.02519 19.0368,2.83527 -44.55423,-6.07558 -61.97088,-64.40112 8.91084,-6.88565 21.062,-14.98642 12.55619,-8.50581 28.75773,-17.8217 12.55619,-7.29069 21.46704,-12.55619 8.91085,-5.67054 13.77131,-8.91085 z m -42.124,12.15116 q -7.69574,4.05038 -19.03681,11.34108 -11.34108,7.29069 -26.73254,17.82169 -4.45543,-19.03681 -4.45543,-29.16277 l -0.81007,-112.19566 28.35269,-9.72092 22.68216,26.3275 0,95.58908 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4296" />
<path
d="m -313.86261,308.66657 q 0,-23.49223 -31.593,-47.79454 -12.96123,11.74611 -26.3275,21.062 -12.96123,9.31589 -24.70735,16.60658 l -31.593,-41.71897 -31.18796,27.54262 27.13757,31.593 0,135.28286 -15.7965,11.34107 42.12401,23.49224 36.8585,-27.13758 -22.68216,-11.34108 0,-138.9282 q 4.45543,-2.02519 10.93604,-4.05038 6.88566,-2.43024 15.39146,-5.67054 29.16278,16.60657 26.73254,33.21315 -1.21511,7.69573 -8.10077,14.98643 -6.88565,7.29069 -18.63177,14.58138 l 7.69574,-2.83527 q 43.74415,-19.03681 43.74415,-50.22477 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4298" />
<path
d="m -157.22662,308.66657 q 0,-23.49223 -31.593,-47.79454 -12.96123,11.74611 -26.3275,21.062 -12.96124,9.31589 -24.70735,16.60658 l -31.593,-41.71897 -31.18797,27.54262 27.13758,31.593 0,135.28286 -15.7965,11.34107 42.124,23.49224 36.8585,-27.13758 -22.68215,-11.34108 0,-138.9282 q 4.45542,-2.02519 10.93604,-4.05038 6.88565,-2.43024 15.39146,-5.67054 29.16277,16.60657 26.73254,33.21315 -1.21511,7.69573 -8.10077,14.98643 -6.88565,7.29069 -18.63177,14.58138 l 7.69573,-2.83527 q 43.74416,-19.03681 43.74416,-50.22477 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4300" />
<path
d="m 10.345404,422.48238 0,-100.0445 q 0,-54.27516 -26.73254,-83.84297 -26.327502,-29.56781 -79.387543,-36.04842 -7.290691,-0.40504 -13.771311,-0.81008 -6.48061,-0.40504 -12.96123,0.40504 l -10.93604,0.40504 q 72.906929,2.02519 94.373969,79.38754 -5.670539,5.2655 -17.416655,13.77131 -11.746116,8.50581 -29.162771,20.25192 -8.910846,4.86046 -14.986423,8.10077 -5.67054,2.83527 -9.31589,4.86046 l -13.36627,8.10077 -2.43023,0.40504 0,104.90497 38.478659,41.71896 q 14.581386,-11.74611 28.757733,-21.87208 14.176346,-10.531 29.567809,-17.41665 13.771308,39.28873 55.490272,39.28873 Q 10.345404,481.618 10.345404,422.48238 Z m -42.93408,10.93604 q -4.455423,1.62016 -12.556192,4.45543 -7.695732,2.83527 -19.036809,7.69573 l -23.087194,-22.68216 0,-96.39916 q 10.125962,-4.86046 22.277117,-12.96123 12.556193,-8.50581 28.757732,-19.84688 1.620154,7.29069 2.430231,14.58138 1.215115,7.29069 1.215115,14.17635 l 0,110.98054 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4302" />
<path
d="m 197.04279,484.04823 0,-181.86228 -39.28873,-46.17438 -29.16277,25.92246 q -6.48062,5.2655 -14.58139,10.531 -7.69573,4.86046 -17.821691,9.31589 -12.961231,-36.45347 -52.655003,-37.66858 5.670539,2.02519 9.315885,10.12596 8.10077,18.22673 8.10077,48.19958 l 0,132.44758 q -14.581385,9.72093 -17.416655,10.12596 5.670539,0.40504 14.176347,2.83527 8.505808,2.43023 20.251924,6.88566 6.480616,2.83527 10.125962,4.45542 3.645347,1.62016 5.265501,2.02519 l 6.075577,2.83527 -0.405038,-68.04646 0,-25.51743 q 0,-3.2403 0,-6.48061 0,-3.64535 0.405038,-6.88566 l 0,-53.87011 q 0,-5.26551 -0.405038,-8.50581 0,-3.64535 -0.405039,-5.67054 8.10077,-1.62016 17.41665,-4.45542 9.72093,-2.83527 19.03681,-8.10077 l 22.68216,23.49223 0,164.04058 q 0,53.06004 -22.68216,57.92051 32.40308,-0.40504 48.19958,-20.25193 4.86046,-7.29069 8.10077,-14.98642 3.64535,-7.69573 4.45543,-15.7965 0.81007,-2.0252 0.81007,-3.64535 0.40504,-1.21511 0.40504,-3.24031 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4304" />
<path
d="m 510.16925,435.44361 0,-316.33505 q 0,-96.804197 -92.75381,-116.651083 -8.10077,-2.02519242 -14.58139,-2.83526939 -6.48062,-1.21511541 -10.531,-1.21511541 l -23.49223,0 q -25.11239,0 -55.89531,12.1511548 -18.63177,8.100769 -32.80812,21.872078 -14.17635,13.36627 -23.08719,33.213155 -4.45543,10.531001 -6.88566,23.897271 -2.43023,12.961229 -2.43023,29.567809 l 0,316.33505 q 0,101.66466 96.8042,120.70147 6.88565,2.0252 12.96123,2.43023 6.07558,0.40504 11.34108,0.40504 l 15.7965,0 q 1.21511,0 3.64534,0 2.83527,0 6.07558,-0.40504 23.49223,48.60462 22.68216,85.05809 -0.40504,16.20153 -6.07558,28.35269 -5.67054,12.55619 -17.41666,23.08719 54.27516,-40.90888 54.27516,-97.20923 0,-22.68216 -10.93604,-48.19958 73.31197,-26.3275 73.31197,-114.22086 z m -42.124,0 q 0,67.23639 -39.69378,98.42436 l -30.78292,-52.65501 q -16.60658,-27.54261 -18.63177,-47.79454 -0.40504,-4.45542 0,-8.10077 0.81008,-4.05038 3.64535,-6.88565 -27.13758,17.41665 -30.37789,43.33912 -1.21512,19.03681 6.48062,36.04842 2.02519,2.02519 2.43023,3.64535 0.40503,1.62015 0.40503,2.02519 l 27.13758,47.3895 q -4.05038,0.40504 -6.88565,0.40504 -2.43023,0 -4.45542,0 -45.76935,-0.40504 -68.04647,-42.52904 -10.12596,-17.01162 -14.58139,-32.40308 -4.45542,-15.39146 -4.45542,-29.97285 l 0,-336.58698 q 0,-13.771304 3.64535,-27.542612 3.64534,-14.176347 10.12596,-26.73254 6.88565,-12.961231 16.20154,-23.492232 9.31588,-10.531 21.062,-17.821693 7.29069,-4.050385 16.60658,-5.6705388 9.72092,-1.6201539 21.062,-1.6201539 48.19958,0 70.4767,39.2887327 18.22673,30.377886 18.22673,60.755777 l 0.40504,328.4862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4306" />
<path
d="m 722.91568,497.81954 q -18.63177,-6.07558 -18.63177,-57.9205 l 0,-181.86228 -6.48062,2.83527 q -7.69573,3.24031 -17.01162,6.88565 -9.31588,3.24031 -20.25192,6.48062 -10.93604,3.64535 -17.82169,3.64535 l 5.67053,1.62015 q 3.64535,2.83527 13.77131,7.69573 l 0,154.31966 q -7.29069,1.21512 -16.60657,4.86046 -8.91085,3.24031 -19.84689,7.69574 l -25.92246,-28.3527 0,-164.04058 -5.67054,2.83527 q -6.88566,2.83526 -15.39146,6.48061 -8.50581,3.24031 -19.84689,7.69573 -4.45542,2.02519 -8.91085,2.43023 -4.05038,0.40504 -8.10077,0.40504 l 6.48062,2.43023 q 2.02519,0.81008 5.2655,2.43023 3.24031,1.62016 7.69573,4.86047 l 0,151.88943 38.47866,42.93408 q 29.97284,-25.92247 64.80615,-38.07362 13.36627,31.18796 36.85851,43.74415 8.91084,6.07558 21.46704,6.07558 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4308" />
<path
d="m 894.10772,403.44557 0,-101.25962 -38.07362,-41.71896 -12.15115,10.12596 q -8.10077,6.88566 -19.84689,13.36627 -11.34107,6.48062 -27.13757,12.5562 -10.12597,4.05038 -17.8217,6.48061 -7.69573,2.02519 -14.17635,2.83527 l -6.07557,0.40504 0,97.20923 q 0,95.99413 93.15885,115.84101 9.31588,2.02519 19.03681,2.83527 -44.55424,-6.07558 -61.97089,-64.40112 8.91085,-6.88565 21.062,-14.98642 12.55619,-8.50581 28.75773,-17.8217 12.5562,-7.29069 21.46704,-12.55619 8.91085,-5.67054 13.77131,-8.91085 z m -42.124,12.15116 q -7.69573,4.05038 -19.03681,11.34108 -11.34108,7.29069 -26.73254,17.82169 -4.45542,-19.03681 -4.45542,-29.16277 l -0.81008,-112.19566 28.35269,-9.72092 22.68216,26.3275 0,95.58908 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4310" />
<path
d="m 1081.1343,462.58119 0,-87.89335 -38.8837,-34.83331 -38.4787,31.99804 -23.08718,-19.44184 0,-53.06005 43.33908,0 q 35.2384,0 49.8198,9.31589 5.6705,4.05038 7.2907,9.72092 -2.8353,-18.22673 -10.9361,-31.18796 -8.1007,-12.96123 -21.062,-20.65696 -10.531,-6.07558 -25.1124,-9.72093 l -23.4922,0 q -3.2403,5.67054 -7.29068,10.12597 -4.05039,4.05038 -9.72093,7.29069 -5.67054,2.02519 -10.93604,3.24031 -4.86046,1.21511 -9.31588,1.62015 -5.67054,0 -10.93604,-0.40504 -5.2655,-0.40504 -10.93604,-2.43023 l 0,90.32358 39.28873,34.42827 36.45348,-29.16277 25.1124,18.63177 0,52.65501 -41.719,0 q -53.87011,0 -59.13561,-17.8217 6.07558,35.23835 32.80812,51.43989 5.2655,3.24031 11.74611,5.2655 6.88566,2.02519 14.58138,4.05039 l 23.4922,0 1.6202,-4.86047 q 12.5562,-19.44184 40.5038,-19.44184 3.2404,0 7.2907,0 4.0504,0 7.6958,0.81007 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4312" />
<path
d="m 1247.1558,243.45537 q -2.4303,9.31589 -18.2268,13.77131 -15.7965,4.45543 -43.3391,5.2655 l -11.7461,-0.81007 0,-47.79455 q 0,-28.75773 4.4554,-43.74415 4.8605,-15.39146 13.7713,-18.63177 -7.2907,0.81008 -14.1763,4.05038 -6.4806,2.83527 -12.5562,8.91085 -22.6822,-59.13562 -98.8294,-69.666619 21.062,3.645346 38.4786,22.682159 14.9865,16.60657 22.2772,38.88369 7.2907,21.87208 7.2907,49.4147 l 0.81,201.70916 q 0,31.99804 -40.0988,40.09881 -5.6705,0.81008 -9.3159,1.62015 -3.6453,0.81008 -6.8856,0.81008 l -6.0756,0.40504 q 51.8449,2.43023 81.0077,20.65696 5.2655,3.24031 10.126,7.69573 5.2655,4.45543 9.7209,10.12596 l 0,-184.69754 11.7461,0 q 4.0504,0 8.9109,-1.21512 5.2655,-1.21511 12.1511,-2.43023 40.0988,-13.36627 40.5039,-57.11043 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4314" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@ -1,3 +1,7 @@
body {
color: #eee;
}
.brandlogo {
margin-top: 20px;
margin-left: auto;
@ -270,4 +274,24 @@ body {
border-right: 1px solid white;
padding-top: 10px;
margin-top: -10px;
}
#place-name {
max-width: 90%;
border-bottom: 1px solid white;
border-left: 1px solid white;
padding-left: 5px;
padding-bottom: 2px;
}
#place-info-div {
font-size: 120%;
padding: 5px;
border-right: 1px solid white;
border-top: 1px solid white;
}
#team-choice-list {
color: #000;
font-size: 120%;
}

@ -25,6 +25,22 @@ function logout() {
$('#content-zone').load("screens/login.html");
}
function checkUserHasTeamOpenChooserIfNot(username) {
$.getJSON(mkApiUrl('getstats', 'gs'), {
user: username
}, function (data) {
if (data.status === 'OK' && data.stats.teamid !== null && data.stats.teamid > 0) {
// We're all good.
openscreen("home");
} else {
// Open the team intro thingy
openscreen('chooseteam');
}
}).fail(function () {
});
}
function dosignup() {
if (authOpInProgress) {
return;
@ -60,7 +76,7 @@ function dosignup() {
password = $('#passwordBox').val();
localStorage.setItem("username", username);
localStorage.setItem("password", password);
openscreen("home");
checkUserHasTeamOpenChooserIfNot(username);
} else {
$('#signupBtn').html('<i class="fa fa-user-plus"></i> Sign Up');
$('#signupBtn').attr('disabled', false);
@ -104,7 +120,7 @@ function dologin() {
localStorage.setItem("username", username);
localStorage.setItem("password", password);
navigator.splashscreen.hide();
openscreen("home");
checkUserHasTeamOpenChooserIfNot(username);
} else {
$('#loginBtn').html('<i class="fa fa-sign-in"></i> Login');
$('#loginBtn').attr('disabled', false);

@ -116,6 +116,7 @@ function closeMain() {
}
function getTeamInfoFromId(id) {
id = id + "";
var team_string = "None";
var team_color = "FFFFFF";
switch (id) {

@ -0,0 +1,56 @@
<div class="h4">Choose Your Magic</div>
<p>Before you can harness the power of magic, you must make a difficult choice.
<br />
The key to unlocking your inner power is channeling it into one of the elements.
Once you have chosen, it is extremely difficult to change.
<br />
<i>Choose wisely.</i>
</p>
<div class="list-group" id="team-choice-list">
<!--<div class="list-group-item" id="team0">
<div class="radio">
<label>
<input type="radio" name="teamChooser" id="teamChooser0" value="0">
<span id="teamlabel0"></span>
</label>
</div>
</div>-->
</div>
<div id="submitteamsetbtn" class="btn btn-success" onclick="setTeam()" style="display: none;">Continue</div>
<script>
$('input[name=teamChooser]').change(function () {
if (this.checked) {
$('#submitteamsetbtn').css('display', 'block');
}
});
function chooseTeam(id) {
$('#teamChooser' + id).prop('checked', true);
$('#submitteamsetbtn').css('display', 'block');
}
function setTeam() {
//alert($('input[name=teamChooser]:checked').val());
var team = $('input[name=teamChooser]:checked').val();
$.getJSON(mkApiUrl('setteam', 'gs'), {
teamid: team
}, function (data) {
if (data.status === 'OK') {
// We're all good.
openscreen("home");
} else {
// Error?
alert("Error: " + data.message);
}
}).fail(function () {
alert("Something bad happened, try again later.");
});
}
// Populate the list
for (var i = 1; i < 7; i++) {
$('#team-choice-list').append('<div class="list-group-item" onclick="chooseTeam(' + i + ')" id="team' + i + '"><div class="radio"><label><input type="radio" name="teamChooser" id="teamChooser' + i + '" value="' + i + '"><span id="teamlabel' + i + '"></span></label></div></div>');
$('#team' + i).css('background-color', '#' + getTeamColorFromId(i));
$('#teamlabel' + i).html(getTeamNameFromId(i));
}
</script>

@ -28,7 +28,7 @@
<div id="energybar" class="progress-bar" role="progressbar" >
</div>
</div>
<p id="energybar-label"><i class="fa fa-bolt"></i> <i>Energy</i></p>
<p id="energybar-label"><i class="fa fa-bolt"></i> <i>Life</i></p>
<img src="assets/terrain/0.png" alt="" id="terrain-image" class="img-circle" />
</div>

@ -1,13 +1,18 @@
<div class="scrollable-box">
<div class="h4" id="place-name" style="max-width: 90%;"></div>
<div id="team-label"></div>
<div class="h4" id="place-name"></div>
<div id="place-info-div">
Type: <span id="team-label"></span><br />
Life: <span id="life-label"></span>
</div>
</div>
<script>
function loadPlace(feature) {
$("#place-name").text(feature.properties.name);
$("#team-label").text(getTeamNameFromId(feature.properties.gameinfo.teamid));
$("#place-name").css("border-color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#place-info-div").css("border-color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#team-label").css("color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#team-label").text(getTeamNameFromId(feature.properties.gameinfo.teamid));
$("#life-label").text(Math.round(feature.properties.gameinfo.currentlife) + " / " + Math.round(feature.properties.gameinfo.maxlife));
}
</script>

@ -7,7 +7,7 @@
"files": {}
},
"installed_plugins": {
"cordova-plugin-whitelist": {
"cordova-plugin-camera": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-console": {
@ -16,25 +16,25 @@
"cordova-plugin-device": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-camera": {
"cordova-plugin-dialogs": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-splashscreen": {
"cordova-plugin-geolocation": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-network-information": {
"cordova-plugin-media": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-dialogs": {
"cordova-plugin-media-capture": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-media": {
"cordova-plugin-network-information": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-media-capture": {
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"cordova-plugin-geolocation": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.netsyms.terranquest.TerranQuest"
},
"phonegap-plugin-barcodescanner": {

@ -15,145 +15,13 @@
viewBox="0 0 1321.5612 429.71863"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="logonobg.svg">
inkscape:version="0.91 r"
sodipodi:docname="logonobg.svg"
inkscape:export-filename="/home/skylar/Documents/Projects/Assets/TerranQuest/logo-3.0/png/logonobg.png"
inkscape:export-xdpi="52.369881"
inkscape:export-ydpi="52.369881">
<defs
id="defs4">
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.60898719,1.6420707)"
id="linearGradient2186"
y2="44.562588"
xlink:href="#linearGradient10152-8"
x2="415.31772"
y1="25.472698"
x1="387.82605"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient10152-8">
<stop
offset="0"
style="stop-color:#ffffff"
id="stop10154-6" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0"
id="stop10156-4" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.4146583,0.70688449)"
id="linearGradient2813"
y2="176.12511"
xlink:href="#linearGradient10152-8"
x2="173.20004"
y1="151.92033"
x1="155.59468"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4446"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0190061,0.98134837)"
x1="238.22963"
y1="116.42032"
x2="253.12679"
y2="131.02487" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4448"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0069165,0.99313101)"
x1="244.23064"
y1="118.27925"
x2="249.00298"
y2="121.25783" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.92562636,1.0803495)"
id="linearGradient2815"
y2="17.920296"
xlink:href="#linearGradient10152-8"
x2="270.94501"
y1="-4.6202812"
x1="247.39841"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.4723036,0.67920776)"
id="linearGradient10266"
y2="10.028113"
xlink:href="#linearGradient10152-8"
x2="179.83363"
y1="-7.8097844"
x1="164.00536"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.25724914,3.8872822)"
id="linearGradient1552"
y2="43.692226"
xlink:href="#linearGradient10152-8"
x2="996.79565"
y1="113.94366"
x1="996.79565"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.25724914,3.8872822)"
id="linearGradient1553"
y2="37.900482"
x2="962.57751"
y1="115.40163"
x1="962.57751"
inkscape:collect="always">
<stop
id="stop1555"
style="stop-color:#000000;stop-opacity:.22472"
offset="0" />
<stop
id="stop1560"
style="stop-color:#000000;stop-opacity:.49412"
offset=".5" />
<stop
id="stop1556"
style="stop-color:#000000;stop-opacity:.18824"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.2637255,0.79131111)"
id="linearGradient2809"
y2="148.32529"
xlink:href="#linearGradient10152-8"
x2="159.94395"
y1="142.90921"
x1="148.44438"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.29655,0.77127764)"
id="linearGradient2811"
y2="160.61389"
xlink:href="#linearGradient10152-8"
x2="227.55087"
y1="146.26871"
x1="215.24908"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.70228237,1.4239287)"
id="linearGradient5315"
y2="68.191368"
xlink:href="#linearGradient10152-8"
spreadMethod="reflect"
x2="336.85254"
y1="51.486179"
x1="354.46323"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(6.3287256,0,0,6.3287256,-2182.5002,-4191.7006)"
gradientUnits="userSpaceOnUse"
@ -196,26 +64,6 @@
style="stop-color:#000000;stop-opacity:1;"
id="stop3325" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4289"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0190061,0.98134837)"
x1="238.22963"
y1="116.42032"
x2="253.12679"
y2="131.02487" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient10152-8"
id="linearGradient4291"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.0069165,0.99313101)"
x1="244.23064"
y1="118.27925"
x2="249.00298"
y2="121.25783" />
</defs>
<sodipodi:namedview
id="base"
@ -228,16 +76,16 @@
inkscape:cx="200.06632"
inkscape:cy="12.002171"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:current-layer="text3580"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-height="1022"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
@ -247,7 +95,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -261,194 +109,53 @@
transform="matrix(0.57053535,0,0,0.57053535,343.19761,121.49738)"
inkscape:export-xdpi="34.138618"
inkscape:export-ydpi="34.138618">
<g
transform="matrix(0.01662089,-4.5929656,4.5929656,0.01662089,-1016.9077,1502.9123)"
id="g5316">
<path
d="m 247.81,119.41 0,0.03 -12.84,1.31 c 0.67,5.17 -0.86,18.03 -4.5,29.91 2.49,3.64 7.18,11.66 7.65,17.03 l 9.79,-0.1 0.09,0 9.78,0.1 c 0.48,-5.37 5.17,-13.39 7.66,-17.03 -3.64,-11.88 -5.17,-24.74 -4.5,-29.91 l -12.85,-1.31 0,-0.03 -0.15,0 -0.13,0 z"
style="fill:#dadac7;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
id="path2160"
inkscape:connector-curvature="0" />
<path
d="m 237,426.43 c -1.5,-89.48 -1.5,-178.33 -1.75,-267.5 4.56,-7.14 2.62,-20.76 2.43,-31.14 l 20.58,0 c 0.51,11.26 -2.22,23.15 3.02,30.52 0.72,88.69 1.52,177.53 0.68,266.85 -0.79,24.71 -6.73,47.88 -10.1,71.82 -4.95,-23.52 -13.51,-45.36 -14.86,-70.55 z"
style="fill:#cacbcb;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path908"
inkscape:connector-curvature="0" />
<path
d="m 233.34,37.375 c 0.17,1.117 1.09,1.247 1,3.375 1.52,23.194 2.01,43.101 1.5,65.03 -0.16,1.39 -0.32,3.27 -1.25,4.66 l 13.03,0.22 13,-0.22 c -0.92,-1.39 -1.08,-3.27 -1.24,-4.66 -0.51,-21.929 -0.02,-41.836 1.5,-65.03 -0.09,-2.128 0.86,-2.258 1.03,-3.375 l -14.29,0.219 -14.28,-0.219 z"
style="fill:#cacbcb;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="ccccccccccc"
id="path4029"
inkscape:connector-curvature="0" />
<path
d="m 234.4,38.183 c 0.17,1.117 1.08,1.248 1,3.375 1.52,23.194 2,40.901 1.5,62.832 -0.17,1.39 -0.32,3.26 -1.25,4.66 l 12.15,0.21 11.68,-0.21 c -0.93,-1.4 -1.08,-3.27 -1.25,-4.66 -0.51,-21.931 -0.02,-39.638 1.5,-62.832 -0.09,-2.127 0.86,-2.258 1.03,-3.375 l -12.96,0.219 -13.4,-0.219 z"
style="fill:url(#linearGradient2186);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccc"
id="path1561"
inkscape:connector-curvature="0" />
<path
d="m 260.91,44.094 c -1.14,0.071 -7.33,13.72 -13.41,27.594 -5.97,-13.601 -12.04,-26.931 -13.16,-27 -2.04,-0.273 -2.06,3.404 -0.15,6.124 0.76,1.078 5.97,13.526 11.19,25.719 -4.37,10.048 -9.1,21.063 -9.63,21.969 -1.77,2.86 -1.64,6.14 0.81,5.59 1.04,-0.24 5.9,-11.056 10.94,-22.715 5.15,11.912 10.13,23.035 11.19,23.285 2.45,0.54 2.58,-2.71 0.81,-5.566 -0.55,-0.931 -5.35,-12.166 -9.88,-22.563 5.35,-12.493 10.66,-25.21 11.44,-26.312 1.91,-2.721 1.89,-6.397 -0.15,-6.125 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
id="path2818"
inkscape:connector-curvature="0" />
<path
d="m 220.04,115.5 c -7.15,-0.53 -19.48,-3.04 -26.27,-1.78 -5.72,1.07 -7.51,4.46 -8.05,8.58 0,3.93 0.54,6.07 5.19,9.47 4.29,2.68 13.05,3.93 13.05,-4.29 -0.54,-5.01 -3.22,-4.11 -5.54,-2.68 4.29,-3.93 15.55,-3.93 21.62,-3.58 0,-2.32 -1.07,-3.93 0,-5.72 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path6517"
inkscape:connector-curvature="0" />
<path
d="m 276.53,115.29 c 7.15,-0.54 19.48,-3.04 26.28,-1.79 5.72,1.07 7.5,4.47 8.04,8.58 0,3.93 -0.54,6.08 -5.18,9.47 -4.29,2.69 -13.05,3.94 -13.05,-4.29 0.53,-5 3.22,-4.11 5.54,-2.68 -4.29,-3.93 -15.55,-3.93 -21.63,-3.57 0,-2.33 1.07,-3.93 0,-5.72 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path7760"
inkscape:connector-curvature="0" />
<path
d="m 247.41,110.25 -13.03,0.08 c 0,0 1.54,3.01 0,4.11 -1.55,1.1 -12.55,0.66 -16.29,0.44 -0.44,1.54 -0.22,4.61 0.22,6.59 7.93,-0.44 14.53,11.23 25.75,9.47 -1.98,2.2 -2.63,6.82 -0.65,10.34 1.76,-3.74 3.62,-9.11 4.43,-9.56 0.88,0.44 2.21,5.73 3.97,9.47 1.98,-3.52 1.33,-8.15 -0.65,-10.35 11.22,1.76 17.82,-9.91 25.75,-9.46 0.44,-1.99 0.66,-5.06 0.21,-6.6 -3.74,0.22 -14.74,0.63 -16.28,-0.47 -1.54,-1.1 -0.13,-3.66 -0.13,-3.66 l -13.3,-0.4 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="ccccccccccccccc"
id="path1533"
inkscape:connector-curvature="0" />
<path
d="m 247.6,111.02 -12.37,-0.13 c 0,0 1.54,2.78 0,3.88 -1.55,1.1 -12.54,1.1 -16.29,0.88 -0.44,1.54 -0.66,3.29 -0.22,5.27 7.93,-0.44 14.75,11.23 25.97,9.47 -1.98,2.2 -3.07,5.94 -1.09,9.47 1.76,-3.75 3.4,-9.12 4.21,-9.57 0.88,0.44 2.21,5.73 3.97,9.47 1.98,-3.52 0.01,-7.26 -1.97,-9.46 11.22,1.76 18.48,-9.91 26.41,-9.47 0.44,-1.98 0.21,-3.95 -0.23,-5.49 -3.74,0.22 -13.64,0.85 -15.18,-0.25 -1.54,-1.1 -1.67,-3.01 -1.23,-3.89 -2.2,0.44 -11.98,-0.18 -11.98,-0.18 z"
style="fill:url(#linearGradient2813);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccccccc"
id="path2812"
inkscape:connector-curvature="0" />
<path
d="m 233.46,37.922 c 0.17,-1.116 1.08,-1.247 1,-3.375 -0.22,-8.685 -5.41,-11.046 -5.68,-24.839 -0.02,-20.191 37.11,-21.447 38.06,-1.2969 0.44,14.854 -5.89,17.991 -5.85,26.136 -0.09,2.128 0.86,2.259 1.03,3.375 l -14.28,-0.219 -14.28,0.219 z"
style="fill:#9b9b5d;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linejoin:round"
sodipodi:nodetypes="cccccccc"
id="path5274"
inkscape:connector-curvature="0" />
<g
id="g9632">
<path
d="m 258.1,121.41 c 0,4 -3.38,7.25 -7.54,7.25 -4.17,0 -7.55,-3.25 -7.55,-7.25 0,-4 3.38,-7.24 7.55,-7.24 4.16,0 7.54,3.24 7.54,7.24 z"
transform="matrix(1.0695,0,0,1.1128,-19.772,-14.033)"
style="fill:url(#linearGradient4289);fill-rule:evenodd;stroke:#000000;stroke-width:1.14579999"
id="path7761"
inkscape:connector-curvature="0" />
<path
d="m 252.6,121.99 c 0,2.03 -1.68,3.67 -3.74,3.67 -2.07,0 -3.75,-1.64 -3.75,-3.67 0,-2.03 1.68,-3.67 3.75,-3.67 2.06,0 3.74,1.64 3.74,3.67 z"
transform="matrix(1.4311,0,0,1.4304,-107.7,-53.432)"
style="fill:#004691;fill-rule:evenodd;stroke:#000000;stroke-width:0.87366998"
id="path8387"
inkscape:connector-curvature="0" />
<path
d="m 246.13,124.62 c -4.96,-3.54 0.11,-9.55 3.89,-7.55 6.48,4.6 0.12,10.14 -3.89,7.55 z"
style="fill:url(#linearGradient4291);fill-rule:evenodd"
sodipodi:nodetypes="ccc"
id="path9009"
inkscape:connector-curvature="0" />
</g>
<path
d="m 235.2,36.968 c 0.17,-1.117 -0.24,-0.808 -0.32,-2.935 -0.22,-8.685 -4.97,-11.046 -5.24,-24.839 -0.15,-19.239 35.13,-18.807 36.3,-1.0771 0.44,14.854 -5,17.77 -4.97,25.916 -0.08,2.127 -0.9,2.038 -0.73,3.155 l -12.52,10e-4 -12.52,-0.221 z"
style="fill:url(#linearGradient2815);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2814"
inkscape:connector-curvature="0" />
<g
transform="translate(-0.42198,-106.95)"
id="g9636">
<path
d="m 258.1,121.41 c 0,4 -3.38,7.25 -7.54,7.25 -4.17,0 -7.55,-3.25 -7.55,-7.25 0,-4 3.38,-7.24 7.55,-7.24 4.16,0 7.54,3.24 7.54,7.24 z"
transform="matrix(1.0695,0,0,1.1128,-19.772,-14.033)"
style="fill:url(#linearGradient4446);fill-rule:evenodd;stroke:#000000;stroke-width:1.14579999"
id="path9637"
inkscape:connector-curvature="0" />
<path
d="m 252.6,121.99 c 0,2.03 -1.68,3.67 -3.74,3.67 -2.07,0 -3.75,-1.64 -3.75,-3.67 0,-2.03 1.68,-3.67 3.75,-3.67 2.06,0 3.74,1.64 3.74,3.67 z"
transform="matrix(1.4311,0,0,1.4304,-107.7,-53.432)"
style="fill:#004691;fill-rule:evenodd;stroke:#000000;stroke-width:0.87366998"
id="path9638"
inkscape:connector-curvature="0" />
<path
d="m 246.13,124.62 c -4.96,-3.54 0.11,-9.55 3.89,-7.55 6.48,4.6 0.12,10.14 -3.89,7.55 z"
style="fill:url(#linearGradient4448);fill-rule:evenodd"
sodipodi:nodetypes="ccc"
id="path9639"
inkscape:connector-curvature="0" />
</g>
<path
d="m 229.53,9.6625 10.04,1.8675 c 0.62,-2.5677 3.26,-5.9134 7.93,-6.069 4.2,-0.1556 7.63,2.7232 8.56,5.913 l 9.96,-0.778 c 0.78,-2.5674 -0.39,-16.028 -17.97,-16.028 -14.24,0 -19.45,10.193 -18.52,15.094 z"
style="fill:url(#linearGradient10266);fill-rule:evenodd"
sodipodi:nodetypes="ccccccc"
id="path9644"
inkscape:connector-curvature="0" />
<path
d="m 239.07,157.54 c 0.12,11.09 0.22,273.82 2.87,282.87 4.91,18.04 12.1,17.82 16.52,-1.43 1.43,-7.9 -2.16,-274.52 -2.16,-280.72 -0.7,-7.61 -6.44,-10.78 -8.6,-20.3 -2.87,10.05 -7.99,14.04 -8.63,19.58 z"
style="fill:url(#linearGradient1552);fill-rule:evenodd;stroke:url(#linearGradient1553);stroke-width:1pt"
sodipodi:nodetypes="cccccc"
id="path930"
inkscape:connector-curvature="0" />
<path
d="m 217.2,116.04 c -7.15,-0.54 -16.62,-2.82 -23.41,-1.57 -5.72,1.08 -6.85,4.03 -7.39,8.14 0,3.94 0.32,4.98 4.97,8.38 4.29,2.68 11.51,4.81 11.51,-3.41 -0.54,-5.01 -3.22,-3.45 -5.54,-2.02 4.29,-3.94 13.79,-5.48 19.86,-5.12 0,-2.32 -1.07,-2.61 0,-4.4 z"
style="fill:url(#linearGradient2809);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2187"
inkscape:connector-curvature="0" />
<path
d="m 277.95,115.6 c 7.15,-0.54 17.95,-2.38 24.74,-1.13 5.72,1.08 6.85,3.59 7.38,7.7 0,3.94 0.35,4.98 -4.3,8.38 -4.29,2.68 -12.17,5.25 -12.17,-2.97 0.54,-5.01 4.1,-3.45 6.42,-2.02 -4.29,-3.94 -15.77,-5.7 -21.85,-5.34 0,-2.32 0.86,-2.83 -0.22,-4.62 z"
style="fill:url(#linearGradient2811);fill-rule:evenodd"
sodipodi:nodetypes="cccccccc"
id="path2810"
inkscape:connector-curvature="0" />
<path
d="m 260.84,45.03 c -1.13,0.071 -7.05,14.401 -13.13,28.274 -5.97,-13.6 -12.04,-27.066 -13.16,-27.952 -2.04,-0.272 -1.51,2.86 0.39,5.581 0.76,1.078 5.97,13.389 11.19,25.583 -4.37,10.048 -9.09,21.062 -9.63,21.968 -1.08,2.996 -2.45,5.326 0,4.776 1.04,-0.24 6.03,-11.874 11.07,-23.533 5.15,11.913 10.4,23.713 11.46,23.963 1.77,0.27 1.77,-1.08 0,-3.932 -0.55,-0.93 -5.08,-12.709 -9.6,-23.106 4.8,-12.902 10.38,-25.618 11.16,-26.721 1.91,-2.72 2.29,-5.173 0.25,-4.901 z"
style="fill:url(#linearGradient5315);fill-rule:evenodd"
sodipodi:nodetypes="ccccccccccccc"
id="path4693"
inkscape:connector-curvature="0" />
</g>
<g
transform="scale(0.9510588,1.0514597)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:75.94471741px;line-height:125%;font-family:Sans-serif;-inkscape-font-specification:Sans-serif;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text3580">
<path
d="m -640.85521,68.883788 q 0,-12.961231 -7.69573,-25.517424 -7.69573,-12.961232 -24.30231,-24.707348 -13.77131,12.961232 -41.71896,21.46704 -27.94766,8.10077 -70.07166,13.771308 -13.36627,2.025193 -22.68216,2.430231 -9.31588,0.405039 -14.58138,0.405039 -5.67054,0 -15.7965,-0.405039 -9.72093,-0.405038 -24.30231,-2.430231 -55.08524,-4.860462 -89.10847,-22.277116 -8.10077,-2.430231 -13.77131,-5.670539 -5.2655,-3.645346 -9.31588,-7.290693 -16.60658,11.746116 -24.30231,24.707348 -7.69571,12.556193 -7.69571,25.517424 0,33.213152 44.14917,60.350732 l 7.69573,3.64535 q -25.92246,-15.7965 -25.92246,-32.80812 0,-6.480614 3.24031,-12.96123 3.24031,-6.480616 11.34108,-12.151155 3.64534,-2.835269 6.88565,-4.860461 3.64535,-2.025193 6.07558,-4.050385 27.94765,11.746116 54.27515,19.036808 26.73254,6.885655 53.46508,8.10077 l 0,450.402793 q 0,27.54262 -5.67053,43.33912 -5.2655,15.7965 -16.20154,18.22673 8.91084,0 16.60657,-3.64535 7.69574,-3.24031 15.79651,-9.31588 12.96123,39.69377 52.24996,59.13562 11.74612,6.88565 24.70735,10.12596 12.96123,3.24031 26.73254,4.86046 -11.74612,-1.62015 -22.27712,-6.88565 -10.531,-4.86047 -19.03681,-14.98643 -29.97285,-32.40308 -29.97285,-92.34877 l 0,-458.908603 q 49.81974,-2.430231 105.31001,-26.73254 26.73254,17.416655 26.73254,35.238353 0,15.7965 -22.68216,31.18796 l 7.69574,-3.64535 q 44.14919,-25.51742 44.14919,-60.350732 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4294" />
<path
d="m -487.92786,403.44557 0,-101.25962 -38.07362,-41.71896 -12.15115,10.12596 q -8.10077,6.88566 -19.84689,13.36627 -11.34108,6.48062 -27.13758,12.5562 -10.12596,4.05038 -17.82169,6.48061 -7.69573,2.02519 -14.17635,2.83527 l -6.07558,0.40504 0,97.20923 q 0,95.99413 93.15886,115.84101 9.31588,2.02519 19.0368,2.83527 -44.55423,-6.07558 -61.97088,-64.40112 8.91084,-6.88565 21.062,-14.98642 12.55619,-8.50581 28.75773,-17.8217 12.55619,-7.29069 21.46704,-12.55619 8.91085,-5.67054 13.77131,-8.91085 z m -42.124,12.15116 q -7.69574,4.05038 -19.03681,11.34108 -11.34108,7.29069 -26.73254,17.82169 -4.45543,-19.03681 -4.45543,-29.16277 l -0.81007,-112.19566 28.35269,-9.72092 22.68216,26.3275 0,95.58908 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4296" />
<path
d="m -313.86261,308.66657 q 0,-23.49223 -31.593,-47.79454 -12.96123,11.74611 -26.3275,21.062 -12.96123,9.31589 -24.70735,16.60658 l -31.593,-41.71897 -31.18796,27.54262 27.13757,31.593 0,135.28286 -15.7965,11.34107 42.12401,23.49224 36.8585,-27.13758 -22.68216,-11.34108 0,-138.9282 q 4.45543,-2.02519 10.93604,-4.05038 6.88566,-2.43024 15.39146,-5.67054 29.16278,16.60657 26.73254,33.21315 -1.21511,7.69573 -8.10077,14.98643 -6.88565,7.29069 -18.63177,14.58138 l 7.69574,-2.83527 q 43.74415,-19.03681 43.74415,-50.22477 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4298" />
<path
d="m -157.22662,308.66657 q 0,-23.49223 -31.593,-47.79454 -12.96123,11.74611 -26.3275,21.062 -12.96124,9.31589 -24.70735,16.60658 l -31.593,-41.71897 -31.18797,27.54262 27.13758,31.593 0,135.28286 -15.7965,11.34107 42.124,23.49224 36.8585,-27.13758 -22.68215,-11.34108 0,-138.9282 q 4.45542,-2.02519 10.93604,-4.05038 6.88565,-2.43024 15.39146,-5.67054 29.16277,16.60657 26.73254,33.21315 -1.21511,7.69573 -8.10077,14.98643 -6.88565,7.29069 -18.63177,14.58138 l 7.69573,-2.83527 q 43.74416,-19.03681 43.74416,-50.22477 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4300" />
<path
d="m 10.345404,422.48238 0,-100.0445 q 0,-54.27516 -26.73254,-83.84297 -26.327502,-29.56781 -79.387543,-36.04842 -7.290691,-0.40504 -13.771311,-0.81008 -6.48061,-0.40504 -12.96123,0.40504 l -10.93604,0.40504 q 72.906929,2.02519 94.373969,79.38754 -5.670539,5.2655 -17.416655,13.77131 -11.746116,8.50581 -29.162771,20.25192 -8.910846,4.86046 -14.986423,8.10077 -5.67054,2.83527 -9.31589,4.86046 l -13.36627,8.10077 -2.43023,0.40504 0,104.90497 38.478659,41.71896 q 14.581386,-11.74611 28.757733,-21.87208 14.176346,-10.531 29.567809,-17.41665 13.771308,39.28873 55.490272,39.28873 Q 10.345404,481.618 10.345404,422.48238 Z m -42.93408,10.93604 q -4.455423,1.62016 -12.556192,4.45543 -7.695732,2.83527 -19.036809,7.69573 l -23.087194,-22.68216 0,-96.39916 q 10.125962,-4.86046 22.277117,-12.96123 12.556193,-8.50581 28.757732,-19.84688 1.620154,7.29069 2.430231,14.58138 1.215115,7.29069 1.215115,14.17635 l 0,110.98054 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4302" />
<path
d="m 197.04279,484.04823 0,-181.86228 -39.28873,-46.17438 -29.16277,25.92246 q -6.48062,5.2655 -14.58139,10.531 -7.69573,4.86046 -17.821691,9.31589 -12.961231,-36.45347 -52.655003,-37.66858 5.670539,2.02519 9.315885,10.12596 8.10077,18.22673 8.10077,48.19958 l 0,132.44758 q -14.581385,9.72093 -17.416655,10.12596 5.670539,0.40504 14.176347,2.83527 8.505808,2.43023 20.251924,6.88566 6.480616,2.83527 10.125962,4.45542 3.645347,1.62016 5.265501,2.02519 l 6.075577,2.83527 -0.405038,-68.04646 0,-25.51743 q 0,-3.2403 0,-6.48061 0,-3.64535 0.405038,-6.88566 l 0,-53.87011 q 0,-5.26551 -0.405038,-8.50581 0,-3.64535 -0.405039,-5.67054 8.10077,-1.62016 17.41665,-4.45542 9.72093,-2.83527 19.03681,-8.10077 l 22.68216,23.49223 0,164.04058 q 0,53.06004 -22.68216,57.92051 32.40308,-0.40504 48.19958,-20.25193 4.86046,-7.29069 8.10077,-14.98642 3.64535,-7.69573 4.45543,-15.7965 0.81007,-2.0252 0.81007,-3.64535 0.40504,-1.21511 0.40504,-3.24031 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4304" />
<path
d="m 510.16925,435.44361 0,-316.33505 q 0,-96.804197 -92.75381,-116.651083 -8.10077,-2.02519242 -14.58139,-2.83526939 -6.48062,-1.21511541 -10.531,-1.21511541 l -23.49223,0 q -25.11239,0 -55.89531,12.1511548 -18.63177,8.100769 -32.80812,21.872078 -14.17635,13.36627 -23.08719,33.213155 -4.45543,10.531001 -6.88566,23.897271 -2.43023,12.961229 -2.43023,29.567809 l 0,316.33505 q 0,101.66466 96.8042,120.70147 6.88565,2.0252 12.96123,2.43023 6.07558,0.40504 11.34108,0.40504 l 15.7965,0 q 1.21511,0 3.64534,0 2.83527,0 6.07558,-0.40504 23.49223,48.60462 22.68216,85.05809 -0.40504,16.20153 -6.07558,28.35269 -5.67054,12.55619 -17.41666,23.08719 54.27516,-40.90888 54.27516,-97.20923 0,-22.68216 -10.93604,-48.19958 73.31197,-26.3275 73.31197,-114.22086 z m -42.124,0 q 0,67.23639 -39.69378,98.42436 l -30.78292,-52.65501 q -16.60658,-27.54261 -18.63177,-47.79454 -0.40504,-4.45542 0,-8.10077 0.81008,-4.05038 3.64535,-6.88565 -27.13758,17.41665 -30.37789,43.33912 -1.21512,19.03681 6.48062,36.04842 2.02519,2.02519 2.43023,3.64535 0.40503,1.62015 0.40503,2.02519 l 27.13758,47.3895 q -4.05038,0.40504 -6.88565,0.40504 -2.43023,0 -4.45542,0 -45.76935,-0.40504 -68.04647,-42.52904 -10.12596,-17.01162 -14.58139,-32.40308 -4.45542,-15.39146 -4.45542,-29.97285 l 0,-336.58698 q 0,-13.771304 3.64535,-27.542612 3.64534,-14.176347 10.12596,-26.73254 6.88565,-12.961231 16.20154,-23.492232 9.31588,-10.531 21.062,-17.821693 7.29069,-4.050385 16.60658,-5.6705388 9.72092,-1.6201539 21.062,-1.6201539 48.19958,0 70.4767,39.2887327 18.22673,30.377886 18.22673,60.755777 l 0.40504,328.4862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4306" />
<path
d="m 722.91568,497.81954 q -18.63177,-6.07558 -18.63177,-57.9205 l 0,-181.86228 -6.48062,2.83527 q -7.69573,3.24031 -17.01162,6.88565 -9.31588,3.24031 -20.25192,6.48062 -10.93604,3.64535 -17.82169,3.64535 l 5.67053,1.62015 q 3.64535,2.83527 13.77131,7.69573 l 0,154.31966 q -7.29069,1.21512 -16.60657,4.86046 -8.91085,3.24031 -19.84689,7.69574 l -25.92246,-28.3527 0,-164.04058 -5.67054,2.83527 q -6.88566,2.83526 -15.39146,6.48061 -8.50581,3.24031 -19.84689,7.69573 -4.45542,2.02519 -8.91085,2.43023 -4.05038,0.40504 -8.10077,0.40504 l 6.48062,2.43023 q 2.02519,0.81008 5.2655,2.43023 3.24031,1.62016 7.69573,4.86047 l 0,151.88943 38.47866,42.93408 q 29.97284,-25.92247 64.80615,-38.07362 13.36627,31.18796 36.85851,43.74415 8.91084,6.07558 21.46704,6.07558 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4308" />
<path
d="m 894.10772,403.44557 0,-101.25962 -38.07362,-41.71896 -12.15115,10.12596 q -8.10077,6.88566 -19.84689,13.36627 -11.34107,6.48062 -27.13757,12.5562 -10.12597,4.05038 -17.8217,6.48061 -7.69573,2.02519 -14.17635,2.83527 l -6.07557,0.40504 0,97.20923 q 0,95.99413 93.15885,115.84101 9.31588,2.02519 19.03681,2.83527 -44.55424,-6.07558 -61.97089,-64.40112 8.91085,-6.88565 21.062,-14.98642 12.55619,-8.50581 28.75773,-17.8217 12.5562,-7.29069 21.46704,-12.55619 8.91085,-5.67054 13.77131,-8.91085 z m -42.124,12.15116 q -7.69573,4.05038 -19.03681,11.34108 -11.34108,7.29069 -26.73254,17.82169 -4.45542,-19.03681 -4.45542,-29.16277 l -0.81008,-112.19566 28.35269,-9.72092 22.68216,26.3275 0,95.58908 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4310" />
<path
d="m 1081.1343,462.58119 0,-87.89335 -38.8837,-34.83331 -38.4787,31.99804 -23.08718,-19.44184 0,-53.06005 43.33908,0 q 35.2384,0 49.8198,9.31589 5.6705,4.05038 7.2907,9.72092 -2.8353,-18.22673 -10.9361,-31.18796 -8.1007,-12.96123 -21.062,-20.65696 -10.531,-6.07558 -25.1124,-9.72093 l -23.4922,0 q -3.2403,5.67054 -7.29068,10.12597 -4.05039,4.05038 -9.72093,7.29069 -5.67054,2.02519 -10.93604,3.24031 -4.86046,1.21511 -9.31588,1.62015 -5.67054,0 -10.93604,-0.40504 -5.2655,-0.40504 -10.93604,-2.43023 l 0,90.32358 39.28873,34.42827 36.45348,-29.16277 25.1124,18.63177 0,52.65501 -41.719,0 q -53.87011,0 -59.13561,-17.8217 6.07558,35.23835 32.80812,51.43989 5.2655,3.24031 11.74611,5.2655 6.88566,2.02519 14.58138,4.05039 l 23.4922,0 1.6202,-4.86047 q 12.5562,-19.44184 40.5038,-19.44184 3.2404,0 7.2907,0 4.0504,0 7.6958,0.81007 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4312" />
<path
d="m 1247.1558,243.45537 q -2.4303,9.31589 -18.2268,13.77131 -15.7965,4.45543 -43.3391,5.2655 l -11.7461,-0.81007 0,-47.79455 q 0,-28.75773 4.4554,-43.74415 4.8605,-15.39146 13.7713,-18.63177 -7.2907,0.81008 -14.1763,4.05038 -6.4806,2.83527 -12.5562,8.91085 -22.6822,-59.13562 -98.8294,-69.666619 21.062,3.645346 38.4786,22.682159 14.9865,16.60657 22.2772,38.88369 7.2907,21.87208 7.2907,49.4147 l 0.81,201.70916 q 0,31.99804 -40.0988,40.09881 -5.6705,0.81008 -9.3159,1.62015 -3.6453,0.81008 -6.8856,0.81008 l -6.0756,0.40504 q 51.8449,2.43023 81.0077,20.65696 5.2655,3.24031 10.126,7.69573 5.2655,4.45543 9.7209,10.12596 l 0,-184.69754 11.7461,0 q 4.0504,0 8.9109,-1.21512 5.2655,-1.21511 12.1511,-2.43023 40.0988,-13.36627 40.5039,-57.11043 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:url(#linearGradient4086);stroke-width:20.66851616;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:405.03848267px;font-family:Endor;-inkscape-font-specification:Endor;letter-spacing:9.49308968px;fill:url(#linearGradient4044);fill-opacity:1;stroke:#000000;stroke-width:8.76369886;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4314" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@ -1,3 +1,7 @@
body {
color: #eee;
}
.brandlogo {
margin-top: 20px;
margin-left: auto;
@ -270,4 +274,24 @@ body {
border-right: 1px solid white;
padding-top: 10px;
margin-top: -10px;
}
#place-name {
max-width: 90%;
border-bottom: 1px solid white;
border-left: 1px solid white;
padding-left: 5px;
padding-bottom: 2px;
}
#place-info-div {
font-size: 120%;
padding: 5px;
border-right: 1px solid white;
border-top: 1px solid white;
}
#team-choice-list {
color: #000;
font-size: 120%;
}

@ -25,6 +25,22 @@ function logout() {
$('#content-zone').load("screens/login.html");
}
function checkUserHasTeamOpenChooserIfNot(username) {
$.getJSON(mkApiUrl('getstats', 'gs'), {
user: username
}, function (data) {
if (data.status === 'OK' && data.stats.teamid !== null && data.stats.teamid > 0) {
// We're all good.
openscreen("home");
} else {
// Open the team intro thingy
openscreen('chooseteam');
}
}).fail(function () {
});
}
function dosignup() {
if (authOpInProgress) {
return;
@ -60,7 +76,7 @@ function dosignup() {
password = $('#passwordBox').val();
localStorage.setItem("username", username);
localStorage.setItem("password", password);
openscreen("home");
checkUserHasTeamOpenChooserIfNot(username);
} else {
$('#signupBtn').html('<i class="fa fa-user-plus"></i> Sign Up');
$('#signupBtn').attr('disabled', false);
@ -104,7 +120,7 @@ function dologin() {
localStorage.setItem("username", username);
localStorage.setItem("password", password);
navigator.splashscreen.hide();
openscreen("home");
checkUserHasTeamOpenChooserIfNot(username);
} else {
$('#loginBtn').html('<i class="fa fa-sign-in"></i> Login');
$('#loginBtn').attr('disabled', false);

@ -116,6 +116,7 @@ function closeMain() {
}
function getTeamInfoFromId(id) {
id = id + "";
var team_string = "None";
var team_color = "FFFFFF";
switch (id) {

@ -0,0 +1,56 @@
<div class="h4">Choose Your Magic</div>
<p>Before you can harness the power of magic, you must make a difficult choice.
<br />
The key to unlocking your inner power is channeling it into one of the elements.
Once you have chosen, you cannot change your mind.
<br />
<i>Choose wisely.</i>
</p>
<div class="list-group" id="team-choice-list">
<!--<div class="list-group-item" id="team0">
<div class="radio">
<label>
<input type="radio" name="teamChooser" id="teamChooser0" value="0">
<span id="teamlabel0"></span>
</label>
</div>
</div>-->
</div>
<div id="submitteamsetbtn" class="btn btn-success" onclick="setTeam()" style="display: none;">Continue</div>
<script>
$('input[name=teamChooser]').change(function () {
if (this.checked) {
$('#submitteamsetbtn').css('display', 'block');
}
});
function chooseTeam(id) {
$('#teamChooser' + id).prop('checked', true);
$('#submitteamsetbtn').css('display', 'block');
}
function setTeam() {
//alert($('input[name=teamChooser]:checked').val());
var team = $('input[name=teamChooser]:checked').val();
$.getJSON(mkApiUrl('setteam', 'gs'), {
teamid: team
}, function (data) {
if (data.status === 'OK') {
// We're all good.
openscreen("home");
} else {
// Error?
alert("Error: " + data.message);
}
}).fail(function () {
alert("Something bad happened, try again later.");
});
}
// Populate the list
for (var i = 1; i < 7; i++) {
$('#team-choice-list').append('<div class="list-group-item" onclick="chooseTeam(' + i + ')" id="team' + i + '"><div class="radio"><label><input type="radio" name="teamChooser" id="teamChooser' + i + '" value="' + i + '"><span id="teamlabel' + i + '"></span></label></div></div>');
$('#team' + i).css('background-color', '#' + getTeamColorFromId(i));
$('#teamlabel' + i).html(getTeamNameFromId(i));
}
</script>

@ -28,7 +28,7 @@
<div id="energybar" class="progress-bar" role="progressbar" >
</div>
</div>
<p id="energybar-label"><i class="fa fa-bolt"></i> <i>Energy</i></p>
<p id="energybar-label"><i class="fa fa-bolt"></i> <i>Life</i></p>
<img src="assets/terrain/0.png" alt="" id="terrain-image" class="img-circle" />
</div>

@ -1,13 +1,18 @@
<div class="scrollable-box">
<div class="h4" id="place-name" style="max-width: 90%;"></div>
<div id="team-label"></div>
<div class="h4" id="place-name"></div>
<div id="place-info-div">
Type: <span id="team-label"></span><br />
Life: <span id="life-label"></span>
</div>
</div>
<script>
function loadPlace(feature) {
$("#place-name").text(feature.properties.name);
$("#team-label").text(getTeamNameFromId(feature.properties.gameinfo.teamid));
$("#place-name").css("border-color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#place-info-div").css("border-color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#team-label").css("color", "#" + getTeamColorFromId(feature.properties.gameinfo.teamid));
$("#team-label").text(getTeamNameFromId(feature.properties.gameinfo.teamid));
$("#life-label").text(Math.round(feature.properties.gameinfo.currentlife) + " / " + Math.round(feature.properties.gameinfo.maxlife));
}
</script>