reuploading files
This commit is contained in:
parent
51ded36750
commit
2c2290d48d
26 changed files with 725 additions and 0 deletions
12
pages/gallery-index.js
Normal file
12
pages/gallery-index.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
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("jack", "he is jack", "gallery/Room_builder/projectHeaderImage.png"),
|
||||
new slide("james", "he is james", "gallery/EPQ_project/projectHeaderImage.png")
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue