-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinalproject.html
More file actions
34 lines (30 loc) · 1.74 KB
/
finalproject.html
File metadata and controls
34 lines (30 loc) · 1.74 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Programming Portfolio</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img src="mybanner.jpg">
<table id="nav-table">
<thead>
<tr>
<th id="nav-td"><a href="https://np756.github.io/index.html"><img src="home.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/javascripts.html"><img src="javascripts.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/apps.html"><img src="apps.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/about.html"><img src="about.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/finalproject.html"><img src="FinalProject.png"</a></th>
</tr>
</thead>
</table>
<h1>Welcome to my Final Project Page</h1>
<p>
This is my final project, I made a version of the game flappy bird. <br>
To play the game, press the space bar to make Rocket Man fly. <br>
Be careful though, you can't touch the ground, or make contact with the pipes. <br>
Good luck, and try your best to reach 20 and beat the game! <br>
</p>
<h2><a href="https://www.khanacademy.org/computer-programming/flappy-bird/4765274284277760">Flappy "Bird"</a></h2><script src="https://www.khanacademy.org/computer-programming/flappy-bird/4765274284277760/embed.js?editor=no&buttons=yes&author=no&embed=yes"></script> <iframe width="560" height="315" src="https://www.youtube.com/embed/6rfv0vkbWiQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>