Vi flyttar från butik till nätet - så funkar det framåt
New York Street Diaries | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Phil Penman
- Betyg:
642
kr
Skickas inom 1-3 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
"Penman literally catapults his viewer into the scene with a refreshing directness and the feeling of really being present." — All About Photo
"Penman knows how to capture the city in its most sensitive moments in an impressive way." — All About Photo Magazine
"... unveils an uncharted facet of the Big Apple, captivating coffee table book enthusiasts." — Indulge Magazine
New York Street Diaries is an impressive coffee table book for all the fans of the Big Apple. Phil Penman shows the big city on the east coast of the USA from a side that is rarely seen, calm and tranquil. The pictures were taken partly during the great snowstorm and partly during the Corona Lockdown and are thus contemporary witnesses of the pandemic restrictions that completely turned our previously-known world upside down. Born in Great Britain (Poole, Dorset), he has been photographing the streets of New York for well over two decades. He is known, among other things, for his photographs of famous personalities such as Michael Jackson, Madonna, Jennifer Lopez or Bill Gates. When the biggest tragedy in New York's history shook the city on 11 September 2001, Phil Penman was on the spot and created unique footage of the events with his camera.
Penman knows how to capture the city in its most sensitive moments in an impressive way. He catches intimate moments in his black-and-white photographs and shows the people and streets of New York City far away from the hustle and bustle. The city life of the metropolis is presented so closely that some pictures inevitably evoke a smile in the viewer. Penman literally catapults his viewer into the scene with a refreshing directness and the feeling of really being present.
Text in English and German.
"Penman knows how to capture the city in its most sensitive moments in an impressive way." — All About Photo Magazine
"... unveils an uncharted facet of the Big Apple, captivating coffee table book enthusiasts." — Indulge Magazine
New York Street Diaries is an impressive coffee table book for all the fans of the Big Apple. Phil Penman shows the big city on the east coast of the USA from a side that is rarely seen, calm and tranquil. The pictures were taken partly during the great snowstorm and partly during the Corona Lockdown and are thus contemporary witnesses of the pandemic restrictions that completely turned our previously-known world upside down. Born in Great Britain (Poole, Dorset), he has been photographing the streets of New York for well over two decades. He is known, among other things, for his photographs of famous personalities such as Michael Jackson, Madonna, Jennifer Lopez or Bill Gates. When the biggest tragedy in New York's history shook the city on 11 September 2001, Phil Penman was on the spot and created unique footage of the events with his camera.
Penman knows how to capture the city in its most sensitive moments in an impressive way. He catches intimate moments in his black-and-white photographs and shows the people and streets of New York City far away from the hustle and bustle. The city life of the metropolis is presented so closely that some pictures inevitably evoke a smile in the viewer. Penman literally catapults his viewer into the scene with a refreshing directness and the feeling of really being present.
Text in English and German.
Om denna bok
New York Street Diaries av Phil Penman är en Danskt band bok med 224 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp New York Street Diaries 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:
9783961714957
Upplaga:
0
Utgiven:
2023-09-01
Förlag:
Okänt
Sidantal:
224
$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"
>