Designs By Lexi

Designs By Lexi This is a custom art page. My art is all free hand. I have not went to school for this but am self taught. I do aspire to go to Art school when I graduate.

Tribal koi
01/28/2023

Tribal koi

Dancing skeleton
01/28/2023

Dancing skeleton

Magic Hand
01/28/2023

Magic Hand

01/28/2023
Neon Hands
12/29/2022

Neon Hands

Radomness
12/29/2022

Radomness

Bones
12/29/2022

Bones

Over the garden wall
12/29/2022

Over the garden wall

Pumpkin boy & baby
12/29/2022

Pumpkin boy & baby

Halloween 2022
12/29/2022

Halloween 2022

Random doodles
12/29/2022

Random doodles

Address

Gadsden, AL

Alerts

Be the first to know and let us send you an email when Designs By Lexi posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });