Skip to content

You07abd/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youssef Abdallah - Portfolio

Personal portfolio website showcasing projects, creative work, and CV.

How to Run

Option 1: Open directly in browser

Simply open index.html in your web browser:

# macOS
open index.html

# Linux
xdg-open index.html

# Windows
start index.html

Or double-click index.html in your file explorer.

Option 2: Local development server (Python)

# Python 3
python -m http.server 8000

# Then open http://localhost:8000 in your browser

Option 3: Local development server (Node.js)

# Install serve globally
npm install -g serve

# Run the server
serve .

# Then open the URL shown in your terminal

Option 4: VS Code Live Server

  1. Install the "Live Server" extension in VS Code
  2. Right-click on index.html
  3. Select "Open with Live Server"

Structure

portfolio/
  index.html      - Homepage
  projects.html   - Project showcase
  blog.html       - Blog posts
  content.html    - Creative work (videos, graphics, etc.)
  cv.html         - Full curriculum vitae
  styles.css      - Stylesheet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors