File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const Projects = () => {
23
23
</ div >
24
24
< h2 > Past</ h2 >
25
25
< div className = "row mr-3 ml-3" >
26
- { projects . current . map ( item => (
26
+ { projects . past . map ( item => (
27
27
< Project item = { item } key = { item . name } />
28
28
) ) }
29
29
</ div >
Original file line number Diff line number Diff line change @@ -6,31 +6,31 @@ export const projects = {
6
6
"A tiny little squirrel is crossing the street, and there comes a car..."
7
7
} ,
8
8
{
9
- name : "Lorem ipsum " ,
9
+ name : "Sunny " ,
10
10
description :
11
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ."
11
+ "A short animation about an alarm clock owned by a college student ."
12
12
} ,
13
13
{
14
- name : "Lorem ipsum " ,
14
+ name : "Pro Bending VR " ,
15
15
description :
16
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ."
16
+ "A Pro Bending game developed in VR ."
17
17
}
18
18
] ,
19
19
past : [
20
20
{
21
- name : "Lorem ipsum " ,
21
+ name : "Curvature " ,
22
22
description :
23
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ."
23
+ "A short animation about a triangle who finally finds his sense of belonging in a group of circles ."
24
24
} ,
25
25
{
26
- name : "Lorem ipsum " ,
26
+ name : "In Darkness " ,
27
27
description :
28
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ."
28
+ "A game where you are put in darkness and learn your surroundings through walking around, knocking things over, and listening for noises ."
29
29
} ,
30
30
{
31
- name : "Lorem ipsum " ,
31
+ name : "Mesozoic Park " ,
32
32
description :
33
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ."
33
+ "An interactive dinosaur park where players can explore an island populated by five kinds of dinosaurs and watch them eat, move, and roar ."
34
34
}
35
35
]
36
36
} ;
You can’t perform that action at this time.
0 commit comments