Vi flyttar från butik till nätet - så funkar det framåt
Timelines of World History | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: DK
- Betyg:
256
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 stunning visual celebration of the world's key historical events, key moments, defining eras and outstanding people who have helped shape history like never before.
If you could travel back in time, where would you go first? Who would you most want to meet? What pivotal moment in history would you most like to experience? This awe-inspiring history book may be able to help you answer those questions and more!
Introducing Timelines of World History - a visual and informative celebration of the most exciting and influential moments in history and a look back at some of the most pivotal moments and people who have defined history over the years. From the origins of the first humans to the political turmoil of the 21st century, this all-encompassing history book brings the key milestones of world history vividly to life, explaining each of them through contemporary artworks, photographs, documents, maps, and artefacts.
So prepare to dive deep into the pages of past, which promises:
-Explains events visually, showing what happened through striking, image-led timelines
-Paintings, photographs, maps, and artefacts to tell the story of key historical milestones
-Feature spreads showcase key turning points in history within wider social and historical context
-Accessible approach to key events in world history - laid out episode by episode
Illustrated with striking image-led timelines, this historical encyclopaedia is a wonderful way to explore and understand the diversity of world history, from prehistoric times to the present day. With each page jam-packed with riveting facts and iconic artefacts, Timelines of World History brings together the best bits of history and defining eras to recreate the entire history of the world. A must-have volume for history enthusiasts who want to see the past come to life, including students of history and politics, as well as a gift or self-purchase for those seeking an inspiring window into history, this all-encompassing history fact-book truly does have something for everyone to love.
DK is ready to take you on an inspiring journey into the past and beyond. Are you coming with us?
If you could travel back in time, where would you go first? Who would you most want to meet? What pivotal moment in history would you most like to experience? This awe-inspiring history book may be able to help you answer those questions and more!
Introducing Timelines of World History - a visual and informative celebration of the most exciting and influential moments in history and a look back at some of the most pivotal moments and people who have defined history over the years. From the origins of the first humans to the political turmoil of the 21st century, this all-encompassing history book brings the key milestones of world history vividly to life, explaining each of them through contemporary artworks, photographs, documents, maps, and artefacts.
So prepare to dive deep into the pages of past, which promises:
-Explains events visually, showing what happened through striking, image-led timelines
-Paintings, photographs, maps, and artefacts to tell the story of key historical milestones
-Feature spreads showcase key turning points in history within wider social and historical context
-Accessible approach to key events in world history - laid out episode by episode
Illustrated with striking image-led timelines, this historical encyclopaedia is a wonderful way to explore and understand the diversity of world history, from prehistoric times to the present day. With each page jam-packed with riveting facts and iconic artefacts, Timelines of World History brings together the best bits of history and defining eras to recreate the entire history of the world. A must-have volume for history enthusiasts who want to see the past come to life, including students of history and politics, as well as a gift or self-purchase for those seeking an inspiring window into history, this all-encompassing history fact-book truly does have something for everyone to love.
DK is ready to take you on an inspiring journey into the past and beyond. Are you coming with us?
Om denna bok
Timelines of World History av DK är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2022.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Timelines of World History 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:
Danskt band
Språk:
Engelska
ISBN:
9780241515754
Upplaga:
0
Utgiven:
2022-05-05
Förlag:
Okänt
Sidantal:
320
$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"
>