update log 2/2

This commit is contained in:
lee2sman 2021-02-03 00:08:02 -05:00
parent fd7e8451bb
commit 2054150978
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ function makePage(){
if (r < 10){
item = "0" + str(r);
} else {
item = r;
item = r;
}
let img = createImg("assets/cropped/"+item+".png");
@ -46,6 +46,7 @@ function blog(){
createP("Hi, i'm lee2sman. welcome to my idpw log. it's sunday jan 31 at 3:16pm. it's cold outside but i have a nice warm radiator in here. i live a few blocks from a park so i feel pretty stuck in my studio apartment but lucky to be able to go outside soon. i am listening to zomby witch hunt and eating leftover pasta and eggplant. pour some tea. click around.").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','purple')
createP("no gods no masters").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','purple')
createP("hello, today is mon 2/1 10:48pm. today there was a blizzard. i took a walk and listened to Levar Burton read the short story Mother of Invention by Nnedi Okorafor and enjoyed the snow blanket. i shoveled the neigbors walk and talked to my parents and got a good note from my doctor and listened to ethiopiques and extreme metal workout. i start teaching this week. 50+ emails").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','red')
createP("2/2 exercised while watching a 'hip hop dance fitness' video on youtube. don't know why i'm writing this publicly. talked to a student and a friend about public space online and notions of consent.").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','darkblue')
}
function mousePressed(){
@ -96,7 +97,7 @@ var b2 = Math.round(istep * c1_0[2] + step * c1_1[2]);
var color2 = "rgb("+r2+","+g2+","+b2+")";
let grad = select('#gradient');
grad.style("background","-webkit-gradient(linear, left top, right top, from("+color1+"), to("+color2+"))");
grad.style("background","-moz-linear-gradient(left, "+color1+" 0%, "+color2+" 100%)");
@ -117,4 +118,3 @@ var color2 = "rgb("+r2+","+g2+","+b2+")";
}
setInterval(updateGradient,10);