Clearing and reloading files

more gitpages bugs due to misnamed files.

I've changed the filenames but github says otherwise
This commit is contained in:
Nye Evans 2021-01-02 19:42:20 +00:00
parent c1881907db
commit 51ded36750
26 changed files with 0 additions and 725 deletions

View file

@ -1,12 +0,0 @@
export class slide{
constructor(title, caption, image, link){
this.title = title;
this.caption = caption;
this.image = image;
this.link = link;
}
}
export var slides = [new slide("john", "he is john", "gallery/Cat_tower_defense/projectHeaderImage.png"),
new slide("james", "he is james", "gallery/EPQ_project/projectHeaderImage.png"),
new slide("jack", "he is jack", "gallery/Room_builder/projectHeaderImage.png")
];