Pedal Brewfest
Pedal Brewfest returns on Saturday, July 20th from 1-5PM at Oakland’s Snow Park next to Lake Merritt! Join Drake’s and other local craft breweries as we share a wide range of thoughtfully crafted, full-flavored, and super refreshing brews, perfect for kicking back on a warm summer day. Enjoy live music, food, and a bikey good time on the shore of beautiful Lake Merritt.
[raw]
Buy Tickets on Eventbrite
var exampleCallback = function() {
console.log(‘Order complete!’);
};
window.EBWidgets.createWidget({
widgetType: ‘checkout’,
eventId: ‘901953967597’,
modal: true,
modalTriggerElementId: ‘eventbrite-widget-modal-trigger-901953967597’,
onOrderComplete: exampleCallback
});
#eventbrite-widget-modal-trigger-901953967597 {
border: none;
background: #fffff; /* white background */
color: #447D63; /* green text color */
border-radius: 0px;
transition: all 100ms linear;
cursor: pointer;
padding: 1em;
}
#eventbrite-widget-modal-trigger-901953967597:hover {
background: #7ED5E3; /* blue background on hover */
color: #447D63; /* green text color */
}
[/raw]
Breweries
- Dokkaebier
- Sante Adairius Rustic Ales
- Laughing Monk Brewing
- 21st Amendment Brewery
- Crow & Wolf Brewing
- Wolf House Brewing Company
More breweries TBA!
These are some of the best beers California has to offer! Entry to Pedal Brewfest is FREE, so bring the whole crew to enjoy the sunshine. Food will be available for purchase, and you’re also welcome to bring your own food to have a picnic on the lawn.
All proceeds benefit the good folks of Bike East Bay in their local advocacy efforts to bring about better, safer biking for all.
[raw]
var exampleCallback = function() {
console.log(‘Order complete!’);
};
window.EBWidgets.createWidget({
// Required
widgetType: ‘checkout’,
eventId: ‘901953967597’,
iframeContainerId: ‘eventbrite-widget-container-901953967597’,
// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});
[/raw]