diff --git a/src/components/ArticleHeader.vue b/src/components/ArticleHeader.vue
index 0de615d..606dba3 100644
--- a/src/components/ArticleHeader.vue
+++ b/src/components/ArticleHeader.vue
@@ -459,6 +459,10 @@ function onLanguagePick(row: ArticleLanguageLink) {
transform: rotate(90deg);
}
+.article-header[data-skin='mobile'] {
+ padding-inline: var(--spacing-100, 16px);
+}
+
.article-header[data-skin='mobile'] .article-header__title {
font-size: 1.625rem;
}
diff --git a/src/prototypes/personal-life-cards/PersonalLifeCarousel.vue b/src/prototypes/personal-life-cards/PersonalLifeCarousel.vue
new file mode 100644
index 0000000..362d959
--- /dev/null
+++ b/src/prototypes/personal-life-cards/PersonalLifeCarousel.vue
@@ -0,0 +1,281 @@
+
+
+
+ {{ event.title }}
+
+
+
+
Einstein was born in Ulm in the German Empire on 14 March 1879. His parents were Hermann Einstein, a salesman and engineer, and Pauline Koch. In 1880, the family moved to Munich, where his father and uncle founded an electrical engineering company.
+When he was very young, his parents worried that he had a learning disability because he was slow to learn to talk. When he was five and sick in bed, his father brought him a compass — the start of his lifelong fascination with electromagnetism.
+He attended a Catholic elementary school in Munich, then the Luitpold Gymnasium (later renamed the Albert Einstein Gymnasium). In 1895, at 16, he took the entrance examinations for the Swiss Federal Polytechnic in Zurich but failed the general part.
+`.trim(), + }, + { + title: 'Marriages, relationships and children', + html: ` +
+ Einstein and Mileva Marić met while studying at the Zurich Polytechnic. Correspondence published in 1987 revealed they had a daughter, Lieserl, born in 1902 while Marić was in Novi Sad. Her fate remains uncertain.
+Einstein and Marić married in January 1903. Their sons Hans Albert (1904) and Eduard (1910) were born in Switzerland. The marriage deteriorated, and Marić accepted a divorce agreement in 1919.
+Einstein married his cousin Elsa Löwenthal in 1919. He had begun a relationship with her during his marriage to Marić. Elsa died in 1936.
+`.trim(), + }, + { + title: 'Personal views', + html: ` +Einstein described himself as a pacifist and humanitarian. In 1918 he signed the founding proclamation of the German Democratic Party. Later he favoured democratic socialism and was critical of capitalism, writing essays such as Why Socialism?
+On religion, he said he believed in "Spinoza's God" — not a personal deity, but one revealed in the harmony of the universe. He rejected the idea of a God who rewards and punishes.
+On Lenin he wrote: "In Lenin I honor a man who in total sacrifice of his own person has committed his entire energy to realizing social justice. I do not find his methods advisable."
+`.trim(), + }, + { + title: 'Death', + html: ` +On 17 April 1955, Einstein experienced internal bleeding from a rupture of an abdominal aortic aneurysm, previously reinforced by surgery in 1948. He took a draft speech for a television appearance about Israel's seventh anniversary to the hospital, but did not live to complete it.
+Einstein refused surgery, saying: "I want to go when I want. It is tasteless to prolong life artificially. I have done my share; it is time to go. I will do it elegantly."
+He died at Princeton Hospital on 18 April 1955, aged 76, having continued to work until near the end. His ashes were scattered at an undisclosed location.
+`.trim(), + }, +] diff --git a/src/prototypes/personal-life-cards/index.vue b/src/prototypes/personal-life-cards/index.vue new file mode 100644 index 0000000..84ad201 --- /dev/null +++ b/src/prototypes/personal-life-cards/index.vue @@ -0,0 +1,50 @@ + + + +