Vi flyttar från butik till nätet - så funkar det framåt
Michelangelo | 0:e upplagan
- Danskt band, Engelska, 2017
- Författare: Martin Gayford
- Betyg:
303
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 absorbing book, beautifully told and with the writer fully in command of a huge body of research' Philip Hensher, Mail on Sunday
There was an epic sweep to Michelangelo's life. At 31 he was considered the finest artist in Italy, perhaps the world; long before he died at almost 90 he was widely believed to be the greatest sculptor or painter who had ever lived (and, by his enemies, to be an arrogant, uncouth, swindling miser). For decade after decade, he worked near the dynamic centre of events: the vortex at which European history was changing from Renaissance to Counter Reformation. Few of his works - including the huge frescoes of the Sistine Chapel Ceiling, the marble giant David and The Last Judgment - were small or easy to accomplish. Like a hero of classical mythology - such as Hercules, whose statue Michelangelo carved in his youth - he was subject to constant trials and labours. In Michelangelo Martin Gayford describes what it felt like to be Michelangelo Buonarroti, and how he transformed forever our notion of what an artist could be.
'It is a measure of [Michelangelo's] magnitude, and Gayford's skill in capturing it, that you finish this book wishing that Michelangelo had lived longer and created more' Rachel Spence, FT
'One of our most distinguished writers on what makes modern artists tick . . . It is very difficult to cut through the thicket of generations of scholarship and say anything new about David, the Sistine Chapel, The Last Judgement, the Basilica of St Peter's or many of Michelangelo's other masterpieces, but Gayford manages to do so by encouraging us to think - and look - at both the obvious and the overlooked' Sunday Telegraph
'Only the most ambitious biographer can take on the talent of Michelangelo Buonarroti' The Times
There was an epic sweep to Michelangelo's life. At 31 he was considered the finest artist in Italy, perhaps the world; long before he died at almost 90 he was widely believed to be the greatest sculptor or painter who had ever lived (and, by his enemies, to be an arrogant, uncouth, swindling miser). For decade after decade, he worked near the dynamic centre of events: the vortex at which European history was changing from Renaissance to Counter Reformation. Few of his works - including the huge frescoes of the Sistine Chapel Ceiling, the marble giant David and The Last Judgment - were small or easy to accomplish. Like a hero of classical mythology - such as Hercules, whose statue Michelangelo carved in his youth - he was subject to constant trials and labours. In Michelangelo Martin Gayford describes what it felt like to be Michelangelo Buonarroti, and how he transformed forever our notion of what an artist could be.
'It is a measure of [Michelangelo's] magnitude, and Gayford's skill in capturing it, that you finish this book wishing that Michelangelo had lived longer and created more' Rachel Spence, FT
'One of our most distinguished writers on what makes modern artists tick . . . It is very difficult to cut through the thicket of generations of scholarship and say anything new about David, the Sistine Chapel, The Last Judgement, the Basilica of St Peter's or many of Michelangelo's other masterpieces, but Gayford manages to do so by encouraging us to think - and look - at both the obvious and the overlooked' Sunday Telegraph
'Only the most ambitious biographer can take on the talent of Michelangelo Buonarroti' The Times
Om denna bok
Michelangelo av Martin Gayford är en Danskt band bok med 688 sidor på Engelska. Den utgavs 2017.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Michelangelo 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:
9780241299425
Upplaga:
0
Utgiven:
2017-03-02
Förlag:
Okänt
Sidantal:
688
$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"
>