This commit is contained in:
Michael Czechowski
2024-08-28 00:15:22 +02:00
parent 953f716eac
commit 10dcc8e7fd
8 changed files with 7038 additions and 13042 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = false
max_line_length = 120
tab_width = 4
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_visual_guides =
ij_wrap_on_typing = false

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@ node_modules
# Distributed built files # Distributed built files
dist dist
# Temporary files # Temporary files
.cache .cache
.idea

View File

@@ -1,216 +1,267 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title></title> <title></title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
</head> </head>
<body> <body>
<script src="./src/index.ts"></script> <script src="./src/index.ts"></script>
<main> <main>
<article> <article>
<header class="--black"> <header class="--black">
<div class="teaser"> <div class="teaser">
<svg viewBox="0 0 91.928 30"> <div class="--center">
<path d="M0 11.18h7.255l4.275 9.183 4.486-9.183h7.149l-9.463 17.979h-4.38L0 11.18zm22.991-6.799C22.991 1.962 24.954 0 27.407 0c2.418 0 4.346 1.962 4.346 4.381s-1.928 4.416-4.346 4.416a4.42 4.42 0 0 1-4.416-4.416zm.981 24.778V11.18h6.729v17.979h-6.729zM34.241 5.573h6.519v5.607h3.855v5.152H40.76v12.827h-6.589V16.367h-1.928V11.18h1.963l.035-5.607zm12.055 5.607h6.729l-.105 2.523s1.752-2.979 5.993-2.979c.245 0 .491 0 .736.035v6.099c-.524-.245-1.227-.386-1.962-.386-2.173 0-4.767 1.051-4.767 3.26v9.427h-6.624V11.18zm22.431-.596c2.278 0 4.486.912 6.064 2.489V11.18h6.062v17.979h-6.167s-.036-.56-.036-1.156c0-.279 0-.561.036-.806-1.473 1.822-3.681 2.698-5.959 2.698-5.677 0-9.042-4.977-9.042-9.708 0-4.276 2.769-8.341 7.184-9.392a8.352 8.352 0 0 1 1.858-.211zM75 20.257c0-2.417-1.962-4.346-4.381-4.346-2.418 0-4.451 1.928-4.451 4.346s2.033 4.452 4.451 4.452C73.038 24.708 75 22.675 75 20.257zm8.131 5.398c0-2.488 1.927-4.451 4.416-4.451 2.418 0 4.381 1.963 4.381 4.451 0 2.383-1.963 4.346-4.381 4.346-2.489-.001-4.416-1.963-4.416-4.346z"></path> <object data="./src/assets/nls.svg" type="image/svg+xml"></object>
</svg> </div>
<div class="--paragraph --center">
<h1>Seatings by Charles & Ray Eames</h1>
<div class="--secondary"> <div class="--paragraph --center">
<p> <h1>Michael W. Czechowski</h1>
Charles and Ray Eames are counted among the most important figures of twentieth-century design. Their work spans the fields of furniture design, filmmaking, photography and exhibition design. Vitra is the sole authorised manufacturer of Eames products for Europe and the Middle East. When you own an Eames product made by Vitra, you know it is an original.
</p>
<p>
<a href="https://www.vitra.com/" target="_blank">
Full collection on vitra.com
</a>
</p>
</div>
</div>
</div>
</header>
<section class="--green"> <div class="--secondary">
<div class="teaser"> <p>
<div class="columns"> Charles and Ray Eames are counted among the most important figures of twentieth-century
<div class="columns__item"> design. Their work spans the fields of furniture design, filmmaking, photography and
<img src="https://www.vitra.com/de-de/_storage/asset/2397344/storage/v_thumb_250x/33223561.jpg" alt="Picture of Lounge Chair & Ottoman"> exhibition design. Vitra is the sole authorised manufacturer of Eames products for Europe
</div> and the Middle East. When you own an Eames product made by Vitra, you know it is an
<div class="columns__item"> original.
<h2>Lounge Chair & Ottoman</h2> </p>
<h3 class="--secondary">Charles & Ray Eames, 1956</h3> <p>
<p> <a href="https://www.vitra.com/" target="_blank">
The Lounge Chair, created by Charles and Ray Eames in the 1950s, was designed with the aim of combining an elegant appearance with ultimate comfort. It has been produced by Vitra using virtually the same methods ever since, and is now recognised as a great classic of twentieth-century furniture design. Offered in two sizes and various configurations with different types of leather upholstery covers, wooden shells and bases, the Lounge Chair is ideally complemented by the matching Ottoman. Full collection on vitra.com
</p> </a>
</div> </p>
</div> </div>
</div> </div>
</section> </div>
</header>
<section class="--blue"> <section class="--green">
<div class="teaser"> <div class="teaser">
<div class="columns"> <div class="columns">
<div class="columns__item"> <div class="columns__item">
<img src="//www.vitra.com/de-de/_storage/asset/2397735/storage/v_thumb_250x/33148466.jpg" alt="Picture of Lounge Chair Plywood Group LCW"> <img src="https://www.vitra.com/de-de/_storage/asset/2397344/storage/v_thumb_250x/33223561.jpg"
</div> alt="Picture of Lounge Chair & Ottoman">
<div class="columns__item"> </div>
<h2>Plywood Group LCW</h2> <div class="columns__item">
<h3 class="--secondary">Charles & Ray Eames, 1945/1946</h3> <h2>Software Developer</h2>
<p> <h3 class="--secondary">PONS Langenscheidt GmbH</h3>
The small Lounge Chair Wood (LCW) is an iconic design by Charles and Ray Eames that dates from the period of their early experiments with three-dimensionally moulded plywood. <p>
</p> The Lounge Chair, created by Charles and Ray Eames in the 1950s, was designed with the aim
</div> of combining an elegant appearance with ultimate comfort. It has been produced by Vitra
</div> using virtually the same methods ever since, and is now recognised as a great classic of
</div> twentieth-century furniture design. Offered in two sizes and various configurations with
</section> different types of leather upholstery covers, wooden shells and bases, the Lounge Chair is
ideally complemented by the matching Ottoman.
</p>
</div>
</div>
</div>
</section>
<section class="--violet"> <section class="--blue">
<div class="teaser"> <div class="teaser">
<div class="columns"> <div class="columns">
<div class="columns__item"> <div class="columns__item">
<img src="//www.vitra.com/en-ie/_storage/asset/2397703/storage/v_thumb_250x/33148452.jpg" alt="Picture of Plywood Group LCM"> <img src="//www.vitra.com/de-de/_storage/asset/2397735/storage/v_thumb_250x/33148466.jpg"
</div> alt="Picture of Lounge Chair Plywood Group LCW">
<div class="columns__item"> </div>
<h2>Plywood Group LCM</h2> <div class="columns__item">
<h3 class="--secondary">Charles & Ray Eames, 1945/1946</h3> <h2>University Lecturer</h2>
<p> <h3 class="--secondary">Duale Hochschule Badenwürttemberg, Stuttgart</h3>
Due to the slender organic shapes of its seat and back shells, the LCM (Lounge Chair Metal) by Charles and Ray Eames quickly acquired the nickname 'potato chip chair'. <ul>
</p> <li>2022 2021 · Social Engineering</li>
</div> <li>2022 2021 · Social Engineering</li>
</div> </ul>
</div> <h3 class="--secondary">Leibniz-Fachhochschule, Hannover</h3>
</section> <ul>
<li>2022 2021 · Social Engineering</li>
<li>2022 2021 · Social Engineering</li>
</ul>
<p>
<section class="--purple"> </p>
<div class="teaser"> </div>
<div class="columns"> </div>
<div class="columns__item"> </div>
<img src="//www.vitra.com/en-ie/_storage/asset/1765634/storage/v_thumb_250x/22408057.jpg" alt="Picture of Eames Plastic Armchair DAW"> </section>
</div>
<div class="columns__item">
<h2>Eames Plastic Armchair DAW</h2>
<h3 class="--secondary">Charles & Ray Eames, 1950</h3>
<p>
Today the Plastic Chairs by Charles and Ray Eames seem like archetypes of the genre of chairs whose shell can be combined with diverse bases. The combination of the wooden base with the plastic shell of the DAW (Dining Height Armchair Wood Base) produces a rich contrast of materials. The seat shells are also available with a seat cushion or full upholstery.
</p>
</div>
</div>
</div>
</section>
<section class="--green"> <section class="--violet">
<div class="teaser"> <div class="teaser">
<div class="columns"> <div class="columns">
<div class="columns__item"> <div class="columns__item">
<img src="//www.vitra.com/en-ie/_storage/asset/1608035/storage/v_thumb_250x/19458579.jpg" alt="Picture of Eames Plastic Armchair DAW"> <img src="//www.vitra.com/en-ie/_storage/asset/2397703/storage/v_thumb_250x/33148452.jpg"
</div> alt="Picture of Plywood Group LCM">
<div class="columns__item"> </div>
<h2>Lobby Chair ES 108</h2> <div class="columns__item">
<h3 class="--secondary">Charles & Ray Eames, 1960</h3> <h2>Plywood Group LCM</h2>
<p> <h3 class="--secondary">Charles & Ray Eames, 1945/1946</h3>
Charles and Ray Eames originally designed the Lobby Chairs to furnish lobby areas in New York City's Time & Life Building. Like all models of the Lobby Chair, the conference chair ES 108 has luxuriant leather-covered cushions that offer excellent comfort. The upholstery covers are available in different types of leather and in a wide range of colours. <p>
</p> Due to the slender organic shapes of its seat and back shells, the LCM (Lounge Chair Metal)
</div> by Charles and Ray Eames quickly acquired the nickname 'potato chip chair'.
</div> </p>
</div> </div>
</section> </div>
</div>
</section>
<section class="--blue"> <section class="--purple">
<div class="teaser"> <div class="teaser">
<div class="columns"> <div class="columns">
<div class="columns__item"> <div class="columns__item">
<img src="//www.vitra.com/en-ie/_storage/asset/2271518/storage/v_thumb_250x/31196004.jpg" alt="Picture of Eames Fiberglass Side Chair DSW"> <img src="//www.vitra.com/en-ie/_storage/asset/1765634/storage/v_thumb_250x/22408057.jpg"
</div> alt="Picture of Eames Plastic Armchair DAW">
<div class="columns__item"> </div>
<h2>Eames Fiberglass Side Chair DSW</h2> <div class="columns__item">
<h3 class="--secondary">Charles & Ray Eames, 1950</h3> <h2>Eames Plastic Armchair DAW</h2>
<p> <h3 class="--secondary">Charles & Ray Eames, 1950</h3>
For the Dining Height Side Chair Wood Base (DSW), Charles and Ray Eames combined the organically shaped seat shell with a four-legged wooden base. The pairing of plastic and wood gives the classic design a certain warmth and casual appeal. The seat shells can be fitted with seat cushions or full upholstery in a wide selection of fabric colours, enabling a multitude of individual configurations. <p>
</p> Today the Plastic Chairs by Charles and Ray Eames seem like archetypes of the genre of
</div> chairs whose shell can be combined with diverse bases. The combination of the wooden base
</div> with the plastic shell of the DAW (Dining Height Armchair Wood Base) produces a rich
</div> contrast of materials. The seat shells are also available with a seat cushion or full
</section> upholstery.
</p>
</div>
</div>
</div>
</section>
<section class="--violet"> <section class="--green">
<div class="teaser"> <div class="teaser">
<div class="columns"> <div class="columns">
<div class="columns__item"> <div class="columns__item">
<img src="//www.vitra.com/en-ie/_storage/asset/1374562/storage/v_thumb_250x/33148698.jpg" alt="Picture of Aluminium Chairs EA 115/116"> <img src="//www.vitra.com/en-ie/_storage/asset/1608035/storage/v_thumb_250x/19458579.jpg"
</div> alt="Picture of Eames Plastic Armchair DAW">
<div class="columns__item"> </div>
<h2>Aluminium Chairs EA 115/116</h2> <div class="columns__item">
<h3 class="--secondary">Charles & Ray Eames, 1958</h3> <h2>Lobby Chair ES 108</h2>
<p> <h3 class="--secondary">Charles & Ray Eames, 1960</h3>
The <strong>Aluminium</strong> Chairs EA 115 and EA 116 offer superb comfort with their high backrest. The seating height is designed so that users can easily rise from the chair. Both versions are available with <strong>fabric</strong>, <strong>leather</strong> or <strong>mesh fabric covers</strong> in a selection of colours. EA 116 has a swivel seat, while EA 115 has a fixed base. <p>
</p> Charles and Ray Eames originally designed the Lobby Chairs to furnish lobby areas in New
</div> York City's Time & Life Building. Like all models of the Lobby Chair, the conference chair
</div> ES 108 has luxuriant leather-covered cushions that offer excellent comfort. The upholstery
</div> covers are available in different types of leather and in a wide range of colours.
</section> </p>
</div>
</div>
</div>
</section>
<section class="--purple"> <section class="--blue">
<div class="teaser"> <div class="teaser">
<div class="columns"> <div class="columns">
<div class="columns__item"> <div class="columns__item">
<img src="//www.vitra.com/en-ie/_storage/asset/2555777/storage/v_thumb_250x/38178076.jpg" alt="Picture of Soft Pad Chairs EA 217/219"> <img src="//www.vitra.com/en-ie/_storage/asset/2271518/storage/v_thumb_250x/31196004.jpg"
</div> alt="Picture of Eames Fiberglass Side Chair DSW">
<div class="columns__item"> </div>
<h2>Soft Pad Chairs EA 217/219</h2> <div class="columns__item">
<h3 class="--secondary">Charles & Ray Eames, 1969</h3> <h2>Eames Fiberglass Side Chair DSW</h2>
<p> <h3 class="--secondary">Charles & Ray Eames, 1950</h3>
The <strong>office chairs</strong> EA 217 and EA 219 by Charles and Ray Eames are a perfect choice for the well-appointed home office. The tilt mechanism, which can be adjusted to the user's weight, is paired with soft cushions to provide excellent comfort. The higher backrest of EA 219 distinguishes it from the Soft Pad Chair EA 217. <p>
</p> For the Dining Height Side Chair Wood Base (DSW), Charles and Ray Eames combined the
</div> organically shaped seat shell with a four-legged wooden base. The pairing of plastic and
</div> wood gives the classic design a certain warmth and casual appeal. The seat shells can be
</div> fitted with seat cushions or full upholstery in a wide selection of fabric colours, enabling
</section> a multitude of individual configurations.
</p>
</div>
</div>
</div>
</section>
<footer class="--black"> <section class="--violet">
<section class="--paragraph --center"> <div class="teaser">
<h2>Idea</h2> <div class="columns">
<p> <div class="columns__item">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos. <img src="//www.vitra.com/en-ie/_storage/asset/1374562/storage/v_thumb_250x/33148698.jpg"
</p> alt="Picture of Aluminium Chairs EA 115/116">
</div>
<h2>Author</h2> <div class="columns__item">
<p> <h2>Aluminium Chairs EA 115/116</h2>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos. <h3 class="--secondary">Charles & Ray Eames, 1958</h3>
</p> <p>
The <strong>Aluminium</strong> Chairs EA 115 and EA 116 offer superb comfort with their high
backrest. The seating height is designed so that users can easily rise from the chair. Both
versions are available with <strong>fabric</strong>, <strong>leather</strong> or <strong>mesh
fabric covers</strong> in a selection of colours. EA 116 has a swivel seat, while EA 115 has
a fixed base.
</p>
</div>
</div>
</div>
</section>
<h2>Disclaimer</h2> <section class="--purple">
<p> <div class="teaser">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos. <div class="columns">
</p> <div class="columns__item">
<img src="//www.vitra.com/en-ie/_storage/asset/2555777/storage/v_thumb_250x/38178076.jpg"
alt="Picture of Soft Pad Chairs EA 217/219">
</div>
<div class="columns__item">
<h2>Soft Pad Chairs EA 217/219</h2>
<h3 class="--secondary">Charles & Ray Eames, 1969</h3>
<p>
The <strong>office chairs</strong> EA 217 and EA 219 by Charles and Ray Eames are a perfect
choice for the well-appointed home office. The tilt mechanism, which can be adjusted to the
user's weight, is paired with soft cushions to provide excellent comfort. The higher
backrest of EA 219 distinguishes it from the Soft Pad Chair EA 217.
</p>
</div>
</div>
</div>
</section>
<object data="./src/assets/nls.svg" type="image/svg+xml"></object> <footer class="--black">
<section class="--paragraph --center">
<h2>Idea</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id
consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa
necessitatibus ad dolorem corrupti voluptates eos.
</p>
<!-- <h2>Author</h2>
<p> <p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos. Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id
</p> consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa
necessitatibus ad dolorem corrupti voluptates eos.
<p> </p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
</p> <h2>Disclaimer</h2>
<p>
<p> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos. consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa
</p> necessitatibus ad dolorem corrupti voluptates eos.
</p>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
</p> <!--
<p>
<p> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos. </p>
</p> -->
</section> <p>
</footer> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
</article> </p>
</main>
</body> <p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
</p>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
</p>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quaerat, quisquam. Explicabo id consequuntur dolores asperiores, nulla est neque aliquid illo itaque soluta libero culpa necessitatibus ad dolorem corrupti voluptates eos.
</p> -->
</section>
</footer>
</article>
</main>
</body>
</html> </html>

10948
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,33 +4,9 @@ export default () => {
sectionList.forEach(section => { sectionList.forEach(section => {
section.addEventListener('click', (e) => { section.addEventListener('click', (e) => {
console.log('click', e.target); console.log('click', e.target);
e.srcElement
}); });
section.addEventListener('touchstart', (e) => { section.addEventListener('touchstart', (e) => {
console.log('touchstart', e.target); console.log('touchstart', e.target);
}); });
}); });
} };
// export class Events {
// private sectionList: NodeListOf<HTMLElement>;
// constructor () {
// this.sectionList = document.querySelectorAll('section');
// }
// public listen() {
// this.sectionList.forEach(section => {
// section.addEventListener('click', (e) => {
// console.log('click', e.target);
// });
// section.addEventListener('touchstart', (e) => {
// console.log('touchstart', e.target);
// });
// });
// }
// }

View File

@@ -1,6 +1,4 @@
import events from './events'; import events from './events';
import './styles/index.scss'; import './styles/index.scss';
events();
events();
// console.log(events);

File diff suppressed because it is too large Load Diff

4295
yarn.lock

File diff suppressed because it is too large Load Diff