Added Foma Ortho and Lomo Turquoise films

This commit is contained in:
Sebastian Lay 2023-06-19 19:38:17 +02:00
parent 1a76cd90d2
commit a3fc59b83f
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA
15 changed files with 75 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -111,6 +111,6 @@
</main>
</div>
<script src="js/vue.global.prod.js"></script>
<script src="js/script-faq.js?d=20230619"></script>
<script src="js/script-faq.js?d=20230620"></script>
</body>
</html>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

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

View File

@ -917,6 +917,23 @@ var currentfilms = [
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Fomapan%20R%20100%22",
"image": "foma-fomapan-r-100-135.png"
},
{
"company": "Foma",
"name": "Foma Ortho 400",
"iso": 400,
"format": "120",
"color": "black & white",
"type": "",
"emulsion": "",
"price": 1,
"popularity": 3,
"description": "orthochromatic film with an increased green sensitivity",
"launched": 2023,
"datasheet": "datasheets/foma-ortho-400.pdf",
"lomography": "",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Foma%20Ortho%20400%22",
"image": "foma-ortho-400-120.png"
},
{
"company": "Foma",
"name": "Foma Retropan 320",
@ -2634,6 +2651,57 @@ var currentfilms = [
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Lomochrome%20Purple%22",
"image": "lomography-lomochrome-purple-100-400-110.png"
},
{
"company": "Lomography",
"name": "Lomography Lomochrome Turquoise 100-400",
"iso": 200,
"format": "120",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 2,
"popularity": 2896,
"description": "creative film with a strong turquoise tint",
"launched": 2021,
"datasheet": "datasheets/lomography-lomochrome-turquoise-100-400.pdf",
"lomography": "https://www.lomography.com/films/871960762-lomography-lomochrome-turquoise-xr-100-400-35mm/photos",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Lomochrome%20Turquoise%22",
"image": "lomography-lomochrome-turquoise-100-400-120.png"
},
{
"company": "Lomography",
"name": "Lomography Lomochrome Turquoise 100-400",
"iso": 200,
"format": "135",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 2,
"popularity": 2896,
"description": "creative film with a strong turquoise tint",
"launched": 2021,
"datasheet": "datasheets/lomography-lomochrome-turquoise-100-400.pdf",
"lomography": "https://www.lomography.com/films/871960762-lomography-lomochrome-turquoise-xr-100-400-35mm/photos",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Lomochrome%20Turquoise%22",
"image": "lomography-lomochrome-turquoise-100-400-135.png"
},
{
"company": "Lomography",
"name": "Lomography Lomochrome Turquoise 100-400",
"iso": 200,
"format": "110",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 2,
"popularity": 2896,
"description": "creative film with a strong turquoise tint",
"launched": 2021,
"datasheet": "datasheets/lomography-lomochrome-turquoise-100-400.pdf",
"lomography": "https://www.lomography.com/films/871960762-lomography-lomochrome-turquoise-xr-100-400-35mm/photos",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Lomochrome%20Turquoise%22",
"image": "lomography-lomochrome-turquoise-100-400-110.png"
},
{
"company": "Lomography",
"name": "Lomography Orca 100",

View File

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