/Muhammed-Rahif.github.io

Yup... This is my personal website... Check it at least once... :-)

Primary LanguageJavaScript

    function whoAmI() {

        const details = {
            Full_name: "Muhammed Rahif",
            Age: 17,
            Personal_website: "https://muhammed-rahif.github.io",
            Email : "rahifpalliyalil@gmail.com",
            Location: "Malappuram, Kerala, India",
            Working: false,
            Available_for_hire: true,
            Status: "Focusing on MERN stack",
            Currently: "Student",
            Joined_github: 2020,
            Favorite_language : "JavaScript",
        };

        return details;
    }

    function whatIKnow() {

        return (
        );
    };

    function myTopProjects() {

        console.log("Tip : Click the repository stats to view the live deployed website...!");

        return (
        );

    };


    function myGithubStats() {
        return (
        );
    };


    function myContributionGraph() {
        return (
        );
    };



    function getInTouch() {

        const socialAccounts = {
            Personal_website : "https://muhammed-rahif.github.io/",
            Facebook : "https://www.facebook.com/muhammed.rahif.583/",
            Instagram : "https://www.instagram.com/Muhammed_Rahif_/",
            Github : "https://www.github.com/Muhammed-Rahif/",
            Gmail : "rahifpalliyalil@gmail.com",
        };

        return socialAccounts;
    };