Vi flyttar från butik till nätet - så funkar det framåt
UPROAR! | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Alice Loxton
- Betyg:
152
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
**A brilliant new history of Georgian Britain through the eyes of the artists who immortalised it, by one of the UK's most exciting young historians**
'Alice Loxton is the star of her generation ... the next big thing in history' DAN SNOW
'Vivid, pacey and endlessly engaging, this brilliant debut brings the late Georgian period dazzlingly to life. Irresistible stuff' TRACY BORMAN
London, 1772: a young artist called Thomas Rowlandson is making his way through the grimy backstreets of the capital, on his way to begin his studies at the Royal Academy Schools. Within a few years, James Gillray and Isaac Cruikshank would join him in Piccadilly, turning satire into an artform, taking on the British establishment, and forever changing the way we view power.
Set against a backdrop of royal madness, political intrigue, the birth of modern celebrity, French revolution, American independence and the Napoleonic Wars, UPROAR! follows the satirists as they lampoon those in power, from the Prince Regent to Georgiana, Duchess of Devonshire. Their prints and illustrations deconstruct the political and social landscape with surreal and razor-sharp wit, as the three men vie with each other to create the most iconic images of the day.
Alice Loxton's writing fizzes with energy on every page, and never fails to convince us that Gillray and his gang profoundly altered British humour, setting the stage for everything from Gilbert and Sullivan to Private Eye and Spitting Image today. This is a book that will cause readers to reappraise everything they think they know about genteel Georgian London, and see it for what it was - a time of UPROAR!
'Alice Loxton is the star of her generation ... the next big thing in history' DAN SNOW
'Vivid, pacey and endlessly engaging, this brilliant debut brings the late Georgian period dazzlingly to life. Irresistible stuff' TRACY BORMAN
London, 1772: a young artist called Thomas Rowlandson is making his way through the grimy backstreets of the capital, on his way to begin his studies at the Royal Academy Schools. Within a few years, James Gillray and Isaac Cruikshank would join him in Piccadilly, turning satire into an artform, taking on the British establishment, and forever changing the way we view power.
Set against a backdrop of royal madness, political intrigue, the birth of modern celebrity, French revolution, American independence and the Napoleonic Wars, UPROAR! follows the satirists as they lampoon those in power, from the Prince Regent to Georgiana, Duchess of Devonshire. Their prints and illustrations deconstruct the political and social landscape with surreal and razor-sharp wit, as the three men vie with each other to create the most iconic images of the day.
Alice Loxton's writing fizzes with energy on every page, and never fails to convince us that Gillray and his gang profoundly altered British humour, setting the stage for everything from Gilbert and Sullivan to Private Eye and Spitting Image today. This is a book that will cause readers to reappraise everything they think they know about genteel Georgian London, and see it for what it was - a time of UPROAR!
Om denna bok
UPROAR! av Alice Loxton är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp UPROAR! 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781785789557
Upplaga:
0
Utgiven:
2024-03-14
Förlag:
Okänt
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"
>