Help
RSS
API
Feed
Maltego
Contact
Domain > cakesby.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-07-29
13.107.219.51
(
ClassC
)
2025-08-04
172.174.180.89
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyContent-Type: text/html; charsetUTF-8Location: https://cakesby.com/Server: Microsoft-IIS/10.0Date: Mon, 04 Aug 2025 10:26:31 GMTContent-Length: 143 head>title>Document Moved/title>/head>body>h1>Object Moved/h1>This document may be found a HREFhttps://cakesby.com/>here/a>/body>
Port 443
HTTP/1.1 200 OKTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8Server: Microsoft-IIS/10.0Strict-Transport-Security: max-age2592000Date: Mon, 04 Aug 2025 10:26:31 GMT !DOCTYPE html>html langen>head> !-- SITE TITTLE --> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>Cakes | Home/title> !-- PLUGINS CSS STYLE --> link href/plugins/jquery-ui/jquery-ui.min.css relstylesheet> link href/plugins/bootstrap/css/bootstrap.min.css relstylesheet> link href/plugins/font-awesome/css/font-awesome.min.css relstylesheet> link href/plugins/selectbox/select_option1.css relstylesheet> link href/plugins/slick/slick.css relstylesheet mediascreen> link href/plugins/slick/slick-theme.css relstylesheet mediascreen> link href/plugins/prismjs/prism.css relstylesheet> link href/plugins/fancybox/jquery.fancybox.min.css relstylesheet /> link href/plugins/isotope/isotope.min.css relstylesheet> link href/plugins/animate/animate.css relstylesheet> link href/plugins/daterangepicker/css/daterangepicker.css relstylesheet> link href/plugins/no-ui-slider/nouislider.min.css relstylesheet /> !-- CUSTOM CSS --> link href/css/home.css relstylesheet> link href/css/color-option8.css relstylesheet idoption_color> !-- FAVICON --> !-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> !-- WARNING: Respond.js doesnt work if you view the page via file:// --> !--if lt IE 9> script srchttps://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js>/script> script srchttps://oss.maxcdn.com/respond/1.4.2/respond.min.js>/script> !endif--> !-- Global site tag (gtag.js) - Google Analytics --> script async srchttps://www.googletagmanager.com/gtag/js?idG-41EGP95EEK>/script> script>window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, G-41EGP95EEK);/script> !-- Google Tag Manager --> script>(function (w, d, s, l, i) { wl wl || ; wl.push({ gtm.start: new Date().getTime(), event: gtm.js }); var f d.getElementsByTagName(s)0, j d.createElement(s), dl l ! dataLayer ? &l + l : ; j.async true; j.src https://www.googletagmanager.com/gtm.js?id + i + dl; f.parentNode.insertBefore(j, f); })(window, document, script, dataLayer, GTM-MB5LQFS);/script> !-- End Google Tag Manager -->/head>body idbody class> !-- Google Tag Manager (noscript) --> noscript> iframe srchttps://www.googletagmanager.com/ns.html?idGTM-MB5LQFS height0 width0 styledisplay:none;visibility:hidden>/iframe> /noscript> !-- End Google Tag Manager (noscript) --> header idpageTop classheader> !-- NAVBAR --> nav classnavbar navbar-expand-md main-nav> div class container> button classnavbar-toggler navbar-toggler-right typebutton data-togglecollapse data-target#navbarSupportedContent aria-controlsnavbarSupportedContent aria-expandedfalse aria-labelToggle navigation> span classburger-menu icon-toggle>i classfa fa-bars>/i>/span> /button> a href/index stylewidth:400px classm-0 p-0> span styleheight:47px;font-size:26pt;color:#000; classm-0 p-0>Cakes/span> span classprimary-color m-0 p-0 styleheight:47px;font-size:26pt;>By/span> /a> div classcollapse navbar-collapse idnavbarSupportedContent> ul classnavbar-nav ml-auto> li classnav-item > a classnav-link href/Index#pageTop onclickgetHomeLocation()>Home/a> /li> li classnav-item > a classnav-link href/Search onclickgetLocation()>Search/a> /li> li classnav-item > a classnav-link href/Index#localmembers onclickgetLocalLocation()>LOCAL/a> /li> li classnav-item > a classnav-link href/Offers onclickgetOfferLocation()>OFFERS/a> /li> li classnav-item > a classnav-link href/Index#help>Help/a> /li> li classnav-item bg-primary pl-1 pr-1> a classnav-link text-white border-0 href/Identity/Account/Join>Register/a> /li> li classnav-item> a classnav-link href/Identity/Account/Login>Login/a> /li> /ul> /div> !-- header search --> !-- header search ends--> /div> /nav>/header>script typetext/javascript>function getLocation(ctrl) { DisplayProgressMessage(ctrl, searching); if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useLocation); } }; function useLocation(position) { var selectedService $(#service).val(); window.location.replace(/Search?longitude + position.coords.longitude + &latitude + position.coords.latitude + &service + selectedService); }; function getHomeLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useHomeLocation); } }; function useHomeLocation(position) { window.location.replace(/Index?longitude + position.coords.longitude + &latitude + position.coords.latitude + #pageTop); }; function getLocalLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useLocalLocation); } }; function useLocalLocation(position) { window.location.replace(/Index?longitude + position.coords.longitude + &latitude + position.coords.latitude + #localmembers); }; function getOfferLocation(ctrl) { DisplayProgressMessage(ctrl, searching); if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useOfferLocation); } }; function useOfferLocation(position) { window.location.replace(/Offers?longitude + position.coords.longitude + &latitude + position.coords.latitude); }; function getLocationSamePage(ctrl) { DisplayProgressMessage(ctrl, searching); if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useLocationSamePage); } }; function useLocationSamePage(position) { window.location.replace(?longitude + position.coords.longitude + &latitude + position.coords.latitude + #localmembers); }; function getOfferLocationWithService(ctrl) { DisplayProgressMessage(ctrl, Filtering); if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useOfferLocationWithService); } }; function useOfferLocationWithService(position) { var selectedService $(#service).val(); window.location.replace(/Offers?longitude + position.coords.longitude + &latitude + position.coords.latitude + &service + selectedService); }; function getLocationWithService(ctrl) { DisplayProgressMessage(ctrl, ); if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(useLocationWithService); } }; function useLocationWithService(position) { var selectedService $(#service).val(); var selectedLocation $(#location).val(); window.location.replace(/Search?longitude + position.coords.longitude + &latitude + position.coords.latitude + &service + selectedService + &location + selectedLocation); };/script> div classmain-wrapper home_transparent-wrapper @active home-message> !-- ABOUT SECTION -->section classquickJump mb-2 mt-2> div classcontainer> div classrow> div classcol-12 mb-2> h4>Quick Search/h4> /div> /div> div classrow pl-2> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100167> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>CUPCAKES/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100168> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>COOKIES/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100169> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>WEDDING/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100170> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>BIRTHDAY/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100171> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>SHORTBREAD/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100172> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>BESPOKE/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100173> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>EVENTS/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100174> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>GRADUATION/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100175> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>RETIREMENT/h4> /div> /a> /li> /ul> /div> div classtext-center> ul classnav nav-tabs icon_tabs nav-justified roletablist> li classnav-item text-center bg-primary pt-2 pb-1 pl-3 pr-3 m-1> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100176> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:12px;line-height:26px;>CHRISTENING/h4> /div> /a> /li> /ul> /div> /div> /div>/section>!-- ABOUT SECTION -->section classabout mb-2> div classcontainer> div classrow> div classcol-sm-8 offset-sm-2 col-xs-12 text-center> div classsectionTitle> p classh2 m-1 p-1 primary-color>A Community Built Around/p> h2 classh2 m-0 p-1>Cakes /h2> h4 classh4 m-0 p-1>Build a free Cakes website for your business/h4> /div> /div> /div> div classrow> div classcol-sm-8 offset-sm-2 col-xs-12 text-center> div classsectionTitle> div classseperator> svg xmlnshttp://www.w3.org/2000/svg classseperator-icon viewBox0 0 169.6 192.6> path dM79.9 96.3l2.4-4.2h4.9l2.4 4.2-2.4 4.2h-4.9l-2.4-4.2zM82.2 0v14.1l-5.8-5.8-3.8 3.8 9.6 9.6v7.4l-9.6-9.6-3.8 3.8 13.4 13.4V44L69.1 30.8l-3.8 3.8 16.9 16.9v7L66.6 43l-3.8 3.8 19.4 19.4v25.3l-22-12.7-7.1-26.6-5.2 1.4 5.7 21.3-6.1-3.5-6.2-23.1-5.2 1.4 4.8 17.9-6.3-3.6-4.9-18.4-5.2 1.4L28 60.3l-6.4-3.7-3.5-13.1-5.2 1.4 2.1 7.9-12-6.9-.3-.2L0 50.4l12.2 7-7.9 2.1 1.4 5.2 13.1-3.5 6.4 3.7-13.1 3.5 1.4 5.2 18.4-4.9 6.3 3.6-17.9 4.8 1.4 5.2 23.1-6.2 6.1 3.5-21.3 5.7 1.4 5.2 26.6-7.1 21.9 12.7-22 12.7-26.6-7.1-1.4 5.2 21.3 5.7-6.1 3.5-23.1-6.1-1.4 5.2 17.9 4.8-6.3 3.6-18.4-4.9L12 124l13.1 3.5-6.4 3.7-13.1-3.5-1.4 5.2 7.9 2.1-11.9 6.9-.2.1 2.7 4.7 12.2-7-2.1 7.9L18 149l3.5-13.1 6.4-3.7-3.5 12.8-.1.3 5.2 1.4 4.9-18.4 6.3-3.6-4.7 17.6-.1.3 5.2 1.4 6.2-23.1 6.1-3.5-5.6 21.1-.1.3 5.2 1.4 7.1-26.6 22-12.7v25.4l-19.4 19.4 3.8 3.8L82 134v7l-16.9 16.9 3.8 3.8L82 148.6v7.3l-13.4 13.4 3.8 3.8 9.6-9.6v7.4l-9.6 9.6 3.8 3.8 5.8-5.8v14.1h5.4v-14.1l5.8 5.8 3.8-3.8-9.6-9.6v-7.4l9.6 9.6 3.8-3.8-13.4-13.4v-7.3l13.1 13.1 3.8-3.8L87.4 141v-7l15.6 15.6 3.8-3.8-19.4-19.4V101l22 12.7 7.1 26.6 5.2-1.4-5.7-21.3 6.1 3.5 6.2 23.1 5.2-1.4-4.8-17.9 6.3 3.6 4.9 18.4 5.2-1.4-3.5-13.1 6.4 3.7 3.5 13.1 5.2-1.4-2.1-7.9 11.9 6.9.3.2 2.7-4.7-12.2-7 7.9-2.1-1.4-5.2-13.1 3.5-6.4-3.7 13.1-3.5-1.4-5.2-18.4 4.9-6.3-3.6 17.9-4.8-1.4-5.2-23.1 6.2-6.1-3.5 21.3-5.7-1.4-5.2-26.6 7.1-21.7-12.9 22-12.7 26.6 7.1 1.4-5.2-21.3-5.7 6.1-3.5 23.1 6.2 1.4-5.2-17.9-4.8 6.3-3.6 18.4 4.9 1.4-5.2-13.1-3.5 6.4-3.7 13.1 3.5 1.4-5.2-7.9-2.1 11.9-6.9.3-.2-2.7-4.7-12.2 7L157 45l-5.2-1.4-3.5 13.1-6.4 3.7 3.4-12.8.1-.3-5.2-1.4-4.9 18.4-6.3 3.6 4.7-17.6.1-.3-5.2-1.4-6.2 23.1-6.1 3.5 5.6-21.1.1-.3-5.2-1.4-7.3 26.6-21.9 12.7V66.3L107 46.8l-3.8-3.8-15.6 15.6v-7l16.9-16.9-3.8-3.8L87.6 44v-7.3L101 23.3l-3.8-3.8-9.6 9.6v-7.4l9.6-9.6-3.8-3.8-5.8 5.8V0h-5.4z /> /svg> /div> /div> /div> /div> div classrow mt-0 ml-0 mr-0 pb-2> div classcol-12 mt-3> div classrow> div classcol-6 text-center h2 p-0 pr-1> a href/Identity/Account/Join classbtn btn-secondary push-xs-right form-control p-0 pt-1 aria-labelList Your Business> List Your Business span classfa fa-home p-0 pl-1>/span> /a> /div> div classcol-6 text-center h2 p-0 pl-1> a href/Search classbtn btn-secondary push-xs-right form-control p-0 pt-1 aria-labelFind A Provider> Find A Provider span classfa fa-search p-0 pl-1>/span> /a> /div> /div> /div> /div> div classrow> div classcol-sm-10 offset-sm-1> div classmb-3> p classtext-center> Connecting strong>local people/strong> and strong>providers/strong>. Search nearby, in a specific location, by provider or by service. We will help you get connected. If you wish to list your services for visitors to get in touch register above to get started. We just launched this awesome site so stay with us whilst we fix any bugs and grow the network. /p> /div> /div> /div> div classrow mt-3> div classcol-md-4 offset-md-4 text-center mb-1> div classsectionSearchMyLocation> button classbtn btn-primary push-xs-right form-control aria-labelSearch My Location onclickreturn getLocation(this);> Search My Area Now i classfa fa-search ml-2>/i> /button> /div> /div> /div> div classrow mt-5 mb-3 idsearch> div classcol-xs-4 col-md-4 mb-3> div classrow d-none d-sm-block d-md-block d-lg-block d-xl-block> div classcol-xs-12 col-md-12 pl-3 pr-3> div classabout_feature> img classabout_feature-img src/sites/1016/img/home/h1.jpg altCard image> div classgradient_overlay> div classabout_feature-title> span class>Search by/span> h4 class>Location/h4> /div> /div> /div> /div> /div> form methodget actionSearch> div classrow> div classcol-9 pl-3 pr-0 countrySelect mt-1> input typetext namelocation placeholderSearch By Location classform-control text-uppercase text-center text-dark /> /div> div classcol-3 countrySelect pl-0 pr-3 mt-1> button idsearchByLocation typesubmit classbtn btn-lg btn-primary form-control p-0 onclickreturn DisplayProgressMessageAndSubmit(this, );>i classfa fa-search>/i>/button> /div> /div> /form> /div> div classcol-xs-4 col-md-4 mb-3> div classrow d-none d-sm-block d-md-block d-lg-block d-xl-block> div classcol-xs-12 col-md-12 pl-3 pr-3> div classabout_feature> img classabout_feature-img src/sites/1016/img/home/h2.jpg altCard image> div classgradient_overlay> div classabout_feature-title> span class>Search by/span> h4 class>Name/h4> /div> /div> /div> /div> /div> form methodget actionSearch> div classrow> div classcol-9 pl-3 pr-0 countrySelect mt-1> input typetext namename placeholderSearch By Name classform-control text-uppercase text-center text-dark /> /div> div classcol-3 countrySelect pl-0 pr-3 mt-1> button idsearchByName typesubmit classbtn btn-lg btn-primary form-control p-0 onclickreturn DisplayProgressMessageAndSubmit(this, );>i classfa fa-search>/i>/button> /div> /div> /form> /div> div classcol-xs-4 col-md-4 mb-3> div classrow d-none d-sm-block d-md-block d-lg-block d-xl-block> div classcol-xs-12 col-md-12 pl-3 pr-3> div classabout_feature> img classabout_feature-img src/sites/1016/img/home/h3.jpg altCard image> div classgradient_overlay> div classabout_feature-title> span class>Search by/span> h4 class>Service/h4> /div> /div> /div> /div> /div> form methodget actionSearch> div classrow> div classcol-9 pl-3 pr-0 mt-1 countrySelect text-center> select idservice nameservice classform-control select-drop text-uppercase text-center text-dark styledisplay: none;> option value>Search By Service/option> option value100172>Bespoke/option> option value100170>Birthday/option> option value100176>Christening/option> option value100168>Cookies/option> option value100167>Cupcakes/option> option value100173>Events/option> option value100174>Graduation/option> option value100175>Retirement/option> option value100171>Shortbread/option> option value100169>Wedding/option> /select> /div> div classcol-3 countrySelect pl-0 pr-3 mt-1> button idsearchByService typesubmit classbtn btn-lg btn-primary form-control p-0 onclickgetLocationWithService(this, $(#service).val())>i classfa fa-search>/i>/button> /div> /div> /form> /div> /div> /div>/section>!-- ABOUT SECTION -->section classhome-service tab bg-sand> div classcontainer> div classrow> div classcol-sm-8 offset-sm-2 col-xs-12 text-center> div classsectionTitle> span classh4>Available Services/span> h2>What are you looking for?/h2> /div> /div> /div> div classrow> div classcol-md-8 offset-md-2 col-xs-12 text-center> p classtext-center> To help you find someone who has a particular service you may be looking for click on the nearest service below to what you are looking for. We list a range of services but you may find more detailed offerings by getting in touch directly with the person or company. /p> /div> /div> !-- Tabs row starts here --> div classrow mt-5 p-0> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100167> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>CUPCAKES/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100168> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>COOKIES/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100169> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>WEDDING/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100170> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>BIRTHDAY/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100171> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>SHORTBREAD/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100172> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>BESPOKE/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100173> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>EVENTS/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100174> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>GRADUATION/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100175> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>RETIREMENT/h4> /div> /a> /li> /ul> /div> div classcol-6 col-lg-4 col-md-4 col-xl-4 mb-0 mt-0 ml-0 mr-0 p-1> ul classnav nav-tabs icon_tabs nav-justified p-0 roletablist> li classnav-item text-center bg-primary p-2> a classnav-link active text-center p-0 styleheight:30px;background-color: transparent !important; href/Search?Service100176> div classp-0 m-0> h4 classtext-white stylefont-weight:700;font-size:18px;line-height:26px;>CHRISTENING/h4> /div> /a> /li> /ul> /div> /div> /div>/section>!-- BRAND CAROUSEL -->section classbrand_carousel bg-primary> div classcontainer> div classslick_brands> div classbrand_single> div classbrand_img> img src/img/home/brands/brand1.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand2.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand3.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand4.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand1.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand2.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand3.png alt> /div> /div> div classbrand_single> div classbrand_img> img src/img/home/brands/brand4.png alt> /div> /div> /div> /div>/section>!-- PRODUCT SECTION -->section classproduct_section bg-sand idlocalmembers> div classcontainer> div classrow> div classcol-sm-8 offset-sm-2 col-xs-12 text-center> div classsectionTitle> span classh4>Nearby Providers/span> h2>Find Someone Local/h2> /div> /div> /div> div classrow> div classcol-md-8 offset-md-2 col-xs-12 text-center> p classtext-center> These providers could be located in other areas if you have not specifically searched for nearby providers. To ensure you only see local providers please search below. /p> /div> /div> div classrow mb-3 p-0 mt-5> div classcol-md-4 offset-md-4 text-center mb-3> div classsectionSearchMyLocation> button classbtn btn-primary push-xs-right form-control aria-labelSearch My Location onclickgetLocationSamePage(this)> Search My Area Now i classfa fa-search ml-2>/i> /button> button classbtn btn-secondary push-xs-right form-control mt-2 aria-labelAdvanced Search onclickgetLocation(this)> Advanced Search i classfa fa-search ml-2>/i> /button> /div> /div> /div> div classrow> !-- Card with Bootstrap 4 cards component --> div classcol-6 col-lg-4 col-md-4 col-xl-3 pl-lg-1 pl-xl-1 pr-lg-1 pr-xl-1 mb-2 pr-md-0 pl-md-0 pl-sm-0 pr-sm-0 pl-xs-0 pr-xs-0 pr-0 pl-0> div classcard product-card pl-1 pr-1> div classcard_img text-center pb-3> a classd-sm-inline d-xs-inline d-md-inline d-lg-inline d-xl-inline hrefcakedemo> img classimg-full member_img src/sites/1016/img/home/h1.jpg altCard image> /a> a hrefcakedemo> h4 classcard-title text-center>Cake Demo/h4> p>Distance Unknown/p> /a> a hrefcakedemo>span classh5 text-primary>Visit/span>/a> /div> /div> /div> /div> /div>/section>section idoffers classdeals> div classcontainer> div classrow> div classcol-md-8 offset-md-2 col-xs-12 text-center> div classsectionTitle> span classh4>Specials/span> h2>A Selection of Member Offers/h2> /div> /div> /div> div classrow> div classcol-md-8 offset-md-2 col-xs-12 text-center> p classtext-center> These offers could be located in other locations unless you searched for nearby providers. To ensure you only see local provider offers please search below. /p> /div> /div> div classrow mb-3 p-0 mt-5> div classcol-md-4 offset-md-4 text-center mb-3> div classsectionSearchMyLocation> button classbtn btn-primary push-xs-right form-control aria-labelSearch My Location onclickgetOfferLocation(this)> Search Nearby Offers i classfa fa-search ml-2>/i> /button> /div> /div> /div> ul classrow> li classcol-md-6> div classmedia deal_single> div classdeal_single_img> div classdeal_img bg-primary text-center pl-3 pr-3 pt-3 pb-3>h1 classtext-white text-center>B/h1>/div> /div> div classmedia-body> a hrefcakedemo#offers>h3 classmt-0>Birthday/h3>/a> a hrefcakedemo#offers classbtn btn-primary btn-sm> £ 50.00(Per Item) /a> p> Birthday Demo Cake /p> a hrefcakedemo#offers>span classtext-primary>Offered by Cake Demo /span>/a> /div> /div> /li> /ul> /div>/section>!-- Call to action -->section classcta idhelp> div classcontainer-fluid> div classrow no-gutters> div classcol-xs-6 col-md-6> div classcta-left> img classfullWidthVariableHeight src/sites/1016/img/home/h4.jpg alt> /div> /div> div classcol-xs-6 col-md-6> div classcta_content-box> div classcta_desc> h2>Need more help? br> Search or Join/h2> p classh5 mb-3 p-0 high-line-height> Our priority is to connect visitors quickly with the right individual, group or company. The quickest and best route is using the search page and identifying who or what service you are looking for. /p> a href/Search classbtn btn-secondary btn-default mb-2 form-control mb-5>Search/a> p classh5 mb-3 p-0> If you are here to build connections with visitors by listing yourself or your business please join here. /p> a href/Identity/Account/Join classbtn btn-secondary btn-default form-control>Join/a> /div> /div> /div> /div> /div>/section>!-- CONTACT US SECTION -->section classcontact mb-5> div classcontainer> div classcontact_item-container> div classrow justify-content-center justify-content-lg-between> div classcol-md-4> div class> h3>About Us/h3> p> We facilitate connections with local providers through this community site. /p> p>Although users control their own content you can contact us about anything by visiting a hrefhttps://connectingby.com target_blank classbold primary-color>Connecting By/a>./p> /div> /div> div classcol-md-4 col-lg-3> div class> h3>Operating Hours/h3> ul> li>Mon - Fri: 9 AM - 5 PM/li> li>Saturday: Closed/li> li>Sunday: Closed/li> /ul> /div> /div> div classcol-md-4> div class> h3>Contact/h3> ul> li classmb-3>The most reliable way to get in touch is by email. This is sent to the people most able to help. Before emailing you may wish to visit the a classprimary-color href/FAQ>Frequently Asked Questions/a> section as we update this often with users queries./li> li>Email: a hrefmailto:cakesby@connectingby.com>cakesby@connectingby.com/a>/li> /ul> /div> /div> /div> /div> /div>/section>!-- MODALS -->div classmodal fade product-modal idproduct-modal tabindex-1 roledialog aria-labelledbymyLargeModalLabel aria-hiddentrue> div classmodal-dialog modal-lg> div classmodal-content> div classmodal-body> button typebutton classclose push-xs-right data-dismissmodal aria-labelClose> i classfa fa-close>/i> /button> div classcontainer-fluid modal-item> div classrow> div classcol-sm-6> div classsingle_item-img> img src/img/home/deal/modal1.jpg altimage> /div> /div> div classcol-sm-6> div classsingle_item-details> h2>Supreme Body Care/h2> span classtext-primary>$50/span> del>$70/del> p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. /p> input typenumber name value1> a href classbtn btn-primary btn-icon>i classfa fa-shopping-basket>/i> Add to cart/a> p>Categories: a href#>Products/a>, a href>Soap/a> /p> /div> /div> /div> /div> /div> /div> /div>/div> footer classfooter> div classrow> div classcol-md-6 offset-md-3 mt-2> div classcopyRight_text text-center high-line-height> a hrefhttps://www.CakesBy.com>CakesBy.com/a> is part of the a hrefhttps://www.connectingby.com target_blank>ConnectingBy.com/a> family br /> This site is unique because it is built specifically for the cakes area. Sites built here use components tailored to this area and visitors are here specifically to find providers in the cakes space. br /> © 2025 - Lovell Developments Limited (Reg 05252395) - 1.0.10 /div> div classtext-center> a classprimary-color high-line-height href/Privacy>Privacy Policy/a> /div> div classtext-center> a classprimary-color high-line-height href/FAQ>Frequently Asked Questions/a> /div> /div> /div> div classrow> div classcol-md-6 offset-md-3 mt-2> div classcopyRight_text text-center high-line-height> p>strong>Please note /strong>that this site is still in the early days of its potential. Although it is a complete and fully functional site you may experience daily changes as constant improvements are rolled out. We thank you for your patience as we try to build you the best business tool we can. We always welcome feedback./p> /div> /div> /div>/footer> /div> !-- JAVASCRIPTS --> script src/plugins/jquery/jquery-3.3.1.min.js>/script> script src/plugins/jquery-ui/jquery-ui.min.js>/script> script src/plugins/bootstrap/js/bootstrap.bundle.min.js>/script> script src/plugins/selectbox/jquery.selectbox-0.1.3.min.js>/script> script src/plugins/slick/slick.min.js>/script> script src/plugins/fancybox/jquery.fancybox.min.js>/script> script src/plugins/circle-progress/jquery.appear.js>/script> script src/plugins/isotope/isotope.min.js>/script> script src/plugins/datepicker/bootstrap-datepicker.min.js>/script> script src/plugins/counterUp/counterup.min.js>/script> script src/plugins/syotimer/jquery.syotimer.min.js>/script> script src/plugins/daterangepicker/js/moment.min.js>/script> script src/plugins/daterangepicker/js/daterangepicker.min.js>/script> script src/plugins/images-loaded/js/imagesloaded.pkgd.min.js>/script> script src/plugins/no-ui-slider/nouislider.min.js>/script> script srchttps://maps.googleapis.com/maps/api/js?keyAIzaSyAafQIAF7xtLJbHSpnhXtkvTNOA1VCqBV0>/script> div idcookie-banner classalert alert-secondary fade show text-center bg-primary p-3 mb-0 rolealert> p classtext-white>Consent is required for cookies to be used on this site. We only use cookies for analytics and performance purposes. /p> button idcookie-button typebutton classbtn btn-info ms-auto me-auto mt-3 data-bs-dismissalert aria-labelClose data-cookie-string.AspNet.Consentyes; expiresSat, 9/3/2025 11:26:31 AM; path/; secure; samesitestrict> Accept /button>/div> script src/js/home.js?vGjutUvgYyyZICgcHzk_5PZMSrNBQmWL818sxkA-TlQU>/script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]