Logo Files
Logo Files
Please add the following logo image files to this directory:
- erc-eu.png - The combined EU flag + ERC logo image
- ukri.png - The UKRI logo image
- edinburgh.png - The University of Edinburgh logo image
How to Add Logos
Via GitHub Web Interface:
- Go to https://github.com/Da1dal0s/ClassDem
- Navigate to
assets/images/logos/ - Click “Add file” → “Upload files”
- Drag and drop the three PNG files
- Commit the changes
Via Git Command Line:
# Copy your logo files to this directory
cp /path/to/erc-eu.png assets/images/logos/
cp /path/to/ukri.png assets/images/logos/
cp /path/to/edinburgh.png assets/images/logos/
# Commit and push
git add assets/images/logos/*.png
git commit -m "Add footer logos"
git push
The logos will appear in the footer once uploaded.