Skip to content

Commit b06680d

Browse files
committed
changes for club rush
1 parent 0348502 commit b06680d

File tree

5 files changed

+309
-267
lines changed

5 files changed

+309
-267
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>teamwork</h1>
2626
<p>Meet our hardworking team of programmers, artists, musicians, designers, and writers</p>
2727
</div>
2828

29-
<div class = "bio">
29+
<div class = "bio">
3030
<div class = "name">
3131
Ajay Liu
3232
</div>

contact.html

Lines changed: 42 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,47 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset='utf-8'>
5-
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
6-
<title>Troy Game Development Club</title>
7-
<meta name='viewport' content='width=device-width, initial-scale=1'>
8-
<link rel='stylesheet' href='styles.css'>
9-
<link rel='icon' href='gamedevfav96.png' type='image/png'>
10-
</head>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<title>Troy Game Development Club</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="stylesheet" href="styles.css" />
9+
<link rel="icon" href="gamedevfav96.png" type="image/png" />
10+
</head>
1111

12-
<body>
13-
<div class = "navbar">
14-
<img src = "bannerlogo.png" width = "170" height = "85">
15-
<div class = "navanchors">
16-
<ul>
17-
<li><a href = "index.html">Home</a></li>
18-
<li><a href = "about.html">Meet the Team</a></li>
19-
<li><a href = "contact.html">Contact</a></li>
20-
</ul>
21-
</div>
22-
</div>
12+
<body>
13+
<div class="navbar">
14+
<img src="bannerlogo.png" width="170" height="85" />
15+
<div class="navanchors">
16+
<ul>
17+
<li><a href="index.html">Home</a></li>
18+
<li><a href="about.html">Meet the Team</a></li>
19+
<li><a href="contact.html">Contact</a></li>
20+
</ul>
21+
</div>
22+
</div>
2323

24-
<div class = "intro">
25-
<h1>contact us</h1>
26-
<p>If you would like to join our club or have any questions, you can reach us via email.</p>
27-
28-
</div>
24+
<div class="intro">
25+
<h1>contact us</h1>
26+
<p>
27+
If you would like to join our club or have any questions, you can reach
28+
us via email.
29+
</p>
30+
</div>
2931

30-
31-
<a href = "https://mail.google.com/mail/?view=cm&fs=1&to=contact@troygamedev.com" class="mail">
32-
<strong>contact@troygamedev.com</strong><br>
33-
<img src = "gmail-512.png" width="128" height = "128">
34-
</a>
35-
</body>
36-
</html>
32+
<div id="contactLinks">
33+
<a href="https://forms.gle/VtJ55XrLo8o59dUS6" class="mail">
34+
<strong>Join us!</strong><br />
35+
<img src="forms.png" width="128" height="128" />
36+
</a>
37+
38+
<a
39+
href="https://mail.google.com/mail/?view=cm&fs=1&to=contact@troygamedev.com"
40+
class="mail"
41+
>
42+
<strong>contact@troygamedev.com</strong><br />
43+
<img src="gmail-512.png" width="128" height="128" />
44+
</a>
45+
</div>
46+
</body>
47+
</html>

forms.png

29.9 KB
Loading

index.html

Lines changed: 95 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,102 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset='utf-8'>
5-
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
6-
<title>Troy Game Development Club</title>
7-
<meta name='viewport' content='width=device-width, initial-scale=1'>
8-
<link rel='stylesheet' href='styles.css'>
9-
<link rel='icon' href='gamedevfav96.png' type='image/png'>
10-
</head>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<title>Troy Game Development Club</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="stylesheet" href="styles.css" />
9+
<link rel="icon" href="gamedevfav96.png" type="image/png" />
10+
</head>
1111

12-
<body>
13-
<div class = "navbar">
14-
<img src = "bannerlogo.png" width = "170" height = "85">
15-
<div class = "navanchors">
16-
<ul>
17-
<li><a href = "index.html">Home</a></li>
18-
<li><a href = "about.html">Meet the Team</a></li>
19-
<li><a href = "contact.html">Contact</a></li>
20-
</ul>
21-
</div>
22-
</div>
12+
<body>
13+
<div class="navbar">
14+
<img src="bannerlogo.png" width="170" height="85" />
15+
<div class="navanchors">
16+
<ul>
17+
<li><a href="index.html">Home</a></li>
18+
<li><a href="about.html">Meet the Team</a></li>
19+
<li><a href="contact.html">Contact</a></li>
20+
</ul>
21+
</div>
22+
</div>
2323

24-
<div class = "intro">
25-
<h1>hello.</h1>
26-
<p>Welcome to the Game Development Club of Troy High School, Fullerton. Below are some of our games. Go give them a try!</p>
27-
</div>
24+
<div class="intro">
25+
<h1>hello.</h1>
26+
<p>
27+
Welcome to the Game Development Club of Troy High School, Fullerton.
28+
Below are some of our games. Go give them a try!
29+
</p>
30+
</div>
2831

29-
<div class = "cubeinc">
30-
<div class = "gametext">
31-
<div class = "gametitle">
32-
Cube Inc
33-
<div class = "gamedescription">
34-
<p>a minimalistic, yet challenging puzzle game.</p>
35-
<a href = "CubeIncWebGL/index.html"> Play in browser</a>
36-
<a href="https://play.google.com/store/apps/details?id=com.TroyGameDevelopmentClub.CubeInc">
37-
<img border="0" src="en_badge_web_generic.png" width="205" height="83">
38-
</a>
39-
</div>
40-
</div>
41-
</div>
42-
</div>
43-
44-
<div class = "cashout">
45-
<div class = "gametext">
46-
<div class = "gametitle">
47-
Cash Out
48-
<div class = "gamedescription">
49-
<p>a fast paced police pursuit game.</p>
50-
<a href = "CashOutWebGL/index.html"> Play in browser </a>
51-
<a href="https://play.google.com/store/apps/details?id=com.TroyGameDevelopment.CashOut">
52-
<img border="0" src="en_badge_web_generic.png" width="205" height="83">
53-
</a>
54-
</div>
55-
</div>
56-
</div>
57-
</div>
58-
59-
<div class = "tapdefender">
60-
<div class = "gametext">
61-
<div class = "gametitle">
62-
Tap Defender
63-
<div class = "gamedescription">
64-
<p>a funny, light-hearted tapping game</p>
65-
<a href = "TapDefenderWebGL/index.html"> Play in browser </a>
66-
<a href="https://play.google.com/store/apps/details?id=com.TroyGameDev.TapDefender">
67-
<img border="0" src="en_badge_web_generic.png" width="205" height="83">
68-
</a>
69-
</div>
70-
</div>
71-
</div>
72-
</div>
32+
<div class="cubeinc game">
33+
<div class="gametext">
34+
<div class="gametitle">
35+
Cube Inc
36+
<div class="gamedescription">
37+
<p>a minimalistic, yet challenging puzzle game.</p>
38+
<a href="CubeIncWebGL/index.html"> Play in browser</a>
39+
<a
40+
href="https://play.google.com/store/apps/details?id=com.TroyGameDevelopmentClub.CubeInc"
41+
>
42+
<img
43+
border="0"
44+
src="en_badge_web_generic.png"
45+
width="205"
46+
height="83"
47+
/>
48+
</a>
49+
</div>
50+
</div>
51+
</div>
52+
</div>
7353

54+
<div class="cashout game">
55+
<div class="gametext">
56+
<div class="gametitle">
57+
Cash Out
58+
<div class="gamedescription">
59+
<p>a fast paced police pursuit game.</p>
60+
<a href="CashOutWebGL/index.html"> Play in browser </a>
61+
<a
62+
href="https://play.google.com/store/apps/details?id=com.TroyGameDevelopment.CashOut"
63+
>
64+
<img
65+
border="0"
66+
src="en_badge_web_generic.png"
67+
width="205"
68+
height="83"
69+
/>
70+
</a>
71+
</div>
72+
</div>
73+
</div>
74+
</div>
75+
76+
<div class="tapdefender game">
77+
<div class="gametext">
78+
<div class="gametitle">
79+
Tap Defender
80+
<div class="gamedescription">
81+
<p>a funny, light-hearted tapping game</p>
82+
<a href="TapDefenderWebGL/index.html"> Play in browser </a>
83+
<a
84+
href="https://play.google.com/store/apps/details?id=com.TroyGameDev.TapDefender"
85+
>
86+
<img
87+
border="0"
88+
src="en_badge_web_generic.png"
89+
width="205"
90+
height="83"
91+
/>
92+
</a>
93+
</div>
94+
</div>
95+
</div>
96+
</div>
7497

75-
<footer>
76-
© 2020 Ajay Liu. All Rights Reserved • contact@troygamedev.com
77-
</footer>
78-
</body>
79-
</html>
98+
<footer>
99+
© 2020 Ajay Liu. All Rights Reserved • contact@troygamedev.com
100+
</footer>
101+
</body>
102+
</html>

0 commit comments

Comments
 (0)