├── Blog_Index.html ├── Footer_Portfolio_Profile.js ├── Header_Index_About.py ├── Plan_About_Privacy.py ├── README.md ├── Terms_Event.py └── Tool_Guide_Script.py /Blog_Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-jh4zr7eb/HEAD/Blog_Index.html -------------------------------------------------------------------------------- /Footer_Portfolio_Profile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-jh4zr7eb/HEAD/Footer_Portfolio_Profile.js -------------------------------------------------------------------------------- /Header_Index_About.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-jh4zr7eb/HEAD/Header_Index_About.py -------------------------------------------------------------------------------- /Plan_About_Privacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ibaar09/repo-jh4zr7eb/HEAD/Plan_About_Privacy.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! -------------------------------------------------------------------------------- /Terms_Event.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Tool_Guide_Script.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) --------------------------------------------------------------------------------