You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/data.js
+25-11Lines changed: 25 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ export const projects = {
3
3
{
4
4
name: "Go Squirrel",
5
5
description:
6
-
"A tiny little squirrel is crossing the street, and there comes a car..."
6
+
"A tiny little squirrel is crossing the street, and there comes a car...",
7
+
media: "https://youtu.be/FCCHRdrrfnw"
7
8
},
8
9
{
9
10
name: "Sunny",
@@ -12,8 +13,13 @@ export const projects = {
12
13
},
13
14
{
14
15
name: "Pro Bending VR",
16
+
description: "A Pro Bending game developed in VR."
17
+
},
18
+
{
19
+
name: "3D Museum",
15
20
description:
16
-
"A Pro Bending game developed in VR."
21
+
"A collection of distinct model works over the past semester",
22
+
media: "https://youtu.be/MGKMD_lFVrM"
17
23
}
18
24
],
19
25
past: [
@@ -40,19 +46,27 @@ export const about = {
40
46
"We are the student chapter of ACM SIGGRAPH at the University of Illinois at Urbana-Champaign. ACM SIGGRAPH is a nonprofit international membership organization made up of thousands of people who share a passion for computer graphics and interactive techniques. ACM SIGGRAPH members are involved in a wide variety of fields, including computer graphics research, software development, digital art, scientific visualization, interactive technology, game design, visual effects, computer science, education, engineering, graphic design, film and television production, scientific research and more.",
0 commit comments