CU faculty member
![](https://static.wixstatic.com/media/a7e1ad_516c340e33fc4862b32f27f0f97ef656~mv2.jpeg/v1/fill/w_375,h_375,al_c,q_80,enc_auto/a7e1ad_516c340e33fc4862b32f27f0f97ef656~mv2.jpeg)
Arielle Hein: Director of Undergraduate Programs • Instructor • HCI, INTERACTION DESIGN, ART
Meeting: 3/4
Notes:
Set padding to 0px so there is no gaps beside navigation bar/footer
Make logo click back to home
remove "about", "contact", "home" links, move them to bottom
Work on navigation bar/logo design
Add border to the paint by number canvas
Recommended more pattern/abstract paint by numbers
Reflection: After speaking with Annie I implemented the changes and worked on a new header which I feel fits the look/feel of the website more. I'm also working on creating more pattern/abstract heavy paint by numbers.
Outside CU mentor
![](https://static.wixstatic.com/media/a7e1ad_d3b05c5bfb8f4b6a9a531afe57521bc2~mv2.jpg/v1/fill/w_980,h_980,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a7e1ad_d3b05c5bfb8f4b6a9a531afe57521bc2~mv2.jpg)
David Mazza: Developer and Javascript mentor (8 years of experience), iOS (7 years of experience)
Meeting: 3/12
Notes:
Website was easy to navigate
In Chrome, can see the style attribute updating in realtime with image data as the cursor grows
In Safari, the style attribute never updates with new image data
Error is most likely occurring with wrapper or canvas and url
There isn't one solution, will have to work around it
Suggests finding a way to reset or refresh the url associated with the canvas
Check where the setCursor() or updateSize() are being called
Try more created approaches
Reflection: After speaking with David, even though we didn't find a solution, he helped me locate what line of the code was most likely causing the issue. I was also encouraged to find a different or more creative approach.