Added Kono Delight Art films
@ -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>
|
||||
BIN
images/kono-delight-art-100-120.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
images/kono-delight-art-100-135.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
images/kono-delight-art-400-120.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
images/kono-delight-art-400-135.png
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
images/small/kono-delight-art-100-120.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
images/small/kono-delight-art-100-135.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
images/small/kono-delight-art-400-120.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/small/kono-delight-art-400-135.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
@ -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>
|
||||
@ -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",
|
||||
|
||||
@ -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>
|
||||