Vi flyttar från butik till nätet - så funkar det framåt
Venice | 0:e upplagan
- Inbunden, Engelska, 2023
- Författare: Martin Gayford
- Betyg:
411
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
A visual journey through five centuries of the city known for centuries as 'La Serenissima' - a unique and compelling story for both lovers of Venice and lovers of its art.
Venice was a major centre of art in the Renaissance: the city where the medium of oil on canvas became the norm. The achievements of the Bellini brothers, Carpaccio, Giorgione, Titian, Tintoretto, and Veronese are a key part of this story. Nowhere else has been depicted by so many great painters in so many diverse styles and moods. Venetian views were a speciality of native artists such as Canaletto and Guardi, but the city has also been represented by outsiders: Turner, Monet, Sargent, Hodgkin, and many more.
Then there are those who came to look at and write about art. The reactions of Henry James, George Eliot, Richard Wagner, and others enrich this tale. Nor is the story over. Since the advent of the Venice Biennale in the 1890s, the city has become a shop window for the contemporary art of the whole world, and it remains the site of important artistic events. The last chapter concludes in 2022, with discussion of work by, among others, Bill Viola, Marina Abramovic, and Ai Weiwei.
In this elegant volume, Gayford - who has visited Venice countless times since the 1970s, covered every Biennale since 1990, and even had portraits of himself exhibited there on several occasions - takes us on a visual journey through the past five centuries of the city known as 'La Serenissima', the Most Serene. It is a unique and compelling portrait of Venice for both lovers of the city and lovers of its art.
Venice was a major centre of art in the Renaissance: the city where the medium of oil on canvas became the norm. The achievements of the Bellini brothers, Carpaccio, Giorgione, Titian, Tintoretto, and Veronese are a key part of this story. Nowhere else has been depicted by so many great painters in so many diverse styles and moods. Venetian views were a speciality of native artists such as Canaletto and Guardi, but the city has also been represented by outsiders: Turner, Monet, Sargent, Hodgkin, and many more.
Then there are those who came to look at and write about art. The reactions of Henry James, George Eliot, Richard Wagner, and others enrich this tale. Nor is the story over. Since the advent of the Venice Biennale in the 1890s, the city has become a shop window for the contemporary art of the whole world, and it remains the site of important artistic events. The last chapter concludes in 2022, with discussion of work by, among others, Bill Viola, Marina Abramovic, and Ai Weiwei.
In this elegant volume, Gayford - who has visited Venice countless times since the 1970s, covered every Biennale since 1990, and even had portraits of himself exhibited there on several occasions - takes us on a visual journey through the past five centuries of the city known as 'La Serenissima', the Most Serene. It is a unique and compelling portrait of Venice for both lovers of the city and lovers of its art.
Om denna bok
Venice av Martin Gayford är en Inbunden bok med 464 sidor på Engelska. Den utgavs 2023 av Hachette UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Venice 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:
Historia & arkeologi
Bandtyp:
Inbunden
Språk:
Engelska
ISBN:
9780500022665
Upplaga:
0
Utgiven:
2023-10-05
Förlag:
Hachette UK
Sidantal:
464
$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"
>