-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
56 lines (55 loc) · 2.19 KB
/
about.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
<!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="styles.css">
<link rel="icon" href="icon.png">
<title>BoInk</title>
</head>
<body>
<div class = "headerclass1">
<nav>
<ul class= "headernav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="privacypolicy.html">Privacy Policy</a></li>
</ul>
</nav>
</div>
<div class = "head"></div>
<div class = "containerabout">
<div class = "aboutuswrapper">
<h1 class = "titletext">About Us</h1>
</div>
<div class = "generaltextwrapper">
<div class = "textlayer">
<p class = "generaltext">Markville’s App Development Club is a student-led club at Markville Secondary School dedicated to developing apps and launching them to the app store! Their first official app, BoInk, is a drawing-based puzzle game that challenges the player to draw lines and direct balls into holes. It features a cartoonish art style, multiple levels, sound effects and many other mechanics.</p>
<br></div>
<p class = "generaltext">Also, a special thanks to Ms. Wong and Kye Electriciteh!</p>
</div>
</div>
</div>
<div class = "footer2">
<div class = "innerfooter">
<div class = "email">
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class = "logocontainer">
<div class = "textmarkville">
<div class = "datewrapper">
<p class = "date">2021</p>
</div>
<div class = "clubwrapper">
<p class = "markville">Markville App Dev</p>
</div>
</div>
<div class = "logoimage">
<img src="appdevblack.png">
</div>
</div>
</div>
</div>
</body>
</html>