Image Placeholder

This directory should contain images for your website.

assets/images/
├── header-image.jpg          # Header image for home page
├── bio-photo.jpg             # PI profile photo
├── people/                   # Team member photos
│   ├── pi-photo.jpg
│   ├── postdoc1.jpg
│   └── student1.jpg
└── research/                 # Research-related images
    └── project1.jpg

Image Guidelines

Free Stock Photos

If you need placeholder images while setting up:

How to Add Images

  1. Upload image files to this directory via GitHub web interface
  2. Reference them in your markdown files using:
    ![Description](/breisslab/assets/images/filename.jpg)
    

Remember to include alt text (the “Description” part) for accessibility!