apex.oracle.com Open in urlscan Pro
2600:141b:1c00:2296::2d8b  Public Scan

Submitted URL: http://thelovehandles.org/
Effective URL: https://apex.oracle.com/pls/apex/r/tacl/lovehandles/home?session=126999839580923
Submission: On December 05 via manual from IE — Scanned from US

Form analysis 1 forms found in the DOM

Name: wwv_flowPOST wwv_flow.accept?p_context=lovehandles/home/126999839580923

<form role="none" action="wwv_flow.accept?p_context=lovehandles/home/126999839580923" method="post" name="wwv_flow" id="wwvFlowForm" data-oj-binding-provider="none" novalidate="" autocomplete="off">
  <input type="hidden" name="p_flow_id" value="27794" id="pFlowId"><input type="hidden" name="p_flow_step_id" value="1" id="pFlowStepId"><input type="hidden" name="p_instance" value="126999839580923" id="pInstance"><input type="hidden"
    name="p_page_submission_id" value="291594208469925512598693486984879590047" id="pPageSubmissionId"><input type="hidden" name="p_request" value="" id="pRequest"><input type="hidden" name="p_reload_on_submit" value="S" id="pReloadOnSubmit"><input
    type="hidden" value="lovehandles/home/126999839580923" id="pContext"><input type="hidden" value="291594208469925512598693486984879590047" id="pSalt">
  <header class="t-Header" id="t_Header" role="banner">
    <div id="R147726697447036743985" class="">
      <style type="text/css">
        .mainpic {
          width: 100%
        }
      </style>
    </div>
    <div id="R147995533814793135091" class=""><!--Simply copy and paste into <BODY>  
     Just above the </BODY> tag. -->
      <script type="text/javascript">
        /*
Snow Fall 1 - no images - Java Script
Visit http://rainbow.arch.scriptmania.com/scripts/
  for this script and many more
*/
        // Set the number of snowflakes (more than 30 - 40 not recommended) (35)
        var snowmax = 40
        // Set the colors for the snow. Add as many colors as you like
        var snowcolor = new Array("#aaaacc", "#ddddff", "#ccccdd", "#f3f3f3", "#f0ffff")
        // Set the fonts, that create the snowflakes. Add as many fonts as you like
        var snowtype = new Array("Times", "Arial", "Times", "Verdana")
        // Set the letter that creates your snowflake (recommended: * )
        var snowletter = "*"
        // Set the speed of sinking (recommended values range from 0.3 to 2) (0.6)
        var sinkspeed = 0.9
        // Set the maximum-size of your snowflakes (30)
        var snowmaxsize = 40
        // Set the minimal-size of your snowflakes
        var snowminsize = 8
        // Set the snowing-zone
        // Set 1 for all-over-snowing, set 2 for left-side-snowing
        // Set 3 for center-snowing, set 4 for right-side-snowing
        var snowingzone = 1
        ///////////////////////////////////////////////////////////////////////////
        // CONFIGURATION ENDS HERE
        ///////////////////////////////////////////////////////////////////////////
        // Do not edit below this line
        var snow = new Array()
        var marginbottom
        var marginright
        var timer
        var i_snow = 0
        var x_mv = new Array();
        var crds = new Array();
        var lftrght = new Array();
        var browserinfos = navigator.userAgent
        var ie5 = document.all && document.getElementById && !browserinfos.match(/Opera/)
        var ns6 = document.getElementById && !document.all
        var opera = browserinfos.match(/Opera/)
        var browserok = ie5 || ns6 || opera

        function randommaker(range) {
          rand = Math.floor(range * Math.random())
          return rand
        }

        function initsnow() {
          if (ie5 || opera) {
            marginbottom = document.body.scrollHeight
            marginright = document.body.clientWidth - 15
          } else if (ns6) {
            marginbottom = document.body.scrollHeight
            marginright = window.innerWidth - 15
          }
          var snowsizerange = snowmaxsize - snowminsize
          for (i = 0; i <= snowmax; i++) {
            crds[i] = 0;
            lftrght[i] = Math.random() * 15;
            x_mv[i] = 0.03 + Math.random() / 10;
            snow[i] = document.getElementById("s" + i)
            snow[i].style.fontFamily = snowtype[randommaker(snowtype.length)]
            snow[i].size = randommaker(snowsizerange) + snowminsize
            snow[i].style.fontSize = snow[i].size + 'px';
            snow[i].style.color = snowcolor[randommaker(snowcolor.length)]
            snow[i].style.zIndex = 1000
            snow[i].sink = sinkspeed * snow[i].size / 5
            if (snowingzone == 1) {
              snow[i].posx = randommaker(marginright - snow[i].size)
            }
            if (snowingzone == 2) {
              snow[i].posx = randommaker(marginright / 2 - snow[i].size)
            }
            if (snowingzone == 3) {
              snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 4
            }
            if (snowingzone == 4) {
              snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 2
            }
            snow[i].posy = randommaker(2 * marginbottom - marginbottom - 2 * snow[i].size)
            snow[i].style.left = snow[i].posx + 'px';
            snow[i].style.top = snow[i].posy + 'px';
          }
          movesnow()
        }

        function movesnow() {
          for (i = 0; i <= snowmax; i++) {
            crds[i] += x_mv[i];
            snow[i].posy += snow[i].sink
            snow[i].style.left = snow[i].posx + lftrght[i] * Math.sin(crds[i]) + 'px';
            snow[i].style.top = snow[i].posy + 'px';
            if (snow[i].posy >= marginbottom - 2 * snow[i].size || parseInt(snow[i].style.left) > (marginright - 3 * lftrght[i])) {
              if (snowingzone == 1) {
                snow[i].posx = randommaker(marginright - snow[i].size)
              }
              if (snowingzone == 2) {
                snow[i].posx = randommaker(marginright / 2 - snow[i].size)
              }
              if (snowingzone == 3) {
                snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 4
              }
              if (snowingzone == 4) {
                snow[i].posx = randommaker(marginright / 2 - snow[i].size) + marginright / 2
              }
              snow[i].posy = 0
            }
          }
          var timer = setTimeout("movesnow()", 50)
        }
        for (i = 0; i <= snowmax; i++) {
          document.write("<span id='s" + i + "' style='position:absolute;top:-" + snowmaxsize + "'>" + snowletter + "</span>")
        }
        if (browserok) {
          window.onload = initsnow
        }
      </script><span id="s0" style="position: absolute; font-family: Times; font-size: 24px; color: rgb(240, 255, 255); z-index: 1000; left: 1385.85px; top: 1078.08px;">*</span><span id="s1"
        style="position: absolute; font-family: Times; font-size: 11px; color: rgb(204, 204, 221); z-index: 1000; left: 788.49px; top: 530.62px;">*</span><span id="s2"
        style="position: absolute; font-family: Arial; font-size: 33px; color: rgb(240, 255, 255); z-index: 1000; left: 448.382px; top: 421.86px;">*</span><span id="s3"
        style="position: absolute; font-family: Verdana; font-size: 10px; color: rgb(204, 204, 221); z-index: 1000; left: 1181.27px; top: 1236.2px;">*</span><span id="s4"
        style="position: absolute; font-family: Times; font-size: 38px; color: rgb(240, 255, 255); z-index: 1000; left: 303.973px; top: 1267.96px;">*</span><span id="s5"
        style="position: absolute; font-family: Times; font-size: 39px; color: rgb(204, 204, 221); z-index: 1000; left: 591.628px; top: 870.38px;">*</span><span id="s6"
        style="position: absolute; font-family: Verdana; font-size: 18px; color: rgb(243, 243, 243); z-index: 1000; left: 380.87px; top: 698.56px;">*</span><span id="s7"
        style="position: absolute; font-family: Times; font-size: 20px; color: rgb(221, 221, 255); z-index: 1000; left: 51.8041px; top: 672.4px;">*</span><span id="s8"
        style="position: absolute; font-family: Verdana; font-size: 14px; color: rgb(204, 204, 221); z-index: 1000; left: 282.787px; top: 1125.88px;">*</span><span id="s9"
        style="position: absolute; font-family: Times; font-size: 33px; color: rgb(204, 204, 221); z-index: 1000; left: 1412.19px; top: 860.86px;">*</span><span id="s10"
        style="position: absolute; font-family: Arial; font-size: 23px; color: rgb(221, 221, 255); z-index: 1000; left: 93.7541px; top: 856.66px;">*</span><span id="s11"
        style="position: absolute; font-family: Verdana; font-size: 19px; color: rgb(243, 243, 243); z-index: 1000; left: 29.2336px; top: 766.98px;">*</span><span id="s12"
        style="position: absolute; font-family: Times; font-size: 31px; color: rgb(221, 221, 255); z-index: 1000; left: 442.724px; top: 861.02px;">*</span><span id="s13"
        style="position: absolute; font-family: Verdana; font-size: 13px; color: rgb(170, 170, 204); z-index: 1000; left: 613.661px; top: 489.46px;">*</span><span id="s14"
        style="position: absolute; font-family: Verdana; font-size: 28px; color: rgb(221, 221, 255); z-index: 1000; left: 1096px; top: 420.76px;">*</span><span id="s15"
        style="position: absolute; font-family: Times; font-size: 33px; color: rgb(204, 204, 221); z-index: 1000; left: 1183.35px; top: 898.86px;">*</span><span id="s16"
        style="position: absolute; font-family: Times; font-size: 12px; color: rgb(240, 255, 255); z-index: 1000; left: 1315.49px; top: 844.04px;">*</span><span id="s17"
        style="position: absolute; font-family: Times; font-size: 12px; color: rgb(170, 170, 204); z-index: 1000; left: 322.919px; top: 1179.04px;">*</span><span id="s18"
        style="position: absolute; font-family: Arial; font-size: 24px; color: rgb(243, 243, 243); z-index: 1000; left: 1367.73px; top: 69.12px;">*</span><span id="s19"
        style="position: absolute; font-family: Times; font-size: 18px; color: rgb(243, 243, 243); z-index: 1000; left: 1211.35px; top: 1284.56px;">*</span><span id="s20"
        style="position: absolute; font-family: Arial; font-size: 23px; color: rgb(243, 243, 243); z-index: 1000; left: 1053.09px; top: 244.26px;">*</span><span id="s21"
        style="position: absolute; font-family: Verdana; font-size: 32px; color: rgb(170, 170, 204); z-index: 1000; left: 60.3298px; top: 144px;">*</span><span id="s22"
        style="position: absolute; font-family: Times; font-size: 31px; color: rgb(240, 255, 255); z-index: 1000; left: 1373.59px; top: 1281.02px;">*</span><span id="s23"
        style="position: absolute; font-family: Verdana; font-size: 34px; color: rgb(170, 170, 204); z-index: 1000; left: 776.745px; top: 792.28px;">*</span><span id="s24"
        style="position: absolute; font-family: Arial; font-size: 26px; color: rgb(221, 221, 255); z-index: 1000; left: 334.553px; top: 915.92px;">*</span><span id="s25"
        style="position: absolute; font-family: Verdana; font-size: 30px; color: rgb(204, 204, 221); z-index: 1000; left: 1293.19px; top: 1145.6px;">*</span><span id="s26"
        style="position: absolute; font-family: Verdana; font-size: 19px; color: rgb(170, 170, 204); z-index: 1000; left: 456.913px; top: 1168.98px;">*</span><span id="s27"
        style="position: absolute; font-family: Arial; font-size: 10px; color: rgb(240, 255, 255); z-index: 1000; left: 587.304px; top: 1.8px;">*</span><span id="s28"
        style="position: absolute; font-family: Times; font-size: 23px; color: rgb(243, 243, 243); z-index: 1000; left: 28.8145px; top: 1129.66px;">*</span><span id="s29"
        style="position: absolute; font-family: Times; font-size: 13px; color: rgb(204, 204, 221); z-index: 1000; left: 1017.91px; top: 327.46px;">*</span><span id="s30"
        style="position: absolute; font-family: Times; font-size: 33px; color: rgb(204, 204, 221); z-index: 1000; left: 577.571px; top: 225.72px;">*</span><span id="s31"
        style="position: absolute; font-family: Times; font-size: 20px; color: rgb(204, 204, 221); z-index: 1000; left: 852.706px; top: 1264.4px;">*</span><span id="s32"
        style="position: absolute; font-family: Verdana; font-size: 28px; color: rgb(240, 255, 255); z-index: 1000; left: 756.629px; top: 141.12px;">*</span><span id="s33"
        style="position: absolute; font-family: Arial; font-size: 25px; color: rgb(240, 255, 255); z-index: 1000; left: 731.767px; top: 856.5px;">*</span><span id="s34"
        style="position: absolute; font-family: Times; font-size: 38px; color: rgb(243, 243, 243); z-index: 1000; left: 1280.29px; top: 518.96px;">*</span><span id="s35"
        style="position: absolute; font-family: Arial; font-size: 33px; color: rgb(243, 243, 243); z-index: 1000; left: 286.207px; top: 29.7px;">*</span><span id="s36"
        style="position: absolute; font-family: Arial; font-size: 10px; color: rgb(243, 243, 243); z-index: 1000; left: 529.094px; top: 529.2px;">*</span><span id="s37"
        style="position: absolute; font-family: Times; font-size: 16px; color: rgb(204, 204, 221); z-index: 1000; left: 49.3032px; top: 706.72px;">*</span><span id="s38"
        style="position: absolute; font-family: Times; font-size: 17px; color: rgb(204, 204, 221); z-index: 1000; left: 1058.99px; top: 545.14px;">*</span><span id="s39"
        style="position: absolute; font-family: Arial; font-size: 19px; color: rgb(170, 170, 204); z-index: 1000; left: 911.978px; top: 454.98px;">*</span><span id="s40"
        style="position: absolute; font-family: Times; font-size: 13px; color: rgb(204, 204, 221); z-index: 1000; left: 530.669px; top: 512.46px;">*</span>
    </div>
    <div class="t-Header-branding">
      <div class="t-Header-controls">
        <button class="t-Button t-Button--icon t-Button--header t-Button--headerTree" aria-label="Main Navigation" title="Main Navigation" id="t_Button_navControl" type="button"><span class="t-Header-controlsIcon" aria-hidden="true"></span></button>
      </div>
      <div class="t-Header-logo">
        <a href="/pls/apex/r/tacl/lovehandles/home?session=126999839580923" class="t-Header-logo-link"><img src="r/tacl/files/static/v33/T8 2019 Logo.png" alt="Home" class="apex-logo-img"></a>
      </div>
      <div class="t-Header-navBar">
        <div class="t-Header-navBar--start"></div>
        <div class="t-Header-navBar--center">
          <ul class="t-NavigationBar " id="170623549410379416330">
            <li class="t-NavigationBar-item a-pwaInstall">
              <a class="t-Button t-Button--icon t-Button--header t-Button--navBar" href="#" title="">
    <span class="t-Icon fa fa-cloud-download" aria-hidden="true"></span><span class="t-Button-label">Install App</span><span class="t-Button-badge"></span>
  </a>
            </li>
          </ul>
        </div>
        <div class="t-Header-navBar--end"></div>
      </div>
    </div>
    <div class="t-Header-nav">
      <div class="t-Header-nav-list js-tabLike js-tabLike a-MenuBar a-MenuBar--overflow a-MenuBar--tabs" id="t_MenuNav" role="menubar">
        <ul role="none">
          <li role="none" id="t_MenuNav_0" class="a-MenuBar-item a-Menu--current">
            <a role="menuitem" class="a-MenuBar-label" aria-current="true" id="t_MenuNav_0i" href="z?p_url=%2Fpls%2Fapex%2Fr%2Ftacl%2Flovehandles%2Fhome%3Fsession%3D126999839580923&amp;p_cat=&amp;p_company=47711000986292089&amp;p_user=APEX_PUBLIC_USER">The Love Handles</a>
          </li>
          <li role="none" id="t_MenuNav_1" class="a-MenuBar-item">
            <a role="menuitem" class="a-MenuBar-label" id="t_MenuNav_1i" href="z?p_url=%2Fpls%2Fapex%2Fr%2Ftacl%2Flovehandles%2Ftestimonials%3Fsession%3D126999839580923&amp;p_cat=&amp;p_company=47711000986292089&amp;p_user=APEX_PUBLIC_USER" tabindex="-1">Testimonials</a>
          </li>
          <li role="none" id="t_MenuNav_2" class="a-MenuBar-item">
            <a role="menuitem" class="a-MenuBar-label" id="t_MenuNav_2i" href="z?p_url=%2Fpls%2Fapex%2Fr%2Ftacl%2Flovehandles%2Fvideo%3Fsession%3D126999839580923&amp;p_cat=&amp;p_company=47711000986292089&amp;p_user=APEX_PUBLIC_USER" tabindex="-1">Video</a>
          </li>
          <li role="none" id="t_MenuNav_3" class="a-MenuBar-item">
            <a role="menuitem" class="a-MenuBar-label" id="t_MenuNav_3i" href="z?p_url=%2Fpls%2Fapex%2Fr%2Ftacl%2Flovehandles%2Faudio%3Fsession%3D126999839580923&amp;p_cat=&amp;p_company=47711000986292089&amp;p_user=APEX_PUBLIC_USER" tabindex="-1">Audio</a>
          </li>
          <li role="none" id="t_MenuNav_4" class="a-MenuBar-item"><a role="menuitem" class="a-MenuBar-label" id="t_MenuNav_4i" href="/pls/apex/r/tacl/lovehandles/events?session=126999839580923" tabindex="-1">Public Events</a></li>
        </ul>
      </div>
      <div class="t-Region t-Region--removeHeader js-removeLandmark t-Region--noBorder t-Region--scrollBody margin-top-md margin-bottom-none" id="R86308538000911630007">
        <div class="t-Region-header">
          <div class="t-Region-headerItems t-Region-headerItems--title">
            <span class="t-Region-headerIcon"><span class="t-Icon " aria-hidden="true"></span></span>
            <h2 class="t-Region-title" id="R86308538000911630007_heading" data-apex-heading="">Banner</h2>
          </div>
          <div class="t-Region-headerItems t-Region-headerItems--buttons"><span class="js-maximizeButtonContainer"></span></div>
        </div>
        <div class="t-Region-bodyWrap">
          <div class="t-Region-buttons t-Region-buttons--top">
            <div class="t-Region-buttons-left"></div>
            <div class="t-Region-buttons-right"></div>
          </div>
          <div class="t-Region-body"> We have public events coming up - click <a href="https://apex.oracle.com/pls/apex/tacl/r/lovehandles/events?session=126999839580923">here</a> for details </div>
          <div class="t-Region-buttons t-Region-buttons--bottom">
            <div class="t-Region-buttons-left"></div>
            <div class="t-Region-buttons-right"></div>
          </div>
        </div>
      </div>
    </div>
  </header>
  <div class="t-Body">
    <div class="t-Body-main">
      <div class="t-Body-title" id="t_Body_title"></div>
      <div class="t-Body-content" id="t_Body_content">
        <div id="t_Body_content_offset"></div>
        <main id="main" class="t-Body-mainContent">
          <span id="APEX_SUCCESS_MESSAGE" data-template-id="170623502890710416292_S" class="apex-page-success u-hidden"></span><span id="APEX_ERROR_MESSAGE" data-template-id="170623502890710416292_E" class="apex-page-error u-hidden"></span>
          <div class="t-Body-fullContent"></div>
          <div class="t-Body-contentInner">
            <div class="container">
              <div class="row ">
                <div class="col col-2  col-start"><span class="apex-grid-nbsp">&nbsp;</span></div>
                <div class="col col-6  ">
                  <div class="t-Region t-Region--removeHeader js-removeLandmark t-Region--scrollBody" id="R170615750588525591633">
                    <div class="t-Region-header">
                      <div class="t-Region-headerItems t-Region-headerItems--title">
                        <span class="t-Region-headerIcon"><span class="t-Icon " aria-hidden="true"></span></span>
                        <h2 class="t-Region-title" id="R170615750588525591633_heading" data-apex-heading="">Who are we?</h2>
                      </div>
                      <div class="t-Region-headerItems t-Region-headerItems--buttons"><span class="js-maximizeButtonContainer"></span></div>
                    </div>
                    <div class="t-Region-bodyWrap">
                      <div class="t-Region-buttons t-Region-buttons--top">
                        <div class="t-Region-buttons-left"></div>
                        <div class="t-Region-buttons-right"></div>
                      </div>
                      <div class="t-Region-body">
                        <p>The Love Handles are a 5-piece covers band who are regularly booked for weddings and parties all over the UK. We play a wide range of dance-floor classics, covering all types of music - pop, soul, britpop, rock’n’roll,
                          glam-rock, disco, rock and reggae from the fifties to the twenty-tens. Our aim is to really get the party kicking and we guarantee that you will not be disappointed. We have an instinct for what gets people up on the floor …
                          we expand and refine our set list based on years of experience – we know what makes people get up and get down! </p>
                        <p>Please use the menu above to explore our website and find recording, videos, testimonials, public events and more.</p>
                        <p>Contact us for availability, rates, etc. using the links below.</p>
                        <p>We are based in the South East of England but are prepared to travel - please ask. We have played all over England and even played in Ireland once.</p>
                        <p><a href="mailto:uklovehandles@gmail.com" title="Send us an email"><span class="fa fa-envelope"></span> uklovehandles@gmail.com</a></p>
                        <p><a href="https://www.facebook.com/LoveHandlesBand" target="_new" title="Visit our Facebook page (opens in a new window)"><span class="fa fa-facebook-square"></span> LoveHandlesBand</a></p>
                        <!-- p><a href="https://twitter.com/UKLoveHandles" target="_new" title="Visit our Twitter page (opens in a new window)"><span class="fa fa-twitter-square"></span> UKLoveHandles</a></p -->
                      </div>
                      <div class="t-Region-buttons t-Region-buttons--bottom">
                        <div class="t-Region-buttons-left"></div>
                        <div class="t-Region-buttons-right"></div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </main>
        <footer class="t-Footer" id="t_Footer" role="contentinfo">
          <div class="t-Footer-body">
            <div class="t-Footer-content"></div>
            <div class="t-Footer-apex">
              <div class="t-Footer-version">2021.2</div>
              <div class="t-Footer-customize"></div>
              <span class="u-BuiltWithAPEX">Built with <span class="fa fa-heart" role="img" aria-label="love"></span> using
                <a href="https://apex.oracle.com/" target="_blank" aria-describedby="apex_new_window_txt">Oracle APEX<span id="apex_new_window_txt" aria-hidden="true">(opens in new window)</span></a></span>
            </div>
          </div>
          <div class="t-Footer-top">
            <a href="#top" class="t-Footer-topButton" id="t_Footer_topButton" title="Start of page"><span class="a-Icon icon-up-chevron"></span></a>
          </div>
        </footer>
      </div>
    </div>
  </div>
  <div class="t-Body-inlineDialogs" id="t_Body_inlineDialogs"></div><input type="hidden" id="pPageFormRegionChecksums" value="[]">
  <input type="hidden" id="pPageItemsRowVersion" value=""><input type="hidden" id="pPageItemsProtected" value="/GwltQ34zubClOh7usE2-JuY7UR6JamRv2C2GRx5Hg6bcadhajQwyBcOC25YszNXOuf6caP6VFmxHFaO-MloPaA">
</form>

Text Content

Skip to Main Content
*****************************************
 * Install App


 * The Love Handles
 * Testimonials
 * Video
 * Audio
 * Public Events


BANNER


We have public events coming up - click here for details

 


WHO ARE WE?



The Love Handles are a 5-piece covers band who are regularly booked for weddings
and parties all over the UK. We play a wide range of dance-floor classics,
covering all types of music - pop, soul, britpop, rock’n’roll, glam-rock, disco,
rock and reggae from the fifties to the twenty-tens. Our aim is to really get
the party kicking and we guarantee that you will not be disappointed. We have an
instinct for what gets people up on the floor … we expand and refine our set
list based on years of experience – we know what makes people get up and get
down!

Please use the menu above to explore our website and find recording, videos,
testimonials, public events and more.

Contact us for availability, rates, etc. using the links below.

We are based in the South East of England but are prepared to travel - please
ask. We have played all over England and even played in Ireland once.

uklovehandles@gmail.com

LoveHandlesBand


2021.2

Built with using Oracle APEX(opens in new window)