Skip to content

Commit e4fbb42

Browse files
author
yshih8
committed
add exec info
1 parent 9161f5f commit e4fbb42

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/data/data.js

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,22 @@ export const projects = {
3737

3838
export const about = {
3939
about:
40-
"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.",
40+
"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.",
4141
exec: [
4242
{
43-
name: "name",
44-
description: "some description"
43+
name: "Samuel McFadden",
44+
position: "Chair",
45+
46+
},
47+
{
48+
name: "Jasmine Shih",
49+
position: "Vice Chair",
50+
51+
},
52+
{
53+
name: "Michelle Giang",
54+
position: "Treasurer",
55+
4556
}
4657
]
4758
};

0 commit comments

Comments
 (0)