-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (204 loc) · 7.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Memorial Shoah" />
<link rel="apple-touch-icon" href="/logo192.png" />
<meta data-react-helmet="true" property="og:image" content="/thumbnail.jpg" />
<meta property="og:title" content="Memorial Shoah" data-react-helmet="true" />
<meta
name="description"
content="The Digital Shoah Memorial in Luxembourg is built in memory of people who lived in Luxembourg, who were persecuted, who were victims of Nazi anti-Semitic legislation during World War II."
data-react-helmet="true"
/>
<meta
property="og:description"
content="The Digital Shoah Memorial in Luxembourg is built in memory of people who lived in Luxembourg, who were persecuted, who were victims of Nazi anti-Semitic legislation during World War II."
data-react-helmet="true"
/>
<link rel="manifest" href="/manifest.json" />
<link rel=”preload” href=”/fonts/ClashDisplay-Variable.woff2″ as=”font” type="font/woff2"> <link
rel=”preload” href=”/fonts/ClashDisplay-Variable.woff” as=”font” type="font/woff"> <link
rel=”preload” href=”/fonts/ClashDisplay-Variable.ttf” as=”font” type="font/ttf"> <link
rel=”preload” href=”/fonts/Satoshi-Variable.woff2″ as=”font” type="font/woff2"> <link
rel=”preload” href=”/fonts/Satoshi-Variable.woff” as=”font” type="font/woff"> <link
rel=”preload” href=”/fonts/Satoshi-Variable.ttf” as=”font” type="font/ttf"> <link rel=”preload”
href=”/fonts/Satoshi-VariableItalic.woff2″ as=”font” type="font/woff2"> <link rel=”preload”
href=”/fonts/Satoshi-VariableItalic.woff” as=”font” type="font/woff"> <link rel=”preload”
href=”/fonts/Satoshi-VariableItalic.ttf” as=”font” type="font/ttf">
<title>Memorial Shoah</title>
<style>
@font-face {
font-family: 'ClashDisplay-Variable';
src: url('/fonts/ClashDisplay-Variable.woff2') format('woff2'),
url('/fonts/ClashDisplay-Variable.woff') format('woff'),
url('/fonts/ClashDisplay-Variable.ttf') format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:
* 'wght' (range from 300.0 to 900.0)
*/
@font-face {
font-family: 'Satoshi-Variable';
src: url('/fonts/Satoshi-Variable.woff2') format('woff2'),
url('/fonts/Satoshi-Variable.woff') format('woff'),
url('/fonts/Satoshi-Variable.ttf') format('truetype');
font-weight: 300 900;
font-display: swap;
font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:
* 'wght' (range from 300.0 to 900.0)
*/
@font-face {
font-family: 'Satoshi-VariableItalic';
src: url('/fonts/Satoshi-VariableItalic.woff2') format('woff2'),
url('/fonts/Satoshi-VariableItalic.woff') format('woff'),
url('/fonts/Satoshi-VariableItalic.ttf') format('truetype');
font-weight: 300 900;
font-display: swap;
font-style: italic;
}
:root {
--bs-primary-code: 60, 175, 154;
--bs-primary: rgb(var(--bs-primary-code)) !important;
--bs-dark: #212529;
--bs-primary-text: #3d776c;
--bs-primary-alpha: #61bfaebc;
--bs-link-color: #3d776c;
--bs-link-hover-color: #212529;
--bs-secondary: #ffefe5 !important;
--bs-btn-focus-shadow-rgb: #61bfad;
--small-font-size: 0.8rem;
--white: white;
--size-1: 0.25rem;
--size-2: 0.5rem;
--size-3: 1rem;
--size-4: 1.5rem;
--size-5: 3rem;
--pebble-color-1: #87dcdc;
--pebble-color-2: #4e97da;
--pebble-color-3: #66b5a9;
--pebble-color-4: #b392e9;
--pebble-color-5: #dd71c5;
--pebble-color-6: #dcbf87;
--bs-font-sans-serif: 'Satoshi-Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
--bs-font-serif: 'ClashDisplay-Variable', 'Georgia', 'Times New Roman', serif;
--bs-body-color-transparent: #21252999;
--bs-font-sans-serif-italic: 'Satoshi-VariableItalic', -apple-system, BlinkMacSystemFont,
'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
}
body {
background-color: var(--bs-secondary);
}
#loading {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
background-color: var(--bs-secondary);
color: var(--bs-dark);
font-family: 'RocknRoll One', system-ui, Avenir, Helvetica, Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition-delay: 1000ms;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-duration: 2s;
pointer-events: none;
opacity: 1;
}
#loading p {
opacity: 0.2;
transition: opacity 1s ease-in-out;
text-align: center;
}
#loading.hide {
opacity: 0;
}
@media screen and (min-width: 768px) {
#loading p {
opacity: 0.2;
transition: opacity 1s ease-in-out;
text-align: center;
max-width: 600px;
}
}
</style>
</head>
<body>
<div id="loading">
<p>This memorial is bridging stories and memories of victims and survivors of the Shoah.</p>
<p>
Ce mémorial construit un pont entre les histoires et la mémoire des victimes et des
survivants de la Shoah.
</p>
<p>
Das Memorial baut eine Brücke zwischen den Geschichten und den Erinnerungen der Opfer und
der Überlebenden der Shoah.
</p>
<!-- <div>
<a
href="https://fondluxshoah.lu/"
target="_blank"
title="Fondation luxembourgeoise pour la Mémoire de la Shoah"
rel="noreferrer"
className="ms-3"
>
<img
src="/assets/images/fondluxshoah-logo.png"
style="height: 75px"
alt="Logo Fondation luxembourgeoise pour la Mémoire de la Shoah"
/>
</a>
</div> -->
<div>loading ...</div>
</div>
<script>
const loadingDiv = document.getElementById('loading')
const paragraphs = loadingDiv.querySelectorAll('p')
let paragraphIn = -1
function paragraphLooper() {
paragraphIn++
if (paragraphIn >= paragraphs.length) {
paragraphIn = 0
}
for (let i = 0; i < paragraphs.length; i++) {
if (i === paragraphIn) {
paragraphs[i].style.opacity = 1
} else {
paragraphs[i].style.opacity = 0.2
}
}
}
paragraphLooper()
window.memorialShoahParagraphLoop = setInterval(() => paragraphLooper(), 1800)
window.memorialShoahInititalTime = new Date()
</script>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>