-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment1_projects.html
More file actions
71 lines (68 loc) · 2.69 KB
/
Copy pathAssignment1_projects.html
File metadata and controls
71 lines (68 loc) · 2.69 KB
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>CoffeeShop Development Projects</title>
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="GameStyle.css">
</head>
<body>
<header>
<h1><strong>CoffeeShop Development</strong></h1>
<ul class = "navbar">
<li><a href="Assignment1_home.html"><strong>Home</strong></a></li>
<li><a href="Assignment1_projects.html"><strong>Games</strong></a></li>
<li><a href="Assignment1_Apps.html"><strong>Apps</strong></a></li>
<li><a href="Assignment1_aboutUs.html"><strong>About Us</strong></a></li>
</ul>
</header>
<div style="padding-top:150px;padding-bottom:800px;">
<div class="gameLayout">
<div class="gameImage">
<img src="Images/FullHeart.jpg" alt="placeholder" height="100" width="100">
</div>
<div class="gameText">
<h2 class="whiteText">BoxFortopia</h2>
<h4 class="whiteText">(Game Prototype)</h4>
<p>...</p>
</div>
</div>
<div class="gameLayout">
<div class="gameImage">
<img src="Images/FullHeart.jpg" alt="placeholder" height="100" width="100">
</div>
<div class="gameText">
<h2 class="whiteText">Blockbreaker</h2>
<h4 class="whiteText">(Game Prototype)</h4>
<p>This is an old school arcade style game where the goal is to bounce the ball off the paddle and smash all the blocks on screen.</p>
</div>
</div>
<a href="Assignment1_contactUs.html"><div class="gameLayout">
<div class="gameImage">
<img src="Images/FullHeart.jpg" alt="placeholder" height="100" width="100">
</div>
<div class="gameText">
<h2 class="whiteText">Cat Space Hunter</h2>
<h4 class="whiteText">(Game Prototype)</h4>
<p>Choose a ship and fight away the meowing space cats with lasers</p>
</div>
</div></a>
<div class="gameLayout">
<div class="gameImage">
<img src="Images/HalfHeart.jpg" alt="placeholder" height="100" width="100">
</div>
<div class="gameText">
<h2 class="whiteText">Jube Man</h2>
<h4 class="whiteText">(Game Prototype)</h4>
<p>Try and catch all the fruit you can, while avoiding wooden apples, etc</p>
</div>
</div>
</div>
<footer>
<a href="Assignment1_contactUs.html"><h4><strong>Contact Us</strong></h4></a>
<a href="https://au.linkedin.com/in/coen-byrne-017b06145"><img alt="linkedin logo" height="50" width="50" src="Images/linkedin.png"></a>
<a href="https://www.hackerrank.com/fullm3talsmurf"><img alt="hackerrank logo" height="50" width="50" src="Images/hackerrank.png"></a>
<a>Alysha's LinkedIn</a>
<a href="https://www.hackerrank.com/alysha_94?hr_r=1"><img alt="hackerrank logo" height="50" width="50" src="Images/hackerrank.png"></a>
</footer>
</body>
</html>