diff --git a/CS/ProblemSolvingProcess/index.html b/CS/ProblemSolvingProcess/index.html index 6da707b..ddfb517 100644 --- a/CS/ProblemSolvingProcess/index.html +++ b/CS/ProblemSolvingProcess/index.html @@ -1,7 +1,7 @@ - + Problem Solving Process Poster diff --git a/CS/index.html b/CS/index.html index 75425ce..946ba0a 100644 --- a/CS/index.html +++ b/CS/index.html @@ -1,7 +1,7 @@ - + CS/ @@ -10,7 +10,6 @@ background-color: black; color: green; font-family: monospace; - padding: 0; margin: 0; height: 100vh; display: flex; @@ -28,9 +27,6 @@ .command { color: lightblue; } - .path { - color: white; - } ul { list-style: none; padding: 0; @@ -45,13 +41,16 @@ a:hover { text-decoration: underline; } + .space::before { + content: '\00A0'; + }
diff --git a/about.html b/about.html new file mode 100644 index 0000000..3ba2248 --- /dev/null +++ b/about.html @@ -0,0 +1,55 @@ + + + + + + + + prigoana.lol + + + +
+
+ +
+
+

Eduard Prigoana

+
+

one question... why so feinious?

+ + diff --git a/index.html b/index.html index 1baede1..029bb50 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,6 @@ - - prigoana.lol
-
-
-
+

 

+
+

 

-

Last played song


- diff --git a/link.cur b/link.cur new file mode 100644 index 0000000..3368314 Binary files /dev/null and b/link.cur differ diff --git a/model.js b/model.js deleted file mode 100644 index d1e3b5d..0000000 --- a/model.js +++ /dev/null @@ -1 +0,0 @@ -window.wallpaperPropertyListener={applyUserProperties:function(a){if(a.model){clearTimeout(timer);timer=0;document.getElementsByClassName('model')[0].innerHTML='';model=a.model.value;balanceSpeed(model);generate()}if(a.color||a.backgroundcolor){const b=(c,d)=>{const e=d.split(' ').map(f=>Math.ceil(f*255));document.getElementsByClassName(c)[0].style.color=`rgb(${e})`};if(a.color)b('model',a.color.value);if(a.backgroundcolor)b('bg',a.backgroundcolor.value)}if(a.animationspeed){basedAnimationSpeed=a.animationspeed.value;balanceSpeed(model)}if(a.stopanimation){clearTimeout(timer);timer=0;stopA=a.stopanimation.value;if(!stopA){document.getElementsByClassName('model')[0].innerHTML='';generate()}}}};let animationSpeed=50,stopA=!1,timer;generate();function balanceSpeed(){animationSpeed=basedAnimationSpeed}function generate(){let A=1,B=1;const generateFrame=()=>{const b=Array(1760).fill(" "),z=Array(1760).fill(0);A+=.07;B+=.03;for(let j=0;j<6.28;j+=.07){const ct=Math.cos(j),st=Math.sin(j);for(let i=0;i<6.28;i+=.02){const sp=Math.sin(i),cp=Math.cos(i),h=ct+2,D=1/(sp*h*Math.sin(A)+st*Math.cos(A)+5),t=sp*h*Math.cos(A)-st*Math.sin(A);const x=Math.floor(40+21*D*(cp*h*Math.cos(B)-t*Math.sin(B))),y=Math.floor(12+10.5*D*(cp*h*Math.sin(B)+t*Math.cos(B))),o=x+80*y,N=Math.floor(8*((st*Math.sin(A)-sp*ct*Math.cos(A))*Math.cos(B)-sp*ct*Math.sin(A)-st*Math.cos(A)-cp*ct*Math.sin(B)));if(y<22&&y>=0&&x>=0&&x<79&&D>z[o]){z[o]=D;b[o]=".,-~:;=!*#$@"[Math.max(N,0)]}}}const formattedOutput=[];for(let i=0;i<22;i++)formattedOutput.push(b.slice(i*80,(i+1)*80).join(''));document.getElementsByClassName('model')[0].innerHTML=formattedOutput.join("\n")};const timeoutRender=()=>{generateFrame();if(!stopA)timer=setTimeout(timeoutRender,animationSpeed)};timeoutRender()} diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..b4ce899 --- /dev/null +++ b/projects.html @@ -0,0 +1,58 @@ + + + + + + + CS/ + + + +
+ +
+ + diff --git a/service-worker.js b/service-worker.js index 0abab75..be7386f 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,9 +1,7 @@ const CACHE_NAME = 'v1'; const URLS_TO_CACHE = [ - './', './favicon.png', './cursor.cur', - './index.js', 'https://unpkg.com/webamp/built/webamp.bundle.min.js', 'https://unpkg.com/butterchurn/lib/butterchurn.min.js', 'https://unpkg.com/butterchurn-presets/lib/butterchurnPresets.min.js',