function welcome() {
console.log("Welcome to my GitHub page!");
console.log();
}
function aboutMe() {
const name = "Shakil Hussain";
const role = "Student @ University of Calgary";
const program = "Computer Science";
const interests = [
"Web design",
"UI/UX",
"CyberSec"
];
const linkedin = "https://www.linkedin.com/in/shakil-hussain-758b42276/";
const devpost = "https://devpost.com/ShakH00"
const website = "https://shakilhussain.ca"
console.log(`${name}\n${role}\n${program}\n`);
interests.forEach(interest => console.log(interest));
console.log(`\n${linkedin}`);
console.log(devpost);
console.log(website);
}
function main() {
welcome();
aboutMe();
}
main();
💻
I may be slow to respond.
Self-taught in JS, HTML/CSS, Java and Python.
Student of Computer Science at UofC
-
University of Calgary
- Canada
-
22:03
(UTC -07:00)
Highlights
- Pro
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.