forked from lbarry00/StarBird
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresources.html
More file actions
64 lines (57 loc) · 2.08 KB
/
resources.html
File metadata and controls
64 lines (57 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>Resources</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/resources.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 href="design.html">About</a></li>
<li><a class="active" href="resources.html">Resources</a></li>
</ul>
<ul class="card">
<li class="card">
<h2>Github <a href="https://github.com/" target="_blank" style="text-decoration:none">⇨</a></h2>
<div class="desc">
<hr>
<p> We used GitHub for sharing all the documents and the images for the webpage.The entire project is on GitHub as Space
Birds.</p>
</div>
</li>
<li class="card">
<h2>ZyBooks <a href="https://www.zybooks.com/" target="_blank" style="text-decoration:none">⇨</a></h2>
<div class="desc">
<hr>
<p> We used Zybooks for the CSS styles and animations from chapters two, three and four. We also referred to some advance
HTML tags. </p>
</div>
</li>
<li class="card">
<h2>W3 Schools <a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_cards" target="_blank" style="text-decoration:none">⇨</a></h2>
<div class="desc">
<hr>
<p> We used W3 schools for the navigation bar and for the CSS styles and animations. The website also helped us for the
HTML tags and attributes. </p>
</div>
</li>
<li class="card">
<h2>Piskel <a href="https://www.piskelapp.com/" target="_blank" style="text-decoration:none">⇨</a></h2>
<div class="desc">
<hr>
<p> We used Piskel for drawing the character and for all the background images. All the images are in form if sprites.
</p>
</div>
</li>
</ul>
</body>
</html>