Skip to content

Commit 4a1331c

Browse files
authored
Merge pull request #3 from SanjitPingili/main
Main
2 parents 2542575 + 5f8b21b commit 4a1331c

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

data/homeData.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let slogan = "Fostering the learning of web development framework by framework";
22

3-
let aboutUs = "At GT WebDev, we learn about different web development languages, technologies, and frameworks, as well as how they work in combination with each other. Learning is done with a hybrid of both a traditional, demo-style approach and an interactive, hands-on approach. For the former, we have weekly tutorials on web development technologies like Node.js, MongoDB, and React.js. For the latter, we have project teams in which members can practice their newly-learned skills into nice, (ideally) working web applications.";
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.";
44

55
let qAndAs = [
66
{

pages/contact.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ class MainContact extends Component {
105105
</Link>
106106
</Grid>
107107
<Grid item xs={12} md={4}>
108-
<Link href="https://www.facebook.com/GtWebdev/">
109-
<img src="facebookIcon.png" className="mainContactImg"></img>
110-
<Typography variant="body1">facebook.com/GtWebdev/</Typography>
108+
<Link href="https://www.instagram.com/gtwebdev/">
109+
<img src="Instagram.png" className="mainContactImg"></img>
110+
<Typography variant="body1">Instagram.com/gtwebdev/</Typography>
111111
</Link>
112112
</Grid>
113113
</Grid>

pages/join.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,20 @@ class Join extends Component {
7979
</div>
8080
<BottomBar /> */}
8181
<div className="main">
82-
<Typography variant="h4" className="title">how to join</Typography>
82+
<Typography variant="h4" className="title1">how to join</Typography>
8383
<Typography variant="body1">
8484
You can join GT WebDev by joining our Discord at this link:&nbsp;
8585
<Link href="https://discord.gg/BbykvvQmGz">
8686
https://discord.gg/BbykvvQmGz
8787
</Link>
8888
</Typography>
89+
<br />
90+
<br />
91+
<Typography variant="h4" className="title2">where do we meet</Typography>
92+
<Typography variant="body1">Our project teams meet every Tuesday from 6:30 P.M. to around 7:30 P.M. Atlanta time in CCB (College of Computing Building) 102.
93+
<br />
94+
The time and place for our events and workshops vary, but they will typically take place on Thursdays at 6:30 P.M.
95+
</Typography>
8996
</div>
9097
</div>
9198
);

pages/schedule.js

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ class Schedule extends Component {
2222
</Head>
2323
<NavBar />
2424
<div className="main">
25-
<Typography variant="h4" className="title">where we meet</Typography>
26-
<Typography className="indented" variant="body1">{meetData}</Typography>
27-
<br />
28-
<br />
2925
<Typography variant="h4" className="schedLabel">schedule</Typography>
3026
<SchedTable />
3127
</div>

public/Instagram.png

34.2 KB
Loading

0 commit comments

Comments
 (0)