diff --git a/ilinx/katak2.html b/ilinx/katak2.html index db012e0..eb8e4cf 100644 --- a/ilinx/katak2.html +++ b/ilinx/katak2.html @@ -20,12 +20,21 @@ position: absolute; text-align: center; } + + #Ktemple{ + position: absolute; + transform: scale(0.6); + top: -917px; + left: 1050px; + z-index: 1; + } - -
+
+
+
My knowledge of the thing began in the winter of 1986-7 with the death @@ -51,7 +60,7 @@
After a more detailed observation of the encraved stone, Linda's face contracted in an even more gloomy and thoughtful expression mumbling apparently disconnected words. Later she explained to me that in Stillwell account on Mu's folklore there is a story concerning a certain 'Tchattuk' stealing something from Katak and that probably Fassrol belived the stone was what Nma tribes called what-is-lost. Linda continued explaining how in N'ma animism the function of their cerimonies based on dream sorcery are ment to re-enact Tchattuk's stealing, with the belief that the splitting of the cosmical order of time produced a multi-temporal matrix , or templex, permitting the Old Ones to flow in different directions and not collapse in a single POINT called by them, Teotwawki.
- +
My meeting with professor Trent opened my eyes, indeed the object I came across in my uncles belonging was supposed to be the key of some sort of ancient belief whose secret he never managed to reveal. I'm still wondering on which extent all this story is true, however I can't forget how all the knowledge Trent passed me started to infect my consciousness leading all my being to think that for no reason I should have let this story evaporate and that in some sort of wired way I was already ment to follow my uncle's paths to the Katak temple.
@@ -151,6 +160,7 @@ Urkirilmulm -->
+
@@ -176,6 +186,16 @@ }).on("mouseup mouseleave",function(){ $('.draggable').css('cursor', 'grab'); }); + + function zoom(event) { + event.preventDefault(); + scale += event.deltaY * -0.01; + scale = Math.min(Math.max(.125, scale), 4); + el.style.transform = `scale(${scale})`; + } + let scale = 1; + const el = document.querySelector('body'); + el.onwheel = zoom; diff --git a/ilinx/media/imgs/temple.png b/ilinx/media/imgs/temple.png new file mode 100644 index 0000000..f19cce8 Binary files /dev/null and b/ilinx/media/imgs/temple.png differ diff --git a/ilinx/scripts/black_sea.js b/ilinx/scripts/black_sea.js index 88cf302..58dd93c 100644 --- a/ilinx/scripts/black_sea.js +++ b/ilinx/scripts/black_sea.js @@ -115,8 +115,8 @@ function keyBinding_2(){ function keyBinding_4(){ - function flipl(){ $('.sprite').css('transform', 'scale(-0.8, 0.8)'); } - function flipr(){ $('.sprite').css('transform', 'scale(0.8, 0.8)'); } + function flipl(){ $('.sprite').css('transform', 'scale(-0.6, 0.6)'); } + function flipr(){ $('.sprite').css('transform', 'scale(0.6, 0.6)'); } $(document).keydown( function(e){ diff --git a/ilinx/styles/main_l2.css b/ilinx/styles/main_l2.css index a6a5053..e8e26af 100644 --- a/ilinx/styles/main_l2.css +++ b/ilinx/styles/main_l2.css @@ -61,13 +61,13 @@ a:visited {color: blue;} } .sprite { - transform: scale(0.8); + transform: scale(-0.6, 0.6); position: absolute; - left: 1045px; - top: 417px; + left: 1870px; + top: 790px; width: 102px; height: 148px; - margin-top: 40px; + margin-top: -1000px; z-index: 101; } @@ -155,8 +155,8 @@ a:visited {color: blue;} to { background-position-y: -340px; } } -#sea {transform: scale(0.3) translateY(1100px); -position: relative; width: 100%, height:100vh;} +#sea {transform: scale(0.85) translateY(1070px); +position: relative; left: -240px; top: 910;} .txt {color: white; position: absolute; @@ -227,6 +227,11 @@ left: 2162px; width: 800px; top: 120px; } +#t13{ +left: 200px; +width: 1200px; +top: -1000px; +}