Author: paula

  • Hello

    Hello

    Letterpress Card saying Hello

    Date created:

    Where created:

    Center for the Book, San Francisco

    Printing technique:

    Polymer Print

    Type of paper:

    Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
  • Birthday Wishes

    Birthday Wishes

    Date created:

    Where created:

    Center for the Book, San Francisco

    Printing technique:

    Polymer Print

    Type of paper:

    Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
  • hi

    hi

    Letterpress Card saying Hi

    Date created:

    May, 2023

    Where created:

    Center for the Book, San Francisco

    Printing technique:

    Polymer Print

    Type of paper:

    Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
  • Hats Off to You

    Hats Off to You

    Date created:

    May, 2023

    Where created:

    Center for the Book, San Francisco

    Printing technique:

    Polymer Print

    Type of paper:

    Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
  • Bloom Where You Are Planted

    Bloom Where You Are Planted

    Practice Poster saying Bloom Where You Are Planted

    Date created:

    November, 2022

    Where created:

    Center for the Book, San Francisco

    Printing technique:

    Type Setting

    Type of paper:

    Small Poster
  • Keep the Rats in the Cellar

    Keep the Rats in the Cellar

    type setting of letterpress

    Date created:

    Where created:

    Center for the Book, San Francisco

    Printing technique:

    Polymer Print

    Type of paper:

    Crane's Letter 100% Cotton Scored / Folded Card 300gsm/110llb A7
  • Pretty Etch a Sketch

    Pretty Etch a Sketch

    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;
    }
  • Calligraphy Style 2

    Calligraphy Style 2

    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.

  • Calligraphy Style 1

    Calligraphy Style 1

    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.