├── Footer_Settings.html ├── Info_Feature_Dashboard.html ├── Map_Portfolio_Settings.py ├── Plan_Help_Style.html └── README.md /Footer_Settings.html: -------------------------------------------------------------------------------- 1 |

Hello, World!

-------------------------------------------------------------------------------- /Info_Feature_Dashboard.html: -------------------------------------------------------------------------------- 1 |

Hello, World!

-------------------------------------------------------------------------------- /Map_Portfolio_Settings.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Plan_Help_Style.html: -------------------------------------------------------------------------------- 1 |

Hello, World!

-------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! --------------------------------------------------------------------------------