diff --git a/html/css/fontwhite.css b/html/css/fontwhite.css index 3ae9d96..d1294a0 100644 --- a/html/css/fontwhite.css +++ b/html/css/fontwhite.css @@ -24,7 +24,7 @@ body { top: 0; left: 0; z-index: -899; - opacity: 0.75; + opacity: 0.0; } .toningdiv { @@ -64,7 +64,6 @@ body { } .cardcontainer { - border-radius: 300px; background-color: transparent; width: 100%; margin-top: 0vh; @@ -100,11 +99,11 @@ body { border-bottom: 1px solid #202020 !important; border-left: 0; border-right: 0; - opacity: 0.8; + opacity: 0.7; } .flyer { - opacity: 0.8; + opacity: 0.9; } .logo { @@ -122,7 +121,7 @@ body { } .osmmap { - opacity: 0.5; + opacity: 0.65; } .presentedby { diff --git a/html/index.html b/html/index.html index 10539ee..8bce305 100644 --- a/html/index.html +++ b/html/index.html @@ -336,39 +336,45 @@ fragColor.rgba = vec4(smoothstep(0., t/100000000., 0.001*time2/val), 0., 0., 1.0); } - - void main() { - if(shadervariation == 0) { - hallucinate_1(gl_FragColor, gl_FragCoord.xy); - } + // monday if(shadervariation == 1) { - orion(gl_FragColor, gl_FragCoord.xy); + noiseinfection(gl_FragColor, gl_FragCoord.xy); } + // tuesday if(shadervariation == 2) { - hallucinate_2(gl_FragColor, gl_FragCoord.xy); + hallucinate_1(gl_FragColor, gl_FragCoord.xy); } + // wednesday if(shadervariation == 3) { camousmudgy(gl_FragColor, gl_FragCoord.xy); } + // thursday if(shadervariation == 4) { flashsmudgy(gl_FragColor, gl_FragCoord.xy); } + // friday if(shadervariation == 5) { - noiseinfection(gl_FragColor, gl_FragCoord.xy); + hallucinate_2(gl_FragColor, gl_FragCoord.xy); } + // event-soon if(shadervariation == 6) { - jitterbang(gl_FragColor, gl_FragCoord.xy); + orion(gl_FragColor, gl_FragCoord.xy); } + // event-on if(shadervariation == 7) { - flashbang(gl_FragColor, gl_FragCoord.xy); -// glitchbang(gl_FragColor, gl_FragCoord.xy); + jitterbang(gl_FragColor, gl_FragCoord.xy); } + // event-primetime if(shadervariation == 8) { + flashbang(gl_FragColor, gl_FragCoord.xy); + } + // event-over + if(shadervariation == 9) { tvshutdown(gl_FragColor, gl_FragCoord.xy); } - // debris(gl_FragColor, gl_FragCoord.xy); +// debris(gl_FragColor, gl_FragCoord.xy); // decorationgoeslsd(gl_FragColor, gl_FragCoord.xy); // bentorbits(gl_FragColor, gl_FragCoord.xy); // interfields(gl_FragColor, gl_FragCoord.xy); @@ -547,7 +553,6 @@ - +