Lists – Thinking with Type
In this exercise, the goal was to take a long list of things and make it "easy to scan and enjoyable to read". I don't know how enjoyable a list…
In this exercise, the goal was to take a long list of things and make it "easy to scan and enjoyable to read". I don't know how enjoyable a list…
In this exercise, the goal was to study text with, analyze the structure an then visually express. I chose to do this with November 2023's moon phases. Here is the…
I'm not sure I'm starting to get a better handle on this stuff or if they were giving me a break this chapter, but this chapter was not as challenging…
This one was fun! I had no idea that manipulating strings could be as interesting as manipulating numbers or pixels. These exercises were certainly some of the more challenging ones…
In this exercise, the goal was to take an excerpt from Walter Ong’s Orality and Literacy: The Technologizing of the Word and use text alignment to visually portray the text's…
This is my first JavaScript project for The Odin Project. The first iteration was in the console, the second one had a basic UI, and this latest version has had…
In this assignment, we were tasked with arranging the letters in a way that helped portray the meaning of the word. The word I chose was "agathokokological" which refers to…
My first official design assignment was to create a bitmap font, using rectangular elements. This is what I have so far. It may turn into an actual font later down…
Experimenting With the 3n+1 Sequence Instructions In this lab my job was to take the initial code, graph the iterations and find the max number of iterations from one of…