Vi flyttar från butik till nätet - så funkar det framåt
Teenager | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Bud Smith
- Betyg:
175
kr
Skickas inom 1-3 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
AN NPR BEST BOOK OF THE YEAR • Two teenagers, in love and insane, journey across the United States in this Bonnie and Clyde–like adventure, pursuing a warped American dream, where Elvis is still king and the corn dog is the “backbone of this great country.”
“There is a typo on page 14. Other than that, this book is perfect.” —Bill Callahan
“He told her he was a one-woman man and she was it for him. Teal said that was good because he was it for her. It and It. Both of them were It.”
Kody Rawlee Green is stuck in juvie. Tella “Teal Cartwheels” Carticelli is packing her bags for Rome--on the orders of her parents, who want her as far from Kody as possible. But teenage love is too strong a force for the obstacles of reality. And the highway beckons.
Leaving their abusive pasts behind them in Jersey, Kody and Teal set off on a cross-country road trip equal parts self-destruction and self-discovery, making their way, one stolen car at a time, toward bigger, wider, bluer skies. Along the road, of course, there’s time to stop at Graceland, classic diners, a fairgrounds that smells of “pony shit and kettle corn," and time for run-ins with outsize personalities like the reincarnated Grand Canyon tour guide Dead Bob and the spurious Montana rancher Bill Gold. On their heels, all the while, is Teal’s brother, Neil Carticelli, who’s abandoned his post in the navy to rescue the sister he left behind. But does she really need saving?
These all too American tropes find new expression in Bud Smith’s own freewheeling prose—and in Rae Buleri’s original illustrations—filling Teenager with humor, poetry, and a joy that’s palpable in every unforgettable sentence.
A VINTAGE ORIGINAL
“There is a typo on page 14. Other than that, this book is perfect.” —Bill Callahan
“He told her he was a one-woman man and she was it for him. Teal said that was good because he was it for her. It and It. Both of them were It.”
Kody Rawlee Green is stuck in juvie. Tella “Teal Cartwheels” Carticelli is packing her bags for Rome--on the orders of her parents, who want her as far from Kody as possible. But teenage love is too strong a force for the obstacles of reality. And the highway beckons.
Leaving their abusive pasts behind them in Jersey, Kody and Teal set off on a cross-country road trip equal parts self-destruction and self-discovery, making their way, one stolen car at a time, toward bigger, wider, bluer skies. Along the road, of course, there’s time to stop at Graceland, classic diners, a fairgrounds that smells of “pony shit and kettle corn," and time for run-ins with outsize personalities like the reincarnated Grand Canyon tour guide Dead Bob and the spurious Montana rancher Bill Gold. On their heels, all the while, is Teal’s brother, Neil Carticelli, who’s abandoned his post in the navy to rescue the sister he left behind. But does she really need saving?
These all too American tropes find new expression in Bud Smith’s own freewheeling prose—and in Rae Buleri’s original illustrations—filling Teenager with humor, poetry, and a joy that’s palpable in every unforgettable sentence.
A VINTAGE ORIGINAL
Om denna bok
Teenager av Bud Smith är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2022 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Teenager 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780593315224
Upplaga:
0
Utgiven:
2022-05-10
Förlag:
The Book Services TBS
Sidantal:
416
$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"
>