Added Kono Delight Art films

This commit is contained in:
Sebastian Lay 2022-09-24 18:44:56 +02:00
parent 8ab9087234
commit 091b0116ad
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA
12 changed files with 74 additions and 6 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

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

View File

@ -1954,6 +1954,74 @@ var currentfilms = [
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Kono%20Alien%22",
"image": "kono-alien-135.png"
},
{
"company": "KONO!",
"name": "KONO! Delight Art 100",
"iso": 100,
"format": "120",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 3,
"popularity": 15,
"description": "a tinted film with intense colors based on Kodak Ektar 100",
"launched": 2021,
"datasheet": "",
"lomography": "",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Kono%20Delight%20Art%20100%22",
"image": "kono-delight-art-100-120.png"
},
{
"company": "KONO!",
"name": "KONO! Delight Art 100",
"iso": 100,
"format": "135",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 3,
"popularity": 15,
"description": "a tinted film with intense colors based on Kodak Ektar 100",
"launched": 2021,
"datasheet": "",
"lomography": "",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Kono%20Delight%20Art%20100%22",
"image": "kono-delight-art-100-135.png"
},
{
"company": "KONO!",
"name": "KONO! Delight Art 400",
"iso": 400,
"format": "120",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 3,
"popularity": 3,
"description": "a tinted film with intense colors based on Kodak Portra 400",
"launched": 2022,
"datasheet": "",
"lomography": "",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Kono%20Delight%20Art%20400%22",
"image": "kono-delight-art-400-120.png"
},
{
"company": "KONO!",
"name": "KONO! Delight Art 400",
"iso": 400,
"format": "135",
"color": "color",
"type": "negative",
"emulsion": "",
"price": 3,
"popularity": 3,
"description": "a tinted film with intense colors based on Kodak Portra 400",
"launched": 2022,
"datasheet": "",
"lomography": "",
"flickr": "https://www.flickr.com/search/?media=photos&text=%22Kono%20Delight%20Art%20400%22",
"image": "kono-delight-art-400-135.png"
},
{
"company": "KONO!",
"name": "KONO! KATZ 200",

View File

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