-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages.js
More file actions
76 lines (75 loc) · 1.76 KB
/
Copy pathpages.js
File metadata and controls
76 lines (75 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
const pages = [
{
pic: "assets/1.jpeg",
text: "Big boi carrying smol boi",
},
{
pic: "assets/12.jpg",
text: "Bro is so nonchalant",
},
{
pic: "assets/13.jpg",
text: "Mindfullness is the key to happiness",
},
{
pic: "assets/15.jpg",
text: "One day, walking at Kambang Iwak Park",
},
{
pic: "assets/14.jpg",
text: "Us and our pets",
},
{
pic: "assets/2.jpeg",
text: "This truly was our perfect blue",
},
{
pic: "assets/10.jpeg",
text: "Animator boi at his soon-to-be-uni",
},
{
pic: "assets/11.jpg",
text: "BMT Train to Blue Mountains",
},
{
pic: "assets/4.jpeg",
text: "Hiking!! Blue Mountains da goat",
},
{
pic: "assets/5.jpeg",
text: "Raiding someone else's uni *cough* (Usyd)",
},
{
pic: "assets/6.jpeg",
text: "First born child",
},
{
pic: "assets/7.jpeg",
text: "Opera house.. bought some merch as well",
},
{
pic: "assets/8.jpeg",
text: "Harbour bridge TM",
},
{
pic: "assets/9.jpeg",
text: "Harbour bridge for two :3",
},
{
pic: "assets/3.jpeg",
text: "You will always have Sydney",
},
{
pic: "assets/17.jpg",
text: "Happy 18th Birthday, the best sibling I could ever have. Whatever you end up doing, love it. You deserve it.",
},
{
pic: "assets/18.jpg",
text: "This little boy has grown up now :) You are more than what you think you are. You are capable of so much more than you can imagine! And I hope everyone around you sees that too. Stay happy, stay healthy, and stay awesome.",
},
{
pic: "assets/16.jpg",
text: "Keep making goated art, keep being the best animator you can be, and keep being the best person you can be. Love ya, always <3",
},
];
export default pages;