Skip to content

Commit 56d81cc

Browse files
authored
Steve's Work
Steve's Work
2 parents 7c12dd4 + 25b8e19 commit 56d81cc

25 files changed

+578
-8194
lines changed

components/BottomBar.js

+26-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1+
import { Grid, Typography } from "@mui/material";
12
import React, {Component} from "react";
3+
import { footer } from "../data/homeData";
24

5+
// Bottom bar with Instagram + Discord + Github Logo, along with some cookie and milk XD
36
class BottomBar extends Component {
47
render() {
58
return (
6-
<div>
7-
Bottom Bar
8-
</div>
9+
<Grid container>
10+
<Grid className="bottomBarGrid bottomBarTopMargin" xs={12} md={12}>
11+
<div>
12+
<a href="https://tenor.com/view/dog-perro-perro-bailando-dancing-dog-perro-chistoso-gif-16573914">
13+
<img src="Instagram.png" className="bottomBarImg" />
14+
</a>
15+
<span style={{paddingRight: "5vw"}} />
16+
<a href="https://discord.gg/XxCyRSMT6g">
17+
<img src="Discord.png" className="bottomBarImg"/>
18+
</a>
19+
<span style={{paddingRight: "5vw"}} />
20+
<a href="https://github.com/gt-webdev">
21+
<img src="Github.png" className="bottomBarImg"/>
22+
</a>
23+
</div>
24+
</Grid>
25+
<Grid className="bottomBarGrid bottomBarBottomMargin" xs={12} md={12}>
26+
<Typography variant="h6">
27+
{footer}
28+
</Typography>
29+
</Grid>
30+
</Grid>
931
);
1032
}
1133
}
1234

13-
export default BottomBar;
35+
export default BottomBar;

components/NavBar.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const navList = [
2323
path: "/schedule"
2424
},
2525
{
26-
name: "Join",
27-
path: "/join"
26+
name: "About Us",
27+
path: "/aboutus"
2828
},
2929
{
3030
name: "Projects",

data/aboutusData.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
let aboutUs = [
2+
"Interactive approach to to learn web development",
3+
"project teams use up-to-date technology to make exciting web applications",
4+
"Hackathons and other interactivie events where members can pratice their skills as well as gain new ones",
5+
"And... workshops where members can learn about cool things like new technologies, design patterns, life after college, etc"
6+
];
7+
8+
export { aboutUs };

data/contactData.js

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
let adminContacts = [
2+
{
3+
"name": "Talia Tian",
4+
"title": "President",
5+
"email": "[email protected]"
6+
},
27
{
38
"name": "Stephen Buckley",
49
"title": "President",
510
"email": "[email protected]"
611
},
712
{
813
"name": "Deepak Ramalingam",
9-
"title": "President",
14+
"title": "Vice President",
1015
"email": "[email protected]"
1116
},
1217
];
1318

14-
export {adminContacts};
19+
let contactTitle = "Got a question? No worries, send us a message";
20+
21+
export {adminContacts, contactTitle};

data/homeData.js

+15-37
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,23 @@
1-
let slogan = "Fostering the learning of web development framework by framework";
2-
3-
let aboutUs = "At GT WebDev, we take an interactive approach to learning web development. We have project teams in which members use up-to-date technologies to make exciting web applications. We have hackathons and other interactive events where members can practice their skills as well as gain new ones. Finally, we have workshops where members can learn about cool things like new technologies, design patterns, life after college, etc.";
4-
5-
let qAndAs = [
6-
{
7-
"question": "What if I want to join GT WebDev, but am unavailable during the scheduled meeting time?",
8-
"answer": "No worries! All of our meetings and tutorials are recorded and can be found on the Schedule tab of this website, as well as in the Discord."
9-
},
10-
{
11-
"question": "How do I join?",
12-
"answer": "Join our Discord, which you can find in the Join page!"
13-
},
1+
let slogan = ["Fostering the learning of", "web development", "framework by framework"];
2+
let contactEmail = "[email protected]"
3+
let faq = [
144
{
15-
"question": "Are there any dues/fees for the club?",
16-
"answer": "Absolutely not! It is always free to partake in GT WebDev :)"
5+
"q": "How do I join?",
6+
"a": "idk, maybe you can join our Discord server and find out 🤪"
177
},
188
{
19-
"question": "Do I have to have any experience to join the club?",
20-
"answer": "Nope! There are no requirements other than that you are a student at Georgia Tech"
9+
"q": "Is experience need?",
10+
"a": "No experience needed! Only requirement is begin a gt student"
2111
},
22-
];
23-
24-
let members = [
2512
{
26-
"name": "Bek Hovakimian",
27-
"title": "President",
28-
"imageURL": "sampledog.jpg",
29-
"description": "Bek is...filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler"
13+
"q": "Are there any dues/fees for the club?",
14+
"a": "All your savings"
3015
},
3116
{
32-
"name": "Tony Tian",
33-
"title": "President",
34-
"imageURL": "sampledog.jpg",
35-
"description": "Tony is...filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler"
36-
},
37-
{
38-
"name": "Stephen Buckley",
39-
"title": "Vice President",
40-
"imageURL": "sampledog.jpg",
41-
"description": "Stephen is...filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler filler"
42-
},
43-
];
17+
"q": "What if I'm unavailable during the meetings?",
18+
"a": "All recordings can be found within scheduele page"
19+
}
20+
]
21+
let footer = "Made with 🥛🍪"
4422

45-
export {slogan, aboutUs, qAndAs, members};
23+
export {slogan, contactEmail, faq, footer};

data/scheduleData.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ let meetData = "We meet every Tuesday from 6:30 P.M. to around 7:30 P.M. Atlanta
22

33
let scheduleData = [
44
{
5-
"date": "1/13/2022",
5+
"date": "Sun 1/13/2021 6:30PM",
66
"agenda": "Officer Form Due at 11:59 P.M.",
77
"link": "N/A"
88
},
99
{
10-
"date": "1/18/2022",
10+
"date": "Sun 1/20/2021 6:30PM",
1111
"agenda": "Project Teams Informational Meeting",
1212
"link": "https://bluejeans.com/s/K1cE129@jLr/"
1313
},

0 commit comments

Comments
 (0)