├── Blog.html
├── Footer.py
├── Footer_Guide.html
├── Index_About_Home.py
├── Index_Map_Script.py
├── Plan_Home.js
└── Style_Event.py
/Blog.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stickatsko/Tool_Portfolio/HEAD/Blog.html
--------------------------------------------------------------------------------
/Footer.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stickatsko/Tool_Portfolio/HEAD/Footer.py
--------------------------------------------------------------------------------
/Footer_Guide.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stickatsko/Tool_Portfolio/HEAD/Footer_Guide.html
--------------------------------------------------------------------------------
/Index_About_Home.py:
--------------------------------------------------------------------------------
1 | # Sample Python commit
2 | x = 42
3 | print(x)
--------------------------------------------------------------------------------
/Index_Map_Script.py:
--------------------------------------------------------------------------------
1 | # Sample Python commit
2 | x = 42
3 | print(x)
--------------------------------------------------------------------------------
/Plan_Home.js:
--------------------------------------------------------------------------------
1 | console.log('Random JS commit');
--------------------------------------------------------------------------------
/Style_Event.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stickatsko/Tool_Portfolio/HEAD/Style_Event.py
--------------------------------------------------------------------------------