Welcome to My Website

About Me

Hello! I am an aspiring web developer and this is my personal website. Here you can find some of my projects, blogs, and contact information.

My Interests

  • Web Development
  • Data Science
  • Outdoor Activities
  • Reading Books

My Projects

Project One: Personal Portfolio

A personal portfolio website built with HTML, CSS, and JavaScript. You can check it out here.

Project Two: Blog Platform

A blogging platform developed using Hugo and deployed on GitHub Pages. You can read my posts here.

Contact Me

Feel free to reach out via Email or follow me on Twitter.


Markdown Features Showcase

1. Code Block

def greet(name):
    return f"Hello, {name}!"

print(greet("World"))