-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<link rel="shortcut icon" href="assets/img/icon.png" type="image/png">
<title>Solve or Steal! | A calculus game by Group 1</title>
</head>
<body>
<header>
<h1><img src="assets/img/icon.png" alt="Icon" id="icon">Solve or Steal!</h1>
<p>A calculus game by Group 1</p>
</header>
<nav>
<a href="game">Play</a>
<a href="pages/rules.html">Rules</a>
<a href="pages/buy.html">Buy</a>
</nav>
<section>
<img src="assets/img/logo.png" alt="Logo" width="50%">
<h2>What is <b>Solve or Steal!</b>?</h2>
<p>This is a game of speed and intelligence. You must answer the calclulus problems quickly to get closer to winning, or else someone might steal it from you.</p>
<a href="game"><div class="button">Play now!</div></a>
</section>
<section class="yellow">
<h2>How to play</h2>
<p><b>Solve or Steal!</b> is a game similar to <i>Mahjong</i>. You must collect a certain pattern of cards in order to win the game.</p>
<a href="pages/rules.html"><div class="button">Rules</div></a>
</section>
<section>
<h2>Buy now!</h2>
<p>The package includes a deck of cards and four <i>answers mats</i> that are required to play <b>Solve or Steal!</b> for the price of ₱199.99</p>
<a href="pages/buy.html"><div class="button">Buy</div></a>
</section>
<section class="yellow">
<h2>Contact us</h2>
<p>Feel free to contact any of the group members should you have any inquiries about the game.<br><br>
<a href="mailto:[email protected]">Justin Ryan Uy</a><br>
<a href="mailto:[email protected]">Justin Kurt Go</a><br>
<a href="mailto:[email protected]">Ethan Gabriel Co</a><br>
<a href="mailto:[email protected]">Klark Anderson Tan</a>
</p>
</section>
<footer>
<div>
<a href="game">Play <b>Solve or Steal!</b></a><br>
<a href="pages/rules.html">Complete rules</a><br>
<a href="pages/buy.html">Buy <b>Solve or Steal!</b></a>
</div>
<div>
<b>Contact us</b><br>
<a href="mailto:[email protected]">Justin Ryan Uy</a><br>
<a href="mailto:[email protected]">Justin Kurt Go</a><br>
<a href="mailto:[email protected]">Ethan Gabriel Co</a><br>
<a href="mailto:[email protected]">Klark Anderson Tan</a>
</div>
</footer>
</body>
</html>