|
139 | 139 | rel="icon" |
140 | 140 | type="image/png" |
141 | 141 | sizes="32x32" |
142 | | - href="./en_files/SurveyExplorerIcon.png" |
| 142 | + href="{{ virtual_path }}/en_files/SurveyExplorerIcon.png" |
143 | 143 | /> |
144 | 144 | <link |
145 | 145 | rel="icon" |
146 | 146 | type="image/png" |
147 | 147 | sizes="16x16" |
148 | | - href="./en_files/SurveyExplorerIcon16.png" |
| 148 | + href="{{ virtual_path }}/en_files/SurveyExplorerIcon16.png" |
149 | 149 | /> |
150 | 150 | <link |
151 | 151 | rel="manifest" |
|
164 | 164 | /* HIFIS DIN - Standard */ |
165 | 165 | @font-face { |
166 | 166 | font-family: 'HIFIS DIN'; |
167 | | - src: url('./en_files/fonts/hifis-din.woff2') format('woff2'), |
168 | | - url('./en_files/fonts/hifis-din.woff') format('woff'); |
| 167 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din.woff2') format('woff2'), |
| 168 | + url('{{ virtual_path }}/en_files/fonts/hifis-din.woff') format('woff'); |
169 | 169 | font-weight: normal; |
170 | 170 | font-style: normal; |
171 | 171 | font-display: swap; |
172 | 172 | } |
173 | 173 |
|
174 | 174 | @font-face { |
175 | 175 | font-family: 'HIFIS DIN'; |
176 | | - src: url('./en_files/fonts/hifis-din-bold.woff2') format('woff2'), |
177 | | - url('./en_files/fonts/hifis-din-bold.woff') format('woff'); |
| 176 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-bold.woff2') format('woff2'), |
| 177 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-bold.woff') format('woff'); |
178 | 178 | font-weight: bold; |
179 | 179 | font-style: normal; |
180 | 180 | font-display: swap; |
181 | 181 | } |
182 | 182 |
|
183 | 183 | @font-face { |
184 | 184 | font-family: 'HIFIS DIN'; |
185 | | - src: url('./en_files/fonts/hifis-din-italic.woff2') format('woff2'), |
186 | | - url('./en_files/fonts/hifis-din-italic.woff') format('woff'); |
| 185 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-italic.woff2') format('woff2'), |
| 186 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-italic.woff') format('woff'); |
187 | 187 | font-weight: normal; |
188 | 188 | font-style: italic; |
189 | 189 | font-display: swap; |
|
192 | 192 | /* HIFIS DIN - Expanded */ |
193 | 193 | @font-face { |
194 | 194 | font-family: 'HIFIS DIN Expanded'; |
195 | | - src: url('./en_files/fonts/hifis-din-exp.woff2') format('woff2'), |
196 | | - url('./en_files/fonts/hifis-din-exp.woff') format('woff'); |
| 195 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-exp.woff2') format('woff2'), |
| 196 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-exp.woff') format('woff'); |
197 | 197 | font-weight: normal; |
198 | 198 | font-style: normal; |
199 | 199 | font-display: swap; |
200 | 200 | } |
201 | 201 |
|
202 | 202 | @font-face { |
203 | 203 | font-family: 'HIFIS DIN Expanded'; |
204 | | - src: url('./en_files/fonts/hifis-din-exp-bold.woff2') format('woff2'), |
205 | | - url('./en_files/fonts/hifis-din-exp-bold.woff') format('woff'); |
| 204 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-exp-bold.woff2') format('woff2'), |
| 205 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-exp-bold.woff') format('woff'); |
206 | 206 | font-weight: bold; |
207 | 207 | font-style: normal; |
208 | 208 | font-display: swap; |
209 | 209 | } |
210 | 210 |
|
211 | 211 | @font-face { |
212 | 212 | font-family: 'HIFIS DIN Expanded'; |
213 | | - src: url('./en_files/fonts/hifis-din-exp-italic.woff2') format('woff2'), |
214 | | - url('./en_files/fonts/hifis-din-exp-italic.woff') format('woff'); |
| 213 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-exp-italic.woff2') format('woff2'), |
| 214 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-exp-italic.woff') format('woff'); |
215 | 215 | font-weight: normal; |
216 | 216 | font-style: italic; |
217 | 217 | font-display: swap; |
|
220 | 220 | /* HIFIS DIN - Condensed */ |
221 | 221 | @font-face { |
222 | 222 | font-family: 'HIFIS DIN Condensed'; |
223 | | - src: url('./en_files/fonts/hifis-din-condensed.woff2') format('woff2'), |
224 | | - url('./en_files/fonts/hifis-din-condensed.woff') format('woff'); |
| 223 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-condensed.woff2') format('woff2'), |
| 224 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-condensed.woff') format('woff'); |
225 | 225 | font-weight: normal; |
226 | 226 | font-style: normal; |
227 | 227 | font-display: swap; |
228 | 228 | } |
229 | 229 |
|
230 | 230 | @font-face { |
231 | 231 | font-family: 'HIFIS DIN Condensed'; |
232 | | - src: url('./en_files/fonts/hifis-din-condensed-bold.woff2') format('woff2'), |
233 | | - url('./en_files/fonts/hifis-din-condensed-bold.woff') format('woff'); |
| 232 | + src: url('{{ virtual_path }}/en_files/fonts/hifis-din-condensed-bold.woff2') format('woff2'), |
| 233 | + url('{{ virtual_path }}/en_files/fonts/hifis-din-condensed-bold.woff') format('woff'); |
234 | 234 | font-weight: bold; |
235 | 235 | font-style: normal; |
236 | 236 | font-display: swap; |
|
549 | 549 | } |
550 | 550 | </style> |
551 | 551 | <!-- END BLADE STYLES --> |
552 | | - <link rel="stylesheet" href="./en_files/app.css" /> |
| 552 | + <link rel="stylesheet" href="{{ virtual_path }}/en_files/app.css" /> |
553 | 553 |
|
554 | 554 | <style> |
555 | 555 | .carousel__slide { |
|
1028 | 1028 | <!-- TITLE IMAGE: UGLY SOLUTION |
1029 | 1029 | needs to be adjusted as soon as we have an image and URL for the preferred background image--> |
1030 | 1030 |
|
1031 | | - <div class="banner flex-row d-flex" style="background-image: url(./en_files/Banner2.png);"> |
| 1031 | + <div class="banner flex-row d-flex" style="background-image: url({{ virtual_path }}/en_files/Banner2.png);"> |
1032 | 1032 | <div class="container mx-auto mb-12" style="display: flex;padding-left: 72px;"> |
1033 | 1033 | <span class="text-2xl sm:text-3xl font-display font-bold uppercase text-white" style="display: inline-block; align-self: flex-end;"> |
1034 | 1034 | {{ app_title }} |
1035 | 1035 | </span> |
1036 | 1036 |
|
1037 | | - <img src="./en_files/SurveyExplorerLogoInverted.png" style="margin-left:auto; height: 13rem"> |
| 1037 | + <img src="{{ virtual_path }}/en_files/SurveyExplorerLogoInverted.png" style="margin-left:auto; height: 13rem"> |
1038 | 1038 |
|
1039 | 1039 | </div> |
1040 | 1040 | </div> |
|
1057 | 1057 | </p> |
1058 | 1058 | <div class="flex" style="margin-top: 5rem; min-width: 1200px; align-items: center;margin-left: 24px" > |
1059 | 1059 |
|
1060 | | - <div class="infobox" style="aspect-ratio: 3/2; background-image: url(./en_files/surveyBG.png); margin-left: 0px"> |
| 1060 | + <div class="infobox" style="aspect-ratio: 3/2; background-image: url({{ virtual_path }}/en_files/surveyBG.png); margin-left: 0px"> |
1061 | 1061 | <div class="infoHeadline" style="margin-bottom: 0px;"> |
1062 | 1062 | 49 |
1063 | 1063 | </div> |
|
1066 | 1066 | </div> |
1067 | 1067 | </div> |
1068 | 1068 |
|
1069 | | - <div class="infobox" style="aspect-ratio: 3/2; background-image: url(./en_files/peopleBG.png);"> |
| 1069 | + <div class="infobox" style="aspect-ratio: 3/2; background-image: url({{ virtual_path }}/en_files/peopleBG.png);"> |
1070 | 1070 | <div class="infoHeadline" style="margin-bottom: 0px;"> |
1071 | 1071 | 631 |
1072 | 1072 | </div> |
|
1075 | 1075 | </div> |
1076 | 1076 | </div> |
1077 | 1077 |
|
1078 | | - <div class="infobox" style="aspect-ratio: 3/2; background-image: url(./en_files/dataBG.png); margin-right: 0px;"> |
| 1078 | + <div class="infobox" style="aspect-ratio: 3/2; background-image: url({{ virtual_path }}/en_files/dataBG.png); margin-right: 0px;"> |
1079 | 1079 | <div class="infoHeadline" style="margin-bottom: 0px;"> |
1080 | | - <a href="https://doi.org/10.7802/2433" target="_blank"><img src="./en_files/outline_description_white_48dp.png" style="height: 81px;padding-top: 13.5px; padding-bottom: 13.5px;"></a> |
| 1080 | + <a href="https://doi.org/10.7802/2433" target="_blank"><img src="{{ virtual_path }}/en_files/outline_description_white_48dp.png" style="height: 81px;padding-top: 13.5px; padding-bottom: 13.5px;"></a> |
1081 | 1081 | </div> |
1082 | 1082 | <div class="infoText" style="margin-top: 0px;"> |
1083 | 1083 | <a href="https://doi.org/10.7802/2433" target="_blank">Der vollständige Datensatz ist online verfügbar</a> |
|
1230 | 1230 | href="https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard" |
1231 | 1231 | target="_blank" |
1232 | 1232 | > |
1233 | | - <img src="./en_files/github-mark-white.png" width="24px" height="24px"> |
| 1233 | + <img src="{{ virtual_path }}/en_files/github-mark-white.png" width="24px" height="24px"> |
1234 | 1234 |
|
1235 | 1235 | </a> |
1236 | 1236 | </li> |
|
1323 | 1323 | html,body{overflow-y: scroll; } |
1324 | 1324 | </style> |
1325 | 1325 |
|
1326 | | - <script src="./en_files/lang.js"></script> |
1327 | | - <script src="./en_files/app.js"></script> |
1328 | | - <script src="./en_files/micromodal.min.js"></script> |
| 1326 | + <script src="{{ virtual_path }}/en_files/lang.js"></script> |
| 1327 | + <script src="{{ virtual_path }}/en_files/app.js"></script> |
| 1328 | + <script src="{{ virtual_path }}/en_files/micromodal.min.js"></script> |
1329 | 1329 | <script type="text/javascript"> |
1330 | 1330 | localStorage.setItem("locale", "en"); |
1331 | 1331 | window.production = true; |
|
0 commit comments