├── About_Portfolio_Resource.js ├── Contact.js ├── Content.html ├── Footer.js ├── Plan.js ├── Privacy.py ├── README.md ├── Result_FAQ.js └── Tool.js /About_Portfolio_Resource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JLow15/repo-70oosx0a/HEAD/About_Portfolio_Resource.js -------------------------------------------------------------------------------- /Contact.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Content.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JLow15/repo-70oosx0a/HEAD/Content.html -------------------------------------------------------------------------------- /Footer.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Plan.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Privacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JLow15/repo-70oosx0a/HEAD/Privacy.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! -------------------------------------------------------------------------------- /Result_FAQ.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Tool.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); --------------------------------------------------------------------------------