const me = {
name: "Joel Shine",
course: "Electrical and Computer Engineering",
college: "College of Engineering, Trivandrum (CET)",
status: "Trying out new things, exploring new concepts. Actively Engaging in Basketball."
};
const education = {
highSchool: "Kuriakose Elias English Medium School, Mannanam",
almaMater: "St.Thomas Residential School, Mukkolackal"
passedKEAM: "True"
};
const interests = [
"Avid Table Tennis Player",
"Avid Chess Player",
"Authoring Sci-Fi",
"Avid Minecraft Survival Player",
"Python & TUI Development",
"Aesthetic Web Development"
];
let currentStatus = {
learning: "Phaser.js (JavaScript)",
developing: "Command Line Utilities (for programmers & end users)"
};
const projects = [
{
desc: "A personal, hash-encrypted local password manager. Highly secure."
},
{
desc: "An AI that constantly learns from the user. (Still in development)"
}
];