Skip to content

JRacaud/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal-Style Portfolio

A minimalist, terminal-inspired portfolio website showcasing programming projects and skills.

Features

  • Terminal aesthetic with green text on black background
  • Responsive design that works on all devices
  • Project showcase with embedded project viewer
  • No external dependencies - pure HTML, CSS, and JavaScript
  • Easy to maintain and update

Hosting on GitHub Pages

  1. Create a new repository on GitHub (or use an existing one)
  2. Push this code to the repository
  3. Go to the repository settings
  4. Scroll down to the "Pages" section
  5. Under "Source", select "Deploy from a branch"
  6. Choose the branch (usually main or master) and click Save
  7. Your site will be available at https://[username].github.io/[repository-name]/

Customization

To personalize this portfolio:

  1. Edit index.html:

    • Replace "Your Name" with your actual name
    • Update the about section with your personal description
    • Modify the project cards with your actual projects, descriptions, and links
  2. Edit styles.css if you want to adjust:

    • Colors (modify the CSS variables in :root)
    • Spacing or layout
    • Typography

Project Structure

  • index.html - Main page structure
  • styles.css - Terminal-style styling
  • README.md - This file

Usage

The portfolio features a terminal-like interface with:

  • Command prompt styling for section headers
  • Project cards with repository links
  • "Try Me" buttons for hosted projects that open in an embedded viewer
  • Responsive design for mobile and desktop

To add your projects, simply duplicate the project card structure in the HTML and update with your project details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published