-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
83 lines (82 loc) · 3.98 KB
/
games.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SHS Coding Club | Games</title>
<link rel="stylesheet" href="assets/css/foundation.css" />
<link rel="stylesheet" href="assets/css/mods.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="row">
<div class="large-10 large-centered columns">
<div class="row">
<div class="large-12 columns" id="banner">
<img src="assets/img/banner45.png" />
</div>
</div>
<div class="row" id="container">
<div class="large-3 columns">
<a href="index.html"><img src="assets/img/homepage.gif"></a><br>
<a href="members.html"><img src="assets/img/members.gif"></a><br>
<a href="games.html"><img src="assets/img/games.gif"></a>
</div>
<div class="large-9 columns">
<h1> Games:</h1>
<p>One of the things that we do in our club is create apps or games
for people to enjoy. Here are a few of our games that we have thought
up over the year.<br>
<br><img src="assets/img/cardgame.png"><br><br>
Our card game is one of the first apps that we produced. Check out our work:
<ul>
<li><a href="http://lizwilkins.github.io/card-game/index.html">Diane</a></li>
<li><a href="http://SHS-Coders.github.io/card-game/index.html">Club</a></li>
<li><a href="http://kalamaboop.github.io/card-game/index.html">Kyle</a></li>
<li><a href="http://aracnacia.github.io/card-game/index.html">Darren</a></li>
<li><a href="http://Ash39hj.github.io/card-game/index.html">Ashita</a></li>
<li><a href="http://flyer1225.github.io/card-game/index.html">Timothy</a></li>
<li><a href="http://mirdalasolus.github.io/card-game/index.html">Ryan</a></li>
<li><a href="http://chewbaccazard.github.io/card-game/index.html">Chubi</a></li>
<li><a href="http://awesomestsauce.github.io/card-game/index.html">Michael<a></li>
<li><a href="http://dango916.github.io/card-game/index.html">Thomas</a></li>
<li><a href="http://computerlegend.github.io/card-game-1/index.html">Nuel</a></li>
<li><a href="http://JJGCoding.github.io/card-game-1/index.html">Jamey</a></li>
<li><a href="http://TGC52.github.io/card-game/index.html">TimothyC</a></li>
<li><a href="http://cliang222.github.io/card-game/index.html">Cory</a></li>
<li><a href="http://Timmy4210.github.io/card-game-1/index.html">Mason</a></li>
<li><a href="http://mejiajosh1.github.io/card-game-1/index.html">Joshua</a></li>
<li><a href="http://IrmaReka.github.io/card-game-1/index.html">Revekkah</a></li>
<li><a href="http://Jammmin3275.github.io/card-game/index.html">Jammmin3275</a></li>
</ul>
</p>
</div>
</div>
<div class="row" id="footer">
<div class="large-2 columns"> </div>
<div class="large-8 large-centered columns">
<p><a href="http://www.shs-egusd-ca.schoolloop.com">
<img src="assets/img/shsbottombanner.gif" /></a>
</p>
<p>8333 Kingsbridge Drive, Sacramento, CA 95829<br>
916-681-7500 Phone | 916-681-7505 Fax
</p>
<p>
<a href="index.html">Home</a> |
<a href="members.html">Members</a> |
<a href="games.html">Games</a> |
<a href="mailto:[email protected]">Email an Advisor</a>
</p>
<p>© 2014 Sheldon High School Coding Club. All Rights Reserved. </p>
</div>
<div class="large-2 columns"> </div>
</div>
</div>
</div>
<script src="assets/js/vendor/jquery.js"></script>
<script src="assets/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>