-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,435 changed files
with
256,991 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
function loadTimeLine() { | ||
|
||
$.getJSON('../../JSON/LAYOUT/home_timeline.json', function(data) { | ||
return new Promise((resolve, reject) => { | ||
$.getJSON('../../JSON/LAYOUT/home_timeline.json', function(data) { | ||
|
||
LenData = data.length; | ||
for(var items = 0; items < LenData; items++) { | ||
let item = data[items]['img']; | ||
let item_src = './MATERIALS/' + item + '.avif'; | ||
let item_area_id = "area_" + item.replace("-", "_"); | ||
let item_time = item.substring(0, 4) + "." + item.substring(4, 6) + "." + item.substring(6, 8); | ||
let item_lang_obj = "_t" + item.replace("-", "_") + "_"; | ||
LenData = data.length; | ||
for(var items = 0; items < LenData; items++) { | ||
let item = data[items]['img']; | ||
let item_src = './MATERIALS/TIMELINE/' + item + '.avif'; | ||
let item_area_id = "area_" + item.replace("-", "_"); | ||
let item_time = item.substring(0, 4) + "." + item.substring(4, 6) + "." + item.substring(6, 8); | ||
let item_lang_obj = "_t" + item.replace("-", "_") + "_"; | ||
|
||
$('#main_timeline').html( | ||
$('#main_timeline').html() | ||
+ '<div id="' + item_area_id + '">' | ||
+ '<img src="' + item_src + '" alt="">' | ||
+ '<p class="p_time">' + item_time + '</p>' | ||
+ '<p class="_switch_lang_ p_descript" lang_obj="' + item_lang_obj + '"></p>' | ||
+ '</div>' | ||
) | ||
} | ||
|
||
$('#main_timeline').html( | ||
$('#main_timeline').html() | ||
+ '<div id="' + item_area_id + '">' | ||
+ '<img src="' + item_src + '" alt="">' | ||
+ '<p class="p_time">' + item_time + '</p>' | ||
+ '<p class="_switch_lang_ p_descript" lang_obj="' + item_lang_obj + '"></p>' | ||
+ '</div>' | ||
) | ||
} | ||
resolve("Success"); | ||
}) | ||
}) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ | |
{ | ||
"img": "20200901-01" | ||
}, | ||
{ | ||
"img": "20231202-01" | ||
}, | ||
{ | ||
"img": "20240630-01" | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from PIL import Image | ||
import pillow_avif | ||
|
||
JPGimg = Image.open('20200901-01' + '.jpg') | ||
JPGimg.save('20200901-01' + '.avif','AVIF', exif=None) | ||
JPGimg = Image.open('convert' + '.jpg') | ||
JPGimg.save('convert' + '.avif','AVIF', exif=None) |
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
.ammapAlert | ||
{ | ||
display:table-cell; | ||
vertical-align:middle; | ||
text-align:center; | ||
font-family:verdana,helvetica,arial,sans-serif; | ||
font-size:12px; | ||
color:#CC0000; | ||
} | ||
|
||
.ammapDescriptionWindow | ||
{ | ||
font-size:11px; | ||
font-family:verdana,helvetica,arial,sans-serif; | ||
background-color:#FFFFFF; | ||
border-style:solid; | ||
border-color:#DADADA; | ||
border-width:1px; | ||
color:#000000; | ||
padding:8px; | ||
-webkit-box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
.ammapDescriptionTitle | ||
{ | ||
font-size:12px; | ||
font-weight:bold; | ||
font-family:verdana,helvetica,arial,sans-serif; | ||
padding-bottom:5px; | ||
} | ||
|
||
.ammapDescriptionWindowCloseButton | ||
{ | ||
|
||
} | ||
|
||
.ammapObjectList ul | ||
{ | ||
padding-left:20px; | ||
list-style:square outside; | ||
color:#999999; | ||
font-family:verdana,helvetica,arial,sans-serif; | ||
font-size: 12px; | ||
} | ||
|
||
.ammapObjectList ul ul | ||
{ | ||
padding-left:14px; | ||
} | ||
|
||
.ammapObjectList a | ||
{ | ||
color:#000000; | ||
} | ||
|
||
.ammapObjectList a | ||
{ | ||
color:#000000; | ||
text-decoration:none; | ||
display:block; | ||
padding:2px; | ||
} | ||
|
||
.ammapObjectList a:hover | ||
{ | ||
color:#CC0000; | ||
text-decoration:none; | ||
background:#FFFFFF; | ||
cursor:pointer; | ||
display:block; | ||
} | ||
|
||
.ammapDescriptionText | ||
{ | ||
overflow: auto; | ||
} | ||
|
||
|
||
.amChartsPlotArea | ||
{ | ||
|
||
} |
Oops, something went wrong.