Skip to content
View ceeriil's full-sized avatar
Learning fast
Learning fast

Block or report ceeriil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ceeriil/README.md

Header

👋 𝖧𝖾𝗅𝗅𝗈! 𝖨'𝗆 𝖲𝗂𝗆𝗈𝗇 𝖢𝗒𝗋𝗂𝗅

𝖧𝖾𝗅𝗅𝗈! 𝖨'𝗆 𝖲𝗂𝗆𝗈𝗇 𝖢𝗒𝗋𝗂𝗅𝖨'𝗆 𝖺 𝖥𝗋𝗈𝗇𝗍𝖾𝗇𝖽 𝖽𝖾𝗏𝖾𝗅𝗈𝗉𝖾𝗋 𝖺𝗇𝖽 𝖽𝖾𝗌𝗂𝗀𝗇𝖾𝗋 𝖻𝗎𝗂𝗅𝖽𝗂𝗇𝗀 𝖽𝗂𝗀𝗂𝗍𝖺𝗅 𝗉𝗋𝗈𝖽𝗎𝖼𝗍𝗌.

𝖶𝗁𝖾𝗇 𝖨'𝗆 𝗇𝗈𝗍 𝖼𝗈𝖽𝗂𝗇𝗀 𝗒𝗈𝗎'𝗅𝗅 𝖿𝗂𝗇𝖽 𝗆𝖾 𝗉𝗅𝖺𝗒𝗂𝗇𝗀 𝗀𝖺𝗆𝖾, 𝗎𝗌𝗂𝗇𝗀 𝗍𝗐𝗂𝗍𝗍𝖾𝗋 𝗈𝗋 𝗅𝖾𝖺𝗋𝗇𝗂𝗇𝗀 𝗌𝗈𝗆𝖾𝗍𝗁𝗂𝗇𝗀 𝖨 𝖿𝗂𝗇𝖽 𝖿𝗎𝗇

Linkedin Badge




𝖠𝖻𝗈𝗎𝗍 𝗆𝖾

class Simon extends Person {
  constructor() {
    super();
    this.name = "Simon Cyril";
    this.age = 21;
    this.work = ["Freelance", "Building BeatBridge"];
    this.education = ["BSC Benson Idahosa", "Dayspring"];
    this.hobbies = ["Drawing", "Playing Piano", "Gaming", "Reading"];
  }

  current_location() {
    return "  Abuja, Nigeria";
  }

  next_locations() {
    return ["United State?"];
  }

  currently() {
    return {
      studying: ["Computer Science"],
      learning: ["Web3", "Three JS"],
    };
  }
}

Pinned Loading

  1. election-management election-management Public

    🗳 An Election Management System using HTML, CSS, JavaScript , Node and using MVC Model 🗳

    EJS 7 2

  2. PhishCatch PhishCatch Public

    🔍 An app that combines advanced algorithms to analyze both text content and URLs, providing comprehensive protection against phishing attacks 🔍

    Jupyter Notebook 1

  3. petition petition Public

    School Petition App 📝! Powered by MERN stack. A platform that empowers students to raise concerns and voice their opinions on current school issues. Join the conversation, create petitions, and ral…

    JavaScript 4

  4. simon simon Public

    An open-source project for my personal portfolio, built using HTML, CSS, and JavaScript. It serves as a showcase of my work as a frontend developer, highlighting my skills, projects, and experience.

    HTML 3