Vi flyttar från butik till nätet - så funkar det framåt
Surrender | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Bono
- Betyg:
316
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
NEW YORK TIMES BEST SELLER Bonoartist, activist, and the lead singer of Irish rock band U2has written a memoir: honest and irreverent, intimate and profound, Surrender is the story of the remarkable life hes lived, the challenges hes faced, and the friends and family who have shaped and sustained him. A VOGUE BEST BOOK OF THE YEAR
A brilliant, very funny, very revealing autobiography-through-music. Maybe the best book ever written about being a rockstar. Caitlin Moran, award-winning journalist
When I started to write this book, I was hoping to draw in detail what Id previously only sketched in songs. The people, places, and possibilities in my life. Surrender is a word freighted with meaning for me. Growing up in Ireland in the seventies with my fists up (musically speaking), it was not a natural concept. A word I only circled until I gathered my thoughts for the book. I am still grappling with this most humbling of commands. In the band, in my marriage, in my faith, in my life as an activist. Surrender is the story of one pilgrims lack of progress ... With a fair amount of fun along the way. Bono
As one of the music worlds most iconic artists and the cofounder of the organizations ONE and (RED), Bonos career has been written about extensively. But in Surrender, its Bono who picks up the pen, writing for the first time about his remarkable life and those he has shared it with. In his unique voice, Bono takes us from his early days growing up in Dublin, including the sudden loss of his mother when he was fourteen, to U2s unlikely journey to become one of the worlds most influential rock bands, to his more than twenty years of activism dedicated to the fight against AIDS and extreme poverty. Writing with candor, self-reflection, and humor, Bono opens the aperture on his lifeand the family, friends, and faith that have sustained, challenged, and shaped him.
Surrenders subtitle, 40 Songs, One Story, is a nod to the books forty chapters, which are each named after a U2 song. Bono has also created forty original drawings for Surrender, which appear throughout the book.
A brilliant, very funny, very revealing autobiography-through-music. Maybe the best book ever written about being a rockstar. Caitlin Moran, award-winning journalist
When I started to write this book, I was hoping to draw in detail what Id previously only sketched in songs. The people, places, and possibilities in my life. Surrender is a word freighted with meaning for me. Growing up in Ireland in the seventies with my fists up (musically speaking), it was not a natural concept. A word I only circled until I gathered my thoughts for the book. I am still grappling with this most humbling of commands. In the band, in my marriage, in my faith, in my life as an activist. Surrender is the story of one pilgrims lack of progress ... With a fair amount of fun along the way. Bono
As one of the music worlds most iconic artists and the cofounder of the organizations ONE and (RED), Bonos career has been written about extensively. But in Surrender, its Bono who picks up the pen, writing for the first time about his remarkable life and those he has shared it with. In his unique voice, Bono takes us from his early days growing up in Dublin, including the sudden loss of his mother when he was fourteen, to U2s unlikely journey to become one of the worlds most influential rock bands, to his more than twenty years of activism dedicated to the fight against AIDS and extreme poverty. Writing with candor, self-reflection, and humor, Bono opens the aperture on his lifeand the family, friends, and faith that have sustained, challenged, and shaped him.
Surrenders subtitle, 40 Songs, One Story, is a nod to the books forty chapters, which are each named after a U2 song. Bono has also created forty original drawings for Surrender, which appear throughout the book.
Om denna bok
Surrender av Bono är en Danskt band bok med 563 sidor på Engelska. Den utgavs 2022.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Surrender 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:
Biografier
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780525521044
Upplaga:
0
Utgiven:
2022-11-01
Förlag:
Okänt
Sidantal:
563
$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"
>