
Date created:
Where created:
Center for the Book, San FranciscoPrinting technique:
Polymer PrintType of paper:
Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7

Date created:
Where created:
Center for the Book, San FranciscoPrinting technique:
Polymer PrintType of paper:
Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
Date created:
Where created:
Center for the Book, San FranciscoPrinting technique:
Polymer PrintType of paper:
Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7

Date created:
May, 2023Where created:
Center for the Book, San FranciscoPrinting technique:
Polymer PrintType of paper:
Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
Date created:
May, 2023Where created:
Center for the Book, San FranciscoPrinting technique:
Polymer PrintType of paper:
Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7

Date created:
November, 2022Where created:
Center for the Book, San FranciscoPrinting technique:
Type SettingType of paper:
Small Poster

Date created:
Where created:
Center for the Book, San FranciscoPrinting technique:
Polymer PrintType of paper:
Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
Move the mouse over the panel above to play with a new etch a sketch. Refresh the page to reset (rather than shaking!)
Javacript Code:
function getRandColor () {
let colorObj = {};
colorObj.color1 = Math.floor(Math.random() * 256);
colorObj.color2 = Math.floor(Math.random() * 256);
colorObj.color3 = Math.floor(Math.random() * 256);
return colorObj;
}
let theSection = document.querySelector(".code-container");
theSection.addEventListener("mousemove", event => {
let randomColor = getRandColor();
let node = document.createElement("div");
node.style.top = `${event.offsetY}px`;
node.style.left = `${event.offsetX}px`;
node.style.backgroundColor = `rgb(${randomColor.color1},${randomColor.color2},${randomColor.color2})`;
theSection.appendChild(node);
});
CSS code:
.code-container {
height : 400px;
background : beige;
}
.code-container div {
position: absolute;
border-radius: 4px;
height: 8px;
width: 8px;
background-color: red;
}

This was “faux” calligraphy. It’s hard to get the lines to flow – so it looks very uneven. Good fun to experiment with colors though.

This was my first attempt. Still such a lot to learn.
It was hard to stop the ink pooling and the strokes are certainly wobbly and uneven.