Advertisement
Guest User

Untitled

a guest
May 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.24 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Old-school Builder Bar
  3. // @version 1.0
  4. // @description Old but gold
  5. // @author JK
  6. // @match https://*.bettyblocks.com/
  7. // @grant none
  8. // ==/UserScript==
  9. $(document).ready(function() {
  10. $(window).on('load', function() {
  11. var loading = setInterval(function(){
  12. if ($("#loading").css("display") == "none") {
  13. clearInterval(loading);
  14. setTimeout(function(){
  15. renderBar();
  16. }, 1000)
  17. }
  18. }, 500);
  19. })
  20. $(window).on('hashchange', function() {
  21. renderBar()
  22. })
  23. });
  24.  
  25. function renderBar(){
  26. $('.builderbar .buttons').html('');
  27. $('.builderbar .center').html('');
  28. $('.builderbar .bottomNav').html('');
  29. $('.builderbar .buttons').append('<div class="playbutton" style="margin-bottom: 0px;"> <div class="play"> <div class="playholder"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 14 18"> <path d="M0,2.21248998 C0,1.10786184 0.772642642,0.68148826 1.7166748,1.25465064 L12.2833252,7.67011695 C13.2314185,8.24574504 13.2273574,9.18148826 12.2833252,9.75465064 L1.7166748,16.170117 C0.76858149,16.745745 0,16.3223254 0,15.2122776 L0,2.21248998 Z"></path> </svg> </div> </div></div><div class="nolvl mainNav__js btnHasLabel_js" data-nav="custom-endpoints"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"> <path d="M10.05 5.15L5.89 9.32h8.72a2.25 2.25 0 1 1-.01 1.35H5.9l4.17 4.17a2.25 2.25 0 1 1-.88 1.03l-4.31-4.31A2.24 2.24 0 0 1 1 10a2.25 2.25 0 0 1 3.86-1.57l4.31-4.31A2.24 2.24 0 0 1 11.25 1a2.25 2.25 0 1 1-1.2 4.15z"></path> </svg> <span class="info-label right-label left-nugget tool-tip" style="display: none; opacity: 1;">Endpoints</span> </div><div class="nolvl mainNav__js btnHasLabel_js" data-nav="backoffice"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"> <path d="M18 11H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM5 17a2 2 0 0 1-2-2c0-1.1.9-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2zM18 1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM5 7a2 2 0 0 1-2-2c0-1.1.9-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z"></path> </svg> <span class="info-label right-label left-nugget tool-tip" style="display: none; opacity: 1;">Back Office</span> </div><div class="nolvl mainNav__js btnHasLabel_js" data-nav="data"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"> <path d="M10 8.71c1.54 0 2.99-.14 4.33-.43a8.39 8.39 0 0 0 3.17-1.27v1.7c0 .47-.34.9-1 1.29-.68.4-1.59.7-2.74.94-1.15.23-2.4.35-3.76.35-1.35 0-2.6-.12-3.76-.35A8.9 8.9 0 0 1 3.51 10c-.67-.4-1.01-.82-1.01-1.29v-1.7c.77.56 1.83.98 3.17 1.27 1.34.29 2.79.43 4.33.43zm0 7.72c1.54 0 2.99-.15 4.33-.43a8.39 8.39 0 0 0 3.17-1.28v1.7c0 .47-.34.9-1 1.3-.68.39-1.59.7-2.74.93-1.15.23-2.4.35-3.76.35-1.35 0-2.6-.12-3.76-.35a8.9 8.9 0 0 1-2.73-.94c-.67-.4-1.01-.82-1.01-1.28v-1.7c.77.55 1.83.98 3.17 1.27 1.34.28 2.79.43 4.33.43zm0-3.86c1.54 0 2.99-.14 4.33-.43a8.39 8.39 0 0 0 3.17-1.28v1.71c0 .46-.34.9-1 1.29-.68.4-1.59.7-2.74.94-1.15.23-2.4.34-3.76.34-1.35 0-2.6-.11-3.76-.34a8.9 8.9 0 0 1-2.73-.94c-.67-.4-1.01-.83-1.01-1.29v-1.7c.77.56 1.83.98 3.17 1.27 1.34.29 2.79.43 4.33.43zM10 1c1.35 0 2.6.12 3.76.35a8.9 8.9 0 0 1 2.73.94c.67.4 1.01.82 1.01 1.28v1.29c0 .46-.34.89-1 1.28-.68.4-1.59.71-2.74.94-1.15.23-2.4.35-3.76.35-1.35 0-2.6-.12-3.76-.35a8.9 8.9 0 0 1-2.73-.94c-.67-.4-1.01-.82-1.01-1.28V3.57c0-.46.34-.89 1-1.28a8.9 8.9 0 0 1 2.74-.94C7.39 1.12 8.64 1 10 1z"></path> </svg> <span class="info-label right-label left-nugget tool-tip" style="display: none; opacity: 1;">Data Model</span> </div><div class="nolvl mainNav__js btnHasLabel_js" data-nav="actions"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"> <path d="M15.39 1.4a.89.89 0 0 0-.79-.4h-4.24c-.51 0-1.04.32-1.26.76l-4.5 9.09c-.14.3-.13.6.03.86.16.25.44.4.78.4l3.33.04-2.41 5.86c-.06.15-.18.45.04.77.1.14.26.22.43.22h.04c.33 0 .52-.24.62-.36l7.79-9.5c.33-.4.2-.77.14-.88-.05-.1-.26-.43-.79-.43h-2.48l3.25-5.55c.17-.3.18-.61.02-.87z"></path> </svg> <span class="info-label right-label left-nugget tool-tip" style="display: none; opacity: 1;">Actions</span> </div><div class="firstlvl drop_out btnHasLabel_js"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"> <path d="M18.4 4.78l-2.06 2.15-.12.13-.07.07a.29.29 0 0 1-.35-.02l-.04-.04-.12-.12-1.79-1.86-.1-.1-.07-.07a.44.44 0 0 1-.07-.24.3.3 0 0 1 .07-.2l.03-.03.12-.11 2.07-2.16c-.22-.45-1.07-.66-1.52-.62A3.35 3.35 0 0 0 12 2.79a4.38 4.38 0 0 0-.77 4.44.62.62 0 0 1-.18.6L9.41 9.44l-.58-.6a.34.34 0 0 0-.41-.05l-.26.16c-.98-1.03-1.4-1.44-1.53-1.93-.14-.52-.01-1.21.12-1.47.1-.2.44-.4.73-.42l.37.4c.09.08.22.08.3 0l1.35-1.4a.23.23 0 0 0 0-.32L7.34 1.57a.21.21 0 0 0-.31 0L5.69 2.96a.23.23 0 0 0 0 .32l.14.15c0 .22-.03.55-.2.74-.27.27-.8-.05-1.15.2-.34.25-.77.65-1.05.93-.27.29-1.32 1.41-2.07 3.3-.75 1.9-.17 3.66.24 4.12.21.24.6.49.54.03-.07-.47-.18-2.08.33-2.74.52-.66 1.2-1.2 2.08-1.24.85-.04 1.34.25 2.44 1.4l-.13.22a.4.4 0 0 0 .06.43l.52.55-4.2 4.13c-.7.63-.67 1.8-.02 2.48.66.67 1.78.72 2.39-.01l3.95-4.37c2.13 2.32 4.04 4.76 4.04 4.76.09.09.23.09.3 0l2.17-2.25a.23.23 0 0 0 0-.32s-2.39-2.02-4.63-4.26l1.53-1.7a.57.57 0 0 1 .58-.18 3.95 3.95 0 0 0 4.26-.8l.1-.1A3.63 3.63 0 0 0 19 6.37c.05-.47-.15-1.34-.59-1.59z"></path> </svg> <span class="info-label right-label left-nugget tool-tip" style="display: none; opacity: 1;">Tools</span> <div class="drop_out_bottom"> <ul> <li class="withlabel no-active mainNav__js" data-nav="webservices"> <div class="title"> <svg width="24px" height="16px" viewBox="23 19 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M42.6767857,26.2916667 C42.6767857,26.2291667 42.6875,26.1666667 42.6875,26.1041667 C42.6875,22.7552083 39.8589286,20 36.4303571,20 C33.9607143,20 31.8339286,21.453125 30.8375,23.4895833 C30.4035714,23.2760417 29.9214286,23.15625 29.4017857,23.15625 C27.8160714,23.15625 26.5035714,24.390625 26.2464286,25.8645833 C24.3607143,26.5 23,28.1666667 23,30.2291667 C23,32.8229167 25.1482143,35 27.8,35 L42.6071429,35 C45.0178571,35 47,32.9739583 47,30.609375 C47,28.234375 45.1035714,26.296875 42.6767857,26.2916667 L42.6767857,26.2916667 Z" id="Webservices" stroke="none" fill="#30354C" fill-rule="evenodd" transform="translate(35.000000, 27.500000) rotate(-360.000000) translate(-35.000000, -27.500000) "></path> </svg> <label>Webservices</label> </div> <div class="desc"> Connect to external webservices </div> </li> <li class="withlabel mainNav__js" data-nav="mailboxes"> <div class="title"> <svg width="20px" height="17px" viewBox="25 20 20 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M38.2031683,29.2866548 L36.9780198,31.8196548 L32.8473267,31.8196548 L31.6213861,29.2866548 L27.5425743,29.2866548 C27.5518812,29.26925 27.5619802,29.233631 27.5750495,29.1808095 C27.5881188,29.1285952 27.5990099,29.0929762 27.6075248,29.0755714 L30.3433663,22.533 L39.4817822,22.533 L42.2176238,29.0755714 C42.2261386,29.1016786 42.2370297,29.1372976 42.249505,29.1808095 C42.2625743,29.2249286 42.2734653,29.2597381 42.2819802,29.2866548 L38.2031683,29.2866548 Z M44.5019802,28.0598214 L41.430297,20.7781548 C41.3435644,20.558369 41.1873267,20.374 40.9592079,20.2248452 C40.7310891,20.0742738 40.5051485,20 40.2815842,20 L29.5427723,20 C29.3192079,20 29.0934653,20.0742738 28.8659406,20.2248452 C28.6378218,20.374 28.4807921,20.558369 28.3942574,20.7781548 L25.3225743,28.0598214 C25.1075248,28.5957262 25,29.1372976 25,29.6819048 L25,36.0403095 C25,36.2687976 25.0819802,36.4665238 25.2451485,36.6340952 C25.4091089,36.8008571 25.6025743,36.8846429 25.8261386,36.8846429 L43.9984158,36.8846429 C44.2225743,36.8846429 44.4160396,36.8008571 44.5792079,36.6340952 C44.7423762,36.4665238 44.8245545,36.2687976 44.8245545,36.0403095 L44.8245545,29.6819048 C44.8245545,29.1372976 44.7170297,28.5957262 44.5019802,28.0598214 L44.5019802,28.0598214 Z" id="Fill-1" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>Mailboxes</label> </div> <div class="desc"> Integrate your existing mailbox </div> </li><li class="withlabel mainNav__js" data-nav="templates"> <div class="title"> <svg width="21px" height="18px" viewBox="0 -1 21 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M11.5136515,6.63457622 L17.397498,6.63457622 L17.397498,5.45633597 L11.5136515,5.45633597 L11.5136515,6.63457622 Z M11.5136515,10.9881148 L17.397498,10.9881148 L17.397498,9.81281646 L11.5136515,9.81281646 L11.5136515,10.9881148 Z M11.5136515,8.98811479 L17.397498,8.98811479 L17.397498,7.81281646 L11.5136515,7.81281646 L11.5136515,8.98811479 Z M3.27700202,11.3401824 L9.16084845,11.3401824 L9.16084845,5.45633597 L3.27700202,5.45633597 L3.27700202,11.3401824 Z M1.58523168,15.2986269 L19.0933068,15.2986269 L19.0933068,2.79174231 L1.58523168,2.79174231 L1.58523168,15.2986269 Z M0,15.799993 C0,16.3526385 0.451114009,16.8006462 0.997329935,16.8006462 L19.6804008,16.8006462 C20.2312109,16.8006462 20.6777308,16.3512651 20.6777308,15.799993 L20.6777308,1.00049158 C20.6777308,0.447846122 20.2266168,-0.000161538461 19.6804008,-0.000161538461 L0.997329935,-0.000161538461 C0.446519821,-0.000161538461 0,0.449219482 0,1.00049158 L0,15.799993 Z" id="Combined-Shape" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>Templates</label> </div> <div class="desc"> Custom HTML, Javascript or CSS files </div> </li><li class="withlabel mainNav__js" data-nav="variables"> <div class="title"> <svg width="19px" height="12px" viewBox="26 23 19 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(26.000000, 23.000000)"> <path d="M16.8675083,5.49466055 C16.8675083,6.76108734 16.7190045,7.86613694 16.4292765,8.8021247 C16.2589339,9.36156566 15.8891303,10.2330025 15.3373367,11.3795491 L16.6971657,11.3795491 C17.3334026,10.3098488 17.7716344,9.46915046 17.9885664,8.89280332 C18.3802088,7.87843234 18.5738462,6.71959035 18.5738462,5.42242504 C18.5738462,4.93060881 18.5345363,4.41420177 18.4486371,3.87935162 C18.3627378,3.3460384 18.2215136,2.80504054 18.0220526,2.25943191 C17.8633574,1.81987116 17.7148536,1.47252595 17.5838208,1.22047013 C17.5037452,1.06985141 17.3217552,0.757855486 17.0669693,0.313683953 L15.6620068,0.313683953 C15.9808532,1.0099113 16.2196241,1.58625845 16.3608483,2.02428228 C16.6971657,3.07553947 16.8675083,4.23438146 16.8675083,5.49466055" id="Fill-4" fill="#30354C"></path> <path d="M1.76234181,5.49466055 C1.76234181,6.76108734 1.91084562,7.86613694 2.20057363,8.8021247 C2.37091623,9.36156566 2.74071982,10.2330025 3.2866897,11.3795491 L1.92686073,11.3795491 C1.29062384,10.3098488 0.852392022,9.46915046 0.636915912,8.89280332 C0.243817604,7.87843234 0.0501802885,6.71959035 0.0501802885,5.42242504 C0.0501802885,4.93060881 0.095313798,4.41420177 0.181213058,3.87935162 C0.267112318,3.3460384 0.408336525,2.80504054 0.607797519,2.25943191 C0.760669084,1.81987116 0.909172889,1.47252595 1.04602934,1.22047013 C1.124649,1.06985141 1.3022712,0.757855486 1.56288082,0.313683953 L2.96784329,0.313683953 C2.64899689,1.0099113 2.40440238,1.58625845 2.26900185,2.02428228 C1.93268441,3.07553947 1.76234181,4.23438146 1.76234181,5.49466055" id="Fill-6" fill="#30354C"></path> <path d="M14.0080821,3.13018572 C14.0080821,3.59280036 13.865402,3.96473638 13.5873213,4.23523531 C13.303417,4.51034501 12.9612759,4.64866833 12.5579861,4.64866833 C12.3192153,4.64866833 12.0804445,4.61946674 11.8416736,4.55337893 C11.6087265,4.48729113 11.4034418,4.42735102 11.2330992,4.36126322 C11.1530236,4.42120332 11.0336382,4.54723123 10.874943,4.74549465 C10.7206155,4.94375807 10.5444492,5.18351848 10.3449882,5.46477588 C10.5269782,6.28242037 10.675482,6.86491521 10.78322,7.20611272 C10.8967818,7.54884716 11.0001521,7.90080315 11.1020664,8.25122221 C11.1879657,8.53401655 11.3117189,8.75533385 11.4835174,8.91210027 C11.6480363,9.07347747 11.9101019,9.15186068 12.2682581,9.15186068 C12.4036586,9.15186068 12.5638098,9.11958524 12.7632708,9.06732977 C12.9612759,9.01968507 13.121427,8.96589267 13.2466361,8.91210027 L13.0806613,9.62984458 C12.5812808,9.86038344 12.143049,10.0217606 11.7732454,10.1247347 C11.3976181,10.2261718 11.0627566,10.2799642 10.7715727,10.2799642 C10.5560966,10.2799642 10.3449882,10.2569103 10.1411595,10.2138764 C9.93005112,10.1723794 9.74223748,10.0939962 9.57189488,9.98026365 C9.38408124,9.86653114 9.225386,9.71591242 9.10017691,9.54223982 C8.96914414,9.36703029 8.86140609,9.11958524 8.76968315,8.80144162 C8.7070786,8.60932591 8.65029773,8.38339783 8.59934055,8.13134201 C8.54838336,7.88543389 8.49742617,7.66257966 8.44646898,7.47046395 C8.29796518,7.69946588 8.1960508,7.86699078 8.12762258,7.98072329 C8.06501803,8.09291886 7.96892733,8.25122221 7.84371824,8.45563333 C7.43897258,9.09806828 7.0924637,9.559146 6.80273568,9.83579263 C6.50718399,10.1124393 6.15339551,10.2446149 5.75010577,10.2446149 C5.43708304,10.2446149 5.17647342,10.1354931 4.95954139,9.92032354 C4.74406528,9.69593239 4.63632723,9.41621191 4.63632723,9.06118207 C4.63632723,8.58780895 4.77172775,8.214336 5.05126433,7.93922629 C5.33516866,7.66257966 5.67585386,7.52271942 6.08642321,7.52271942 C6.32519403,7.52271942 6.55814118,7.55499486 6.78526465,7.61493497 C7.00656444,7.68102277 7.21767279,7.74711058 7.4113101,7.81934609 C7.48992976,7.75325828 7.60931518,7.63337807 7.76946634,7.44126236 C7.92816158,7.25990512 8.09850418,7.02629242 8.28631782,6.74810886 C8.11597522,6.03651225 7.97911877,5.4955144 7.87138072,5.12972608 C7.76364266,4.76854853 7.65590461,4.40890792 7.54816655,4.0492673 C7.45644361,3.76647297 7.32541084,3.54361874 7.14924456,3.38838924 C6.97890196,3.23162282 6.7226601,3.15477653 6.37615122,3.15477653 C6.22182374,3.15477653 6.05730482,3.18397812 5.86949118,3.23777052 C5.68167754,3.29156292 5.5229823,3.34689224 5.39777321,3.39453694 L5.56811581,2.66757108 C6.02381866,2.45086455 6.45040312,2.28948735 6.85951655,2.18805025 C7.2628063,2.07892853 7.60494742,2.02513613 7.87720439,2.02513613 C8.12762258,2.02513613 8.33727501,2.04357923 8.51489721,2.07892853 C8.69106349,2.11581474 8.87887712,2.19880873 9.07105852,2.32022586 C9.25304847,2.44010607 9.41319964,2.58304016 9.54860017,2.7643974 C9.67963294,2.94421771 9.79319467,3.18397812 9.87909393,3.49597404 C9.94169848,3.71268057 9.99847934,3.93399787 10.0494365,4.1629998 C10.1003937,4.39046481 10.1411595,4.58872823 10.1804693,4.75164235 C10.2823837,4.58258052 10.3974013,4.40890792 10.5109631,4.2229399 C10.6187011,4.0431196 10.7206155,3.88020547 10.8006911,3.74188215 C11.1879657,3.0994472 11.5402983,2.63222179 11.8474973,2.35557516 C12.1546964,2.07278082 12.5012052,1.93599443 12.8928476,1.93599443 C13.2058704,1.93599443 13.4737596,2.04357923 13.6892357,2.26489654 C13.900344,2.48775077 14.0080821,2.77515588 14.0080821,3.13018572" id="Fill-8" fill="#30354C"></path> </g> </svg> <label>Variables</label> </div> <div class="desc"> Define global application variables </div> </li><li class="withlabel mainNav__js" data-nav="file_assets"> <div class="title"> <svg width="20px" height="16px" viewBox="25 21 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M33,21 L27,21 C25.9,21 25.01,21.9 25.01,23 L25,35 C25,36.1 25.9,37 27,37 L43,37 C44.1,37 45,36.1 45,35 L45,25 C45,23.9 44.1,23 43,23 L35,23 L33,21 L33,21 Z" id="Shape" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>Public files</label> </div> <div class="desc"> Store different files for usage </div> </li><li class="withlabel mainNav__js" data-nav="changes"> <div class="title"> <svg width="20px" height="14px" viewBox="25 22 20 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M32.01,31 L25,31 L25,33 L32.01,33 L32.01,36 L36,32 L32.01,28 L32.01,31 L32.01,31 Z M37.99,30 L37.99,27 L45,27 L45,25 L37.99,25 L37.99,22 L34,26 L37.99,30 L37.99,30 Z" id="Shape" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>Changes</label> </div> <div class="desc"> What is changed and by whom </div> </li> </ul> </div></div><div class="firstlvl drop_out btnHasLabel_js"> <span class="info-label right-label left-nugget tool-tip" style="opacity: 1; display: none;">Settings</span> <div class="drop_out_bottom"> <ul> <li class="withlabel mainNav__js" data-nav="authentication_profiles"> <div class="title"> <!--?xml version="1.0" encoding="UTF-8"?--> <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --> <title>Icons-16px/Authentication profiles/Lvl7</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icons-16px/Authentication-profiles/Lvl7" fill="#262A3A"> <path d="M8,0 C5.515,0 3.5,2.015 3.5,4.5 L3.5,7 L3,7 C1.896,7 1,7.896 1,9 L1,14 C1,15.104 1.896,16 3,16 L13,16 C14.104,16 15,15.104 15,14 L15,9 C15,7.896 14.104,7 13,7 L12.5,7 L12.5,4.5 C12.5,2.015 10.485,0 8,0 L8,0 Z M10,7 L6,7 L6,4.5 C6,3.396 6.896,2.5 8,2.5 C9.104,2.5 10,3.396 10,4.5 L10,7 Z" id="Authentication-profiles"></path> </g> </g> </svg> <label>Authentication profiles</label> </div> <div class="desc"> Manage authentication profiles </div> </li> <li class="withlabel mainNav__js" data-nav="constructs"> <div class="title"> <svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --> <title>Combined Shape</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="iPad-Landscape" transform="translate(-536.000000, -376.000000)" fill="#AFB5C8"> <path d="M544,392 L550,392 L550,394 L544,394 L544,392 Z M538,382 L540,382 L540,388 L538,388 L538,382 Z M550,390.990778 C550,390.443586 550.450975,390 550.990778,390 L555.009222,390 C555.556414,390 556,390.450975 556,390.990778 L556,395.009222 C556,395.556414 555.549025,396 555.009222,396 L550.990778,396 C550.443586,396 550,395.549025 550,395.009222 L550,390.990778 Z M536,376.990778 C536,376.443586 536.450975,376 536.990778,376 L541.009222,376 C541.556414,376 542,376.450975 542,376.990778 L542,381.009222 C542,381.556414 541.549025,382 541.009222,382 L536.990778,382 C536.443586,382 536,381.549025 536,381.009222 L536,376.990778 Z M536,392.818545 C536,393.406448 536.208216,393.903716 536.624647,394.310349 L537.704919,395.383272 C538.111552,395.789905 538.60882,395.993221 539.196723,395.993221 C539.789525,395.993221 540.289242,395.785006 540.695875,395.368574 L542.209725,393.847375 C542.616358,393.440742 542.819675,392.943474 542.819675,392.355571 C542.819675,391.752971 542.60411,391.241005 542.172982,390.819675 L542.819675,390.172982 C543.241005,390.60411 543.750521,390.819675 544.348223,390.819675 C544.936126,390.819675 545.435843,390.613909 545.847375,390.202377 L547.375923,388.673829 C547.787455,388.262297 547.993221,387.762579 547.993221,387.174676 C547.993221,386.586773 547.785006,386.089505 547.368574,385.682872 L546.288303,384.609949 C545.88167,384.203316 545.384402,384 544.796499,384 C544.203696,384 543.703979,384.208216 543.297346,384.624647 L541.783496,386.145846 C541.376863,386.552479 541.173546,387.049747 541.173546,387.63765 C541.173546,388.24025 541.389111,388.752216 541.82024,389.173546 L541.173546,389.82024 C540.752216,389.389111 540.2427,389.173546 539.644999,389.173546 C539.057096,389.173546 538.557378,389.379312 538.145846,389.790845 L536.617298,391.319392 C536.205766,391.730924 536,392.230642 536,392.818545 Z M537.410967,392.818545 C537.410967,392.622577 537.479556,392.456005 537.616733,392.318827 L539.145281,390.79028 C539.282458,390.653102 539.449031,390.584514 539.644999,390.584514 C539.850765,390.584514 540.027136,390.662901 540.174111,390.819675 C540.159414,390.834372 540.112871,390.87969 540.034484,390.955627 C539.956097,391.031565 539.903431,391.084231 539.876485,391.113626 C539.84954,391.143021 539.812796,391.189564 539.766254,391.253253 C539.719711,391.316943 539.687867,391.379407 539.670719,391.440647 C539.653572,391.501887 539.644999,391.569251 539.644999,391.642739 C539.644999,391.838707 539.713587,392.005279 539.850765,392.142457 C539.987942,392.279634 540.154515,392.348223 540.350482,392.348223 C540.42397,392.348223 540.491334,392.339649 540.552574,392.322502 C540.613814,392.305355 540.676278,392.27351 540.739968,392.226968 C540.803657,392.180425 540.8502,392.143681 540.879595,392.116736 C540.90899,392.08979 540.961656,392.037124 541.037594,391.958737 C541.113531,391.88035 541.158849,391.833807 541.173546,391.81911 C541.33522,391.970985 541.416056,392.149805 541.416056,392.355571 C541.416056,392.551539 541.347468,392.718112 541.21029,392.855289 L539.69644,394.376488 C539.564162,394.508766 539.397589,394.574905 539.196723,394.574905 C539.000755,394.574905 538.834182,394.511216 538.697005,394.383837 L537.616733,393.310914 C537.479556,393.173736 537.410967,393.009613 537.410967,392.818545 L537.410967,392.818545 Z M542.577165,387.63765 C542.577165,387.441682 542.645753,387.27511 542.782931,387.137932 L544.296781,385.616733 C544.433958,385.479556 544.600531,385.410967 544.796499,385.410967 C544.987567,385.410967 545.15414,385.477106 545.296216,385.609384 L546.376488,386.682307 C546.513665,386.819485 546.582254,386.983608 546.582254,387.174676 C546.582254,387.370644 546.513665,387.537216 546.376488,387.674394 L544.84794,389.202942 C544.715662,389.33522 544.549089,389.401359 544.348223,389.401359 C544.142457,389.401359 543.966086,389.325421 543.81911,389.173546 C543.833807,389.158849 543.88035,389.113531 543.958737,389.037594 C544.037124,388.961656 544.08979,388.90899 544.116736,388.879595 C544.143681,388.8502 544.180425,388.803657 544.226968,388.739968 C544.27351,388.676278 544.305355,388.613814 544.322502,388.552574 C544.339649,388.491334 544.348223,388.42397 544.348223,388.350482 C544.348223,388.154515 544.279634,387.987942 544.142457,387.850765 C544.005279,387.713587 543.838707,387.644999 543.642739,387.644999 C543.569251,387.644999 543.501887,387.653572 543.440647,387.670719 C543.379407,387.687867 543.316943,387.719711 543.253253,387.766254 C543.189564,387.812796 543.143021,387.84954 543.113626,387.876485 C543.084231,387.903431 543.031565,387.956097 542.955627,388.034484 C542.87969,388.112871 542.834372,388.159414 542.819675,388.174111 C542.658001,388.022236 542.577165,387.843416 542.577165,387.63765 L542.577165,387.63765 Z" id="Combined-Shape"></path> </g> </g> </svg> <label>Custom models</label> <div> <div class="desc"> Non persistent models </div> </div> </div> </li> <li class="withlabel mainNav__js" data-nav="configurations"> <div class="title"> <svg width="20px" height="20px" viewBox="0 414 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M16.8766355,424.906743 C16.9136455,424.610664 16.9414029,424.314584 16.9414029,424 C16.9414029,423.685416 16.9136455,423.389336 16.8766355,423.093257 L18.8289086,421.566598 C19.0047057,421.427811 19.0509681,421.177994 18.9399384,420.974439 L17.0894426,417.773082 C16.9784128,417.569527 16.7285959,417.495507 16.5250413,417.569527 L14.2211741,418.494775 C13.7400452,418.124676 13.2219063,417.819344 12.6575051,417.588032 L12.3059109,415.136125 C12.2781535,414.914066 12.0838514,414.747521 11.8525394,414.747521 L8.15154784,414.747521 C7.92023586,414.747521 7.7259338,414.914066 7.69817637,415.136125 L7.34658216,417.588032 C6.78218094,417.819344 6.26404212,418.133928 5.78291321,418.494775 L3.47904594,417.569527 C3.26623892,417.486255 3.02567447,417.569527 2.91464472,417.773082 L1.06414892,420.974439 C0.943866694,421.177994 0.999381568,421.427811 1.17517867,421.566598 L3.12745174,423.093257 C3.09044182,423.389336 3.06268439,423.694668 3.06268439,424 C3.06268439,424.305332 3.09044182,424.610664 3.12745174,424.906743 L1.17517867,426.433402 C0.999381568,426.572189 0.953119173,426.822006 1.06414892,427.025561 L2.91464472,430.226918 C3.02567447,430.430473 3.2754914,430.504493 3.47904594,430.430473 L5.78291321,429.505225 C6.26404212,429.875324 6.78218094,430.180656 7.34658216,430.411968 L7.69817637,432.863875 C7.7259338,433.085934 7.92023586,433.252479 8.15154784,433.252479 L11.8525394,433.252479 C12.0838514,433.252479 12.2781535,433.085934 12.3059109,432.863875 L12.6575051,430.411968 C13.2219063,430.180656 13.7400452,429.866072 14.2211741,429.505225 L16.5250413,430.430473 C16.7378483,430.513745 16.9784128,430.430473 17.0894426,430.226918 L18.9399384,427.025561 C19.0509681,426.822006 19.0047057,426.572189 18.8289086,426.433402 L16.8766355,424.906743 L16.8766355,424.906743 Z M10.0020436,427.238368 C8.21631519,427.238368 6.76367599,425.785728 6.76367599,424 C6.76367599,422.214272 8.21631519,420.761632 10.0020436,420.761632 C11.7877721,420.761632 13.2404113,422.214272 13.2404113,424 C13.2404113,425.785728 11.7877721,427.238368 10.0020436,427.238368 L10.0020436,427.238368 Z" stroke="none" fill="#30364C" fill-rule="evenodd"></path> </svg> <label>Configurations</label> </div> <div class="desc"> Manage settings for API connections </div> </li> <li class="withlabel link"> <a href="https://my.bettyblocks.com/applications/31385a1c9d3b43a9aea43b7a4e398516/users" target="_blank" title="My Betty Blocks - Users"> <div class="title"> <svg width="22px" height="14px" viewBox="24 22 22 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M39,28 C40.66,28 41.99,26.66 41.99,25 C41.99,23.34 40.66,22 39,22 C37.34,22 36,23.34 36,25 C36,26.66 37.34,28 39,28 L39,28 Z M31,28 C32.66,28 33.99,26.66 33.99,25 C33.99,23.34 32.66,22 31,22 C29.34,22 28,23.34 28,25 C28,26.66 29.34,28 31,28 L31,28 Z M31,30 C28.67,30 24,31.17 24,33.5 L24,36 L38,36 L38,33.5 C38,31.17 33.33,30 31,30 L31,30 Z M39,30 C38.71,30 38.38,30.02 38.03,30.05 C39.19,30.89 40,32.02 40,33.5 L40,36 L46,36 L46,33.5 C46,31.17 41.33,30 39,30 L39,30 Z" id="Users" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>User management</label> </div> <div class="desc"> Add and manage application users </div> </a> </li> <li class="withlabel mainNav__js" data-nav="presences"> <div class="title"> <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g fill="#262A3A"> <path d="M8,13.7840376 C10.0281792,13.7840376 11.630667,12.9201964 12.8075117,11.1924883 C12.7824725,10.4913893 12.2190978,9.90297577 11.1173709,9.42723005 C10.0156439,8.95148432 8.9765307,8.71361502 8,8.71361502 C7.0234693,8.71361502 5.98435606,8.9452246 4.88262911,9.4084507 C3.78090216,9.87167681 3.21752751,10.46635 3.19248826,11.1924883 C4.36933296,12.9201964 5.97182085,13.7840376 8,13.7840376 Z M8,2.40375587 C7.34897953,2.40375587 6.78560488,2.64162516 6.30985915,3.11737089 C5.83411343,3.59311662 5.59624413,4.15649127 5.59624413,4.80751174 C5.59624413,5.45853221 5.83411343,6.02190685 6.30985915,6.49765258 C6.78560488,6.97339831 7.34897953,7.21126761 8,7.21126761 C8.65102047,7.21126761 9.21439512,6.97339831 9.69014085,6.49765258 C10.1658866,6.02190685 10.4037559,5.45853221 10.4037559,4.80751174 C10.4037559,4.15649127 10.1658866,3.59311662 9.69014085,3.11737089 C9.21439512,2.64162516 8.65102047,2.40375587 8,2.40375587 Z M8,0 C10.2034539,0 12.0876291,0.782464789 13.6525822,2.34741784 C15.2175352,3.91237089 16,5.7965461 16,8 C16,10.2034539 15.2175352,12.0876291 13.6525822,13.6525822 C12.0876291,15.2175352 10.2034539,16 8,16 C5.7965461,16 3.91237089,15.2175352 2.34741784,13.6525822 C0.782464789,12.0876291 0,10.2034539 0,8 C0,5.7965461 0.782464789,3.91237089 2.34741784,2.34741784 C3.91237089,0.782464789 5.7965461,0 8,0 Z"></path> </g> </g> </svg> <label>Online users</label> </div> <div class="desc"> See who is online and send notifications </div> </li> <li class="withlabel mainNav__js" data-nav="block-store"> <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"> <path d="M3.25 16.75h1.13v-4.5h2.25v4.5h6.75v-4.5h2.24v4.5h1.13a1.13 1.13 0 0 1 0 2.25H3.25a1.13 1.13 0 0 1 0-2.25zm13.4-14.54l2.08 4.65c.41.92.35 1.98-.16 2.84a2.85 2.85 0 0 1-2.31 1.43h-.2c-1.3 0-1.98-.62-2.03-1.86-1.16.98-2.86 1-4.02.02a3.12 3.12 0 0 1-4.02-.02c-.3 1.25-.98 1.88-2.03 1.88h-.2A2.9 2.9 0 0 1 1.43 9.7a3.1 3.1 0 0 1-.16-2.84l2.1-4.65A2.04 2.04 0 0 1 5.23 1h9.56c.8 0 1.53.47 1.86 1.2z"></path> </svg> <label>Block Store</label> </div> <div class="desc">Use existing Blocks or create your own.</div> </li></ul> </div> <svg width="20px" height="20px" viewBox="0 414 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M16.8766355,424.906743 C16.9136455,424.610664 16.9414029,424.314584 16.9414029,424 C16.9414029,423.685416 16.9136455,423.389336 16.8766355,423.093257 L18.8289086,421.566598 C19.0047057,421.427811 19.0509681,421.177994 18.9399384,420.974439 L17.0894426,417.773082 C16.9784128,417.569527 16.7285959,417.495507 16.5250413,417.569527 L14.2211741,418.494775 C13.7400452,418.124676 13.2219063,417.819344 12.6575051,417.588032 L12.3059109,415.136125 C12.2781535,414.914066 12.0838514,414.747521 11.8525394,414.747521 L8.15154784,414.747521 C7.92023586,414.747521 7.7259338,414.914066 7.69817637,415.136125 L7.34658216,417.588032 C6.78218094,417.819344 6.26404212,418.133928 5.78291321,418.494775 L3.47904594,417.569527 C3.26623892,417.486255 3.02567447,417.569527 2.91464472,417.773082 L1.06414892,420.974439 C0.943866694,421.177994 0.999381568,421.427811 1.17517867,421.566598 L3.12745174,423.093257 C3.09044182,423.389336 3.06268439,423.694668 3.06268439,424 C3.06268439,424.305332 3.09044182,424.610664 3.12745174,424.906743 L1.17517867,426.433402 C0.999381568,426.572189 0.953119173,426.822006 1.06414892,427.025561 L2.91464472,430.226918 C3.02567447,430.430473 3.2754914,430.504493 3.47904594,430.430473 L5.78291321,429.505225 C6.26404212,429.875324 6.78218094,430.180656 7.34658216,430.411968 L7.69817637,432.863875 C7.7259338,433.085934 7.92023586,433.252479 8.15154784,433.252479 L11.8525394,433.252479 C12.0838514,433.252479 12.2781535,433.085934 12.3059109,432.863875 L12.6575051,430.411968 C13.2219063,430.180656 13.7400452,429.866072 14.2211741,429.505225 L16.5250413,430.430473 C16.7378483,430.513745 16.9784128,430.430473 17.0894426,430.226918 L18.9399384,427.025561 C19.0509681,426.822006 19.0047057,426.572189 18.8289086,426.433402 L16.8766355,424.906743 L16.8766355,424.906743 Z M10.0020436,427.238368 C8.21631519,427.238368 6.76367599,425.785728 6.76367599,424 C6.76367599,422.214272 8.21631519,420.761632 10.0020436,420.761632 C11.7877721,420.761632 13.2404113,422.214272 13.2404113,424 C13.2404113,425.785728 11.7877721,427.238368 10.0020436,427.238368 L10.0020436,427.238368 Z" stroke="none" fill="#30364C" fill-rule="evenodd"></path> </svg></div><div class="nolvl mainNav__js btnHasLabel_js" data-nav="logs"> <span class="info-label right-label left-nugget tool-tip" style="opacity: 1; display: none;">Logs</span> <svg width="20px" height="21px" viewBox="2 484 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(3.000000, 484.000000)"> <path d="M16.6494137,14.0754675 C16.2558795,14.2046402 15.5107151,14.3816268 14.7655507,14.3816268 C13.7356466,14.3816268 12.9891808,14.1322934 12.4707151,13.6491475 C11.9512082,13.1817727 11.6664685,12.4728249 11.6747973,11.6757593 C11.6839068,9.87184766 13.048263,8.83996814 14.8985507,8.83996814 C15.6275781,8.83996814 16.1887288,8.97790254 16.4654,9.10582356 L16.1970575,10.0888878 C15.886811,9.95971513 15.5026466,9.85507523 14.8824137,9.85507523 C13.8189342,9.85507523 13.0146877,10.4351007 13.0146877,11.611173 C13.0146877,12.7309199 13.7437151,13.3910525 14.7897562,13.3910525 C15.0836055,13.3910525 15.3175918,13.3597606 15.4183178,13.310695 L15.4183178,12.174426 L14.5479616,12.174426 L14.5479616,11.2161448 L16.6494137,11.2161448 L16.6494137,14.0754675 Z M2.53371507,19.6591823 L16.2754,19.6591823 L16.2754,15.801525 L2.53371507,15.801525 L2.53371507,19.6591823 Z M1.9673589,14.3258021 L1.9673589,8.89679411 L3.24816712,8.89679411 L3.24816712,13.294173 L5.49303014,13.294173 L5.49303014,14.3248008 L1.9673589,14.3248008 L1.9673589,14.3258021 Z M11.0962082,11.5545973 C11.0962082,13.3342265 9.97390685,14.4139199 8.32350959,14.4139199 C6.64916712,14.4139199 5.66897534,13.1982948 5.66897534,11.6512265 C5.66897534,10.0240511 6.74989315,8.80867631 8.41616712,8.80867631 C10.1495918,8.80867631 11.0962082,10.0563443 11.0962082,11.5545973 L11.0962082,11.5545973 Z M2.53345479,1.05130549 L12.179989,1.05130549 L12.179989,5.1495344 C12.179989,5.37133092 12.367126,5.55032021 12.5969479,5.55032021 L16.2754,5.55032021 L16.2754,7.55700295 L2.53345479,7.55700295 L2.53345479,1.05130549 Z M17.6184137,7.55700295 L17.1090575,7.55700295 L17.1090575,5.19033896 C17.1090575,5.17481821 17.1059342,5.1602988 17.1038521,5.14577938 C17.102811,5.05190388 17.0723589,4.95902972 17.0052082,4.88643266 L12.9100575,0.387167604 L12.9069342,0.384413922 C12.8824685,0.358128782 12.8540986,0.3366 12.8246877,0.3178249 C12.8155781,0.312067202 12.8062082,0.307060509 12.7970986,0.302053815 C12.770811,0.288285408 12.7432219,0.276519679 12.7148521,0.269009639 C12.7067836,0.266756627 12.700537,0.26425328 12.6924685,0.262000268 C12.6620164,0.255241232 12.6294822,0.250234538 12.5969479,0.250234538 L2.53345479,0.250234538 C2.07407123,0.250234538 1.69979726,0.610215797 1.69979726,1.05130549 L1.69979726,7.55700295 L1.1904411,7.55700295 C0.532728767,7.55700295 -5.20547947e-05,8.06918768 -5.20547947e-05,8.70228407 L-5.20547947e-05,14.6552426 C-5.20547947e-05,15.2880886 0.532728767,15.8005237 1.1904411,15.8005237 L1.69979726,15.8005237 L1.69979726,19.8762225 C1.69979726,20.3180632 2.07407123,20.6780444 2.53345479,20.6780444 L16.2754,20.6780444 C16.7347836,20.6780444 17.1090575,20.3180632 17.1090575,19.8762225 L17.1090575,15.801525 L17.6184137,15.801525 C18.276126,15.801525 18.8089068,15.2880886 18.8089068,14.6562439 L18.8089068,8.70228407 C18.8089068,8.06918768 18.276126,7.55700295 17.6184137,7.55700295 L17.6184137,7.55700295 Z" id="Fill-1" fill="#AFB5C8"></path> <path d="M7.01823562,11.6268689 C7.01823562,12.6907913 7.53670137,13.4397926 8.39066027,13.4397926 C9.25398904,13.4397926 9.74798904,12.6497364 9.74798904,11.5955771 C9.74798904,10.6207739 9.26205753,9.78265341 8.38259178,9.78265341 C7.52056438,9.78265341 7.01823562,10.5717083 7.01823562,11.6268689" id="Fill-4" fill="#AFB5C8"></path> </g> </svg></div>');
  30. $('.builderbar .bottomNav').append('<div class="nolvl mainNav__js btnHasLabel_js" data-nav="pages"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"><path d="M2.5 2.5c0-.83.65-1.5 1.46-1.5h6.25v6c0 .83.65 1.5 1.46 1.5h5.83v9c0 .83-.65 1.5-1.46 1.5H3.96c-.8 0-1.46-.67-1.46-1.5v-15zm15 4.5h-5.83V1l5.83 6z"></path></svg><span class="info-label right-label left-nugget tool-tip" style="display: none;">Pages</span></div> <div class="profile firstlvl drop_out btnHasLabel_js"> <img class="profile-img" src="https://secure.gravatar.com/avatar/495c65fd6b423173e0969c8be2c0c80c?s=40&amp;d=identicon" alt="user profile image" width="34" height="34"> <span class="info-label right-label left-nugget tool-tip" style="display: none; opacity: 1;">Profile</span> <div class="drop_out_bottom"> <ul> <li class="withlabel link"> <a href="https://forum.bettyblocks.com/" target="_blank" title="Betty Blocks - Forum"> <div class="title"> <svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Artboard" transform="translate(0.000000, -2.000000)" fill="#000000"> <path d="M10.1849475,2 C13.3954015,2 16.0006453,4.04928897 15.9999999,6.57448687 C15.9999999,8.09754116 15.0533452,9.44655692 13.5982701,10.2778844 C13.5963057,11.4130718 14.0464108,11.5256042 14.9380056,11.9081751 C13.3271519,12.4926655 12.1617448,11.8684694 11.6532964,11.1410438 C12.0099231,10.4989702 12.2074878,9.78676007 12.2074878,9.03548862 C12.2074878,7.58722242 11.472317,6.28458144 10.2830563,5.34926795 C9.13423452,4.44575832 7.55318392,3.88578634 5.81570924,3.88578634 C5.70036963,3.88578634 5.58699445,3.88777583 5.47432085,3.8923993 C6.53030965,2.74597548 8.24724209,2 10.1849475,2 Z M5.81569801,4.46164904 C9.02685363,4.46164904 11.6307504,6.5102655 11.6307504,9.0361359 C11.6307504,11.5620343 9.02618012,13.6112953 5.81569801,13.6112953 C5.33576178,13.6112953 4.87039033,13.565621 4.42491566,13.4795685 C3.96751415,14.2566753 2.76301508,14.9867629 1.06132093,14.3705247 C1.95358924,13.9879257 2.40304888,13.8753933 2.40105639,12.740206 C0.946626783,11.9075335 1.30593931e-07,10.5592182 1.30593931e-07,9.0361359 C-0.000673385345,6.50962102 2.60389694,4.46164904 5.81569801,4.46164904 Z" id="Forum-icon"></path> </g> </g> </svg> <label>Forum</label> </div> <div class="desc"> For all your builder questions </div> </a> </li> <li class="withlabel link learn-section"> <a href="https://docs.bettyblocks.com/" target="_blank" title="Betty Blocks Help Center"> <div class="title"> <svg width="20px" height="16px" viewBox="22 17 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M23.2343559,28.34334 L23.2343559,19.4524087 L22.7154954,19.4524087 C22.3208787,19.4524087 22,19.7704484 22,20.1613878 L22,31.4314027 C22,31.6484337 22.0979808,31.850451 22.2689421,31.9853238 C22.4402401,32.120864 22.661202,32.1710764 22.8755981,32.1225321 C24.590346,31.7354296 27.5987097,31.2851861 30.4524422,31.9774834 C28.8024255,30.4302408 26.4725199,30.1564914 25.0596268,30.1532385 C24.0531352,30.1506528 23.2343559,29.3390803 23.2343559,28.34334 Z M41.2845043,19.4523837 L40.7656438,19.4523837 L40.7656438,28.343315 C40.7656438,29.3390553 39.9468645,30.1506278 38.9407096,30.1532135 C37.5274799,30.1565498 35.1978267,30.4305494 33.5478943,31.977792 C36.4016268,31.2854948 39.4099063,31.7354045 41.1244017,32.1228408 C41.3384611,32.1710513 41.5597596,32.1211726 41.7310576,31.9856325 C41.9020189,31.850426 41.9999997,31.6484086 41.9999997,31.4317947 L41.9999997,20.1613627 C42.0003364,19.7704233 41.6790369,19.4523837 41.2845043,19.4523837 Z M39.6545805,28.34334 L39.6545805,17.7093211 C39.6545805,17.518981 39.5795797,17.3401515 39.4438039,17.2059459 C39.3096275,17.0729915 39.131427,17.0000083 38.9423679,17.0000083 L38.9407685,17.0000083 C37.2713914,17.0039286 34.2344079,17.3870275 32.6541731,19.9089078 C32.5896944,20.0115013 32.5558556,20.1356977 32.5558556,20.2679849 L32.5558556,31.3965376 C34.4810434,29.4003027 37.2719807,29.0562393 38.9380749,29.0523191 C39.3330284,29.0509845 39.6545805,28.7330283 39.6545805,28.34334 Z M25.0592985,17 L25.0575308,17 C24.8685559,17 24.6906921,17.0729831 24.556179,17.2059376 C24.4204032,17.3401431 24.3457392,17.5189727 24.3457392,17.7093127 L24.3457392,28.3433317 C24.3457392,28.7333536 24.6670387,29.0513098 25.0622447,29.0523107 C26.7280022,29.056231 29.5192762,29.4002944 31.444464,31.3968629 L31.444464,20.2679765 C31.444464,20.1356894 31.4106252,20.0114929 31.3461465,19.9088995 C29.7659117,17.3870192 26.7290124,17.0039202 25.0592985,17 Z" id="b" stroke="none" fill="#AFB5C8" fill-rule="evenodd"></path> </svg> <label>Documentation</label> </div> <div class="desc"> Learning material and documentation </div> </a> </li> <li class="withlabel mainNav__js" data-nav="productchanges"> <div class="title"> <svg width="20px" height="20px" viewBox="22 14 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M23.7366071,20.6741071 C23.7366071,18.84375 24.8526786,17.2589286 26.4419643,16.5892857 L26.0982143,16.5892857 C24.2633929,16.5892857 22.7455357,18.0535714 22.4776786,19.9464286 C22.2098214,19.9910714 22,20.2991071 22,20.6651786 C22,21.0491071 22.2276786,21.3526786 22.5178571,21.375 C22.8392857,23 24.0848214,24.3125 25.6294643,24.4464286 L25.6339286,24.4464286 C25.6964286,24.4464286 25.7589286,24.4732143 25.8214286,24.4866071 C25.8705357,24.4955357 25.9196429,24.5044643 25.96875,24.5178571 C24.6339286,23.7544643 23.7366071,22.3214286 23.7366071,20.6741071 Z M41.3348214,16.6339286 C41.2857143,16.5044643 41.2321429,16.3839286 41.1785714,16.2633929 C40.8883929,15.6205357 40.5357143,15.1026786 40.1339286,14.71875 C39.6339286,14.25 39.0580357,14 38.4642857,14 C38.09375,14 37.7321429,14.0982143 37.3883929,14.2857143 C37.3883929,14.2857143 37.3883929,14.2857143 37.3839286,14.2857143 C37.3303571,14.3169643 37.2767857,14.34375 37.2232143,14.375 C35.0357143,15.6696429 32.5758929,16.4375 29.9642857,16.5803571 C29.6741071,16.5982143 29.3839286,16.5892857 29.09375,16.5892857 L27.2053571,16.5892857 C25.6875,17.2589286 24.5714286,18.84375 24.5714286,20.6741071 C24.5714286,22.3169643 25.4285714,23.7589286 26.7053571,24.5178571 C27.2857143,25.0044643 28.5669643,25.0401786 28.4910714,25.5848214 C28.40625,26.1741071 28.2455357,26.5625 28.1428571,26.9553571 C28.0848214,27.1696429 27.0892857,30.2098214 27.0133929,33.4151786 C27.0133929,33.5044643 27.0133929,33.5803571 27.0223214,33.7098214 C27.03125,33.8392857 27.1205357,33.9955357 27.4017857,33.9955357 L30.8303571,33.9955357 C31.125,33.9955357 31.2633929,33.8482143 31.2455357,33.5803571 C31.2366071,33.4955357 31.21875,33.3883929 31.2098214,33.2901786 C31.1026786,32.2589286 31.0044643,31.0669643 31.0625,29.6473214 C31.1205357,28.1294643 31.2946429,27.3303571 31.375,26.9107143 C31.46875,26.4464286 31.7142857,25.9107143 31.9151786,25.5580357 C33.2901786,25.5982143 36.0625,26.4196429 37.0535714,26.8482143 C37.0535714,26.8482143 37.375,27 37.5044643,27.0803571 C37.8169643,27.2321429 38.1383929,27.3080357 38.46875,27.3080357 C38.5089286,27.3080357 38.5491071,27.3080357 38.5892857,27.3035714 C39.1383929,27.2723214 39.6696429,26.8705357 40.1383929,26.4330357 C40.5446429,26.0535714 40.8928571,25.53125 41.1830357,24.8883929 C41.2366071,24.7633929 41.2901786,24.6383929 41.3392857,24.5044643 C41.7678571,23.3883929 42,22.0089286 42,20.5714286 C42,19.1339286 41.7678571,17.75 41.3348214,16.6339286 Z M40.3035714,24.5133929 C39.9553571,25.3392857 39.4910714,26 38.9866071,26 C38.4821429,26 38.0223214,25.34375 37.6741071,24.5133929 C37.2678571,23.5491071 37.0089286,22.1428571 37.0089286,20.5803571 C37.0089286,19.0089286 37.2678571,17.5982143 37.6785714,16.6339286 C38.0267857,15.8125 38.4866071,15.3169643 38.9866071,15.3169643 C39.4910714,15.3169643 39.9464286,15.8169643 40.2991071,16.6339286 C40.7098214,17.5982143 40.96875,19.0089286 40.96875,20.5803571 C40.96875,22.1428571 40.7098214,23.5491071 40.3035714,24.5133929 Z" id="Speaker" stroke="none" fill="#AFB5C8" fill-rule="evenodd"></path> </svg> <label>Product changes</label> </div> <div class="desc"> What are the latest platform changes </div> </li> <li class="withlabel statuspage"> <a href="https://status.bettyblocks.com/" target="_blank" title="Betty Blocks - Status"> <div class="title"> <svg width="16" height="15" viewBox="0 0 16 15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <path d="M14.5454545 1H1.45454545C.65454545 1 0 1.65454545 0 2.45454545v8.72727275c0 .8.65454546 1.4545454 1.45454545 1.4545454h5.0909091l-1.45454546 2.1818182v.7272727h5.81818181v-.7272727l-1.45454545-2.1818182h5.09090905c.8 0 1.4545455-.6545454 1.4545455-1.4545454V2.45454545C16 1.65454545 15.3454545 1 14.5454545 1zm0 8.72727273H1.45454545V2.45454545H14.5454545v7.27272728z" id="a"></path> </defs> <g transform="translate(0 -1)" fill="none" fill-rule="evenodd"> <use fill="#666D85" xlink:href="#a"></use> <polyline stroke="#666D85" points="3 6.11440272 4.14297289 7.5 5.51859139 4.5 7.21915804 7.5 8.66075407 5.20305021 9.29705721 6.69812295 13 6.69812295"></polyline> </g> </svg> <label>Status page</label> </div> <div class="desc"> Interruptions to service we will be post here </div> </a> </li> <div class="nav-divider"></div> <li class="withlabel link"> <a href="https://my.bettyblocks.com/applications/31385a1c9d3b43a9aea43b7a4e398516" target="_blank" title="My Betty Blocks"> <div class="title"> <svg width="26px" height="15px" viewBox="30 558 26 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(31.000000, 558.000000)"> <path d="M21.4854971,13.5029842 C21.0441043,14.9968298 19.2286135,14.5015347 18.7600715,14.3821332 C18.5174806,14.3202213 18.2827717,14.2494648 18.055069,14.1725172 L18.0147832,11.8605501 C18.1706719,11.9251154 18.3256849,11.9843739 18.4806978,12.0241744 C18.6663631,12.0710506 18.8310096,12.0940464 18.9746374,12.0940464 C19.170812,12.0940464 19.3249492,12.0400946 19.4379248,11.9304221 C19.5053598,11.8658569 19.5736706,11.7013481 19.6016955,11.5589507 C19.6227142,11.4510472 19.6209627,11.314841 19.5833041,11.2113597 L16.8578785,2.38360795 L18.9124571,2.38360795 C19.2154768,2.38360795 19.4843411,2.58261047 19.5745463,2.87448083 L20.9320045,7.715991 L22.2955931,2.87359637 C22.3866741,2.58261047 22.6546626,2.38360795 22.9576823,2.38360795 L25,2.38360795 L21.4854971,13.5029842 Z M15.235935,11.4952699 C13.949415,11.4952699 12.9063617,10.4418833 12.9063617,9.14261794 L12.9063617,4.87954176 C12.9063617,4.55848436 12.9221257,4.2108933 12.9536538,3.83676856 L9.93571779,9.75023897 C9.84200939,9.9350902 9.71589715,10.0739497 9.55650529,10.1694709 C9.39798921,10.2641077 9.21670287,10.3109838 9.01352203,10.3109838 L8.65357668,10.3109838 C8.45039585,10.3109838 8.26998529,10.2641077 8.11059343,10.1694709 C7.95120157,10.0739497 7.82508933,9.9350902 7.73138093,9.75023897 L4.69768094,3.82880846 L4.68016535,3.79962143 L4.68191691,9.20629875 L4.76424017,9.20629875 L4.68191691,9.28766867 L4.68191691,9.40795464 C4.68191691,10.5612848 3.75709381,11.4952699 2.61507742,11.4952699 L2.43116374,11.4952699 L2.35234359,11.4952699 L-8.52651283e-14,11.4952699 L-8.52651283e-14,10.7452516 C-8.52651283e-14,9.89528969 0.682232187,9.20629875 1.52385623,9.20629875 L2.35234359,9.20629875 L2.35234359,2.93816163 L4.76424017,2.28897119 L1.52385623,2.28897119 C0.682232187,2.28897119 -8.52651283e-14,1.59998025 -8.52651283e-14,0.750902838 L-8.52651283e-14,1.33226763e-14 L2.43116374,1.33226763e-14 L4.44808379,1.33226763e-14 L4.69768094,1.33226763e-14 L4.74847614,1.33226763e-14 C4.83430253,1.33226763e-14 4.91137112,0.0132668346 4.97880614,0.0389160481 C5.04711693,0.0654497173 5.1084215,0.107019132 5.16271982,0.161855382 C5.21789393,0.217576087 5.27131647,0.294523728 5.32298746,0.395351671 C5.32298746,0.395351671 8.74465775,7.29764348 8.83311147,7.52406412 C8.92244097,7.29233675 12.3441113,0.395351671 12.3441113,0.395351671 C12.3957822,0.294523728 12.4492048,0.217576087 12.5043789,0.161855382 C12.5586772,0.107019132 12.6199818,0.0654497173 12.6874168,0.0389160481 C12.7557276,0.0132668346 12.8327962,1.33226763e-14 12.9186226,1.33226763e-14 L13.2190149,1.33226763e-14 L15.235935,1.33226763e-14 L15.235935,11.4952699 Z" id="Fill-1" fill="#30354C"></path> </g> </svg> <label>My Betty Blocks</label> </div> <div class="desc"> Manage app settings or create sandboxes </div> </a> </li> <li data-application-id="31385a1c9d3b43a9aea43b7a4e398516" class="withlabel link currentSandbox"> <div class="title"> <svg width="8px" height="14px" viewBox="0 0 8 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Icons-16px/Sandbox/Lvl7" transform="translate(-4.000000, -1.000000)" fill="#262A3A"> <path d="M8,7.65625 L10.65625,5 L10.65625,2.65625 L5.34375,2.65625 L5.34375,5 L8,7.65625 Z M10.65625,11 L8,8.34375 L5.34375,11 L5.34375,13.34375 L10.65625,13.34375 L10.65625,11 Z M4,1.34375 L12,1.34375 L12,5.34375 L9.34375,8 L12,10.65625 L12,14.65625 L4,14.65625 L4,10.65625 L6.65625,8 L4,5.34375 L4,1.34375 Z" id="Sandbox-icon"></path> </g> </g> </svg> <label>Sandbox manager</label> <span class="keyboard-shortcut">CMD + .</span> </div> <div class="desc"> Switch between your sandboxes </div> </li> <li class="withlabel link your-apps"> <div class="title"> <svg width="16px" height="17px" viewBox="25 19 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M25,23.4444444 L29,23.4444444 L29,19.4444444 L25,19.4444444 L25,23.4444444 L25,23.4444444 Z M31,35.4444444 L35,35.4444444 L35,31.4444444 L31,31.4444444 L31,35.4444444 L31,35.4444444 Z M25,35.4444444 L29,35.4444444 L29,31.4444444 L25,31.4444444 L25,35.4444444 L25,35.4444444 Z M25,29.4444444 L29,29.4444444 L29,25.4444444 L25,25.4444444 L25,29.4444444 L25,29.4444444 Z M31,29.4444444 L35,29.4444444 L35,25.4444444 L31,25.4444444 L31,29.4444444 L31,29.4444444 Z M37,19.4444444 L37,23.4444444 L41,23.4444444 L41,19.4444444 L37,19.4444444 L37,19.4444444 Z M31,23.4444444 L35,23.4444444 L35,19.4444444 L31,19.4444444 L31,23.4444444 L31,23.4444444 Z M37,29.4444444 L41,29.4444444 L41,25.4444444 L37,25.4444444 L37,29.4444444 L37,29.4444444 Z M37,35.4444444 L41,35.4444444 L41,31.4444444 L37,31.4444444 L37,35.4444444 L37,35.4444444 Z" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>Your apps</label> <span class="keyboard-shortcut">CMD + ;</span> </div> <div class="desc"> Switch between your apps </div> </li> <li class="withlabel link"> <a href="https://my.bettyblocks.com/profile" target="_blank" title="Profile settings"> <div class="title"> <svg width="18px" height="20px" viewBox="26 19 18 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M41.8766355,30.1592219 C41.9136455,29.8631426 41.9414029,29.5670633 41.9414029,29.252479 C41.9414029,28.9378947 41.9136455,28.6418154 41.8766355,28.3457361 L43.8289086,26.819077 C44.0047057,26.6802898 44.0509681,26.4304729 43.9399384,26.2269184 L42.0894426,23.0255606 C41.9784128,22.8220061 41.7285959,22.7479863 41.5250413,22.8220061 L39.2211741,23.747254 C38.7400452,23.3771548 38.2219063,23.071823 37.6575051,22.8405111 L37.3059109,20.3886041 C37.2781535,20.1665446 37.0838514,20 36.8525394,20 L33.1515478,20 C32.9202359,20 32.7259338,20.1665446 32.6981764,20.3886041 L32.3465822,22.8405111 C31.7821809,23.071823 31.2640421,23.3864073 30.7829132,23.747254 L28.4790459,22.8220061 C28.2662389,22.7387338 28.0256745,22.8220061 27.9146447,23.0255606 L26.0641489,26.2269184 C25.9438667,26.4304729 25.9993816,26.6802898 26.1751787,26.819077 L28.1274517,28.3457361 C28.0904418,28.6418154 28.0626844,28.9471472 28.0626844,29.252479 C28.0626844,29.5578108 28.0904418,29.8631426 28.1274517,30.1592219 L26.1751787,31.685881 C25.9993816,31.8246682 25.9531192,32.0744851 26.0641489,32.2780396 L27.9146447,35.4793974 C28.0256745,35.6829519 28.2754914,35.7569717 28.4790459,35.6829519 L30.7829132,34.757704 C31.2640421,35.1278032 31.7821809,35.433135 32.3465822,35.6644469 L32.6981764,38.1163539 C32.7259338,38.3384134 32.9202359,38.504958 33.1515478,38.504958 L36.8525394,38.504958 C37.0838514,38.504958 37.2781535,38.3384134 37.3059109,38.1163539 L37.6575051,35.6644469 C38.2219063,35.433135 38.7400452,35.1185507 39.2211741,34.757704 L41.5250413,35.6829519 C41.7378483,35.7662242 41.9784128,35.6829519 42.0894426,35.4793974 L43.9399384,32.2780396 C44.0509681,32.0744851 44.0047057,31.8246682 43.8289086,31.685881 L41.8766355,30.1592219 L41.8766355,30.1592219 Z M35.0020436,32.4908467 C33.2163152,32.4908467 31.763676,31.0382074 31.763676,29.252479 C31.763676,27.4667506 33.2163152,26.0141114 35.0020436,26.0141114 C36.7877721,26.0141114 38.2404113,27.4667506 38.2404113,29.252479 C38.2404113,31.0382074 36.7877721,32.4908467 35.0020436,32.4908467 L35.0020436,32.4908467 Z" id="Shape" stroke="none" fill="#30354C" fill-rule="evenodd"></path> </svg> <label>Profile</label> </div> <div class="desc"> Update your profile settings </div> </a> </li> </ul> </div> </div>');
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement