Skip to content

Commit 7b9ee2f

Browse files
committed
fixed: reiman archives (english)
1 parent d79fecb commit 7b9ee2f

4 files changed

Lines changed: 145 additions & 8 deletions

File tree

_data/reiman_archives.json

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
[
2+
{
3+
"title_EN": "Archival Material",
4+
"title_FR": "Matériel d'Archives",
5+
"image-front": "/assets/images/reiman/archives/actedemariagereimann.png",
6+
"image-back": "",
7+
"toggle": "",
8+
"name": "Acte de mariage Reimann ",
9+
"caption_EN": "Wedding certificate of Abraham and Malka.",
10+
"caption_FR": ""
11+
},
12+
{
13+
"title_EN": "",
14+
"title_FR": "",
15+
"image-front": "/assets/images/reiman/archives/fourruresreiman.png",
16+
"image-back": "",
17+
"toggle": "",
18+
"name": "Fourrures Reiman",
19+
"caption_EN": "Reiman Furs",
20+
"caption_FR": ""
21+
},
22+
{
23+
"title_EN": "",
24+
"title_FR": "",
25+
"image-front": "/assets/images/reiman/archives/administrateur_provisoire1.png",
26+
"image-back": "",
27+
"toggle": "",
28+
"name": "Administrateur provisoire 1",
29+
"caption_EN": "Temporary administrator for the Reiman's company",
30+
"caption_FR": ""
31+
},
32+
{
33+
"title_EN": "",
34+
"title_FR": "",
35+
"image-front": "/assets/images/reiman/archives/administrateur_provisoire2.png",
36+
"image-back": "",
37+
"toggle": "",
38+
"name": "Administrateur provisoire 2",
39+
"caption_EN": "Second temporary administrator for the Reiman's company",
40+
"caption_FR": ""
41+
},
42+
{
43+
"title_EN": "",
44+
"title_FR": "",
45+
"image-front": "/assets/images/reiman/archives/carte_abraham.jpg",
46+
"image-back": "/assets/images/reiman/archives/carte_abraham_back.jpg",
47+
"toggle": "yes",
48+
"name": "Carte Abraham",
49+
"translation": "On the occasion of this holiday I wish you much happiness. That the coming year brings us only good things. May harmony and love continue to reign evermore. Your husband and father. Reiman",
50+
"caption_EN": "January 1942 - A card Abraham sent from Pithiviers. Madeleine and Arlette do not think it is their father's handwriting.",
51+
"caption_FR": "Janvier 1942 - Carte d'Abraham envoyée de Pithiviers. Madeleine et Arlette ne pensent pas qu'il s'agisse de l'écriture de leur père."
52+
},
53+
{
54+
"title_EN": "",
55+
"title_FR": "",
56+
"image-front": "/assets/images/reiman/archives/1942ficheliberation.png",
57+
"image-back": "",
58+
"toggle": "",
59+
"name": "Fiche Liberation",
60+
"caption_EN": "Release form of Malka from Beaune-la-Rolande",
61+
"caption_FR": ""
62+
},
63+
{
64+
"title_EN": "",
65+
"title_FR": "",
66+
"image-front": "/assets/images/reiman/archives/grundel.png",
67+
"image-back": "",
68+
"toggle": "",
69+
"name": "Grundel",
70+
"caption_EN": "Pay slip from Grundel's",
71+
"caption_FR": ""
72+
},
73+
{
74+
"title_EN": "",
75+
"title_FR": "",
76+
"image-front": "/assets/images/reiman/archives/carteinternedemalka.jpeg",
77+
"image-back": "",
78+
"toggle": "",
79+
"name": "Carte interne de Malka",
80+
"caption_EN": "Dec. 1944 - Malka's Internee ID card",
81+
"caption_FR": ""
82+
},
83+
{
84+
"title_EN": "",
85+
"title_FR": "",
86+
"image-front": "/assets/images/reiman/archives/actededisparitionabraham.jpeg",
87+
"image-back": "",
88+
"toggle": "",
89+
"name": "1950 Acte de disparition",
90+
"caption_EN": "1950 - Missing person form",
91+
"caption_FR": ""
92+
},
93+
{
94+
"title_EN": "",
95+
"title_FR": "",
96+
"image-front": "/assets/images/reiman/archives/1950actededisparition.jpeg",
97+
"image-back": "",
98+
"toggle": "",
99+
"name": "1950 disparition Abram",
100+
"caption_EN": "1950 - Adminstrative refusal to declare Abraham as deceased",
101+
"caption_FR": ""
102+
},
103+
{
104+
"title_EN": "",
105+
"title_FR": "",
106+
"image-front": "/assets/images/reiman/archives/1950nonrentre.jpeg",
107+
"image-back": "",
108+
"toggle": "",
109+
"name": "1950 non-rentre",
110+
"caption_EN": "1950 - Certificate acknowledging Abraham has not returned",
111+
"caption_FR": ""
112+
},
113+
{
114+
"title_EN": "",
115+
"title_FR": "",
116+
"image-front": "/assets/images/reiman/archives/1951pensionorpheline.jpeg",
117+
"image-back": "",
118+
"toggle": "",
119+
"name": "1951 pension orpheline",
120+
"caption_EN": "1951 - Pension for orphans",
121+
"caption_FR": ""
122+
}
123+
]

assets/css/styles.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,8 +1442,6 @@ pn-body {
14421442
-webkit-align-items: center;
14431443
background-color: inherit;
14441444
/* margin: 20px 20px 20px 20px; */
1445-
1446-
14471445
}
14481446

14491447

@@ -1508,6 +1506,7 @@ position: relative;
15081506

15091507
.carousel-item__info {
15101508
height: 100%;
1509+
min-height: 0;
15111510
display: flex;
15121511
justify-content: center;
15131512
flex-direction: column;
@@ -1526,6 +1525,7 @@ position: relative;
15261525

15271526
.carousel-letter-item__info {
15281527
height: 100%;
1528+
min-height: 0;
15291529
display: flex;
15301530
justify-content: center;
15311531
flex-direction: column;
@@ -1674,9 +1674,16 @@ position: relative;
16741674

16751675

16761676

1677-
.carousel-item__container{
1678-
overflow: scroll;
1679-
padding-top: 10px;
1677+
.carousel-item__container {
1678+
/* make it fill the parent’s height */
1679+
height: 100%;
1680+
1681+
1682+
display: flex;
1683+
flex-direction: column;
1684+
1685+
justify-content: center;
1686+
align-items: flex-start;
16801687
}
16811688

16821689
.carousel-item__btn {

en/reiman.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ <h2 class="carousel-item__subtitle">{{item.title_EN}}</h2>
133133

134134
<!--Archives-->
135135

136-
<a name= "archive"><div class="carousel-letter-body">
136+
<a name= "archive">
137+
<div class="carousel-letter-body">
137138
<div class="carousel-letter">
138139
<div class="carousel__nav">
139140
<span id="letter-moveLeft" class="carousel__arrow">
@@ -157,10 +158,16 @@ <h1 class="carousel-item__title">{{item.title}}</h1>-->
157158
{% if item.title_EN %}
158159
<h2 class="carousel-item__subtitle">{{item.title_EN}}</h2>
159160
{% endif %}
160-
<p class="carousel-item__description">{{ item.caption_EN }}</p>
161+
<p class="carousel-item__description" style="margin-bottom: -0.5em">{{ item.caption_EN }}</p>
161162
<!-- <a href="#" class="carousel-item__btn">Explore the tour</a>-->
163+
{% if item.translation %}
164+
{% assign sentences = item.translation | split: ". " %}
165+
{% for sentence in sentences %}
166+
<p class="carousel-item__description" style="margin-bottom: -0.5em"><i>{{ sentence }}</i></p>
167+
{% endfor %}
168+
{% endif %}
162169
{% if item.toggle == "yes" %}
163-
<button onclick="toggle()">Flip the letter over!</button>
170+
<button style="margin-top: 1em" onclick="toggle()">Flip the letter over!</button>
164171
{% endif %}
165172
</div>
166173
</div>

0 commit comments

Comments
 (0)