Personal-Profile

Jasfer S. Daniel’s Pokémon-Themed Portfolio

Welcome to my interactive, Pokémon-inspired personal portfolio! This site showcases my projects, skills, experience, and more—all styled like a living Pokédex.


Table of Contents

  1. About the Project
  2. All Features
  3. Demo
  4. Getting Started

  5. Usage & Customization
  6. Deployment
  7. License
  8. Acknowledgements

About the Project

This portfolio transforms the web browsing experience into a playful journey through the world of Pokémon. It features a Pokédex-style UI, animated Gengar characters, themed carousels, and interactive elements (like evolution sliders and battling experience cards). Whether you’re here to explore my skills, check out my projects, or just relax watching Gengar snooze, there’s something for every Pokémon fan and recruiter alike.

All Features

Demo

Check it out live: https://J3V2.github.io/Personal-Profile/

Getting Started

These instructions will get you a copy of the project up and running locally for development and testing.

Prerequisites

Installation

No build step is required—this is a static site built with HTML, CSS, and vanilla JavaScript.

Running Locally

  1. Clone the repository:

    git clone https://github.com/J3V2/Personal-Profile.git
    cd Personal-Profile
    
  2. Serve the files. You can use VS Code Live Server, Python’s simple HTTP server, or any static file server. For example:

    # Python 3.x
    python -m http.server 8080
    open http://localhost:8080
    

Usage & Customization

Deployment

  1. Push your changes to GitHub:

    git add .
    git commit -m "Update portfolio"
    git push
    
  2. Ensure GitHub Pages is enabled in the repository settings.
  3. Your site will automatically update at https://<username>.github.io/Personal-Profile/.

License

This project is licensed under the MIT License. See LICENSE for details.

Acknowledgements