Skip to content

Commit 66e735a

Browse files
authored
Merge pull request #20 from SIGGraph-UIUC/master
Updating About Page
2 parents 6369187 + f55f3da commit 66e735a

File tree

9 files changed

+45
-30
lines changed

9 files changed

+45
-30
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ yarn-error.log*
2222

2323
# maya source files
2424
/public/models/source
25+
26+
# Editor Files
27+
/.vs

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"private": true,
55
"homepage": "https://acm-uiuc.github.io/siggraph",
66
"dependencies": {
7+
"@icons-pack/react-simple-icons": "^4.2.0",
78
"bootstrap": "^4.3.1",
9+
"gensync": "^1.0.0-beta.2",
810
"gh-pages": "^2.0.1",
911
"react": "^16.8.6",
1012
"react-bootstrap": "^1.0.0-beta.9",
1113
"react-dom": "^16.8.6",
12-
"react-feather": "^2.0.3",
14+
"react-feather": "^2.0.9",
1315
"react-router-dom": "^5.0.1",
1416
"react-scripts": "^3.0.1",
1517
"react-stack-grid": "^0.7.1",

public/assets/Michael Korenchan.jpg

62.7 KB
Loading

public/assets/Sahil Patel.jpg

484 KB
Loading

public/assets/Stacy Zheng.jpg

434 KB
Loading

src/Footer.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from "react";
2-
import { Mail, Facebook, Slack, Instagram } from "react-feather";
2+
import { Mail } from "react-feather";
3+
import { Facebook, Slack, Instagram, Discord } from "@icons-pack/react-simple-icons";
34

45
const links = [
56
{
@@ -11,7 +12,11 @@ const links = [
1112
{
1213
icon: <Instagram />,
1314
address: "https://www.instagram.com/siggraph.uiuc/"
14-
}
15+
},
16+
{
17+
icon: <Discord />,
18+
address: "https://discord.gg/tshGb99gF7"
19+
},
1520
];
1621

1722
const Footer = () => (

src/Navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from "react";
2-
import { BrowserRouter as Router, Route, Switch } from "react-router-dom";
2+
import { HashRouter as Router, Route, Switch } from "react-router-dom";
33
import { Container } from "react-bootstrap";
44

55
import Header from "./Header";
@@ -32,7 +32,7 @@ class Navigation extends Component {
3232

3333
render() {
3434
return (
35-
<Router basename={process.env.PUBLIC_URL}>
35+
<Router basename="/"> {/* When using HashRouter, we don't need the public URL as a basename */}
3636
<Switch>
3737
<DefaultLayout exact path="/" component={App} size={this.state} />
3838
<DefaultLayout

src/data/data.js

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,24 @@ export const about = {
4646
"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.",
4747
exec: [
4848
{
49-
name: "Chen Qian",
50-
position: "Chair",
51-
email: "chenq2@illinois.edu",
52-
media: "/assets/69644465_2583059828425174_7273571233680064512_n.jpg"
49+
name: "Sahil Patel",
50+
position: "Co-Chair",
51+
email: "sahilsp2@illinois.edu",
52+
media: "/assets/Sahil Patel.jpg"
5353
},
5454
{
55-
name: "Michelle Giang",
56-
position: "Soical Lead",
57-
email: "giang2@illinois.edu",
58-
media: "/assets/69670963_1519190078220579_5585171975615021056_n.jpg"
55+
name: "Stacy Zheng",
56+
position: "Co-Chair",
57+
email: "stacymz2@illinois.edu",
58+
media: "/assets/Stacy Zheng.jpg"
5959
},
6060
{
61-
name: "Samuel McFadden",
62-
position: "Tech Lead",
63-
email: "samuelm2@illinois.edu",
64-
media: "/assets/69909412_663003744185662_388294541393788928_n.jpg"
61+
name: "Michael Korenchan",
62+
position: "Co-Chair",
63+
email: "mbk6@illinois.edu",
64+
media: "/assets/Michael Korenchan.jpg"
6565
},
66-
67-
{
68-
name: "Kevin Zhang",
69-
position: "Project Lead",
70-
email: "kevinyz2@illinois.edu",
71-
media: "/assets/69737335_758924751191212_7001146307112861696_n.jpg"
72-
}
7366
],
7467
meeting:
75-
"Join us for meetings on discord Mondays 5-6PM CST!"
76-
};
68+
"Join us for meetings on Discord Mondays 5-6PM CST!"
69+
};

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,13 @@
969969
dependencies:
970970
"@hapi/hoek" "8.x.x"
971971

972+
"@icons-pack/react-simple-icons@^4.2.0":
973+
version "4.2.0"
974+
resolved "https://registry.yarnpkg.com/@icons-pack/react-simple-icons/-/react-simple-icons-4.2.0.tgz#9218a0f5509bc064da0a6574717e470ec32407a3"
975+
integrity sha512-ZWswvsfhwu+fevgO4Cv3j/21J/X7LQJ1sV6gRNyiCx3JpcDlq56NkrWUBVZe/szmES8kOGhYe1L4OmslJgBpSQ==
976+
dependencies:
977+
prop-types "^15.7.2"
978+
972979
"@jest/console@^24.7.1":
973980
version "24.7.1"
974981
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545"
@@ -4438,6 +4445,11 @@ gaze@^1.0.0:
44384445
dependencies:
44394446
globule "^1.0.0"
44404447

4448+
gensync@^1.0.0-beta.2:
4449+
version "1.0.0-beta.2"
4450+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
4451+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
4452+
44414453
get-caller-file@^1.0.1:
44424454
version "1.0.3"
44434455
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
@@ -8525,10 +8537,10 @@ react-error-overlay@^5.1.6:
85258537
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.6.tgz#0cd73407c5d141f9638ae1e0c63e7b2bf7e9929d"
85268538
integrity sha512-X1Y+0jR47ImDVr54Ab6V9eGk0Hnu7fVWGeHQSOXHf/C2pF9c6uy3gef8QUeuUiWlNb0i08InPSE5a/KJzNzw1Q==
85278539

8528-
react-feather@^2.0.3:
8529-
version "2.0.3"
8530-
resolved "https://registry.yarnpkg.com/react-feather/-/react-feather-2.0.3.tgz#1453ff5d8c242f72b8c02846118fbd2d406375ad"
8531-
integrity sha512-XVjtxIyMxb2RFlqC2APoB/IZvXKDW9uLN1c264XEeZNYe8jIxjQVQpeTo3nxtHiLTgMfgf0ZYxJC6HwmY8+9BA==
8540+
react-feather@^2.0.9:
8541+
version "2.0.9"
8542+
resolved "https://registry.yarnpkg.com/react-feather/-/react-feather-2.0.9.tgz#6e42072130d2fa9a09d4476b0e61b0ed17814480"
8543+
integrity sha512-yMfCGRkZdXwIs23Zw/zIWCJO3m3tlaUvtHiXlW+3FH7cIT6fiK1iJ7RJWugXq7Fso8ZaQyUm92/GOOHXvkiVUw==
85328544
dependencies:
85338545
prop-types "^15.7.2"
85348546

0 commit comments

Comments
 (0)