├── Article_Review.py ├── Gallery_Plan_Header.html ├── Home.py ├── Portfolio_Index.py ├── README.md ├── Review.html ├── Settings_Resource.html └── Tool.py /Article_Review.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Gallery_Plan_Header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-d7ao03u2/HEAD/Gallery_Plan_Header.html -------------------------------------------------------------------------------- /Home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-d7ao03u2/HEAD/Home.py -------------------------------------------------------------------------------- /Portfolio_Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-d7ao03u2/HEAD/Portfolio_Index.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! -------------------------------------------------------------------------------- /Review.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-d7ao03u2/HEAD/Review.html -------------------------------------------------------------------------------- /Settings_Resource.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-d7ao03u2/HEAD/Settings_Resource.html -------------------------------------------------------------------------------- /Tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-d7ao03u2/HEAD/Tool.py --------------------------------------------------------------------------------