Vi flyttar från butik till nätet - så funkar det framåt
Oathbreakers | 0:e upplagan
- Danskt band, Engelska, 2025
- Författare: Matthew Gabriele, David M. Perry
- Betyg:
298
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
“Fascinating.” — The Wall Street Journal
“An enlightening portrait of the medieval mindset.” — Publishers Weekly
The authors of The Bright Ages return with a “real-life Game of Thrones” (New York Times Book Review)—the story of the Carolingian Civil War, a bloody, protracted battle pitting brother against brother, father against son, that would end an empire, upend a continent, and redefine the future of Europe
By the early ninth century, the Carolingian empire was at the height of its power. The Franks, led by Charlemagne, had built the largest European domain since Rome in its heyday. Though they jockeyed for power, prestige, and profit, the Frankish elites enjoyed political and cultural consensus. But just two generations later, their world was in shambles. Civil war, once an unthinkable threat, had erupted after Louis the Pious’s sons tried to overthrow him—and then placed their knives at the other’s neck. Families who had once charged into battle together now drew each other’s blood.
The Carolingian Civil War would rage for years as kings fought kings, brother faced off against brother, and sons challenged fathers. Oathbreakers is the dramatic history of this brutal, turbulent time. Medieval historians David M. Perry and Matthew Gabriele illuminate what happens when a once unshakeable political and cultural order breaks down and long suppressed tensions flare into deadly violence. Drawn from rich primary sources, featuring a wide cast of characters, packed with dramatic twists and turns, this is history that rivals the greatest fictional epics—with consequences that continue to shape our own world.
Oathbreakers offers lessons of what deep cracks in a once-stable social and political fabric might reveal, and the bloody consequences of disagreeing on facts and reality. The Civil War at the heart of this tale asks: who is “in” and who is “out”? And what happens when things fall apart?
“An enlightening portrait of the medieval mindset.” — Publishers Weekly
The authors of The Bright Ages return with a “real-life Game of Thrones” (New York Times Book Review)—the story of the Carolingian Civil War, a bloody, protracted battle pitting brother against brother, father against son, that would end an empire, upend a continent, and redefine the future of Europe
By the early ninth century, the Carolingian empire was at the height of its power. The Franks, led by Charlemagne, had built the largest European domain since Rome in its heyday. Though they jockeyed for power, prestige, and profit, the Frankish elites enjoyed political and cultural consensus. But just two generations later, their world was in shambles. Civil war, once an unthinkable threat, had erupted after Louis the Pious’s sons tried to overthrow him—and then placed their knives at the other’s neck. Families who had once charged into battle together now drew each other’s blood.
The Carolingian Civil War would rage for years as kings fought kings, brother faced off against brother, and sons challenged fathers. Oathbreakers is the dramatic history of this brutal, turbulent time. Medieval historians David M. Perry and Matthew Gabriele illuminate what happens when a once unshakeable political and cultural order breaks down and long suppressed tensions flare into deadly violence. Drawn from rich primary sources, featuring a wide cast of characters, packed with dramatic twists and turns, this is history that rivals the greatest fictional epics—with consequences that continue to shape our own world.
Oathbreakers offers lessons of what deep cracks in a once-stable social and political fabric might reveal, and the bloody consequences of disagreeing on facts and reality. The Civil War at the heart of this tale asks: who is “in” and who is “out”? And what happens when things fall apart?
Om denna bok
Oathbreakers av Matthew Gabriele och David M. Perry är en Danskt band bok med 304 sidor på Engelska. Den utgavs 2025 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Oathbreakers 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:
9780063336674
Upplaga:
0
Utgiven:
2025-01-16
Förlag:
Gardners Books
Sidantal:
304
$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"
>