Vi flyttar från butik till nätet - så funkar det framåt
Steel Lobsters | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Myke Cole
- Betyg:
309
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 dramatic history of the Steel Lobsters, Sir Arthur Hesilrige’s Regiment of Horse, in the English Civil War – the last fully armoured knights in England.
The 17th-century battlefield ushered in a new era, with formed musketeers and pistol-wielding cavalry gradually taking over from the knights and men-at-arms that had dominated the European battlefield. Based on a detailed study of the primary sources, Steel Lobsters tells the story of this transition through the history of the last fully armoured knights in England.
Myke Cole, an award-winning novelist, historian, and veteran, examines the life and times of Sir Arthur Hesilrige and his Regiment of Horse, known as ‘the Lobsters’ as they were encased in plate armour. Steel Lobsters covers the full history of England's last knights, from the seeds of their creation in Hesilrige’s experience as a young cavalry officer, to their final defeat at Roundway Down in July 1643, and the decision to abandon their armour. It provides lavish detail on arms, armour, and tactics, but also covers the human story of Sir Arthur Hesilrige, the men who served under him, and even those who opposed him.
The story of this amazing unit is the story of the end of super-heavy cavalry, and this book delves into how wars were fought in the 17th century, the personalities, politics, and even spiritual beliefs of the combatants, how they fought, and why they ultimately lost.
The 17th-century battlefield ushered in a new era, with formed musketeers and pistol-wielding cavalry gradually taking over from the knights and men-at-arms that had dominated the European battlefield. Based on a detailed study of the primary sources, Steel Lobsters tells the story of this transition through the history of the last fully armoured knights in England.
Myke Cole, an award-winning novelist, historian, and veteran, examines the life and times of Sir Arthur Hesilrige and his Regiment of Horse, known as ‘the Lobsters’ as they were encased in plate armour. Steel Lobsters covers the full history of England's last knights, from the seeds of their creation in Hesilrige’s experience as a young cavalry officer, to their final defeat at Roundway Down in July 1643, and the decision to abandon their armour. It provides lavish detail on arms, armour, and tactics, but also covers the human story of Sir Arthur Hesilrige, the men who served under him, and even those who opposed him.
The story of this amazing unit is the story of the end of super-heavy cavalry, and this book delves into how wars were fought in the 17th century, the personalities, politics, and even spiritual beliefs of the combatants, how they fought, and why they ultimately lost.
Om denna bok
Steel Lobsters av Myke Cole är en Danskt band bok med 272 sidor på Engelska. Den utgavs 2024 av Bloomsbury Publishing PLC.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Steel Lobsters 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:
9781472863584
Upplaga:
0
Utgiven:
2024-11-07
Förlag:
Bloomsbury Publishing PLC
Sidantal:
272
$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"
>