Planning my project

Attempted Goals

  • Create a submenu that points to several Notebooks.
  • Notebook Types:
    • Planning Document with Goals (this page)
    • Perform actions through JavaScript
    • Multiple Subpages for topic details

Tools Hack

  • Upload Wikipedia images to index.md to showcase dynamic content!

Accomplished Goals

  • Submenu was successful - it directs user to correct notebooks
  • Notebooks:
    • Planning Document with Goals and Accomplishments
    • Topic: Travel Locations
      • In the Brazil page, I included a JavaScript cell that chooses random fast facts about the Amazon rainforest
      • In the Italy page, I included a JavaScript cell that chooses an Italian dish for the user to try

My Tools Hack was successful. One difficulty I faced was aligning the text for all three images to the center of each image. I solved this by using the .grid-item {text-align: center; function.

If I want to change the iteration method from for to forEach, I would create an array (using const) with the image file locations and the forEach function to iterate through them.

import emoji
from emoji import emojize 

print(emojize("I had fun writing these blogs! :thumbs_up: :pencil:"))
print(emojize("I am looking forward to more work with Jupyter notebooks and code cells! :laptop:"))

I had fun writing these blogs! 👍 ✏️
I am looking forward to more work with Jupyter notebooks and code cells! 💻