BryCreate

BryCreate Hello! I am Bryan, I am an artist and musician! Follow me on my art journey

A few paintings I've done this month.Some oil paintings and some acrylic paintings
07/30/2024

A few paintings I've done this month.
Some oil paintings and some acrylic paintings

01/05/2024

Hungy boi

A cool piece I did for my brother! If anyone is interested in having a portrait done like this of yourself or a loved on...
12/13/2023

A cool piece I did for my brother! If anyone is interested in having a portrait done like this of yourself or a loved one.
You can print it or send it digitally!
I think it would make a great Christmas gift idea! Feel free to contact me on my personal page Bryan Cole Ramsey for price!

12/02/2023
Here's a version no effects
11/03/2023

Here's a version no effects

Something I've been working on (2 different color variants)
11/03/2023

Something I've been working on (2 different color variants)

Final drawing on Halloween
11/01/2023

Final drawing on Halloween

1 drawing a day till Halloween  (10/30)Yesterday's didn't post...
10/31/2023

1 drawing a day till Halloween (10/30)
Yesterday's didn't post...

1 drawing a day till Halloween (10/29)
10/29/2023

1 drawing a day till Halloween (10/29)

Address

Cheyenne, WY
82007

Website

Alerts

Be the first to know and let us send you an email when BryCreate 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); });