Vi flyttar från butik till nätet - så funkar det framåt
The Geeky Bartender Drinks | 0:e upplagan
- Inbunden, Engelska, 2020
- Författare: Cassandra Reeder
- Betyg:
169
kr
Skickas inom 0-2 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Sip your way through the most legendary cocktails from the worlds of science fiction, fantasy, and more with over 70 nerdy recipes as realistically imagined by Cassandra Reeder, aka The Geeky Chef.
Whether you binge sci-fi TV shows, rewatch cult films, get addicted to MMORPGs, or read all the fantasy book series, The GeekyBartender Drinks has your fictional beverage fantasies covered.
For super fans of every variety, this leveled-up cocktail book will soon have you unlocking achievements behind the bar, no matter if you’re mixing drinks for yourself, a friend, or even a viewing party. And for all you nondrinkers, don’t fret: this book has a nonalcoholic chapter along with plenty of imaginative tricks for making drinks alcohol-free.
After an introduction to making your own flavored simple syrups and instructions on cool special effects such as shimmer, fire, and mist, get ready to restore your mana and wow your guests with these and more brilliant drinks:
Let your love for sci-fi or fantasy shine with The Geeky Chef series by creating food and drinks from your favorite shows, movies, and video games. Your cool, homemade, fiction-themed spread will make you the life of the party. Incredibly fun and creative, and colorfully designed, The Geeky Chef books make the perfect gift for the geek in your life who lives in a world of their own.
Other titles in this series include: Geeky Bartender Drinks, Geeky Chef Cookbook, Geeky Chef Drinks, and Geeky Chef Strikes Back.
Whether you binge sci-fi TV shows, rewatch cult films, get addicted to MMORPGs, or read all the fantasy book series, The GeekyBartender Drinks has your fictional beverage fantasies covered.
For super fans of every variety, this leveled-up cocktail book will soon have you unlocking achievements behind the bar, no matter if you’re mixing drinks for yourself, a friend, or even a viewing party. And for all you nondrinkers, don’t fret: this book has a nonalcoholic chapter along with plenty of imaginative tricks for making drinks alcohol-free.
After an introduction to making your own flavored simple syrups and instructions on cool special effects such as shimmer, fire, and mist, get ready to restore your mana and wow your guests with these and more brilliant drinks:
- Sulfuron Slammer (World of Warcraft)
- Romulan Ale (Star Trek)
- Sonic Screwdriver (Doctor Who)
- Butterbeer (Harry Potter)
- Moloko Plus (A Clockwork Orange)
- Ardees aka Jawa Juice (Star Wars)
- Hero Drink (Final Fantasy)
Let your love for sci-fi or fantasy shine with The Geeky Chef series by creating food and drinks from your favorite shows, movies, and video games. Your cool, homemade, fiction-themed spread will make you the life of the party. Incredibly fun and creative, and colorfully designed, The Geeky Chef books make the perfect gift for the geek in your life who lives in a world of their own.
Other titles in this series include: Geeky Bartender Drinks, Geeky Chef Cookbook, Geeky Chef Drinks, and Geeky Chef Strikes Back.
Om denna bok
The Geeky Bartender Drinks av Cassandra Reeder är en Inbunden bok på Engelska. Den utgavs 2020 av Stardist bokimport.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Geeky Bartender Drinks begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Mat & dryck
Bandtyp:
Inbunden
Språk:
Engelska
ISBN:
9781631067099
Upplaga:
0
Utgiven:
2020-05-05
Förlag:
Stardist bokimport
Sidantal:
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>