GitHub Planning
Planning For Project
Planning
Attempted Tasks
- Changing the color and styles of the theme using SASS
- Adding buttons in the home page
- Adding 3 jupyter notebooks
- Make one of the Notebooks a planning document on what you attempted to do versus accomplishment.
- Make one of the Notebooks running a JavaScript cell
- Make one of the Notebooks and About Pages
Accomplishments
- Changed the SASS in order to customize the colors for my home page
- Buttons correctly link to other websites
- Emojis added in jupyter notebook below
import emoji
from emoji import emojize
print(emojize("I love jupyter notebooks! :thumbs_up: :notebook:"))
print(emojize("I look forward to learning more :pencil:"))