Frank

Frank Okoth – Personal Portfolio Website

Welcome to my personal developer portfolio website! This site showcases my background, skills, and projects. It was built with HTML5, CSS3, and JavaScript, and it’s fully responsive for mobile and desktop users.

Live Site

🌍 View Portfolio on GitHub Pages

Project Structure

frank-portfolio/
├── index.html         # Main landing page
├── about.html         # About me section
├── resume.html        # My education & work experience section
├── services.html      # Services I offer
├── portfolio.html     # My projects
├── contact.html       # Contact form
├── styles.css         # Global styles
└── assets/            # Images, icons, and other media

Features

How to Run Locally

To run this project on your machine:

  1. Clone the repository:
    git clone [https://github.com/frankokoth/frankokoth.github.io]
    
  2. Navigate to the folder:
    cd frank-portfolio
    
  3. Open index.html in your browser or use Live Server in VS Code.

Deployment on GitHub Pages

  1. Push the code to a GitHub repository.
  2. Go to Settings > Pages.
  3. Under Source, select main branch and / (root) directory.
  4. Save, and your website will be published at:
    https://github.com/frankokoth/frankokoth.github.io
    

Contact

You can reach out to me via the contact form on the site or directly at: 📨 okothfrank69@gmail.com

Technologies Used