Updated small details

This commit is contained in:
Sebastian Lay 2023-06-04 17:55:29 +02:00
parent 5fa36a6559
commit 3da8826113
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA
4 changed files with 8 additions and 8 deletions

View File

@ -90,7 +90,7 @@
</li>
<li>
<h2>What about the price ranges?</h2>
<p>The prices are rough estimates for prices of a single roll (36 exposures for 135, 24 exposures for 110) in Germany in 2022. Some of the films you can get in bundles which are significantly cheaper per roll.</p>
<p>The prices are rough estimates for prices of a single roll (36 exposures for 135, 24 exposures for 110) in Germany in 2023. Some of the films you can get in bundles which are slightly cheaper per roll.</p>
<p>€ - cheap (ca. 4-9 € per roll)<br>€€ - moderate (ca. 9-16 € per roll)<br>€€€ - expensive (ca. 16-26 € per roll)</p>
</li>
<li>
@ -111,6 +111,6 @@
</main>
</div>
<script src="js/vue.global.prod.js"></script>
<script src="js/script-faq.js?d=20230603"></script>
<script src="js/script-faq.js?d=20230604"></script>
</body>
</html>

View File

@ -72,9 +72,9 @@
</ul>
</main>
</div>
<script src="js/current-films.js?d=20230603"></script>
<script src="js/current-films.js?d=20230604"></script>
<script src="js/guide.js"></script>
<script src="js/vue.global.prod.js"></script>
<script src="js/script-guide.js?d=20230603"></script>
<script src="js/script-guide.js?d=20230604"></script>
</body>
</html>

View File

@ -85,8 +85,8 @@
<h2 v-if="films.length === 0">nothing here :(</h2>
</main>
</div>
<script src="js/current-films.js?d=20230603"></script>
<script src="js/current-films.js?d=20230604"></script>
<script src="js/vue.global.prod.js"></script>
<script src="js/script-index.js?d=20230603"></script>
<script src="js/script-index.js?d=20230604"></script>
</body>
</html>

View File

@ -71,8 +71,8 @@
</ul>
</main>
</div>
<script src="js/current-films.js?d=20230603"></script>
<script src="js/current-films.js?d=20230604"></script>
<script src="js/vue.global.prod.js"></script>
<script src="js/script-random.js?d=20230603"></script>
<script src="js/script-random.js?d=20230604"></script>
</body>
</html>