forked from lbarry00/StarBird
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdesign.html
More file actions
35 lines (31 loc) · 1 KB
/
design.html
File metadata and controls
35 lines (31 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="shortcut icon" href="img/star.ico"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/design.css">
<link href="https://fonts.googleapis.com/css?family=Lobster|Raleway|ZCOOL+QingKe+HuangYou" rel="stylesheet">
</head>
<body>
<div class="header center-text">
<h1> <img src="img/sb_logo_alt3.gif" class="logo" style="height:60px; width:auto;">
<img src="img/title.png">
</h1>
</div>
<ul class="navbar">
<li><a href="index.html">Game</a></li>
<li><a class="active" href="design.html">About</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
<div class="bg-image">
<div class="container">
<h2>Game Design</h2>
<p>
A cybernetically enhanced bird must dodge oncoming obstacles in this 2D adventure platformer set in space.
Use the space bar to steer the bird around barriers and away from danger!
</p>
</div>
</body>
</html>