Vi flyttar från butik till nätet - så funkar det framåt
National Geographic Walking Berlin, 2nd Edition | 0:e upplagan
- Häftad, Engelska, 2023
- Författare: National Geographic
- Betyg:
Butikslager
Onlinelager
Ej i lager
$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
The world's great cities are showcased in this exciting National Geographic series presenting must-do neighborhood itineraries, insider tips for visiting recommended sights, and indispensable information for the most enjoyable urban adventure imaginable.
National Geographic Walking Guide Berlin is the ideal tool to appreciate the quintessence of Berlin. After the fall of the Berlin Wall in 1989, the city, split and diverse, revived around its historic center, and today its cultural scene is the liveliest in Europe. Berlin has completely changed, thanks to the work of the most important contemporary architects. However, its history lives on in the monuments of the Habsburg era, the reminiscences of the Cold War, and in the numerous museums and memorials.
BRIEF VISITS: If you have only a day or a weekend available, children with you, or if you are looking for a little fun, we provide specialized as well as tailor-made tours dedicated to modern history and to the intrigues of espionage.
DISTRICTS TOUR: Also included are seven step-by-step itineraries of the most important districts of Berlin, including the most important attractions in the city. While sightseeing, the main points of interest are highlighted on the map alongside important details for visitors and historical information. Main attractions range from a 13th-century old town on the river Spree and the political center along the grand boulevard, Unter den Linden, to the elegant royal district of Charlottenburg. Itineraries are offered for each district, and "In Detail" sections explore iconic places in depth. "This Is Berlin" sections explore interesting aspects of the city's history, culture, and life. "The Best" sections suggest the can't-miss places and activities in a city that offers infinite spaces, opportunities, and events to entertain visitors.
National Geographic Walking Guide Berlin is the ideal tool to appreciate the quintessence of Berlin. After the fall of the Berlin Wall in 1989, the city, split and diverse, revived around its historic center, and today its cultural scene is the liveliest in Europe. Berlin has completely changed, thanks to the work of the most important contemporary architects. However, its history lives on in the monuments of the Habsburg era, the reminiscences of the Cold War, and in the numerous museums and memorials.
BRIEF VISITS: If you have only a day or a weekend available, children with you, or if you are looking for a little fun, we provide specialized as well as tailor-made tours dedicated to modern history and to the intrigues of espionage.
DISTRICTS TOUR: Also included are seven step-by-step itineraries of the most important districts of Berlin, including the most important attractions in the city. While sightseeing, the main points of interest are highlighted on the map alongside important details for visitors and historical information. Main attractions range from a 13th-century old town on the river Spree and the political center along the grand boulevard, Unter den Linden, to the elegant royal district of Charlottenburg. Itineraries are offered for each district, and "In Detail" sections explore iconic places in depth. "This Is Berlin" sections explore interesting aspects of the city's history, culture, and life. "The Best" sections suggest the can't-miss places and activities in a city that offers infinite spaces, opportunities, and events to entertain visitors.
Om denna bok
National Geographic Walking Berlin, 2nd Edition av National Geographic är en Häftad bok med 192 sidor på Engelska. Den utgavs 2023 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp National Geographic Walking Berlin, 2nd Edition 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:
Fakta
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9788854419674
Upplaga:
0
Utgiven:
2023-09-05
Förlag:
Penguin UK
Sidantal:
192
$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"
>