0% found this document useful (0 votes)
2 views4 pages

Minimal Grid Calendar Redesign

Katie Temrowski is redesigning the traditional calendar into a more streamlined, grid-based, minimal style for better intuitiveness in reading time. Ideas include a large grid sheet, a long graph, or a scroll format. The project will be implemented in code to facilitate layout and design adjustments using an array of days.

Uploaded by

spleen-5230
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views4 pages

Minimal Grid Calendar Redesign

Katie Temrowski is redesigning the traditional calendar into a more streamlined, grid-based, minimal style for better intuitiveness in reading time. Ideas include a large grid sheet, a long graph, or a scroll format. The project will be implemented in code to facilitate layout and design adjustments using an array of days.

Uploaded by

spleen-5230
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Programming Design Final

Katie Temrowski
What is the content you’re designing?

I will be redesigning the


traditional calendar style in favor
of a grid based, minimal style
What is the intended form of your project?
I want to redesign the calendar to be
more streamlined layout. Ideally the
layout will be more intuitive with how we
read and identify with time. I have found
calendars

Some ideas:

● One large sheet with a grid, each


month being a different square
● One long graph with the days
● A very long scroll
Why is this done in code?
{"Year2017": {
"month": "January",
"day1": {
"daynum": 1,
"dayname": "Sunday",
“holiday": “new years day”
},
"day2": {
"daynum": 2,
"dayname": "Monday",
“holiday": null
}
}

-- And because I can play with layout and


design easily with an array of the days!

You might also like